Commit Graph

77 Commits

Author SHA1 Message Date
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
rymnc cae34e64d8
fix: workaround assumePayable 2023-03-29 17:51:48 +05:30
rymnc 7c081c1ad8
fix: reorder assumePayable 2023-03-29 17:29:33 +05:30
rymnc d2ce17af4b
fix: remove remnant test from interep integration 2023-03-29 17:23:21 +05:30
rymnc 39c7b0b31e
feat: coverage 2023-03-29 17:18:00 +05:30
rymnc 70e5199c3c
fix: remove unncessary function from poseidon, add Rln.t.sol 2023-03-29 15:19:32 +05:30
rymnc 155619c632
fix: use foundry reporter instead 2023-03-29 14:17:51 +05:30
rymnc ce78e2ca63
fix: install forge in ci 2023-03-29 12:51:46 +05:30
rymnc f0ac6c3022
fix: package version 2023-03-29 12:45:56 +05:30
rymnc a14fce896d
feat: deployed to sepolia 2023-03-29 12:43:14 +05:30
rymnc 469d298fb8
fix: lint 2023-03-29 12:29:47 +05:30