Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ffe08a4
add custm-hash versions of the MerkleProof functions
Amxx Feb 8, 2024
a45abe8
remove cache that causes stack too deep
Amxx Feb 8, 2024
9bc06ea
fix lint
Amxx Feb 8, 2024
2977574
more tests
Amxx Feb 9, 2024
92399a3
natspec comments
Amxx Feb 9, 2024
f449987
procedurally generate MerkleProof
Amxx Feb 9, 2024
725a75f
add changeset
Amxx Feb 12, 2024
d56dad6
Merge branch 'master' into feature/cryptography/merkle-proof-custom-hash
Amxx Feb 12, 2024
408271a
codespell
Amxx Feb 12, 2024
d11d7f5
Merge branch 'master' into feature/cryptography/merkle-proof-custom-hash
ernestognw Mar 25, 2024
a7abb27
Fix procedural generation
ernestognw Mar 25, 2024
e49c0ac
Nits
ernestognw Apr 22, 2024
55b390e
Merge branch 'master' into feature/cryptography/merkle-proof-custom-hash
ernestognw Apr 23, 2024
2d87005
Merge branch 'master' into feature/cryptography/merkle-proof-custom-hash
Amxx Jun 27, 2024
9c7ab66
linted generation
Amxx Jun 27, 2024
b32a118
up
Amxx Jun 27, 2024
ec01f3d
Fix tests
ernestognw Jun 27, 2024
c2ca934
remove one local variable to avoid stack too depth when calldata + cu…
Amxx Jun 28, 2024
0b19ff7
remove one local variable to avoid stack too depth when calldata + cu…
Amxx Jun 28, 2024
4ca51e9
add note about the use of non communative hashing functions
Amxx Jun 28, 2024
cc8d816
add note about the use of non communative hashing functions
Amxx Jun 28, 2024
c38e1aa
Merge branch 'master' into feature/cryptography/merkle-proof-custom-hash
ernestognw Jul 15, 2024
d437555
Improve coverage and address review comments
ernestognw Jul 15, 2024
a939a13
Nit
ernestognw Jul 15, 2024
50f1ccb
update merkle-tree to @1.0.7
Amxx Jul 15, 2024
640e2da
Merge branch 'feature/cryptography/merkle-proof-custom-hash-tests' in…
Amxx Jul 15, 2024
e3554ae
refactor tests
Amxx Jul 15, 2024
75703a6
up
Amxx Jul 15, 2024
0ea8d75
Apply suggestions from code review
Amxx Jul 15, 2024
f388e69
Update MerkleTree.sol
Amxx Jul 15, 2024
b7d56bb
Use sha256 for the MerkleProof custom hash tests
Amxx Jul 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update merkle-tree to @1.0.7
  • Loading branch information
Amxx committed Jul 15, 2024
commit 50f1ccb4042460348452d72be4aa5dbfe77a00b4
69 changes: 7 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
"@openzeppelin/docs-utils": "^0.1.5",
"@openzeppelin/merkle-tree": "^1.0.6",
"@openzeppelin/merkle-tree": "^1.0.7",
"@openzeppelin/upgrade-safe-transpiler": "^0.3.32",
"@openzeppelin/upgrades-core": "^1.20.6",
"chai": "^4.2.0",
Expand Down