We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
debug_traceCallMany
trace_callMany
See: https://github.com/alloy-rs/alloy/blob/135590eecfd82cf999d549e9440a70e370afe083/crates/provider/src/ext/trace.rs#L121-L126
For inspiration see: https://github.com/alloy-rs/examples/blob/main/examples/transactions/examples/trace_call.rs
The text was updated successfully, but these errors were encountered:
For reference see: alloy-rs/alloy#1278
Sorry, something went wrong.
@zerosnacks I'd like to work on this. can I go ahead
Hi @codeWhizperer
Sure! Assigned to you
@zerosnacks. when I execute cargo run --example trace_call_many, I get the error: method trace_callMany not supported.
cargo run --example trace_call_many
method trace_callMany not supported.
My question is, which rpc supports these methods?
Hi @codeWhizperer, that is expected behavior from public RPCs as simulation is quite a heavy RPC method usually reserved for non-free tiers.
I've made some small tweaks to your PR to use local Reth bindings which works 💯
codeWhizperer
Successfully merging a pull request may close this issue.
See: https://github.com/alloy-rs/alloy/blob/135590eecfd82cf999d549e9440a70e370afe083/crates/provider/src/ext/trace.rs#L121-L126
For inspiration see: https://github.com/alloy-rs/examples/blob/main/examples/transactions/examples/trace_call.rs
The text was updated successfully, but these errors were encountered: