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

fix: use separate dependency versions of OpenZeppelin #32

Merged
merged 6 commits into from
Jan 27, 2025

Conversation

merklefruit
Copy link
Contributor

@merklefruit merklefruit commented Jan 27, 2025

We are currently running into issues verifying the deployed EigenLayerMiddlewareV1 contract on mainnet.

It looks to be something related to multiple dependency versions having trouble to resolve when compiling for verification.
In practice, we fail to get the same bytecode as the one we deployed on-chain for this middleware.

This PR attempts to clear out the dependency tree by installing separate versions of OZ with separate names.
This should make the compiler figure out the paths to the correct files more easily.

@merklefruit merklefruit changed the title wip: upload std input format fix: use separate dependency versions of OpenZeppelin Jan 27, 2025
Copy link
Contributor

@mempirate mempirate left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -1,2 +1,3 @@
/target
.env
.DS_Store
Copy link
Contributor

Choose a reason for hiding this comment

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

Using cursor I see :)

@merklefruit merklefruit marked this pull request as ready for review January 27, 2025 14:16
@merklefruit merklefruit merged commit e0fdc66 into main Jan 27, 2025
2 of 4 checks passed
@merklefruit merklefruit deleted the wip/std-input branch January 27, 2025 14:16
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