You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All ENs will be running storehouse. Since no EN is running mTrie, the network can support a larger execution state. In other words, mTrie EN can be deprecated.
Storehouse EN is able to support sporks (Currently sporks require mTrie EN).
Implementation Details
Storehouse ENs can generate root checkpoints by reconstructing payloads into the payloadless trie using data from the on-disk register store.
WALs (write-ahead logs) for the trie are persisted to disk only after blocks are sealed.
Checkpoints contain a single trie whose root hash is finalized (sealed).
Goal
Implementation Details