CHANGELOG
* Add Exchange Proxy migration. (#2612)
* Add affiliate fee transformer migration and flash wallet address (#2622)
* Add BalancerBridge to returned object in `migration.ts` (#2613)
* Add `dexForwarderBridge` to migration output (#2525)
* Add `ERC20BridgeSampler` deployment (#2541)
* Added `UniswapV2Bridge` address on Mainnet (#2599)
* Return empty Exchange Proxy addresses (#2591)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Added `CurveBridge` address (null) (#2483)
* Update `DevUtils` deployment (#2456)
* Remove `LibTransactionDecoder` deployment (#2456)
* Use contract package artifacts in ganache migrations (#2456)
* Update deployment for new DevUtils (#2466)
* Dependencies updated
* Dependencies updated
* Update Forwarder deployment (#2432)
* Added DydxBridge Contract to ContractAddresses (#2401)
* Changed docker image command to overwrite any existing snapshot when unzipping the image downloaded from S3. (#2420)
* Dependencies updated
* Dependencies updated
* Deploy Forwarder after Exchange is configured as Staking Proxy is queried (#2368)
* Subsequent contract addresses after the Forwarder are now modified (#2368)
* Update Exchange, DevUtils, Coordinator, and Forwarder addresses on all networks (#2349)
* Update StakingProxy, Staking, and ZrxVault addresses on mainnet (#2349)
* Add UniswapBridge and Eth2DaiBridge addresses to schema, add mainnet addresses (#2349)
* Deploy Forwarder AFTER staking is hooked up (#2350)
* Migrations script no longer deploys DutchAuction since it is not yet upgraded for V3 of the protocol (#2324)
* Added `Staking` and `ERC20BridgeProxy` contracts (#2323)
* Update all contract deployments to pass the actual chain ID (rather than the network ID) via the newly modified @0x/utils/provider_utils (#2270)
* All references to network ID have been removed, and references to chain ID have been introduced instead (#2313)
* Update Coordinator and Exchange deployments to pass `chainId` (#1742)
* Deploy Forwarder after Exchange is configured as Staking Proxy is queried (#2368)
* Subsequent contract addresses after the Forwarder are now modified (#2368)
* Update Exchange, DevUtils, Coordinator, and Forwarder addresses on all networks (#2349)
* Update StakingProxy, Staking, and ZrxVault addresses on mainnet (#2349)
* Add UniswapBridge and Eth2DaiBridge addresses to schema, add mainnet addresses (#2349)
* Deploy Forwarder AFTER staking is hooked up (#2350)
* Migrations script no longer deploys DutchAuction since it is not yet upgraded for V3 of the protocol (#2324)
* Added `Staking` and `ERC20BridgeProxy` contracts (#2323)
* Update all contract deployments to pass the actual chain ID (rather than the network ID) via the newly modified @0x/utils/provider_utils (#2270)
* All references to network ID have been removed, and references to chain ID have been introduced instead (#2313)
* Update Coordinator and Exchange deployments to pass `chainId` (#1742)
* Removed dependency on @0x/order-utils (#2096)
* Dependencies updated
* Added DevUtils to migration script (#2060)
* Added StaticCallAssetProxy and ERC1155AssetProxy (#2021)
* Updated calls to <contract wrapper>.deploy0xArtifactAsync to include log decode dependencies. (#1995)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Add --pk flag to accept private key when migrating (#1811)
* Dependencies updated
* Dependencies updated
* Add deployment of `Coordinator` and `CoordinatorRegistry` contracts to migration script (#1689)
* Added `startProviderEngine` to `providerUtils`. Preventing excess block polling (#1695)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Replace Provider param interface with Web3ProviderEngine (#1627)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Upgrade the bignumber.js to v8.0.2 (#1517)
* Removed `owner` in Migrations (#1533)
* `txDefaults` parameter now requires the `from` field (#1533)
* Convert `from` to lower case when passed in via cli (#1533)
* Added migrations for `MultiAssetProxy` contract (#1503)
* Dependencies updated
* Added migrations for Dutch Auction contract (#1465)
* Dependencies updated
* Dependencies updated
* Add CLI `0x-migrate` for running the 0x migrations in a language-agnostic way (#1324)
* Deploy testnet Exchange arfitact. Previously mainnet Exchange artifact was deployed. (#1309)
* Fund the Forwarder with ZRX for fees. (#1309)
* Export all type declarations used by the public interface, as well as the `ContractAddresses` mapping (#1301)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Contract artifacts have been moved to the new @0xproject/contract-artifacts package. v1 migrations have been removed. `runMigrationsAsync` returns the addresses of the contracts that were deployed. (#1105)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Added migrations for 0x Protocol v2
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Use AssetProxyOwner instead of MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress (#675)
* Dependencies updated
* Dependencies updated
* Dependencies updated
* Dependencies updated