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

Add support for new cancun opcodes in cast disassemble #6089

Merged

Conversation

ckoopmann
Copy link
Contributor

@ckoopmann ckoopmann commented Oct 24, 2023

Motivation

The cancun update is scheduled to introduce new evm opcodes related to blobs.
The current version of evm-disassembler does not support these opcodes meaning they will not be displayed correctly when using cast disassemble (or related functions)

Solution

  1. Add new opcodes to evm-disassembler done by @Rjected here
  2. Update evm-disassembler dependency to new verison (this pr)

@ckoopmann ckoopmann changed the title Update evm-disassembler dependency to support new cancun opcodes Add support for new cancun opcodes in cast disassemble Oct 24, 2023
@mattsse mattsse merged commit 843e135 into foundry-rs:master Oct 24, 2023
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants