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
I expected the transactionIndex in the logs of eth.getTransactionReceipt to correctly reflect the index of the corresponding transaction.
Actual behaviour
The transactionIndex in the logs of eth.getTransactionReceipt is consistently reported as 0, but it should be the actual index of the transaction, which in this case is 1.
Steps to reproduce the behaviour
Connecting to zkEVM RPC
./geth attach https://zkevm-rpc.com
Retrieve the transaction receipt using eth.getTransactionReceipt.
If the transactionIndex within the logs consistently shows 0 instead of the expected value (1 in this case), there might be an issue with how the transaction index is being recorded in the zkEVM node.
Backtrace
transactionReceipts.logs[*].transactionIndex should 1
The text was updated successfully, but these errors were encountered:
System information
v0.5.11-RC14
MAC
develop
)Mainnet
Expected behaviour
I expected the
transactionIndex
in the logs ofeth.getTransactionReceipt
to correctly reflect the index of the corresponding transaction.Actual behaviour
The
transactionIndex
in the logs ofeth.getTransactionReceipt
is consistently reported as 0, but it should be the actual index of the transaction, which in this case is 1.Steps to reproduce the behaviour
eth.getTransactionReceipt
.transactionIndex
in the logs.Potential Issue
If the transactionIndex within the logs consistently shows 0 instead of the expected value (1 in this case), there might be an issue with how the transaction index is being recorded in the zkEVM node.
Backtrace
transactionReceipts.logs[*].transactionIndex should 1
The text was updated successfully, but these errors were encountered: