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 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(huffc): enable specifying evm version (#281)
* 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]>
- Loading branch information
1 parent
10aa9d0
commit a7403c9
Showing
44 changed files
with
661 additions
and
358 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.