This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
Releases: zeppelinos/zos-lib
Releases · zeppelinos/zos-lib
v1.3.0
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
Fix
- Fix
App
wrapper hasStdlib function
v1.2.0
Added
- Allow customizing sync timeout in truffle-wrapped contracts
v1.1.0
Added
- New functions to work with directories with
FileSystem
- Upgradeability regression tests
- Warn level to
Logger
- Unset implementation method to
App
,Package
andRelease
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