CHANGELOG
* Allowlist Sepolia in AbstractBridgeAdapter
* Add VelodromeV2 support on Base
* Add MaverickV1 support on Ethereum, BSC, and Base
* Add VelodromeV2 support on Optimism
* Dependencies updated
* Remove Bancor V1 support
* Remove Shell and MStable support
* Add Base Mainnet and Goerli BridgeAdapters
* Add Uniswap V3 support on Avalanche and BSC
* Add Trader Joe V2 MixIn to Arbitrum
* Add Trader Joe V2.1 Router Support for MixIn
* Dependencies updated
* Add Trader Joe V2 support on Avalanche
* Add Barter support on Ethereum
* Add Barter support on Ethereum
* Uprgade dependencies
* Add KyberElastic mixin for Optimism and BSC
* Add KyberElastic mixin for Ethereum, Polygon, Arbitrum, Avalanche
* Skip chain id validation in AbstractBridgeAdapter on testnets
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Rename Velodrome to Solidly and add SolidlyMixin support on Polygon
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Migrate from TSLint to ESLint and fix linting errors (#587)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Add support for OTC orders in the FillQuoteTransformer (#565)
* fix CI (#569)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Add Foundry support (#534)
* Dependencies updated
* Add Synthetix support in Ethereum and Optimism bridge adapters (#518)
* Adds support for Velodrome OptimismBridgeAdapter (#494)
* Splits BridgeAdapter up by chain (#487)
* Add stETH wrap/unwrap support (#476)
* Adds support for BancorV3 to EthereumBridgeAdapter (#492)
* Add support for GMX and Platypus to bridge adapter (#478)
* Add support for `BalancerV2Batch` fills in FQT (#462)
* Dependencies updated
* Dependencies updated
* Add ERC721OrdersFeature, ERC1155OrdersFeature, and ERC165Feature (#429)
* Dependencies updated
* Add `AaveV2` and `Compound` deposit/withdrawal liquidity source (#321)
* Dependencies updated
* Prevent EP ETH balance from reducing when executin mtxs (#365)
* Register transformERC20() and remove transformERC20Staging() (#355)
* Add OtcOrders to FullMigration (#350)
* Dependencies updated
* Dependencies updated
* Export TransformERC20FeatureContract (#282)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Add ethers as an explicit dependency (#310)
* Dependencies updated
* Transfer output tokens in TransformERC20Feature (#279)
* Add support for takerToken=0xeee... in OtcOrdersFeature (#287)
* Add support for OTC orders in MultiplexFeature (#287)
* Multiplex v2: Refactor into multiple files, add ETH support, and other miscellanea (#263)
* Dependencies updated
* Add `Clipper` as a custom liquidity source
* Add Lido stETH deposit integration (#260)
* Dependencies updated
* Add OtcOrdersFeature (#244)
* Add UniswapV3 VIP feature (#237)
* Dependencies updated
* Add special selectors to selector collision test (#243)
* Added ETH support to `MixinCurve` (#220)
* Add Balancer V2 integration (#206)
* Dependencies updated
* Dependencies updated
* bump feature version to 1.2 (#213)
* Add order signer registry to NativeOrdersFeature (#195)
* Dependencies updated
* BSC Uniswap clones (ApeSwap, CafeSwap, CheeseSwap, JulSwap) (#208)
* Encoding protocol ID and source name in bridge source ID (#162)
* Add PancakeSwapFeature (#164)
* Remove TokenSpender/AllowanceTarget/greedy tokens stuff (#164)
* Added Nerve in BridgeAdapter (#181)
* Delete TokenSpenderFeature (#189)
* Fix PancakeSwapFeature BakerySwap swap selector (#190)
* Add `MooniswapLiquidityProvider` (#143)
* Emit `LiquidityProviderFill` event in `CurveLiquidityProvider` (#143)
* Add BatchFillNativeOrdersFeature and MultiplexFeature (#140)
* Export MultiplexFeatureContract (#168)
* Add `CurveLiquidityProvider` and misc refactors (#127)
* Export `CurveLiquidityProviderContract` (#144)
* Add `DodoV2` (#152)
* Add `Linkswap` (#153)
* refund ETH with no gas limit in FQT (#155)
* Added an opt-in `PositiveSlippageAffiliateFee` (#101)
* Update FQT for v4 native orders (#104)
* Swallow reverts in `batchGetLimitOrderRelevantStates()` and `batchGetRfqOrderRelevantStates()` (#117)
* Use consistent returndatasize checks in UniswapFeature (#96)
* Remove `MetaTransactionsFeature._executeMetaTransaction()` and `SignatureValidatorFeature` (#109)
* Add DevUtils-like functions to `NativeOrdersFeature` (#97)
* Add SPDX license identifiers to solidity files (#105)
* Fix CryptoCom rollup
* Add MixinBancor to BridgeAdapter (#91)
* Add MixinCoFiX to BridgeAdapter (#92)
* Use the `MetaTransaction` class from `@0x/protocol-utils` in tests. (#90)
* Address audit feedback in UniswapFeature (#82)
* Always transfer `msg.value` to the liquidity provider contract in LiquidityProviderFeature to (#82)
* Remove backwards compatibility with old PLP/bridge interface in `LiquidityProviderFeature` and `MixinZeroExBridge` (#85)
* Add test for selector collisions on the proxy (#74)
* Move tooling out into `@0x/protocol-utils`. (#76)
* Dependencies updated
* Turn `LibTokenSpender` into `FixinTokenSpender` (#38)
* Use bloom filters to check if a token is greedy and do not optimistically fall through transferFrom() if so (#38)
* Revert to original proxy implementation (#38)
* Fix incorrect cancel order event param (#38)
* Add a gas limit to first `LibTokenSpender` and `UniswapFeature` transfer (#38)
* Convert metatransactions to use `LibSignature` (#31)
* Add metatransaction support for limit orders (#44)
* Require RFQ orders to specify a transaction origin, and allow approved alternative addresses (#47)
* Do not try to pull all tokens if selling all ETH in `TransformERC20Feature` (#46)
* Remove protocol fees from all RFQ orders and add `taker` field to RFQ orders (#45)
* Fix getRfqOrderInfo() to return status INVALID when missing txOrigin (#50)
* Remove calldata signing functionality (#51)
* Add a permissionless transformer deployer (#55)
* Add Crypto.com to `BridgeAdapter` (#43)
* Use `FeeCollectorController` contract for deploying `FeeCollector`s (#59)
* Add `checkAllowance` flag to LibTokenSpender.spendERC20Tokens (#39)
* Use new `checkAllowance` flag in LiquidityProviderFeature, TransformERC20Feature, and MetaTransactionsFeature (#39)
* Add native orders features (#27)
* 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)
* Trust LP boughtAmount return value (#29)
* Change `ProtocolFeeUnfunded` event in FQT (#28)
* Use new PLP interface in FQT. (#28)
* Add support for collecting protocol fees in ETH or WETH (#2)
* Add `LibSignature` library (#21)
* Add `LimitOrdersFeature` (#27)
* Dependencies updated
* Add `Swerve`, `SnowSwap`, `DODO` and `SushiSwap` into FQT (#7)
* Use the exchange proxy as the primary allowance target (#3)
* 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)
* Export migration tools (#2612)
* Export `AffiliateFeeTransformerContract` (#2622)
* Add `MetaTransactions` and `SignatureValidator` features (#2610)
* Update `TransformERC20` and `MetaTransactions` to handle signed calldata. (#2626)
* Dependencies updated
* Create this package (#2540)
* Introduce fill `TransformERC20` feature. (#2545)
* Fill Bridges directly in `FillQuoteTransformer`. (#2608)