Commit Graph

1245 Commits

Author SHA1 Message Date
cedoor
d42e5c875e refactor(contracts): add 1 verifier for each tree depth
Former-commit-id: 937f2ee930
2024-01-16 18:45:33 +00:00
cedoor
2b5ec257cf refactor(circuits): rename privateKey with secret
Former-commit-id: 076e5de03c
2024-01-16 16:06:12 +00:00
cedoor
bd4d30fd19 ci: remove unnecessary cache actions from workflows
Former-commit-id: 3c7ce0e47c
2024-01-12 10:54:42 +00:00
cedoor
cf66732974 feat(contracts): add new function to verify proofs without nullifiers
Former-commit-id: 0367d238df
2024-01-12 10:54:42 +00:00
cedoor
1c300672d0 chore(circuits): udpate zk-kit dependency
Former-commit-id: dea0d4c016
2024-01-12 10:54:42 +00:00
cedoor
19a6768a1d chore(contracts): update solidity version
Former-commit-id: c95cc8beaf
2024-01-12 10:54:42 +00:00
cedoor
175b5485dc test(proof): add longer timeout for generiting proofs
Former-commit-id: d3d82c0c55
2024-01-12 10:54:42 +00:00
cedoor
2666c69728 chore(contracts): downgrade prettier & solhint packages
Former-commit-id: 004803916c
2024-01-12 10:54:42 +00:00
cedoor
b9b12184b5 refactor(contracts): update script to verify contracts
Former-commit-id: c9c99c7855
2024-01-12 10:54:42 +00:00
cedoor
38bd1747a0 chore(contracts): removed unused snarkjs templates
Former-commit-id: 85acdb7801
2024-01-12 10:54:42 +00:00
cedoor
59b8fd30b6 chore(contracts): update solidity and hardhat versions
Former-commit-id: 94453ad50e
2024-01-12 10:54:42 +00:00
Jeeiii
5151249a10 docs: add missing external references for EdDSA and Poseidon
Former-commit-id: 617d0c6dd1
2024-01-12 10:54:42 +00:00
Jeeiii
e30dcca7d6 fix: typo for ISemaphore contract interface custom error
Former-commit-id: aa29a2fdee
2024-01-12 10:54:42 +00:00
Jeeiii
ba99809deb chore: update copyright year
Former-commit-id: 1847f0bc40
2024-01-12 10:54:42 +00:00
Jeeiii
3fb4b5effc refactor: update npm types for node up to latest NodeJS LTS version (20)
Former-commit-id: 81cc94840b
2024-01-12 10:54:42 +00:00
Jeeiii
d8f9078471 build: move github actions to V4 along with new NodeJS LTS version (20)
Former-commit-id: 6ee2499571
2024-01-12 10:54:42 +00:00
Jeeiii
14227d2088 fix: use merkleTreeSize instead of merkleTreeDepth to support groups with one member
Former-commit-id: 5e7cd2693c
2024-01-12 10:54:42 +00:00
Cedoor
af7187a687 Update packages/proof/README.md
Co-authored-by: Giacomo <giacomo.corrias7@gmail.com>
Former-commit-id: ac26789818
2024-01-12 10:54:42 +00:00
cedoor
7572e921a4 refactor(circuits): update merkle proof variable names
Former-commit-id: 5cf4226272
2024-01-12 10:54:42 +00:00
cedoor
908b541fab fix(proof): set correct var name
Former-commit-id: 1c591e1213
2024-01-12 10:54:42 +00:00
cedoor
4c513c26f5 refactor(circuits): update variable name
Former-commit-id: 89c9b6d063
2024-01-12 10:54:42 +00:00
cedoor
fcecad1146 chore(proof): create env bundles
Former-commit-id: 195c87dc2e
2024-01-12 10:54:42 +00:00
cedoor
ee819255d6 docs: update readme files
Former-commit-id: 5f3b266c18
2024-01-12 10:54:42 +00:00
cedoor
d1e9cdcb16 refactor(contracts): fix eslint warnings
Former-commit-id: bd025350c6
2024-01-12 10:54:42 +00:00
cedoor
c45137e373 chore: move test files outside src
Former-commit-id: 7e69ffd743
2024-01-12 10:54:42 +00:00
cedoor
7c61118a40 refactor(hardhat): update hardhat pkg tasks
Former-commit-id: b162ae60e4
2024-01-12 10:54:42 +00:00
cedoor
17cad2b93c refactor(heyauthn): update tests and doc
Former-commit-id: c8da0dc575
2024-01-12 10:54:42 +00:00
cedoor
7a10acb153 refactor(contracts): move access logic to group contract
Former-commit-id: 2b05a94e15
2024-01-12 10:54:42 +00:00
cedoor
ef1f22a043 refactor: hash message and scope
Former-commit-id: b7d58bdac8
2024-01-12 10:54:42 +00:00
cedoor
37d081e1d0 fix(contracts): reverse proof b points
Former-commit-id: 4d4a31cb28
2024-01-12 10:54:42 +00:00
cedoor
6a427480cd chore(proof): update zk-kit groth16 pkg version
Former-commit-id: 7708477001
2024-01-12 10:54:42 +00:00
cedoor
7d781dc09b refactor: update verifiers
Former-commit-id: 26195e3944
2024-01-12 10:54:42 +00:00
cedoor
a93b590d42 feat(contracts): update contracts with new imt
Former-commit-id: cc32feeb27
2024-01-12 10:54:42 +00:00
cedoor
32fd451eb9 refactor(contracts): remove extension contracts
Former-commit-id: 6b347ff5fb
2024-01-12 10:54:42 +00:00
cedoor
a5bb7a6c73 chore: update env variables
Former-commit-id: 5983ed6e08
2024-01-12 10:54:42 +00:00
cedoor
ddf0045699 feat(proof): update proof package with new circuit
Former-commit-id: bc5b294323
2024-01-12 10:54:42 +00:00
cedoor
c0cb8fb0a7 refactor(identity): update commitment variable name
Former-commit-id: f80bb04d19
2024-01-12 10:54:42 +00:00
cedoor
f3e896eaaf feat(group): update group with lean-imt
Former-commit-id: 1c8e2185b9
2024-01-12 10:54:42 +00:00
cedoor
361510d206 refactor(identity): add identity commitment attribute
Former-commit-id: 202e4bead4
2024-01-12 10:54:42 +00:00
cedoor
00953a9233 feat(identity): update identity with eddsa
Former-commit-id: fee7f10a3d
2024-01-12 10:54:42 +00:00
cedoor
ae7be9a47a chore(circuits): update circom configuration
re #357


