sei-chain icon indicating copy to clipboard operation
sei-chain copied to clipboard

[BUG] debug_traceBlockByNumber returns empty tx traces

Open quick-pawiromitchel opened this issue 6 months ago • 0 comments

Seid version Show us output of seid version --long | head

name: sei
server_name: <appd>
version: v5.6.2
commit: 6bad61226f092fadad126d78f52e1cbab3b13d7a
build_tags: netgo,
go: go version go1.21.10 linux/amd64
build_deps:
- cosmossdk.io/[email protected]
- filippo.io/[email protected]
- github.com/99designs/[email protected]

Chain ID Sei Pacific - 1329

Describe the bug A clear and concise description of what the bug is.

debug_traceBlockByNumber returns

{"jsonrpc":"2.0","id":1,"result":[{"txHash":"0x8b258dc91cf176806ac9791ac713f2ab55501eb122b6ca326bea335cdfa64e0e","result":{}}]}

This happens on the following blocks

debug_traceBlockByNumber 87557016 (0x5380398):
{"jsonrpc":"2.0","id":1,"result":[{"txHash":"0x8b258dc91cf176806ac9791ac713f2ab55501eb122b6ca326bea335cdfa64e0e","result":{}}]}

debug_traceBlockByNumber 89468641 (0x5552ee1):
{"jsonrpc":"2.0","id":1,"result":[{"txHash":"0xc72961d5940ea49a0564e4bf5f2d12bb007f3f0234fd88b7453ca76530d4f55b","result":{}}]}

debug_traceBlockByNumber 81772251 (0x4dfbedb):
{"jsonrpc":"2.0","id":1,"result":[{"txHash":"0x2253b31fdefa86fcee046209e78e573f34254592be3424fb7ccdc02271d7e96e","result":{}}]}

quick-pawiromitchel avatar Aug 01 '24 09:08 quick-pawiromitchel