This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Stage #259
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: refcell.eth <[email protected]>
Update Benchmark Expected Initcode
* fix(cg): fix minor merge issue * chore(fmt) * fix(test): merge test fix --------- Co-authored-by: cheethas <[email protected]>
Add push0 tests
Co-authored-by: Alex Beregszaszi <[email protected]>
feat: `PUSH0` opcode
Co-authored-by: clabby <[email protected]>
fix: Modify `__ERROR` to accept string literal
* feat: added huff_cli flag to print jump label indices * chore: hex formatting * chore: fmt * feat: better formatting * chore: removed unnecessary format * chore: adapted code to review
fix: clippy
fix: appease clippy
chore(deps): update all deps
* feat: make literal gen reusable and default to push0 * feat: update tests to reflect push0 codegen change * feat: make changes, cleanup doc tests * feat: evm version scaffold * feat: user can specify whether to implement push0 * chore(huffc): bump packages version * fix: update tests to use evm_version * feat: add paris codegen tests * fix: clippy * fix: update benchmarks clean * fix: rename is_shanghai to has_push0 * revert: accidental removal of help * chore: update lock * chore(lint): clippy + fmt --------- Co-authored-by: Philogy <[email protected]> Co-authored-by: Maddiaa0 <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
Features
PUSH0
opcode #272 by @clabbyImprovements
PUSH0
opcode #280 by @PhilogyFixes