This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
Use new initializers method for non-upgradeable contracts #216
Labels
kind:enhancement
An upgrade or a new feature that improves the system
Milestone
This issue depends on OpenZeppelin/openzeppelin-sdk#57
Current non-upgradeable contracts are deployed performing an
extcodecopy
of the registered implementations. However, this implies that non-upgradeable instances are using the current initialization model. We should improve current approach using the new initializers modelThe text was updated successfully, but these errors were encountered: