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
Same error is happening on Ethereum Mainnet for block 0x140e6e3 (21030627)
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"first run for txIndex 85 error: insufficient funds for gas * price + value: address 0x0b92619DdE55C0cbf828d32993a7fB004E00c84B have 1414044108792614043 want 1414044806692614043"}}
System information
Erigon version:
erigon/2.60.8
OS & Version: Ubuntu 22.04
Commit hash:
dec9d20
Erigon Command (with flags/config):
Consensus Layer:
Lighthouse
Consensus Layer Command (with flags/config): N/A
Chain/Network:
Ethereum-Holesky
Expected behaviour
Get tracees for each transaction in the block
Actual behaviour
Get
first run for txIndex XX error: insufficient funds for gas * price + value
errorBlock in question: https://holesky.etherscan.io/txs?block=2402609
Has two reverted txs in the block, but not seemingly related to the error message.
The error refers to the tx at index 26 which is https://holesky.etherscan.io/tx/0x8a60c0ffb6ddb4cf88c0b462063d0a4cb2d31403c0b5fa6b2af1faae8b66597e
the explorer shows it was successful.
eth_getBlockByNumber
for0x24A931
also shows this tx:Steps to reproduce the behaviour
curl <Erigon_Endpoint> -X POST -H "Content-Type: application/json" --data '{"method":"trace_block","params":["0x24A931"],"id":1,"jsonrpc":"2.0"}'
The text was updated successfully, but these errors were encountered: