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
Erigon version: cast client -r https://eth-pokt.nodies.app/ -> erigon/2.59.3/linux-amd64/go1.21.5
cast client -r https://eth-pokt.nodies.app/
Chain/Network: Ethereum / main
It should output the correct prestate balance for Blob-Commit transactions.
It outputs a prestate balance that is 0x20000 too low.
0x20000
I've tested it with following command, though it probably affects all types of prestate tracing:
cast rpc debug_traceBlockByNumber 0x12f94ce '{"tracer": "prestateTracer", "tracerConfig": { "diffMode": true } }'
Then inspect the prestate balances for following commits:
The text was updated successfully, but these errors were encountered:
Will take it up soon
Sorry, something went wrong.
somnathb1
Successfully merging a pull request may close this issue.
System information
Erigon version:
cast client -r https://eth-pokt.nodies.app/
-> erigon/2.59.3/linux-amd64/go1.21.5Chain/Network: Ethereum / main
Expected behaviour
It should output the correct prestate balance for Blob-Commit transactions.
Actual behaviour
It outputs a prestate balance that is
0x20000
too low.Steps to reproduce the behaviour
I've tested it with following command, though it probably affects all types of prestate tracing:
cast rpc debug_traceBlockByNumber 0x12f94ce '{"tracer": "prestateTracer", "tracerConfig": { "diffMode": true } }'
Then inspect the prestate balances for following commits:
The text was updated successfully, but these errors were encountered: