Skip to content

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

@sealer3

Description

@sealer3

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions