Updated CHANGELOGS & MD docs

This commit is contained in:
Lawrence Forman 2020-10-21 03:33:18 -04:00
parent 668aeb77f7
commit 0c4a67fa35
46 changed files with 327 additions and 10 deletions

View File

@ -38,7 +38,8 @@
"note": "Added `DODOBridge`",
"pr": 2701
}
]
],
"timestamp": 1603265572
},
{
"version": "3.4.0",

View File

@ -5,6 +5,18 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.5.0 - _October 21, 2020_
* Update `CurveBridge` to support more varied curves (#2633)
* Export DexForwarderBridgeContract (#2656)
* Add BancorBridge and IBancorNetwork, (#2650)
* Added `MStableBridge` (#2662)
* Added `MooniswapBridge` (#2675)
* Reworked `KyberBridge` (#2683)
* Added `CreamBridge` (#2715)
* Added `ShellBridge` (#2722)
* Added `DODOBridge` (#2701)
## v3.4.0 - _July 15, 2020_
* Fix instability with DFB. (#2616)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "1.1.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "1.1.6",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.1.7 - _October 21, 2020_
* Dependencies updated
## v1.1.6 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "3.1.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "3.1.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.8 - _October 21, 2020_
* Dependencies updated
## v3.1.7 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "1.3.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "1.3.5",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v1.3.6 - _October 21, 2020_
* Dependencies updated
## v1.3.5 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "2.1.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "2.1.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.8 - _October 21, 2020_
* Dependencies updated
## v2.1.7 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "3.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "3.2.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.2 - _October 21, 2020_
* Dependencies updated
## v3.2.1 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "3.1.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "3.1.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.8 - _October 21, 2020_
* Dependencies updated
## v3.1.7 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "4.2.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "4.2.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.2.8 - _October 21, 2020_
* Dependencies updated
## v4.2.7 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "4.3.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "4.3.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.3.8 - _October 21, 2020_
* Dependencies updated
## v4.3.7 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "3.2.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "3.2.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.8 - _October 21, 2020_
* Dependencies updated
## v3.2.7 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "6.2.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "6.2.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.2.2 - _October 21, 2020_
* Dependencies updated
## v6.2.1 - _July 15, 2020_
* Dependencies updated

View File

@ -10,7 +10,8 @@
"note": "Add EP RFQT + MTX tests",
"pr": 2692
}
]
],
"timestamp": 1603265572
},
{
"version": "2.6.0",

View File

@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.7.0 - _October 21, 2020_
* Update curveBridge tests (#2633)
* Add EP RFQT + MTX tests (#2692)
## v2.6.0 - _July 15, 2020_
* Add `BalancerBridge` mainnet tests (#2613)

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "4.1.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "4.1.7",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.8 - _October 21, 2020_
* Dependencies updated
## v4.1.7 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "2.0.15",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "2.0.14",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.15 - _October 21, 2020_
* Dependencies updated
## v2.0.14 - _July 15, 2020_
* Dependencies updated

View File

@ -1,4 +1,13 @@
[
{
"timestamp": 1603265572,
"version": "5.3.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1594788383,
"version": "5.3.4",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.3.5 - _October 21, 2020_
* Dependencies updated
## v5.3.4 - _July 15, 2020_
* Dependencies updated

View File

@ -6,7 +6,8 @@
"note": "Add Ropsten and Rinkeby addresses to `DeploymentConstants`",
"pr": 2656
}
]
],
"timestamp": 1603265572
},
{
"version": "4.5.1",

View File

@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.5.2 - _October 21, 2020_
* Add Ropsten and Rinkeby addresses to `DeploymentConstants` (#2656)
## v4.5.1 - _July 15, 2020_
* Reorganize `DeploymentConstants` addresses (#2628)

View File

@ -70,7 +70,8 @@
"note": "Added `CREAM` into FQT",
"pr": 2715
}
]
],
"timestamp": 1603265572
},
{
"version": "0.2.0",

View File

@ -5,11 +5,32 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## 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_

View File

@ -166,7 +166,8 @@
"note": "Support DODO Trade Allowed parameter to automatically disable the pool",
"pr": 2732
}
]
],
"timestamp": 1603265572
},
{
"version": "4.6.0",

View File

@ -5,6 +5,50 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.7.0 - _October 21, 2020_
* Return quoteReport from SwapQuoter functions (#2627)
* Allow an empty override for sampler overrides (#2637)
* Potentially heavy CPU functions inside the optimizer now yield to the event loop. As such they are now async. (#2637)
* Support more varied curves (#2633)
* Make path optimization go faster (#2640)
* Adds `getBidAskLiquidityForMakerTakerAssetPairAsync` to return more detailed sample information (#2641)
* Fix regression where a split on the same source was collapsed into a single fill (#2654)
* Add support for buy token affiliate fees (#2658)
* Fix optimization of buy paths (#2655)
* Fix depth buy scale (#2659)
* Adjust fill by ethToInputRate when ethToOutputRate is 0 (#2660)
* Add Bancor as liquidity source (#2650)
* Added `mStable` (#2662)
* Merge `erc20-bridge-sampler` into this package (#2664)
* Added `Mooniswap` (#2675)
* Stop requiring takerAddress for RFQ-T indicative quotes (#2684)
* Added two-hop support (#2647)
* Move ERC20BridgeSampler interfaces into `interfaces` directory (#2647)
* Use on-chain sampling (sometimes) for Balancer (#2647)
* Re-worked `Kyber` quotes supporting multiple reserves (#2683)
* Enable Quote Report to be generated with an option `shouldGenerateQuoteReport`. Default is `false` (#2687)
* Add `refundReceiver` to `ExchangeProxySwapQuoteConsumer` options. (#2657)
* Use `IZeroExContract` in EP swap quote consumer. (#2657)
* Set `rfqtTakerAddress` to null in EP consumer (#2692)
* Return Mooniswap pool in sampler and encode it in bridge data (#2692)
* Added `Swerve` (#2698)
* Added `SushiSwap` (#2698)
* Add uniswap VIP support (#2703)
* Add `includedSources` support (#2703)
* Added `Curve` Tripool (#2708)
* Pass back fillData from quote reporter (#2702)
* Fix Balancer sampling (#2711)
* Respect max slippage in EP consumer (#2712)
* Introduced Path class, exchangeProxyOverhead parameter (#2691)
* Added `Shell` (#2722)
* Fix exchange proxy overhead gas being scaled by gas price (#2723)
* Remove 0x-API swap/v0-specifc code from asset-swapper (#2725)
* Added `DODO` (#2701)
* Fix for some edge cases with `includedSources` and `MultiHop` (#2730)
* Introduced `excludedFeeSources` to disable sources when determining the price of an asset in ETH (#2731)
* Support DODO Trade Allowed parameter to automatically disable the pool (#2732)
## v4.6.0 - _July 15, 2020_
* Use internal Eth Gas Station proxy (#2614)

View File

@ -62,7 +62,8 @@
"note": "Deploy `CreamBridge` on Mainnet",
"pr": 2715
}
]
],
"timestamp": 1603265572
},
{
"version": "4.11.0",

View File

@ -5,6 +5,24 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.12.0 - _October 21, 2020_
* Update `CurveBridge` address on all networks (#2633)
* Redeploy `ERC20BridgeSampler` on Kovan (#2644)
* Deploy `UniswapV2Bridge` on Kovan (#2652)
* Redeploy previously unverified contracts on testnets (#2656)
* Deploy `BancorBridge` on Mainnet (#2650)
* Deploy FQT (#2667)
* Deploy `MStableBridge` on Mainnet (#2662)
* Deploy `MooniswapBridge` on Mainnet (#2675)
* Redeploy `MooniswapBridge` on Mainnet (#2681)
* Redeploy `KyberBridge` on Mainnet (#2683)
* Update transformer deployer and transformers for champagne-problems deployment (#2693)
* Deploy `BancorBridge` on Mainnet (#2699)
* Deploy `ShellBridge` on Mainnet (#2722)
* Deploy `DodoBridge` on Mainnet (#2701)
* Deploy `CreamBridge` on Mainnet (#2715)
## v4.11.0 - _July 15, 2020_
* Update ganache snapshot Exchange Proxy addresses (#2612)

View File

@ -22,7 +22,8 @@
"note": "Update IZeroEx artifact for LiquidityProviderFeature",
"pr": 2691
}
]
],
"timestamp": 1603265572
},
{
"timestamp": 1594788383,

View File

@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.8.0 - _October 21, 2020_
* Add `IZeroEx` artifact (#2626)
* Update `ERC20BridgeSampler` artifact (#2633)
* Remove `ERC20BridgeSampler` artifact (#2647)
* Regenerate artifacts (#2703)
* Update IZeroEx artifact for LiquidityProviderFeature (#2691)
## v3.7.1 - _July 15, 2020_
* Dependencies updated

View File

@ -22,7 +22,8 @@
"note": "Update IZeroEx wrapper for LiquidityProviderFeature",
"pr": 2691
}
]
],
"timestamp": 1603265572
},
{
"version": "13.8.0",

View File

@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v13.9.0 - _October 21, 2020_
* Add `IZeroEx` wrapper (#2626)
* Update `ERC20BridgeSampler` wrapper (#2633)
* Add `exchangeProxy` to `ContractWrappers` type. (#2649)
* Regenerate wrappers (#2703)
* Update IZeroEx wrapper for LiquidityProviderFeature (#2691)
## v13.8.0 - _July 15, 2020_
* Export `GethCallOverrides` (#2620)

View File

@ -26,7 +26,8 @@
"note": "Reorder transformer deployments",
"pr": 2693
}
]
],
"timestamp": 1603265572
},
{
"version": "6.4.0",

View File

@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.4.1 - _October 21, 2020_
* Change test protocol fee to 70000. (#2637)
* Refactor `migration.ts` a little (#2656)
* Add bancorBridge to addresses (#2650)
* Update EP migration. (#2657)
* Add mooniswap addresses to `BridgeAdapter` deployment (#2692)
* Reorder transformer deployments (#2693)
## v6.4.0 - _July 15, 2020_
* Add Exchange Proxy migration. (#2612)

View File

@ -26,7 +26,8 @@
"note": "Add `rfqtTakerAddress` to `FillQuoteTransformerData`",
"pr": 2692
}
]
],
"timestamp": 1603265572
},
{
"version": "10.3.0",

View File

@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v10.4.0 - _October 21, 2020_
* Add gitpkg. (#2649)
* Fix `decodeAffiliateFeeTransformerData` (#2658)
* Add `refundReceiver` field to `FillQuoteTransformer.TransformData`. (#2657)
* Add `findTransformerNonce()` and `getTransformerAddress()` functions. (#2657)
* Fix EP signature utils schema assertion. (#2657)
* Add `rfqtTakerAddress` to `FillQuoteTransformerData` (#2692)
## v10.3.0 - _July 15, 2020_
* Add ERC20 Transformer utils and export useful constants. (#2604)