We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can anyone tell me why? https://github.com/MetaMask/eth-json-rpc-filters/blob/main/hexUtils.js#L55
This is causing tests against https://github.com/ethereum/execution-apis to fail (expects hex number that is not zero-leading)
The text was updated successfully, but these errors were encountered:
geth and the spec no longer support leading 0s
rel ethereum/execution-apis#40 (comment) rel NomicFoundation/hardhat#1585 (comment)
Sorry, something went wrong.
rel #71 rel #70
Closing this issue as it's just a question, but leaving this here for reference of course.
No branches or pull requests
Can anyone tell me why?
https://github.com/MetaMask/eth-json-rpc-filters/blob/main/hexUtils.js#L55
This is causing tests against https://github.com/ethereum/execution-apis to fail (expects hex number that is not zero-leading)
The text was updated successfully, but these errors were encountered: