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

feat: Allow bytecode replacement #336

Merged
merged 6 commits into from
Sep 11, 2024
Merged

Conversation

mm-zk
Copy link
Collaborator

@mm-zk mm-zk commented Aug 22, 2024

What 💻

  • Adds the ability to replace bytecode for any account.

Why ✋

  • This is especially useful when you fork a network (or replay a transaction) - as it makes it run the custom bytecode that you provided.
  • This way you can (for example) push a bytecode with a lot more debugging information
  • Or check the behavior of your bytecode fix on a previously failing mainnet transaction

image

@mm-zk mm-zk requested a review from a team as a code owner August 22, 2024 09:15
@mm-zk mm-zk requested a review from MexicanAce August 22, 2024 09:30
Copy link
Collaborator

@MexicanAce MexicanAce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MexicanAce MexicanAce merged commit adb900f into main Sep 11, 2024
10 checks passed
@MexicanAce MexicanAce deleted the mmzk_0822_replace_bytecode branch September 11, 2024 17:43
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.

3 participants