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
Yeah this seems like a nice-to-have and should be pretty trivial to implement (just four decode attempts). The only potential issue that I see is we could mis-decode some non-evm trie value into a storage trie slot, just since the value type is rlp(U256), but I don't think that this probably really matters that much.
The trie diff tool will output something like this currently (added formatting for readability)
It would be nice if it was displaying the
Decoded value
along with the currentlyEncoded value
, which in this case could look like:The text was updated successfully, but these errors were encountered: