Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trie: refactor stacktrie (ethereum#28233)
This change refactors stacktrie to separate the stacktrie itself from the internal representation of nodes: a stacktrie is not a recursive structure of stacktries, rather, a framework for representing and operating upon a set of nodes. --------- Co-authored-by: Gary Rong <garyrong0905@gmail.com>
- Loading branch information