imt.sol-v2.0.0-beta.9
Pre-release
Pre-release
·
257 commits
to main
since this release
🐞 Bug Fixes
- @zk-kit/imt.sol: Remove merkle proof length check - by @cedoor (18b8e)
♻️ Refactoring
- @zk-kit/imt.sol:
- Use if instead of while to increment depth - by @cedoor (ba729)
- Cache tree size in the lean imt - by @vplasencia (48836)
- Cache tree depth in the lean imt - by @vplasencia (9e0d2)
- Refactor code to optimize gas - by @vplasencia (5daeb)
- Update the way depth is increased to optimize gas - by @vplasencia (22b6a)
- Use the cached tree depth - by @vplasencia (4d5bf)
- Update variable assignment to optimize gas - by @vplasencia (464a4)
- Cache tree depth to optimize gas in insert many function in the lean imt - by @vplasencia (f9f40)