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
Noticing a similar error on post-merge Ethereum as well. If you do trace_block on block 15539509 or trace_transaction on 0x2fdf04a1d70c3cfa1f9d89baf080377ca110c5dbc28def63b01e18b270e85f6f, you get the following error:
first run for txIndex 323 error: insufficient funds for gas * price + value: address 0xb64a30399f7F6b0C154c2E7Af0a3ec7B0A5b131a have 79011297267895730 want 79314366712002216
Running dedicated archive Erigon through Chainstack so wish I had more technical input to contribute but found this thread from the exact same Polygon trace issue referenced above and then just ran into it again on PoS Ethereum. Looks like a transaction was included that doesn't have enough eth?
Err: first run for txIndex 9 error: insufficient funds for gas * price + value: address 0xF4317f378c7879DfB75907Ee3e99260E40A20b14 have 509993134191999906922 want 1000006193840000000000
System information
Erigon version:
./erigon --version
latest version
OS & Version: Windows/Linux/OSX
erigon cli:
Commit hash :
Expected behaviour
Make an HTTP request to the node, I want 13 transaction information
This is the request parameter
But an error is returned:
I hope the gods can work it out. Thank you!
The text was updated successfully, but these errors were encountered: