-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Polygon: debug_traceTransaction throws error for block 21615364 #7498
Comments
Does not crash on erigon version 2.33.1-stable-41c0a474 |
@0xKrishna : Did you get any chance to look at this? |
Nope, I don't have access to any mainnet node as of now, So not able to reproduce. |
@0xKrishna it crashes on mumbai archive node too, for block number 29689951
|
I can confirm both of these crash on |
I checked on a mumbai and debugged, It's something related to contract creation on evm level
|
I tried to look but didn't make much progress. Any luck? |
Still happening on v2.46.0 |
Any updates regarding this? Saw that similar issue on node-real/bsc-erigon has been solved. |
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days. |
bump |
Hi, Can you refer to the commit or PR ? |
|
Thanks, I will look into this. |
It worked for me on my v2.49.1 node which I have synced from scratch
|
Also worked for
|
System information
Erigon version:
erigon version 2.43.0-stable-7e8beecf
OS & Version: Windows/Linux/OSX:
Linux polygon-erigon-archive-a-0 5.10.173-154.642.amzn2.x86_64 #1 SMP Wed Mar 15 00:26:42 UTC 2023 x86_64 Linux
Commit hash: 7e8beec
Erigon Command (with flags/config):
erigon--datadir=/data/volumes/erigon-bor--private.api.addr=localhost:9090--chain=bor-mainnet--http=true--http.addr=0.0.0.0--http.port=8545--maxpeers=300--metrics--metrics.addr=0.0.0.0--metrics.port=6061--private.api.addr=localhost:9090--http.api=eth,erigon,web3,net,debug,trace,txpool,admin,engine--ws--ws.compression--rpc.gascap=300000000--http.addr=0.0.0.0--txpool.api.addr=0.0.0.0:9091--http.vhosts=*--pprof--pprof.addr=0.0.0.0--pprof.port=6059--downloader.verify--p2p.protocol=66--sentry.drop-useless-peers=true
Concensus Layer:
heimdalld 0.3.3
Concensus Layer Command (with flags/config):
heimdalldstart--home=/data/volumes/heimdall--p2p.laddr=tcp://0.0.0.0:26656--rpc.laddr=tcp://0.0.0.0:26657/var/lib/heimdall
Chain/Network: Polygon
Expected behaviour
Return trace of the block for following API
Actual behaviour
Handler crashes and response ends with
"output":"0x08c379a000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000018556e69737761705632526f757465723a20455850495245440000000000000000","error":"execution reverted","revertReason":"UniswapV2Router: EXPIRED","value":"0x0","type":"CALL"}},{"result":null,"error":{"code":-32000,"message":"method handler crashed"}}
Steps to reproduce the behaviour
Make call to polygon erigon
The text was updated successfully, but these errors were encountered: