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
eth_getBlockByNumber
The ethereum/sync test fails because our rpc output is not able to be parsed:
ethereum/sync
can't query chain head: json: cannot unmarshal hex number with leading zero digits into Go struct field Header.number of type *hexutil.Big
Run the ethereum/sync hive tests on latest main, see the hive workflow: https://github.com/paradigmxyz/reth/actions/runs/4234007156/jobs/7356032570#step:7:8
No response
The text was updated successfully, but these errors were encountered:
This is caused by: recmo/uint#224 and tracked in reth with: #1465
Sorry, something went wrong.
eth_blockNumber
Remco is away on parental leave for another month I think, so would recommend using a custom deserializer. @Rjected assigning to you, should be smol
we'd need to use different types everywhere which would be a pain perhaps we can patch with this fix instead recmo/uint#225?
I'm down to just cargo.patch the ruint dep until then yeah.
ruint
Rjected
No branches or pull requests
Describe the bug
The
ethereum/sync
test fails because our rpc output is not able to be parsed:Steps to reproduce
Run the
ethereum/sync
hive tests on latest main, see the hive workflow: https://github.com/paradigmxyz/reth/actions/runs/4234007156/jobs/7356032570#step:7:8Node logs
No response
Platform(s)
No response
What version/commit are you on?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: