Commit Graph

1296 Commits

Author SHA1 Message Date
cedoor
76aba71eba chore(contracts): create script to add mock data on testnets 2024-01-24 15:10:13 +00:00
cedoor
a976fc2a02 style: format code with prettier 2024-01-24 12:58:18 +00:00
cedoor
fbc8efd93e refactor: rename proof with points 2024-01-24 12:54:26 +00:00
cedoor
8845d89375 refactor(contracts): create SemaphoreProof struct 2024-01-23 18:34:56 +00:00
cedoor
3f286fefc9 chore: remove stableVersion auto-generated field 2024-01-23 17:27:08 +00:00
cedoor
9eccded857 chore: remove stableVersion auto-generated field 2024-01-23 17:23:01 +00:00
cedoor
dfc0629b04 chore: v4.0.0-alpha 2024-01-23 17:02:21 +00:00
Cedoor
d0e8bb1dd4 Merge pull request #571 from semaphore-protocol/chore/update-rem-pkgs
Update subgraph and data/CLI libraries with new contracts
2024-01-23 16:54:03 +00:00
Cedoor
c8f6d3ad46 Merge pull request #578 from semaphore-protocol/chore/oz-deployer
OpenZeppelin Defender deployer
2024-01-23 16:51:11 +00:00
Cedoor
4e33b01d1f Merge pull request #569 from semaphore-protocol/chore/new-testnets
Remove Goerli from supported networks
2024-01-23 16:22:09 +00:00
cedoor
a637d6c705 test(data): update ethers tests 2024-01-23 15:46:19 +00:00
cedoor
983472570d style(cli): update cli templates' contract artifacts 2024-01-23 15:29:53 +00:00
cedoor
23151872a5 chore(cli): update cli monorepo templates 2024-01-23 15:28:16 +00:00
cedoor
27df0d55c1 refactor(identity): convert priv key buffer to bigint 2024-01-23 15:28:16 +00:00
cedoor
364977da0d chore(contracts): update proof pkg var names 2024-01-23 15:28:16 +00:00
cedoor
4221412367 refactor(proof): include merkle depth in the proof 2024-01-23 15:28:16 +00:00
cedoor
2cd7484c62 chore(hardhat): update hardhat package dependencies 2024-01-23 15:28:16 +00:00
cedoor
7441b930e8 chore(cli): update contracts-hardhat template 2024-01-23 15:28:16 +00:00
cedoor
7b447f9f63 fix: adjust cli and data packages 2024-01-23 15:28:16 +00:00
cedoor
f50892525b refactor(subgraph): update merkle tree var name 2024-01-23 15:28:16 +00:00
cedoor
0c0b5b0984 chore: update cli and data packages 2024-01-23 15:28:16 +00:00
cedoor
ee8db0edcf refactor(subgraph): set correct type for tree depth 2024-01-23 15:28:16 +00:00
cedoor
968fb10e1c revert(contracts): re-add script to verify contracts 2024-01-23 15:28:16 +00:00
cedoor
0080f3163f chore(subgraph): update docker compose file 2024-01-23 15:28:16 +00:00
cedoor
d593f484dd refactor(contracts): improve task to deploy 2024-01-23 15:28:16 +00:00
cedoor
7a1ba9ef4a style(subgraph): format code with prettier 2024-01-23 15:28:16 +00:00
cedoor
e231afb30f chore(subgraph): update subgraph with new contract events
re #543
2024-01-23 15:28:16 +00:00
cedoor
2ea27978a4 style(contracts): format code with prettier 2024-01-23 14:37:56 +00:00
cedoor
ceb7f902cd chore(contracts): deploy contracts on sepolia 2024-01-23 14:37:56 +00:00
cedoor
0ec9abb962 perf(contracts): merge verifiers 2024-01-23 14:37:56 +00:00
cedoor
0964eda363 chore: update env file 2024-01-23 14:37:56 +00:00
cedoor
f8753f42fb chore(contracts): add open-zeppelin deployer 2024-01-23 14:37:56 +00:00
cedoor
741fe54083 style: format code with prettier 2024-01-23 14:36:51 +00:00
cedoor
ac92b477c0 test(data): temporary comment tests for sepolia testnets 2024-01-23 14:32:41 +00:00
cedoor
a24e5b1a8e chore: improve scripts to clean repo 2024-01-17 13:53:15 +00:00
cedoor
0640e06242 style(subgraph): format code with prettier 2024-01-17 13:15:29 +00:00
cedoor
15ffd2695b chore: remove goerli from supported networks
re #352
2024-01-17 13:07:05 +00:00
Cedoor
6f8cecbcd7 Merge pull request #566 from semaphore-protocol/feat/add-many-contracts-new-event
Add batch insertion in contracts
2024-01-17 11:50:13 +00:00
vplasencia
7f13bb18e5 Merge branch 'feat/semaphore-v4' into feat/add-many-contracts-new-event 2024-01-17 10:13:41 +01:00
Vivian Plasencia
70a85e9e6b Merge pull request #568 from semaphore-protocol/chore/zk-artifacts
New ZK artifacts & verifiers to support tree depths 1-12
2024-01-17 10:08:37 +01:00
cedoor
8175e0d99f style(contracts): format code with prettier 2024-01-16 19:04:02 +00:00
cedoor
a60f1f21d0 refactor(proof): support multi tree depths (1-12) 2024-01-16 18:47:31 +00:00
cedoor
921f699c8e chore(contracts): remove base contracts 2024-01-16 18:46:34 +00:00
cedoor
8a8c21c2f1 refactor(contracts): update tests, tasks and scripts 2024-01-16 18:46:17 +00:00
cedoor
937f2ee930 refactor(contracts): add 1 verifier for each tree depth 2024-01-16 18:45:33 +00:00
vplasencia
8d1270e80b docs(contracts): add code docs for the members added event 2024-01-16 18:27:16 +01:00
vplasencia
65a219373a test(contracts): remove skip tests 2024-01-16 18:02:01 +01:00
vplasencia
b0f40ef5c9 refactor(contracts): optimize gas 2024-01-16 17:54:37 +01:00
cedoor
076e5de03c refactor(circuits): rename privateKey with secret 2024-01-16 16:06:12 +00:00
vplasencia
dd1e3a1249 test(contracts): update add members test 2024-01-16 10:29:35 +01:00