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
For some reason, quai_getLogs works on QFan token transfer events but doesn't work on other token transfer events.
Example: https://quaiscan.io/address/0x005Aa15A0Ef04532182E44b01BB9b6417BB53e5C?tab=logs&shard=unknown1
{ "jsonrpc": "2.0", "id": 1, "method": "quai_getLogs", "params": [{ "fromBlock": "0x60367", "toBlock": "0x60367", "address": "0x005Aa15A0Ef04532182E44b01BB9b6417BB53e5C", "topics": [ "0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef" ] }] }
Response: { "jsonrpc": "2.0", "id": 1, "result": [] }
The text was updated successfully, but these errors were encountered:
Nondeterministic timing. On one test iteration, an event disappeared after 2077 blocks:
On block 800540 NO MORE LOGS after 2077 blocks
On another event, it is still available long after:
On block 800872 still had logs after 2092 blocks ... ... ... On block 803070 NO MORE LOGS after 4290 blocks
Sorry, something went wrong.
Kicking the can on this, since Jonathan has a short term solution, and the root cause here is evading us.
duplicate issue: #2373
wizeguyy
No branches or pull requests
For some reason, quai_getLogs works on QFan token transfer events but doesn't work on other token transfer events.
Example: https://quaiscan.io/address/0x005Aa15A0Ef04532182E44b01BB9b6417BB53e5C?tab=logs&shard=unknown1
{
"jsonrpc": "2.0",
"id": 1,
"method": "quai_getLogs",
"params": [{
"fromBlock": "0x60367",
"toBlock": "0x60367",
"address": "0x005Aa15A0Ef04532182E44b01BB9b6417BB53e5C",
"topics": [
"0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"
]
}]
}
Response:
{
"jsonrpc": "2.0",
"id": 1,
"result": []
}
The text was updated successfully, but these errors were encountered: