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

Don't panic on some AuRa transactions in the past #6760

Merged
merged 2 commits into from
Feb 1, 2023

Conversation

mandrigin
Copy link
Collaborator

Example request that crashed the RPC method handler on Gnosis Chain mainnet.

{
    "id": "1",
    "jsonrpc": "2.0",
    "method": "debug_traceBlockByNumber",
    "params": [
        "0x8a1f76",
        {
            "tracer": "callTracer"
        }
    ]
}

@mandrigin mandrigin marked this pull request as ready for review February 1, 2023 12:35
@yperbasis yperbasis added the gnosis Gnosis Chain label Feb 1, 2023
@yperbasis
Copy link
Member

Does it fix Issue #6759?

@mandrigin
Copy link
Collaborator Author

@yperbasis yep, we had exactly that

RPC method debug_traceBlockByNumber crashed: abi: attempting to unmarshall an empty string while arguments are expected

@yperbasis yperbasis linked an issue Feb 1, 2023 that may be closed by this pull request
@yperbasis yperbasis merged commit eb0f7e4 into devel Feb 1, 2023
@yperbasis yperbasis deleted the docker_unpanicAuraTracing branch February 1, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gnosis Gnosis Chain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug_traceBlockByNumber crashed on Gnosis Chain
2 participants