-
Notifications
You must be signed in to change notification settings - Fork 21.3k
Closed
Labels
Description
Ethereum sepolia
System information
Geth version: v1.13.11
CL client & version: nimbus amd64-v24.2.0
OS & Version: linux
Expected behaviour
when requesting eth_getTransactionReceipt for 0x8b21c385f137ce75b3f2b0ee84040b629208d5037d0101d23c8bd2ce98e3a89b
expected transactionIndex is 0x26
Actual behaviour
transactionIndex in response is 0x14
full response:
{"jsonrpc":"2.0","id":1,"result":{"blockHash":"0x5b9878a504a93085ae7b240d511d7b7eb64058925fb42dd6470bed9f61341973","blockNumber":"0x56b2d0","contractAddress":null,"cumulativeGasUsed":"0xadc32","effectiveGasPrice":"0xee9ab034","from":"0x3c352ea32dfbb757ccdf4b457e52daf6ecc21917","gasUsed":"0x5208","logs":[],"logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","status":"0x1","to":"0xe078fca4af16626da5f71875f87d891f1b932ad4","transactionHash":"0x7cb724246409190caa7789a29a652948a920ab4d9ed1e0df5aaa9fe615f20564","transactionIndex":"0x14","type":"0x0"}}
We cannot reproduce this issue right now, because it was fixed by restarting the node, but the problem has arisen not for the first time, and we want to understand what is causing it
Backtrace
[backtrace]
When submitting logs: please submit them as text and not screenshots.
avinashbo and dwampa