- The
.hash
property of empty tries now returnsnull
in the off-chain library, instead of a bytes buffer filled with zeroes. This is to avoid a confusion where one would be encouraged to construct an empty trie from such a root.
- N/A
- Initial implementation of Merkle-Patricia Forestry, with an on-chain (Aiken) and off-chain (Node.js) backend on top of level.js with an option to run in-memory:
- Constructing
- Modifying
- Inspecting
- Proving
N/A
N/A