Skip to content

v2.6.12

Compare
Choose a tag to compare
@Arvolear Arvolear released this 17 Dec 17:21
· 103 commits to master since this release
c123c2b

Release notes v2.6.12 🎉

This is a minor fix release

  • Moved proxy contracts (ProxyBeacon, PublicBeaconProxy, ProxyUpgrader) from "contracts registry" module to a separate "proxy" module.
  • Relaxed functions visibility in the proxy module.
  • Renamed ProxyUpgrader to TransparentProxyUpgrader to reflect its intended use.
  • Removed onlyOwner modifier from getImplementation() method in TransparentProxyUpgrader contract.
  • Fixed AbstractPoolFactory interaction with AbstractPoolContractsRegistry contract. Added addProxyPool() method to remove low-level interaction.