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
Default trie to be immutable, where every change spits out a new root hash, and list of nodes to change, but doesn't affect the original trie. (and stop tracking the root hash as a property of the trie) -- This would be cool, but might not make it into v2
Would like to make some backwards-incompatible changes. For example:
MissingTrieNodeexception to stop subclassing fromKeyErrorAdd prefix to MissingTrieNode exception #98trie.syncDrop deprecated trie.Trie and trie.sync #100trie.TrieDrop deprecated trie.Trie and trie.sync #100HexaryTrieNodefromHexaryTrie.root_nodeReturn annotated node fromHexaryTrie.root_node#103trie.utilstotrie._utilsNot incompatible, but important changes:
key_starts_with(See Log backfill stats to info ethereum/trinity#1883 (comment) )from trie import HexaryTrieFog, NodeIteratoretc.Surely there are others, just wanted to start a running list.