-
Notifications
You must be signed in to change notification settings - Fork 195
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/factory upgrade immutable #920
base: feat/factory-upgrade
Are you sure you want to change the base?
Conversation
Hardhat Unit Tests Coverage Summary
Diff against master
Results for commit: 455c189 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
ad68dd1
to
455c189
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we have to get rid of OZ v5.0.2 in this PR
@@ -111,6 +111,7 @@ | |||
"@openzeppelin/contracts": "3.4.0", | |||
"@openzeppelin/contracts-v4.4": "npm:@openzeppelin/[email protected]", | |||
"@openzeppelin/contracts-v5.0.2": "npm:@openzeppelin/[email protected]", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe, we don't need two v5 OZ libs for sure. Need to replace 5.0.2 with 5.2 and call it v5 or at least v5.2 to be able to update without changing imports all over the place
feat: add immutable args for Clones