Skip to content

Merkleization

Past due by over 1 year 66% complete

The aim of this milestone is to ensure merkleization of the whole trie. This includes:

  1. providing storage (page types) for Keccak values
  2. check dirtyness of pages and calculation on commit
  3. 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:

  1. providing storage (page types) for Keccak values
  2. check dirtyness of pages and calculation on commit
  3. handling various cases with Extensions, Branches and Leafs, which includes borrowing from pages above if value was not flushed down
Loading