Release v2.7.14
Release notes v2.7.14 🎉
This is a minor feature release
- Added novel Cartesian Merkle Tree (CMT / Treaple) data structure reference implementation.
- CMT can be used as a substitute for a Sparse Merkle Tree (SMT) when a hash function cost is low.
- CMT consumes 2 times less storage than SMT.
- With
keccak256
CMT is 18% less expensive than SMT.
- Optimized
ECDSA384
library signature verification to~8.1 mln gas
(previously~9 mln
).