Former-commit-id: 267a250c43
2024-01-12 10:54:42 +00:00
cedoor
b3a0e5ac8d ci: add circuit tests to workflows
re #357


Former-commit-id: 5c8881cc86
2024-01-12 10:54:42 +00:00
cedoor
3aa5241334 feat(circuits): update semaphore circuits
re #357


Former-commit-id: 4a01dfb179
2024-01-12 10:54:42 +00:00
Cedoor
dcac32401f Merge pull request #557 from semaphore-protocol/chore/docs-minor-ui-issues
Fixed minor UI issues on docs

Former-commit-id: 0181e9b0e3
2024-01-12 10:53:43 +00:00
cedoor
9db1c36be4 chore(website): fix header font size in build page
Former-commit-id: 064e9fcf3f
2024-01-11 18:50:24 +00:00
cedoor
3786b4f721 style(docs): format code with prettier
Former-commit-id: 4dbe4b13a6
2024-01-11 16:09:34 +00:00
cedoor
236c6f7ae6 chore(docs): fix minor ui issues
Former-commit-id: 9c710c15fd
2024-01-11 15:31:59 +00:00
Cedoor
d84a245547 Merge pull request #554 from semaphore-protocol/chore/button-colors
New theme colors and button style

Former-commit-id: a9d55bd866
2024-01-11 14:04:42 +00:00
cedoor
439ba48c33 chore(website): add transition properties to buttons
Former-commit-id: 9517f3add7
2024-01-11 13:29:24 +00:00
cedoor
c8c22a0a40 chore(subgraph): remove file from git
Former-commit-id: 75d6d33e3b
2024-01-11 12:58:34 +00:00