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_getProof
Anvil
forge 0.2.0 (d4f626b 2023-08-09T00:22:15.229380000Z)
No response
macOS (Apple Silicon)
anvil -p 8546
curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"id","method":"eth_getProof","params":["0x0000000000000000000000000000000000000000", ["0x0000000000000000000000000000000000000000000000000000000000000000"], { "blockNumber": "0x0" }]}' http://localhost:8546
The output: curl: (52) Empty reply from server
curl: (52) Empty reply from server
Node's output:
Listening on 127.0.0.1:8546 eth_getProof thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: TrieError("Invalid state root: [86, 232, 31, 23, 27, 204, 85, 166, 255, 131, 69, 230, 146, 192, 248, 110, 91, 72, 224, 27, 153, 108, 173, 192, 1, 98, 47, 181, 227, 99, 180, 33]")', anvil/src/eth/backend/mem/mod.rs:2324:10 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace [1] 42780 abort anvil -p 8546
The text was updated successfully, but these errors were encountered:
Having the same issue. Any updates?
Sorry, something went wrong.
alloy-trie
Successfully merging a pull request may close this issue.
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (d4f626b 2023-08-09T00:22:15.229380000Z)
What command(s) is the bug in?
No response
Operating System
macOS (Apple Silicon)
Describe the bug
anvil -p 8546
curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","id":"id","method":"eth_getProof","params":["0x0000000000000000000000000000000000000000", ["0x0000000000000000000000000000000000000000000000000000000000000000"], { "blockNumber": "0x0" }]}' http://localhost:8546
The output:
curl: (52) Empty reply from server
Node's output:
The text was updated successfully, but these errors were encountered: