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
Anvil
forge 0.2.0 (4367ce1 2022-07-07T00:35:04.586326225Z)
No response
Linux
When using brownie's TransactionReceipt.call_trace() method -- anvil returns a -32601.
TransactionReceipt.call_trace()
-32601
The brownie debug_traceTransaction code looks like:
debug_traceTransaction
web3.provider.make_request( # type: ignore "debug_traceTransaction", (approve["transactionHash"].hex(), {"disableStorage": True}), )
and the anvil response is:
{'jsonrpc': '2.0', 'id': 41, 'error': {'code': -32601, 'message': 'Method not found'}}
The text was updated successfully, but these errors were encountered:
It is not currently supported, ref #1737 (closing this as a duplicate)
Sorry, something went wrong.
No branches or pull requests
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (4367ce1 2022-07-07T00:35:04.586326225Z)
What command(s) is the bug in?
No response
Operating System
Linux
Describe the bug
When using brownie's
TransactionReceipt.call_trace()
method -- anvil returns a-32601
.The brownie
debug_traceTransaction
code looks like:and the anvil response is:
The text was updated successfully, but these errors were encountered: