You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[1.2.0] - 2020-11-27
Changelog
Added
Custom Upgradable Proxy contract that behaves similarly to the EIP-1822: Universal Upgradeable Proxy Standard (UUPS), except that it points to an Authority contract which in itself points to an implementation (which can be updated).
New ImplementationAuthority contract that acts as an authority for proxy contracts
Library Lock contract to ensure no one can manipulate the Logic Contract once it is deployed
Version contract that gives the versioning information of the implementation contract