Skip to content

Latest commit

 

History

History
230 lines (137 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

230 lines (137 loc) · 6.07 KB

CHANGELOG

v3.4.0 - July 15, 2020

* Fix instability with DFB. (#2616)
* Add `BalancerBridge` (#2613)

v3.3.0 - June 24, 2020

* Use `LibERC20Token.approveIfBelow()` in DEX bridges for for approvals. (#2512)
* Emit `ERC20BridgeTransfer` events in bridges. (#2512)
* Change names of `ERC20BridgeTransfer` args to be less ambiguous. (#2524)
* Added `MixinGasToken` allowing Gas Tokens to be freed (#2523)
* Add `DexForwaderBridge` bridge contract. (#2525)
* Add `UniswapV2Bridge` bridge contract. (#2590)
* Add Gas Token freeing to `DexForwarderBridge` contract. (#2536)

v3.2.5 - March 3, 2020

* Dependencies updated

v3.2.4 - February 27, 2020

* Dependencies updated

v3.2.3 - February 26, 2020

* Dependencies updated

v3.2.2 - February 25, 2020

* Dependencies updated

v3.2.1 - February 15, 2020

* Dependencies updated

v3.2.0 - February 8, 2020

* Add more types and functions to `IDydx` (#2466)
* Rename `DydxBrigeAction.accountId` to `DydxBridgeAction.accountIdx` (#2466)
* Fix broken tests. (#2462)
* Remove dependency on `@0x/contracts-dev-utils` (#2462)
* Add asset data decoding functions (#2462)
* Add `setOperators()` to `IDydx` (#2462)

v3.1.3 - February 6, 2020

* Dependencies updated

v3.1.2 - February 4, 2020

* Dependencies updated

v3.1.1 - January 22, 2020

* Dependencies updated

v3.1.0 - January 6, 2020

* Integration tests for DydxBridge with ERC20BridgeProxy. (#2401)
* Fix `UniswapBridge` token -> token transfer call. (#2412)
* Fix `KyberBridge` incorrect `minConversionRate` calculation. (#2412)

v3.0.2 - December 17, 2019

* Dependencies updated

v3.0.1 - December 9, 2019

* Dependencies updated

v3.0.0 - December 2, 2019

* Implement `KyberBridge`. (#2352)
* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)
* ERC20Wrapper and ERC1155ProxyWrapper constructors now require an instance of DevUtilsContract (#2034)
* Disallow the zero address from being made an authorized address in MixinAuthorizable, and created an archive directory that includes an old version of Ownable (#2019)
* Remove `LibAssetProxyIds` contract (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)
* Remove unused dependency on IAuthorizable in IAssetProxy (#1910)
* Add `ERC20BridgeProxy` (#2220)
* Add `Eth2DaiBridge` (#2221)
* Add `UniswapBridge` (#2233)
* Replaced `SafeMath` with `LibSafeMath` (#2254)

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

* Implement `KyberBridge`. (#2352)
* Implement `DydxBridge`. (#2365)

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

* Dependencies updated

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

* Drastically reduced bundle size by adding .npmignore, only exporting specific artifacts/wrappers/utils (#2330)

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

* ERC20Wrapper and ERC1155ProxyWrapper constructors now require an instance of DevUtilsContract (#2034)

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

* Disallow the zero address from being made an authorized address in MixinAuthorizable, and created an archive directory that includes an old version of Ownable (#2019)
* Remove `LibAssetProxyIds` contract (#2055)
* Compile and export all contracts, artifacts, and wrappers by default (#2055)
* Remove unused dependency on IAuthorizable in IAssetProxy (#1910)
* Add `ERC20BridgeProxy` (#2220)
* Add `Eth2DaiBridge` (#2221)
* Add `UniswapBridge` (#2233)
* Replaced `SafeMath` with `LibSafeMath` (#2254)

v2.2.8 - September 17, 2019

* Dependencies updated

v2.2.7 - September 3, 2019

* Dependencies updated

v2.2.6 - August 22, 2019

* Dependencies updated

v2.2.5 - August 8, 2019

* Dependencies updated

v2.2.4 - July 31, 2019

* Updated calls to <contract wrapper>.deployFrom0xArtifactAsync to include artifact dependencies. (#1995)

v2.2.3 - July 24, 2019

* Dependencies updated

v2.2.2 - July 15, 2019

* Dependencies updated

v2.2.1 - July 13, 2019

* Dependencies updated

v2.2.0 - July 13, 2019

* Add `LibAssetProxyIds` contract (#1835)
* Updated ERC1155 Asset Proxy. Less optimization. More explicit handling of edge cases. (#1852)
* Implement StaticCallProxy (#1863)

v2.1.5 - May 24, 2019

* Dependencies updated

v2.1.4 - May 15, 2019

* Dependencies updated

v2.1.3 - May 14, 2019

* Dependencies updated

v2.1.2 - May 10, 2019

* Update tests to use contract-built-in `awaitTransactionSuccessAsync` (#1797)
* Make `ERC721Wrapper.setApprovalForAll()` take an owner address instead of a token ID (#1819)
* Automatically set unlimited proxy allowances in `ERC721.setBalancesAndAllowancesAsync()` (#1819)
* Add `setProxyAllowanceForAllAsync()` to `ERC1155ProxyWrapper`. (#1819)

v2.1.1 - April 11, 2019

* Dependencies updated

v2.1.0 - March 21, 2019

* Run Web3ProviderEngine without excess block polling (#1695)

v2.0.0 - March 20, 2019

* Do not reexport external dependencies (#1682)
* Add ERC1155Proxy (#1661)
* Bumped solidity version to ^0.5.5 (#1701)
* Integration testing for ERC1155Proxy (#1673)

v1.0.9 - March 1, 2019

* Dependencies updated

v1.0.8 - February 27, 2019

* Dependencies updated

v1.0.7 - February 26, 2019

* Dependencies updated

v1.0.6 - February 25, 2019

* Dependencies updated

v1.0.5 - February 9, 2019

* Dependencies updated

v1.0.4 - February 7, 2019

* Dependencies updated

v1.0.3 - February 7, 2019

* Fake publish to enable pinning

v1.0.2 - February 6, 2019

* Dependencies updated

v1.0.1 - February 5, 2019

* Dependencies updated

v1.0.0 - Invalid date

* Move all AssetProxy contracts out of contracts-protocol to new package (#1539)