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

[Feature] Add support for geth FlatCallTracer #1291

Closed
mattsse opened this issue Sep 14, 2024 · 0 comments · Fixed by #1292
Closed

[Feature] Add support for geth FlatCallTracer #1291

mattsse opened this issue Sep 14, 2024 · 0 comments · Fixed by #1292
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mattsse
Copy link
Member

mattsse commented Sep 14, 2024

Component

rpc

Describe the feature you would like

ref https://github.com/ethereum/go-ethereum/blob/0dd173a727dd2d2409b8e401b22e85d20c25b71f/eth/tracers/native/call_flat.go#L62-L62

similar to

/// The callTracer tracks all the call frames executed during a transaction, including depth 0.
/// The result will be a nested list of call frames, resembling how EVM works. They form a tree
/// with the top-level call at root and sub-calls as children of the higher levels.
#[serde(rename = "callTracer")]
CallTracer,

named flatCallTracer

config:

https://github.com/ethereum/go-ethereum/blob/0dd173a727dd2d2409b8e401b22e85d20c25b71f/eth/tracers/native/call_flat.go#L122-L125

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant