-
Notifications
You must be signed in to change notification settings - Fork 45
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
[RPC] debug_traceBlockByHash throws error #140
Comments
add this flag in your start command: |
Hey @blxdyx , the flags mentioned are present and the error still persist |
It's test fine in my case. |
Maybe could be related to my node data? Would be possible to have a BSC snapshot for testnet? |
We will upload it soon. |
Here are the logs from the erigon node: |
It also happen in other chain, will follow up |
Fixed in latest commit |
Hey @blxdyx , thanks for the support. Everything works well. |
System information
Erigon version:
./erigon --version
erigon version 2.43.0-dev-1ad23c29
OS & Version: Windows/Linux/OSX
Ubuntu22.04
Commit hash:
1ad23c2
Erigon Command (with flags/config):
erigon --chain=chapel --datadir=/node/data --metrics --metrics.addr=0.0.0.0 --metrics.port=6060 --private.api.addr=0.0.0.0:9090 --pprof --pprof.addr=0.0.0.0 --pprof.port=6061 --torrent.download.rate=1000mb --p2p.protocol=66 --db.size.limit=1800GB --http=false
Concensus Layer:
Concensus Layer Command (with flags/config):
Chain/Network: BSC Chapel
Expected behaviour
Return trace of the block hash for following API:
Actual behaviour
Handler crashes and response ends with
Steps to reproduce the behaviour
make the call to bsc erigon node:
The text was updated successfully, but these errors were encountered: