-
Notifications
You must be signed in to change notification settings - Fork 194
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: add proper upgrade to version 3 in Lido #882
base: feat/vaults
Are you sure you want to change the base?
Conversation
Hardhat Unit Tests Coverage Summary
Diff against master
Results for commit: d56c26f Minimum allowed coverage is ♻️ This comment has been updated with latest results |
@@ -210,6 +210,7 @@ contract Lido is Versioned, StETHPermit, AragonApp { | |||
{ | |||
_bootstrapInitialHolder(); | |||
_initialize_v2(_lidoLocator, _eip712StETH); |
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.
Can we remove _initialize_v2 altogether by moving it's logic to v3?
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.
We can, but should we?
Proper upgrade to version 3 for Lido contract