You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Erigon Command (with flags/config): (Erigon with an HTTP rpc server and the ots namespace enabled)
Consensus Layer: (any)
Consensus Layer Command (with flags/config):
Chain/Network: Ethereum mainnet
Expected behaviour
ots_getTransactionBySenderAndNonce returns the correct transaction hash for the latest nonce sent by address addr, as in Erigon 2.x.
Actual behaviour
ots_getTransactionBySenderAndNonce returns null for the latest-nonce transaction of a given sender.
Steps to reproduce the behaviour
Find any Ethereum transaction sender
Find the last nonce of an included transaction by this sender
Call Erigon via JSON-RPC using that sender and the last nonce of the sender (this example might become out of date but is the one that was used for testing):
System information
Erigon version: Most recent 3.x
OS & Version: Linux
Commit hash: ba0129d
Erigon Command (with flags/config): (Erigon with an HTTP rpc server and the
ots
namespace enabled)Consensus Layer: (any)
Consensus Layer Command (with flags/config):
Chain/Network: Ethereum mainnet
Expected behaviour
ots_getTransactionBySenderAndNonce
returns the correct transaction hash for the latest nonce sent by addressaddr
, as in Erigon 2.x.Actual behaviour
ots_getTransactionBySenderAndNonce
returnsnull
for the latest-nonce transaction of a given sender.Steps to reproduce the behaviour
@wmitsuda
The text was updated successfully, but these errors were encountered: