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
Cast
forge 0.2.0 (b51c057 2024-01-18T00:23:54.396010000Z)
cast disassemble
macOS (Apple Silicon)
cast disassemble relies on evm-disassembler 0.3.0 (https://github.com/ckoopmann/evm-disassembler) which does not support the PUSH0 instruction of shanghai.
example:
$ cast disassemble 5f 00000000: INVALID
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (b51c057 2024-01-18T00:23:54.396010000Z)
What command(s) is the bug in?
cast disassemble
Operating System
macOS (Apple Silicon)
Describe the bug
cast disassemble relies on evm-disassembler 0.3.0 (https://github.com/ckoopmann/evm-disassembler) which does not support the PUSH0 instruction of shanghai.
example:
The text was updated successfully, but these errors were encountered: