v1.0.7
- Added
SimpleMerkleTreeclass that supportsbytes32leaves with no extra hashing. - Support custom hashing function for computing internal nodes. Available in the core and in
SimpleMerkleTree. - Add
lengthandat()(leaf getter) toStandardMerkleTreeandSimpleMerkleTree.