Commit Graph

464 Commits

Author SHA1 Message Date
cedoor
c1a47ee90b docs: update discord links 2023-03-26 16:58:52 +01:00
cedoor
173db7c542 chore: update zkkit homepage 2023-03-26 16:58:42 +01:00
cedoor
b7a7b72771 docs: remove style label 2023-03-26 16:24:14 +01:00
cedoor
d87800ba08 docs: update workflow label link 2023-03-26 16:23:13 +01:00
cedoor
5f9a8c148a chore(incremental-merkle-tree.sol): v1.6.0 2023-03-26 16:22:33 +01:00
Cedoor
47ce6464d2 Merge pull request #47 from privacy-scaling-explorations/chore/monorepo-updates
General updates to monorepo conf files
2023-03-26 16:19:51 +01:00
cedoor
5b68808b0e chore: add husky check for commit format 2023-03-26 16:16:19 +01:00
cedoor
34eeabc314 ci(github): add checkout action to test jobs 2023-03-26 14:11:53 +01:00
cedoor
4823927de0 ci(github): remove node cache option 2023-03-26 14:08:27 +01:00
cedoor
ff750d0580 chore(incremental-merkle-tree.sol): update dependencies 2023-03-26 13:55:43 +01:00
cedoor
21f0a614b1 ci(github): create new workflows 2023-03-26 13:36:20 +01:00
cedoor
bf1a73c61f chore(incremental-merkle-tree.sol): update some solhint rules 2023-03-26 13:35:50 +01:00
cedoor
8d6c8f6482 test: update coverage folders 2023-03-26 13:35:17 +01:00
cedoor
629c4f36b1 chore: update npm scripts 2023-03-26 13:34:27 +01:00
cedoor
7ccccff4b4 chore(incremental-merkle-tree.sol): v1.5.0 2023-03-24 17:09:03 +00:00
Cedoor
549c8957d3 Merge pull request #46 from vimwitch/tree-root-return
feat(incremental-merkle-tree.sol): return root on insert
2023-03-24 17:06:46 +00:00
Chance
eecb241364 feat(incremental-merkle-tree.sol): return root on insert 2023-03-24 12:00:27 -05:00
Cedoor
e2f8f49b45 Merge pull request #44 from vimwitch/tree-fixes
Tree fixes
2023-03-24 10:47:15 +00:00
Chance
d865811b99 fix(incremental-merkle-tree.sol): no access storage in loop, dont load zero values in memory 2023-03-23 20:01:04 -05:00
Chance
5440bb7b48 fix(incremental-merkle-tree.sol): typo, test the default zero tree 2023-03-23 19:58:14 -05:00
cedoor
3ee15bc568 chore(incremental-merkle-tree.sol): v1.4.0 2023-03-23 11:39:50 +00:00
Cedoor
ece18bc60b Merge pull request #43 from vimwitch/default-zeroes
feat(incremental-merkle-tree.sol): support default zeroes as constants
2023-03-23 11:31:40 +00:00
Cedoor
5141c90301 Merge pull request #41 from vimwitch/poseidon-solidity
refactor: switch to poseidon-solidity
2023-03-23 11:30:52 +00:00
Chance
eacfb23ca3 fix(incremental-merkle-tree.sol): add deploy logs for poseidon libraries 2023-03-22 17:41:57 -05:00
Chance
b51a7a6562 refactor(incremental-merkle-tree.sol): initDefaultZeroes -> initWithDefaultZeroes 2023-03-22 17:39:29 -05:00
Chance
87add11f3c feat(incremental-merkle-tree.sol): support default zeroes as constants 2023-03-21 18:18:55 -05:00
Chance
af018e52fa refactor: switch to poseidon-solidity 2023-03-21 17:06:03 -05:00
cedoor
48ac6ad103 Merge pull request #40 from omahs/patch-1
Fix: typos
2023-02-09 12:34:23 +01:00
omahs
ce7321a5f1 Fix: typos 2023-02-09 10:29:55 +01:00
cedoor
212ed2c782 Merge pull request #39 from vivianjeng/patch-1
docs: update readme
2023-01-25 16:47:46 +01:00
Ya-wen, Jeng
6dfe273e2b docs: update readme 2023-01-25 01:56:21 -05:00
cedoor
f03ad57ef3 chore(incremental-merkle-tree.sol): v1.3.3 2022-12-23 10:17:46 +01:00
cedoor
b0ab2ac9b4 Merge pull request #38 from privacy-scaling-explorations/fix/index-calculation
New checks for path indices
2022-12-23 10:14:55 +01:00
cedoor
12e16007c6 refactor(incremental-merkle-tree.sol): remove unnecessary bitwise and operator
re #37
2022-12-22 19:24:35 +01:00
cedoor
b8b3726c26 fix(incremental-merkle-tree.sol): add check for path indices
This bug was found by Veridise during their audit of Semaphore.

fix #37
2022-12-22 19:20:31 +01:00
cedoor
1d4955b96d docs(readme): update discord link 2022-12-19 11:32:48 +01:00
cedoor
46cc4622b9 docs(readme): update badges urls 2022-12-16 12:24:34 +01:00
cedoor
54edd01bc2 chore(incremental-merkle-tree.sol): v1.3.2 2022-12-16 12:16:30 +01:00
cedoor
ec3f6e9599 Merge pull request #36 from privacy-scaling-explorations/fix/update-function
Additional checks for new leaves in the update function
2022-12-16 12:10:36 +01:00
cedoor
27284d16bc fix: add checks for new leaves in the update function
This bug was found by Veridise during their audit of Semaphore.

fix #35
2022-12-13 14:10:46 +01:00
cedoor
d3b87736d9 chore(incremental-merkle-tree.sol): v1.3.1 2022-10-04 20:31:26 +02:00
cedoor
14e357455f Merge pull request #33 from twister-dev/dev
Dev
2022-10-04 20:27:30 +02:00
twister-dev
9ebe75535d style(incremental-merkle-tree.sol): format code with prettier 2022-10-04 11:17:01 -07:00
twister-dev
2e69d2b03b fix(incremental-merkle-tree.sol): IncrementalQuinTree now prevents updates to uninitialized leaves 2022-10-01 11:22:09 -07:00
twister-dev
dcdad27245 fix(incremental-merkle-tree.sol): ensure proofPathIndices is binary when recovering updateIndex 2022-10-01 10:07:52 -07:00
twister-dev
b66b24628c fix: update requires index to be inserted already 2022-09-30 10:48:54 -07:00
twister-dev
8f596f1760 feat: demo bug 2022-09-30 10:30:32 -07:00
cedoor
b3eaace2ed chore: update lockfile 2022-09-09 12:57:19 +02:00
cedoor
ef9b0f9d92 chore(incremental-merkle-tree): v1.0.0 2022-09-09 12:50:12 +02:00
cedoor
81fb3d4b65 chore(incremental-merkle-tree.sol): v1.3.0 2022-09-09 12:31:43 +02:00