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
We need to add support for debug_traceCall with support for custom call tracers.
debug_traceCall
https://docs.alchemy.com/reference/debug-tracecall https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtracecall
The text was updated successfully, but these errors were encountered:
https://geth.ethereum.org/docs/developers/evm-tracing/custom-tracer
Sorry, something went wrong.
Alchemy team is urgently asked for custom call tracers support.
Some details from Alchemy team:
To add more detail, we use a custom Javascript tracer. We also require state overrides on debug_traceCall, the same ones from eth_call.
polkadot-evm/frontier#1515
hrls
No branches or pull requests
We need to add support for
debug_traceCall
with support for custom call tracers.https://docs.alchemy.com/reference/debug-tracecall
https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug#debugtracecall
The text was updated successfully, but these errors were encountered: