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

chore(deps): specify openzeppelin version 4.9.3 for reproducible builds #16

Closed
wants to merge 1 commit into from

Conversation

0x-r4bbit
Copy link
Contributor

The code couldn't compile because it was using a version of Ownable2Step that introduced breaking changes.

This commit sets the used version to the latest stable release of OZ, which is 4.9.3. Hence the usages of Ownable2Step needed to change as well.

Checklist

Ensure you completed all of the steps below before submitting your pull request:

  • Added natspec comments?
  • Ran forge snapshot?
  • Ran pnpm lint?
  • Ran forge test?

The code couldn't compile because it was using a version of
`Ownable2Step` that introduced breaking changes.

This commit sets the used version to the latest stable release of OZ,
which is 4.9.3. Hence the usages of `Ownable2Step` needed to change as
well.
@0x-r4bbit 0x-r4bbit requested a review from 3esmit October 5, 2023 10:01
@0x-r4bbit
Copy link
Contributor Author

Closing this in favour of #15.

I've cherry-picked this commit onto #15 so we get a working build.

@0x-r4bbit 0x-r4bbit closed this Oct 5, 2023
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.

1 participant