-
Notifications
You must be signed in to change notification settings - Fork 118
Remote GSM #451
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
Remote GSM #451
Conversation
|
@miguelmtzinf all comments have been addressed, thanks for the name suggestions, didn't know what to use! |
| require(initialOwner != address(0), 'ZERO_ADDRESS_NOT_VALID'); | ||
| require(ghoAddress != address(0), 'ZERO_ADDRESS_NOT_VALID'); | ||
|
|
||
| _transferOwnership(initialOwner); |
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.
this is an upgradeable contract, shouldn't mix setting immutable's and storage vars in constructor here, simply _disableInitializer for locking the impl and having null owner there is fine
|
@miguelmtzinf I've added enumerableSet. |
|
Closing in favor of aave-dao/gho-origin#1 |
Changelog
Add RemoteGSM Implementation
Abstract methods on GSM