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

delegate debug_traceTransaction in forking mode #7072

Closed
Silur opened this issue Feb 10, 2024 · 5 comments
Closed

delegate debug_traceTransaction in forking mode #7072

Silur opened this issue Feb 10, 2024 · 5 comments
Labels
T-feature Type: feature

Comments

@Silur
Copy link

Silur commented Feb 10, 2024

Component

Anvil

Describe the feature you would like

Anvil currently returns "Requested data unavailable" when trying to call `debug_traceTransaction' on an forked anvil instance. It should however be delegated to the fork, same as in #2832

Additional context

No response

@mattsse
Copy link
Member

mattsse commented Feb 10, 2024

the debug_traceTransaction is already delegated to the fork if we're unable to find it

doe your provider support this call?

@Silur
Copy link
Author

Silur commented Feb 11, 2024

my provider is alchemy (non-free tier), so yes

@Silur
Copy link
Author

Silur commented Feb 11, 2024

testing debugTraceTransaction using web3py against the same RPC worked, but when done with an anvil (forge 0.2.0 (a5efe4f 2024-02-08T00:15:08.598684835Z)
) fork it's data unavailable

@mattsse
Copy link
Member

mattsse commented Feb 12, 2024

can you please run with RUST_LOG=backend this should print the rpc error now

@mattsse
Copy link
Member

mattsse commented Mar 7, 2024

Fork it's data unavailable

this should be fixed via #7229

@mattsse mattsse closed this as completed Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-feature Type: feature
Projects
Status: Completed
Development

No branches or pull requests

2 participants