Skip to content

Latest commit

 

History

History
260 lines (159 loc) · 7.7 KB

CHANGELOG.md

File metadata and controls

260 lines (159 loc) · 7.7 KB

CHANGELOG

v4.5.1 - July 15, 2020

* Reorganize `DeploymentConstants` addresses (#2628)

v4.5.0 - June 24, 2020

* Added `GST_ADDRESS` and `GST_COLLECTOR_ADDRESS` (#2523)
* Set GST Collector address in `DeploymentConstants` (#2530)
* Add solidity 0.6 contracts (#2540)
* Add more solidity 0.6 contracts (#2545)
* Add UniswapV2 addresses to `DeploymentConstants` (#2595)
* Update V06 contracts to get around 0.6.9 docstring errors (#2597)

v4.4.3 - March 3, 2020

* Dependencies updated

v4.4.2 - February 27, 2020

* Dependencies updated

v4.4.1 - February 26, 2020

* Dependencies updated

v4.4.0 - February 25, 2020

* Add `D18` library (#2466)

v4.3.1 - February 15, 2020

* Dependencies updated

v4.3.0 - February 8, 2020

* Update Eth2Dai addresses in `DeploymentConstants` (#2474)

v4.2.1 - February 6, 2020

* Dependencies updated

v4.2.0 - February 4, 2020

* Update kovan addresses in `DeploymentConstants` (#2459)
* Export `EvmBytecodeOutputLinkReferences` type. (#2462)

v4.1.0 - January 22, 2020

* Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects. (#2443)

v4.0.3 - January 6, 2020

* Dependencies updated

v4.0.2 - December 17, 2019

* Add `DEV_UTILS_ADDRESS` and `KYBER_ETH_ADDRESS` to `DeploymentConstants`. (#2395)
* Add `DydxBridge` to `DeploymentConstants`. (#2365)

v4.0.1 - December 9, 2019

* Dependencies updated

v4.0.0 - December 2, 2019

* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* Introduced new exports AuthorizableRevertErrors, LibAddressArrayRevertErrors, LibBytesRevertErrors, OwnableRevertErrors, ReentrancyGuardRevertErrors and SafeMathRevertErrors (#2321)
* Change ReentrancyGuard implementation to cheaper one (#1699)
* Add LibEIP712 contract (#1753)
* Add `RichErrors` and `mixins/MRichErrors` (#1761)
* Break out types/interaces from `MRichErrors` into `MRichErrorTypes`. (#1790)
* Add LibEIP1271.sol (#1885)
* Updated RichErrors to the library pattern, and implemented RichErrors for all remaining reverts and requires (#1913)
* Added unit tests for all of the internal functions in the package (#2014)
* Updated Ownable to revert when the owner attempts to transfer ownership to the zero address (#2019)
* Add reference functions for `SafeMath` functions. (#2031)
* Throw a `SafeMathError` in `SafeMath._safeDiv()` when denominator is zero. (#2031)
* Create `LibSafeMath` (#2055)
* Rename `_rrevert` to `rrevert` in `LibRichErrors` contract (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)
* Added LibFractions (#2118)
* Introduce automatic normalization and some zero-value shortcuts in `LibFractions`. (#2155)
* Emit an event in `transferOwnership` (#2253)
* Removed `deepCopyBytes`, `popLast20Bytes`, `readBytesWithLength`, and `writeBytesWithLength` in `LibBytes`. (#2265)
* Replaced `SafeMath` with `LibSafeMath` (#2254)

v3.3.0-beta.4 - December 2, 2019

* Dependencies updated

v3.3.0-beta.3 - November 20, 2019

* Dependencies updated

v3.3.0-beta.2 - November 17, 2019

* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* Introduced new exports AuthorizableRevertErrors, LibAddressArrayRevertErrors, LibBytesRevertErrors, OwnableRevertErrors, ReentrancyGuardRevertErrors and SafeMathRevertErrors (#2321)

v3.3.0-beta.1 - November 7, 2019

* Dependencies updated

v3.3.0-beta.0 - October 3, 2019

* Change ReentrancyGuard implementation to cheaper one (#1699)
* Add LibEIP712 contract (#1753)
* Add `RichErrors` and `mixins/MRichErrors` (#1761)
* Break out types/interaces from `MRichErrors` into `MRichErrorTypes`. (#1790)
* Add LibEIP1271.sol (#1885)
* Updated RichErrors to the library pattern, and implemented RichErrors for all remaining reverts and requires (#1913)
* Added unit tests for all of the internal functions in the package (#2014)
* Updated Ownable to revert when the owner attempts to transfer ownership to the zero address (#2019)
* Add reference functions for `SafeMath` functions. (#2031)
* Throw a `SafeMathError` in `SafeMath._safeDiv()` when denominator is zero. (#2031)
* Create `LibSafeMath` (#2055)
* Rename `_rrevert` to `rrevert` in `LibRichErrors` contract (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)
* Added LibFractions (#2118)
* Introduce automatic normalization and some zero-value shortcuts in `LibFractions`. (#2155)
* Emit an event in `transferOwnership` (#2253)
* Removed `deepCopyBytes`, `popLast20Bytes`, `readBytesWithLength`, and `writeBytesWithLength` in `LibBytes`. (#2265)
* Replaced `SafeMath` with `LibSafeMath` (#2254)

v3.2.4 - September 17, 2019

* Dependencies updated

v3.2.3 - September 3, 2019

* Dependencies updated

v3.2.2 - August 22, 2019

* Dependencies updated

v3.2.1 - August 8, 2019

* Dependencies updated

v3.2.0 - July 31, 2019

* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)
* Added tests for decoding log arguments when artifact dependencies are included/excluded. (#1995)

v3.1.10 - July 24, 2019

* Dependencies updated

v3.1.9 - July 15, 2019

* Dependencies updated

v3.1.8 - July 13, 2019

* Dependencies updated

v3.1.7 - July 13, 2019

* Dependencies updated

v3.1.6 - May 24, 2019

* Dependencies updated

v3.1.5 - May 15, 2019

* Dependencies updated

v3.1.4 - May 14, 2019

* Dependencies updated

v3.1.2 - May 10, 2019

* Dependencies updated

v3.1.1 - April 11, 2019

* Dependencies updated

v3.1.0 - March 21, 2019

* Added `startProviderEngine` to `providerUtils`. Preventing excess block polling (#1695)

v3.0.0 - March 20, 2019

* Optimize loops in LibAddressArray (#1668)
* Upgrade contracts to Solidity 0.5.5 (#1682)
* Added Address.sol with test for whether or not an address is a contract (#1657)
* Add unit tests for `LibAddressArray` (#1712)
* Fix `LibAddressArray.indexOf` returning incorrect index. (#1712)

v2.0.8 - March 1, 2019

* Dependencies updated

v2.0.7 - February 27, 2019

* Dependencies updated

v2.0.6 - February 26, 2019

* Dependencies updated

v2.0.5 - February 25, 2019

* Fix bug in `LibBytes.slice` and `LibBytes.sliceDestructive` (#1604)
* Upgrade contracts to Solidity 0.5.3 (#1604)

v2.0.4 - February 9, 2019

* Dependencies updated

v2.0.3 - February 7, 2019

* Dependencies updated

v2.0.2 - February 7, 2019

* Fake publish to enable pinning

v2.0.1 - February 6, 2019

* Dependencies updated

v2.0.0 - February 5, 2019

* Upgrade the bignumber.js to v8.0.2 (#1517)
* Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports (#1535)
* Add LibAddressArray contract (#1539)
* Do not nest contracts in redundant directories (#1539)
* Rename utils directory to src (#1539)

v1.0.6 - January 17, 2019

* Dependencies updated

v1.0.5 - January 15, 2019

* Dependencies updated

v1.0.4 - January 11, 2019

* Dependencies updated

v1.0.3 - January 9, 2019

* Dependencies updated

v1.0.2 - December 13, 2018

* Dependencies updated