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

Add _disableInitializers in constructor to prevent unwanted initializations #71

Closed
fzavalia opened this issue Sep 13, 2022 · 0 comments
Closed
Assignees

Comments

@fzavalia
Copy link
Collaborator

OpenZeppelin v4.7.0 introduced a new internal function in Initializable called _disableInitializers.
This function is meant to be used for upgradeable contracts in order to disable initializer functions in the implementation contracts.

@fzavalia fzavalia self-assigned this Sep 13, 2022
@fzavalia fzavalia changed the title Disable initializers for implementation contracts Add _disableInitializers in constructor to prevent unwanted initializations Sep 13, 2022
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

No branches or pull requests

1 participant