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
"If you're a Python dev doing web3 stuff, beware of the breaking change introduced in hexbytes v1.0. The hex() method no longer prepends '0x' to the hex string, so if you're doing keccak hashing be aware that it'll be all screwed up. The new method to_0x_hex() preserves the behavior.
Wasted the better part of a day debugging why my bundles were being rejected."
Background / motivation
"If you're a Python dev doing web3 stuff, beware of the breaking change introduced in hexbytes v1.0. The
hex()
method no longer prepends '0x' to the hex string, so if you're doing keccak hashing be aware that it'll be all screwed up. The new methodto_0x_hex()
preserves the behavior.Wasted the better part of a day debugging why my bundles were being rejected."
Ref: https://x.com/bowtieddevil/status/1809795540517023842?s=46
TODO
The text was updated successfully, but these errors were encountered: