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
Create a function that, given a list of zero traces and an initial SMT state, it applies the traces on top of the initial state trie, and returns a new trie.
Implementation
A zero trace contains a list of changes a transaction will make to the trie state.
Create a function that, given a list of zero traces and an initial SMT state, it applies the traces on top of the initial state trie, and returns a new trie.
Implementation
A zero trace contains a list of changes a transaction will make to the trie state.
StateWriter
to mutate the state trie.The interface of the function should look something like this:
The text was updated successfully, but these errors were encountered: