Merkleization
Past due by over 1 year
66% complete
The aim of this milestone is to ensure merkleization of the whole trie. This includes:
- providing storage (page types) for Keccak values
- check dirtyness of pages and calculation on commit
- handling various cases with Extensions, Branches and Leafs, which includes borrowing from pages above if value was not flushed down
The aim of this milestone is to ensure merkleization of the whole trie. This includes:
- providing storage (page types) for Keccak values
- check dirtyness of pages and calculation on commit
- handling various cases with Extensions, Branches and Leafs, which includes borrowing from pages above if value was not flushed down