Skip to content

v0.8.0 — Production Ready

Latest

Choose a tag to compare

@stackdump stackdump released this 27 Mar 14:43
· 1 commit to main since this release
183b9b6

What's New since v0.7.0

  • Live demo poll on landing page — fetches active polls inline, click to vote
  • Wallet-Native Auth callout — MetaMask integration surfaced in the "Why ZK Voting?" section
  • Deploy to Your Chain section — Foundry bundle download with 3-command workflow on the landing page
  • Poll test coverage — 18 new tests covering poll creation, voting (duplicate nullifiers, closed/expired polls), and sealed-results enforcement
  • CI pipeline upgradedgo vet + race detector + JS parity checks, all green
  • README rewritten — leads with ZK voting, full poll API docs, sealed results explanation, voting .btw DSL example

CI

Job Status
lint go vet
build make build
test go test -race (18 poll tests + existing suite)
js-parity MiMC + Merkle parity + JS syntax