-
Notifications
You must be signed in to change notification settings - Fork 925
Open
Description
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.
achmand
Metadata
Metadata
Assignees
Labels
No labels