Skip to content

1.2.0

Compare
Choose a tag to compare
@Nakasar Nakasar released this 27 Nov 16:17
02e11e1

[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

Moved

  • variables in a separate contract (Storage.sol)
  • structs in a separate contract (Structs.sol)

Updated

  • Update contracts to SOL =0.6.9