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
fix incorrect regular expressions for uint base types (#605)
Closes#556
Note the slot parameter of eth_getStorageAt had to be relaxed to bytesMax32, since the
new uint256 pattern disallows leading zero, but usage of leading zero is commonplace
for storage slots.
---------
Co-authored-by: Felix Lange <[email protected]>
0 commit comments