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_getLogs
blockHash
When making a rpc query to https://rpc.ankr.com/xdc
https://rpc.ankr.com/xdc
{ "jsonrpc": "2.0", "method": "eth_getLogs", "params": [ { "blockHash": "0xdc480998d4335c61fe5d32802b455a6fc5fa8c08e1b55ebd4c9229adde15e99c" } ], "id": 1 }
it would return the log for the latest block instead of the blockHash provided in the param. if this is expected result then https://www.ankr.com/docs/rpc-service/chains/chains-api/xdc/#parameters-27 should be updated.
The text was updated successfully, but these errors were encountered:
Same with #179.
Sorry, something went wrong.
This issue is fixed by PR #486, #490, #491. We are testing on devnet now, will move to testnet later.
No branches or pull requests
When making a rpc query to
https://rpc.ankr.com/xdc
it would return the log for the latest block instead of the blockHash provided in the param.
if this is expected result then https://www.ankr.com/docs/rpc-service/chains/chains-api/xdc/#parameters-27 should be updated.
The text was updated successfully, but these errors were encountered: