Upgradable-contracts
Upgradable-contracts copied to clipboard
Results
4
Upgradable-contracts issues
Sort by
recently updated
recently updated
newest added
The registry constructor takes a `bool` to set the registry policy. True for "opt-in" and false for "opt-out". An opt-out registry will force users to specify an implementation to use...
Since the Proxy contract is now ownable, then the implementation contracts have to be ownable (or an extra variable has to be defined in the beginning) as well, otherwise the...