mirror of
https://github.com/anonklub/anonklub.git
synced 2026-01-08 17:47:55 -05:00
* feat: benchmarking halo2-eth-membership * feat: adding a benchmark plot * feat: enhance circuit config * chore: add changeset * refactor: ignore benchmark results files * refactor: rename config extension to .cfg and update README with benchmark * chore: add changeset * Delete .changeset/short-cows-shake.md
53 lines
544 B
Plaintext
53 lines
544 B
Plaintext
.idea
|
|
.DS_Store
|
|
.vscode
|
|
|
|
coverage
|
|
dist
|
|
node_modules
|
|
|
|
*.log
|
|
!benchmark.log
|
|
tsconfig.tsbuildinfo
|
|
|
|
.env*
|
|
!.envrc.example
|
|
|
|
*.db
|
|
dev.db-journal
|
|
|
|
# secrets
|
|
.key*.json
|
|
.dune_api_key
|
|
.graph_api_key
|
|
.sig
|
|
.wallet_connect_project_id
|
|
|
|
.privatekey
|
|
|
|
addresses.json
|
|
!pkgs/cli/tests/fixtures/addresses.json
|
|
anonklub-proof.bin
|
|
|
|
*.zkey
|
|
|
|
.next
|
|
|
|
.turbo
|
|
cache
|
|
target
|
|
|
|
Cargo.lock
|
|
|
|
**/*.rs.bk
|
|
*.tgz
|
|
|
|
prove_test_inputs.json
|
|
verify_test_inputs.json
|
|
|
|
test_inputs.json
|
|
|
|
# Benchmark results
|
|
pkgs/halo2-eth-membership/configs/data
|
|
pkgs/halo2-eth-membership/configs/results
|