-
Notifications
You must be signed in to change notification settings - Fork 2
fix: make validator immutable #481
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: make validator immutable #481
Conversation
| ReinitializableBase(1) | ||
| { | ||
| ) { | ||
| _transferOwnership(_owner); |
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.
Why do we remove the initialization of the proposal types, again? Forgetting to do it might lead to some issues when submitting proposals. Even when we trust the owner will do it for sure maybe we want to avoid even the chance it happens.
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 think its okey as long as its part of the deployment script, will make sure to define it in the documentation
The base branch was changed.
50853f8 to
29076c6
Compare
Closes OPT-979