Skip to content

flatCallTracer for prebedrock blocks #218

@MRabenda

Description

@MRabenda

Rationale

At ethereum/go-ethereum#26377 this PR Geth introduced flatCallTracer which uses callTracer as a proxy to collect call stack info and at the end formats the output in Parity style

Currently, if I am correct flatCallTracer works only for blocks above 105235063 and for older blocks response is

{
    "jsonrpc": "2.0",
    "id": 1,
    "result": [
        {
            "error": "tracer not found"
        }
    ]
}

Where older blocks support callTracer (which means that they should support flatCallTracer as well - this is just a different format)

This alignment will help a lot of data pipelines to align approaches add process all blockchains using Parity style traces since block 0.

If I am doing something wrong, feel free to advice how to solve that problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions