Skip to content
New issue

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

rpcdaemon: ots_searchTransactionsBefore includes contract creations for zero address search #2015

Closed
sealer3 opened this issue May 10, 2024 · 0 comments · Fixed by #2022
Closed

Comments

@sealer3
Copy link

sealer3 commented May 10, 2024

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:

{
	"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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant