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
{ "id": 0, "jsonrpc": "2.0", "method": "eth_getLogs", "params": [{ "fromBlock": 4736803, "toBlock": 4736805, "topics": [ "0x7357bdf6439eb71d76705f65b579405009821f85cd9c27520fe6bca4d2707bae" ] }] } => can find logs
{ "id": 0, "jsonrpc": "2.0", "method": "eth_getLogs", "params": [{ "fromBlock": 0, "toBlock": "latest", "topics": [ "0x7357bdf6439eb71d76705f65b579405009821f85cd9c27520fe6bca4d2707bae" ] }] } => []
I think this is due to subql truncating large result. Need to validation the cause, and figure out what's the most efficient way to handle this
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think this is due to subql truncating large result. Need to validation the cause, and figure out what's the most efficient way to handle this
The text was updated successfully, but these errors were encountered: