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

Op-reth v1.0.4 broken debug_traceBlockByNumber #10208

Closed
1 task done
argakiig opened this issue Aug 8, 2024 · 2 comments
Closed
1 task done

Op-reth v1.0.4 broken debug_traceBlockByNumber #10208

argakiig opened this issue Aug 8, 2024 · 2 comments
Labels
C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled

Comments

@argakiig
Copy link
Contributor

argakiig commented Aug 8, 2024

Describe the bug

rpc method debug_traceBlockByNumber is broken on v1.0.4

v1.0.4

// Request
{
    "method": "debug_traceBlockByNumber",
    "params":["0x114a730",{"tracer":"callTracer"}],
    "id": 1,
    "jsonrpc": "2.0"
}
// Response
{
    "jsonrpc": "2.0",
    "id": 1,
    "error": {
        "code": -32003,
        "message": "max fee per gas less than block base fee"
    }
}

v1.0.3 and below

image

Steps to reproduce

  1. upgrade node from 1.0.0-1.0.3 to 1.0.4 rpc method stops returning valid responses for debug_traceBlockByNumber

Node logs

No response

Platform(s)

Linux (x86)

What version/commit are you on?

reth Version: 1.0.4-dev
Commit SHA: e24e4c7
Build Timestamp: 2024-08-06T19:26:05.400257125Z
Build Features: asm_keccak,jemalloc,optimism
Build Profile: maxperf

What database version are you on?

2

Which chain / network are you on?

base/optimism

What type of node are you running?

Archive (default)

What prune config do you use, if any?

No response

If you've built Reth from source, provide the full command you used

cargo build --profile maxperf --features jemalloc,asm-keccak,optimism --locked --bin op-reth

Code of Conduct

  • I agree to follow the Code of Conduct
@argakiig argakiig added C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled labels Aug 8, 2024
@mattsse
Copy link
Collaborator

mattsse commented Aug 8, 2024

possibly closed by #10210

@argakiig
Copy link
Contributor Author

this is fixed as of 1.0.5. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug An unexpected or incorrect behavior S-needs-triage This issue needs to be labelled
Projects
Archived in project
Development

No branches or pull requests

2 participants