Commit Graph

87 Commits

Author SHA1 Message Date
Tanya S 1f9661038d
Merge pull request #13 from waku-org/deploy-local-with-provided-url
Add option to provide the RPC URL for a localhost network deployment
2024-03-25 13:45:20 +02:00
stubbsta 23549614ca
deploy localhost uses provided RPC URL or default 2024-03-20 15:12:40 +02:00
stubbsta 8790db0669
add option to provide the RPC URL for a localhost network deployment 2024-03-20 12:57:58 +02:00
Tanya S a01daa8b94
Merge pull request #12 from waku-org/update-readme-prerequisites
updated README with version requirements and additional compile step
2024-03-08 10:49:24 +02:00
stubbsta 5277fbc116
updated README with version requirements and additional compile step 2024-03-08 09:37:45 +02:00
Aaryamann Challani 19fded82bc
feat(WakuRlnRegistry): uups proxy (#9)
* feat(WakuRlnRegistry): uups proxy

* feat: deployments
2023-09-11 09:31:16 +05:30
Aaryamann Challani e5eefe4891
feat(WakuRln): zero indexed deployments and updated dependency (#8)
* fix: update submodule

* feat(rln): zero indexed deployment
2023-09-05 22:29:02 +05:30
Aaryamann Challani 63a7856eb2
Merge pull request #7 from waku-org/new-registry-deployment
chore: new registry deployment
2023-08-30 22:39:54 +05:30
rymnc 78844a9b61
chore: new deployments 2023-08-30 22:18:54 +05:30
Aaryamann Challani 19ef5bad32
Merge pull request #6 from waku-org/fix-bugs
fix: forceProgression led to an invalid state, bricking the contract
2023-08-24 13:28:53 +05:30
rymnc 1f1ec9c0bc
fix: remove payable modifier 2023-08-23 18:26:20 +05:30
rymnc 44224b1dca
fix: remove console.log, forceProgression bug 2023-08-23 16:58:27 +05:30
Aaryamann Challani 3402f957dd
Merge pull request #5 from waku-org/downstream-deployed-block-number
Downstream deployedBlockNumber to waku-rln-contract
2023-08-23 12:04:28 +05:30
rymnc 49080e670c
chore: update dependency 2023-08-23 08:58:38 +05:30
Aaryamann Challani 6188737f78
Merge pull request #3 from waku-org/waku-rln-registry
feat: waku rln registry contract to enable autosharding
2023-08-16 12:34:58 +05:30
Aaryamann Challani b91ad70345
Merge pull request #4 from 0x-r4bbit/chore/remove-keys
chore: remove API and private keys from .env file
2023-08-09 09:56:13 +05:30
r4bbit 649fe37dd1
chore: remove API and private keys from .env file
Few things:

1. I don't think we want to expose any etherscan API keys we use. We also
   don't want to expose any private keys.
2. Not sure where this private key comes from, likely a ganache/anvil
   generated account, but nonetheless, I think the `.env.example` file
   is meant to be copied to `.env` and then changes are done there.
2023-08-08 14:07:17 +02:00
rymnc 002c0f1213
fix: use modifier for usable storage 2023-08-08 16:10:06 +05:30
rymnc ae01148ffc
fix: full tree revert 2023-08-08 13:32:07 +05:30
rymnc 19cd647e13
fix: filename in import 2023-08-07 18:00:39 +05:30
rymnc 391473940a
fix: newStorage dup call 2023-08-07 17:55:31 +05:30
rymnc ace937c3ad
fix: move noDuplicate into utils 2023-08-03 18:27:46 +05:30
rymnc 6da7bd0038
fix: tests 2023-08-03 18:25:13 +05:30
rymnc 196e67e923
test deployment strat 2023-08-03 17:20:25 +05:30
rymnc 7827e719c7
feat: waku rln registry contract to enable autosharding 2023-08-03 11:34:28 +05:30
rymnc 7ebffc61a7
chore: re-deploy 2023-08-02 10:56:30 +05:30
rymnc 9998665871
fix: withdraw is NotImplemented too 2023-08-02 10:54:59 +05:30
rymnc 0a9fdc4fa8
fix: hide 5740 and 5667 errors 2023-07-31 20:16:20 +05:30
rymnc 67d3bcfda1
feat: deploy to sepolia 2023-07-31 12:10:59 +05:30
rymnc c4f531c7bb
forge install: rln-contract 2023-07-31 11:42:07 +05:30
Aaryamann Challani ab739fb92b
Merge pull request #1 from vpavlin/feat/optimize-loop-gas
chore: small gas optimization in a loop
2023-07-26 14:35:40 +05:30
vpavlin 2e15891844 chore: small gas optimization in a loop 2023-07-12 11:39:45 +02:00
rymnc 58e09dcb80
chore: update tests 2023-07-03 18:17:50 +05:30
rymnc d25d19b3ed
chore: remove deployments 2023-07-03 18:17:34 +05:30
rymnc a92bb0d950
chore: update deploy scripts 2023-07-03 18:15:38 +05:30
rymnc 3ce9856d5b
chore: remove redundant fns 2023-07-03 18:15:21 +05:30
rymnc 2dd8d56d5f
chore: updated deployments 2023-05-31 13:07:48 +05:30
rymnc 429a3ff404
chore: ready for redeploy 2023-05-31 12:59:56 +05:30
rymnc fc606d98b2
chore: create verifier and integrate 2023-05-26 13:31:05 +05:30
rymnc 18783ba67e
fix: remove batching ops, include index in removal 2023-05-23 12:24:58 +05:30
Aaryamann Challani b66d431040
Merge pull request #21 from vacp2p/fix-bugs
fix: remove .transfer from loops
2023-03-31 14:07:32 +05:30
rymnc d8a9435fa7
fix: hardhat tests 2023-03-30 20:28:04 +05:30
rymnc 99c6625b40
fix: remove .transfer from loops 2023-03-30 20:24:39 +05:30
Aaryamann Challani 2c4ddb0312
Merge pull request #20 from vacp2p/redeploy-to-sepolia
feat: sepolia deployment
2023-03-30 18:31:09 +05:30
rymnc f99eb2aa0d
feat: sepolia deployment 2023-03-30 18:29:06 +05:30
Aaryamann Challani 75ba356d01
Merge pull request #19 from vacp2p/custom-errors
feat: custom errors
2023-03-30 18:24:42 +05:30
rymnc ab78e5d8d0
feat: custom errors 2023-03-30 17:30:54 +05:30
Aaryamann Challani 4b87223904
Merge pull request #18 from vacp2p/natspec-comments
docs: natspec comments + docgen
2023-03-30 17:03:20 +05:30
rymnc 71ba5338cf
docs: natspec, docgen 2023-03-30 12:24:58 +05:30
Aaryamann Challani ca05aee912
Merge pull request #17 from vacp2p/upstream-fixes-foundry
Modernize repo, use foundry, deploy to sepolia
2023-03-29 17:58:50 +05:30