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
ots_searchTransactionsBefore
Note: This issue similarly affects ots_searchTransactionsAfter.
ots_searchTransactionsAfter
Sending this RPC call to Erigon returns transactions that include contract creations which do not interact with the zero address:
{ "id": 238, "jsonrpc": "2.0", "method": "ots_searchTransactionsBefore", "params": [ "0x0000000000000000000000000000000000000000", 0, 25 ] }
Note that in these tests, the zero address is also the fee recipient.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Note: This issue similarly affects
ots_searchTransactionsAfter
.Sending this RPC call to Erigon returns transactions that include contract creations which do not interact with the zero address:
Note that in these tests, the zero address is also the fee recipient.
The text was updated successfully, but these errors were encountered: