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

[BUG] sei_traceBlockByNumberExcludeTraceFail hangs on specific blocks #2035

Open
quick-pawiromitchel opened this issue Jan 13, 2025 · 0 comments
Labels
bug Something isn't working linear Created by Linear-GitHub Sync

Comments

@quick-pawiromitchel
Copy link

Seid version

name: sei
server_name: <appd>
version: v6.0.1-hotfix-rpc-9
commit: 1ec1ee81e9bec0e8e3b7e93e5ac995edca44e55a
build_tags: netgo,
go: go version go1.21.13 linux/amd64
build_deps:
- cosmossdk.io/[email protected]
- filippo.io/[email protected]
- github.com/99designs/[email protected]

Chain ID
Mainnet / Pacific

Describe the bug
sei_traceBlockByNumberExcludeTraceFail takes forever for the following blocks:

  • 119080293
  • 94136314
  • 112164870
  • 114026172
  • 96611412
  • 92754270
  • 98350314

To Reproduce
Steps to reproduce the behavior:
Run the following call

{
  "jsonrpc": "2.0",
  "id": "test",
  "method": "sei_traceBlockByNumberExcludeTraceFail",
  "params": [
    "0x6AF8006",
    {
      "tracer": "callTracer"
    }
  ]
}

Tried with debug_traceBlockByNumber as well, it's also hanging

@quick-pawiromitchel quick-pawiromitchel added bug Something isn't working linear Created by Linear-GitHub Sync labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant