Zos Lib Versions Save

:warning: Deprecated repo in favour of https://github.com/zeppelinos/zos

v1.3.0

4 years ago

Added

  • Support custom Truffle build directories
  • Reason messages to require statements
  • Proxy wrapper object to allow querying proxies' admin and implementation
  • Changelog file
  • New changeProxyAdmin method in App contract and associated javascript model

Changed

  • Set testing environment in tests setup file
  • Improve complex example tests
  • Update Truffle to version 4.1.13
  • Update OpenZeppelin to version 1.10.0
  • Update pragma solidity to version ^0.4.24
  • Use new solc constructor syntax

Fixed

  • Fix migratable initializers ensuring they can never be run more than once
  • Fix freezable directory unset implementation method
  • Fix AdminUpgradeabilityProxy shadowing issues

v1.2.1

4 years ago

Fix

  • Fix App wrapper hasStdlib function

v1.2.0

4 years ago

Added

  • Allow customizing sync timeout in truffle-wrapped contracts

v1.1.0

4 years ago

Added

  • New functions to work with directories with FileSystem
  • Upgradeability regression tests
  • Warn level to Logger
  • Unset implementation method to App, Package and Release wrappers
  • Has stdlib set functionality to App wrapper
  • Expose different build paths being handled by Contracts object

Changed

  • Update dependencies for solidity-coverage dependency
  • Polish NPM test script
  • Improve test coverage
  • Improve arguments logging for proxies initialization
  • Replace colors dependency by chalk

Fixed

  • Make FileSystem copy function synchronous
  • Move solidity-coverage defaults params to Contracts object
  • Mark ethereumjs-abi as production dependency
  • Mark web3 as production dependency
  • UpgradeabilityProxyFactory contract in-line documentation

Removed

  • Remove Truffle Migrations contract