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 |
|
cedoor
|
6d4331ab47
|
Merge pull request #31 from privacy-scaling-explorations/refactor/remove-leaf
New remove function
|
2022-09-09 12:29:42 +02:00 |
|
cedoor
|
7b38241845
|
fix: set correct zero value
|
2022-09-09 12:23:54 +02:00 |
|
cedoor
|
cbca4fa968
|
refactor: set remove method as a zero-leaf update
|
2022-09-09 12:10:38 +02:00 |
|
cedoor
|
8ef49c1a03
|
Merge pull request #29 from GianfrancoBazzani/patch-1
typo fixed
|
2022-08-22 12:25:55 +02:00 |
|
GianfrancoBazzani
|
830ea5c533
|
typo fixed
|
2022-08-20 19:50:56 +02:00 |
|
cedoor
|
6466ba517e
|
chore(incremental-merkle-tree.sol): v1.2.0
|
2022-07-21 11:23:19 +02:00 |
|
cedoor
|
cb3a73f8a0
|
style: format code
|
2022-07-21 11:22:14 +02:00 |
|
cedoor
|
f6eaa90002
|
chore: update lock file
|
2022-07-21 11:21:57 +02:00 |
|
cedoor
|
484a1ac244
|
Merge pull request #28 from 0xbok/gas
refactor(incremental-merkle-tree.sol): gas optimizations
|
2022-07-21 11:13:18 +02:00 |
|
0xbok
|
f0e5bcf47c
|
refactor(incremental-merkle-tree.sol): gas optimizations quin tree
|
2022-07-21 13:53:17 +05:30 |
|
0xbok
|
965f789f1f
|
refactor(incremental-merkle-tree.sol): use bit operators
|
2022-07-20 22:57:53 +05:30 |
|
0xbok
|
3660b80e0f
|
refactor(incremental-merkle-tree.sol): gas optimizations
|
2022-07-20 22:46:53 +05:30 |
|
cedoor
|
db0af5cc0b
|
chore(incremental-merkle-tree.sol): v1.1.0
|
2022-07-17 18:59:18 +02:00 |
|
cedoor
|
7a7f00fbce
|
style: general code format
|
2022-07-17 18:58:52 +02:00 |
|
cedoor
|
a15cde6527
|
refactor: remove double check for scalar fields
|
2022-07-17 18:57:30 +02:00 |
|
cedoor
|
309bf3da3b
|
chore: update ethereum-waffle pkg
|
2022-07-17 18:39:40 +02:00 |
|