Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot retrieve entire trace_block call #12473

Closed
tjayrush opened this issue Oct 25, 2024 · 2 comments
Closed

Cannot retrieve entire trace_block call #12473

tjayrush opened this issue Oct 25, 2024 · 2 comments
Assignees
Labels
imp1 High importance
Milestone

Comments

@tjayrush
Copy link
Contributor

tjayrush commented Oct 25, 2024

System information

Erigon version: ./erigon --version

erigon version 2.58.1-f12e451c

OS & Version: Windows/Linux/OSX

Linux

Commit hash:

f12e451ca72ef85d0611737a0e4fc3f348b7f28c

Erigon Command (with flags/config):

#!/usr/bin/env bash

./build/bin/erigon \
    --datadir "/mnt/md0/erigon-devel/" \
    --private.api.addr=localhost:9091 \
    --db.size.limit=8TB \
    --port 30304 \
    --chain mainnet \
    --http \
    --http.api=eth,debug,net,trace,web3,erigon \
    --http.vhosts=host.docker.internal,localhost \
    --snapshots=true

Consensus Layer:

Prysm

Consensus Layer Command (with flags/config):

#!/usr/bin/env bash

./prysm.sh beacon-chain \
    --datadir="/mnt/md0/erigon-devel/" \
    --jwt-secret="/mnt/md0/erigon-devel/jwt.hex" \
    --monitoring-port 8990 \
    --rpc-port 9234

Chain/Network:

Ethereum Mainnet

Expected behaviour

trace_block should return without error.

Actual behaviour

Returns an internal error:

Run:

jrush@linux:~/D/prysm|HEAD⚡?➤ curl -X POST -H "Content-Type: application/json" --data '{ "jsonrpc": "2.0", "method": "trace_block", "params": [ "0x140e6e3" ], "id": 5 }' http://localhost:8545

Returns:

{"jsonrpc":"2.0","id":5,"error":{"code":-32000,"message":"first run for txIndex 85 error: insufficient funds for gas * price + value: address 0x0b92619DdE55C0cbf828d32993a7fB004E00c84B have 1414044108792614043 want 1414044806692614043"}}

Steps to reproduce the behaviour

See above.

Backtrace

[backtrace]
@keithchew
Copy link

Issue has been reported here:

#12432

@yperbasis
Copy link
Member

Fixed by PR #12559 and will be released in v2.60.10.

@yperbasis yperbasis added this to the 2.60.10-fixes milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
imp1 High importance
Projects
None yet
Development

No branches or pull requests

5 participants
@tjayrush @keithchew @VBulikov @yperbasis and others