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: EIP-6492 support #78

Merged
merged 11 commits into from
Apr 26, 2024
Merged

feat: EIP-6492 support #78

merged 11 commits into from
Apr 26, 2024

Conversation

chris13524
Copy link
Member

@chris13524 chris13524 commented Apr 23, 2024

Description

Resolves #68

How Has This Been Tested?

New test cases

Due Diligence

  • Breaking change
  • Requires a documentation update
  • Requires a e2e/integration test update

@chris13524 chris13524 self-assigned this Apr 23, 2024
@@ -56,10 +56,6 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

# pre-build contracts to avoid race condition installing solc during `forge create` in tests
Copy link
Member Author

Choose a reason for hiding this comment

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

No longer need this here because this is called in build.rs

@chris13524 chris13524 marked this pull request as ready for review April 24, 2024 02:12
@chris13524 chris13524 merged commit edd6b6b into main Apr 26, 2024
7 checks passed
@chris13524 chris13524 deleted the feat/eip6492 branch April 26, 2024 18:58
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.

feat: EIP-6492
2 participants