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
It is absolutely unclear in some places of the code whether trie key is represented by bytes or nibbles, because we use Vec<u8> in many places. We may consider using TrieKey in the first case and NibbleSlice in the second one, or something else.