2.5 KiB
2.5 KiB
CHANGELOG
v0.9.0 - November 13, 2020
* Rewrite the ZeroEx contract in Yul (#23)
* Update LiquidityProviderFeature to use off-chain registry and sandbox (#16)
* Update ILiquidityProvider interface (#16)
* Update ProtocolFeeUnfunded event to emit order hash (#16)
v0.8.0 - November 3, 2020
* Trust LP boughtAmount return value (#29)
v0.7.0 - November 3, 2020
* Change `ProtocolFeeUnfunded` event in FQT (#28)
* Use new PLP interface in FQT. (#28)
v0.6.0 - November 2, 2020
* Add support for collecting protocol fees in ETH or WETH (#2)
* Add `LibSignature` library (#21)
v0.5.1 - October 28, 2020
* Dependencies updated
v0.5.0 - October 27, 2020
* Add `Swerve`, `SnowSwap`, `DODO` and `SushiSwap` into FQT (#7)
v0.4.0 - October 23, 2020
* Use the exchange proxy as the primary allowance target (#3)
v0.3.0 - October 21, 2020
* Internal audit fixes (#2657)
* Add refund mechanism to meta-transactions (#2657)
* Pass sender address to transformers (#2657)
* Refund unused protocol fees to `refundReceiver` in FQT (#2657)
* Fix `TransformerDeployer.kill()` calling the wrong `die()` interface. (#2624)
* Address CD post-audit feedback (#2657)
* Add `LogMetadataTransformer` (#2657)
* Rename all feature contracts to have `Feature` suffix (#2657)
* Return `IZeroExContract` in `fullMigrateAsync()` (#2657)
* Add taker address enforcement to RFQT orders in FQT (#2692)
* All calldata is valid if quote signer is unset in `TransformERC20` (#2692)
* Add updated Kyber and Mooniswap rollup to FQT (#2692)
* Add `UniswapFeature` (#2703)
* Fix versioning (`_encodeVersion()`) bug (#2703)
* Added LiquidityProviderFeature (#2691)
* Added `Shell` into FQT (#2722)
* Added `CREAM` into FQT (#2715)
v0.2.0 - July 15, 2020
* Export migration tools (#2612)
* Export `AffiliateFeeTransformerContract` (#2622)
* Add `MetaTransactions` and `SignatureValidator` features (#2610)
* Update `TransformERC20` and `MetaTransactions` to handle signed calldata. (#2626)
v0.1.1 - June 24, 2020
* Dependencies updated
v0.1.0 - Invalid date
* Create this package (#2540)
* Introduce fill `TransformERC20` feature. (#2545)
* Fill Bridges directly in `FillQuoteTransformer`. (#2608)