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
The issue was traversing hash nodes was overly aggressive pruning and checking that the extension & leaf nibbles matched the remaining part of the key when creating sub-tries. Even if the remaining key does not match, we still need to include the node.
There is still something else however where some nodes are being hashed out that shouldn’t be. Will update when I know more.
The text was updated successfully, but these errors were encountered:
The issue was traversing hash nodes was overly aggressive pruning and checking that the extension & leaf nibbles matched the remaining part of the key when creating sub-tries. Even if the remaining key does not match, we still need to include the node.
There is still something else however where some nodes are being hashed out that shouldn’t be. Will update when I know more.
The text was updated successfully, but these errors were encountered: