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
All
Query chain' state from block height related RPC, the result always return latest state, not queried height.
curl https://babel-api.mainnet.iotex.io \ -X POST \ -H "Content-Type: application/json" \ --data '{"method":"eth_getBalance","params":["0x3c3acce50f7bb6390937139f9e10f99478a83702", "0x1f4"],"id":1,"jsonrpc":"2.0"}' {"jsonrpc":"2.0","id":1,"result":"0x399a62af592971339dcb"}
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"missing trie node 945e00a1e6f72d0cea125f726a81a110c5f04da829238e186cdcf5e887e8be79 (path )"}}
A pruned node cannot serve API requests for certain RPC methods older than 128 blocks.
Should fixed API:
The text was updated successfully, but these errors were encountered:
millken
Successfully merging a pull request may close this issue.
What version of iotex-core image (or code branch) are you using?
All
What did you do? If possible, provide a recipe for reproducing the error.
Query chain' state from block height related RPC, the result always return latest state, not queried height.
What did you expect to see?
A pruned node cannot serve API requests for certain RPC methods older than 128 blocks.
Should fixed API:
The text was updated successfully, but these errors were encountered: