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:
MissingTrieNode
exception to stop subclassing fromKeyError
Add prefix to MissingTrieNode exception #98trie.sync
Drop deprecated trie.Trie and trie.sync #100trie.Trie
Drop deprecated trie.Trie and trie.sync #100HexaryTrieNode
fromHexaryTrie.root_node
Return annotated node fromHexaryTrie.root_node
#103trie.utils
totrie._utils
Not incompatible, but important changes:
key_starts_with
(See Log backfill stats to info trinity#1883 (comment) )from trie import HexaryTrieFog, NodeIterator
etc.Surely there are others, just wanted to start a running list.
The text was updated successfully, but these errors were encountered: