Updated CHANGELOGS & MD docs

This commit is contained in:
xianny
2020-07-14 21:47:59 -07:00
parent 762e0aec2d
commit 9d3755db36
97 changed files with 2348 additions and 1559 deletions

View File

@@ -10,7 +10,8 @@
"note": "Export `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction`",
"pr": 2610
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v9.2.0 - _July 15, 2020_
* Export `GethCallOverrides` type (#2620)
* Export `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction` (#2610)
## v9.1.6 - _June 24, 2020_
* Dependencies updated

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.3.1 - _July 15, 2020_
* Dependencies updated
## v5.3.0 - _June 24, 2020_
* Allow identifiers with leading underscores in python wrappers (#2591)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1594788383,
"version": "3.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1592969527,
"version": "3.0.8",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.9 - _July 15, 2020_
* Dependencies updated
## v3.0.8 - _June 24, 2020_
* Dependencies updated

View File

@@ -42,7 +42,8 @@
"note": "Specify overrides to the ERC20Sampler contract, by default the latest bytecode is the override",
"pr": 2629
}
]
],
"timestamp": 1594788383
},
{
"version": "4.5.0",

View File

@@ -5,6 +5,19 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.6.0 - _July 15, 2020_
* Use internal Eth Gas Station proxy (#2614)
* Renamed RFQT request parameters (#2582)
* Fix worst case asset amount calculations. (#2615)
* Specify EthGasStation url as an optional parameter (#2617)
* Singleton Gas Price Oracle (#2619)
* "Fix" forwarder buys of low decimal tokens. (#2618)
* Add Balancer support (#2613)
* Consolidate UniswapV2 sources, Curve sources in `ERC20BridgeSource` enum (#2613)
* Change gas/fee schedule values from constants to functions returning numbers (#2613)
* Specify overrides to the ERC20Sampler contract, by default the latest bytecode is the override (#2629)
## v4.5.0 - _June 24, 2020_
* Add support for private liquidity providers (#2505)

View File

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

View File

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

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1594788383,
"version": "6.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1592969527,
"version": "6.0.8",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.0.9 - _July 15, 2020_
* Dependencies updated
## v6.0.8 - _June 24, 2020_
* Dependencies updated

View File

@@ -30,7 +30,8 @@
"note": "Add BalancerBridge addresses",
"pr": 2613
}
]
],
"timestamp": 1594788383
},
{
"version": "4.10.0",

View File

@@ -5,6 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.11.0 - _July 15, 2020_
* Update ganache snapshot Exchange Proxy addresses (#2612)
* Add EP flash wallet and affiliate fee transformer (#2622)
* Update DFB addresses (#2616)
* Deploy FQT from PR 2608 (#2625)
* Redeploy DFB on kovan (#2628)
* Update ganache snapshot Exchange Proxy addresses for MetaTransactions (#2610)
* Add BalancerBridge addresses (#2613)
## v4.10.0 - _June 24, 2020_
* Updated Kovan's ERC20BridgeSampler address (#2519)

View File

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

View File

@@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.7.1 - _July 15, 2020_
* Dependencies updated
## v3.7.0 - _Invalid date_
* Provide devUtils address as a function parameter in ERC20BridgeSampler (#2629)
* Remove devUtils address from ERC20BridgeSampler constructor (#2629)
## v3.7.0 - _June 24, 2020_
* Added `MaximumGasPrice` artifact (#2511)

View File

@@ -6,7 +6,8 @@
"note": "Export `GethCallOverrides`",
"pr": 2620
}
]
],
"timestamp": 1594788383
},
{
"version": "13.7.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v13.8.0 - _July 15, 2020_
* Export `GethCallOverrides` (#2620)
## v13.7.0 - _June 24, 2020_
* Regenerated wrappers for Broker and GodsUnchainedValidator (#2511)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1594788383,
"version": "2.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1592969527,
"version": "2.0.9",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.0.10 - _July 15, 2020_
* Dependencies updated
## v2.0.9 - _June 24, 2020_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Export `GethCallOverrides` type",
"pr": 2620
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.3.0 - _July 15, 2020_
* Export `GethCallOverrides` type (#2620)
## v3.2.2 - _June 24, 2020_
* Dependencies updated

View File

@@ -10,7 +10,8 @@
"note": "Touch this package to fix publish",
"pr": 2628
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.0 - _July 15, 2020_
* Add geth eth_call types (#2620)
* Touch this package to fix publish (#2628)
## v3.1.1 - _June 24, 2020_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Add geth eth_call properties to `CallData`",
"pr": 2620
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.1.0 - _July 15, 2020_
* Add geth eth_call properties to `CallData` (#2620)
## v5.0.8 - _June 24, 2020_
* Dependencies updated

View File

@@ -14,7 +14,8 @@
"note": "Add BalancerBridge to returned object in `migration.ts`",
"pr": 2613
}
]
],
"timestamp": 1594788383
},
{
"version": "6.3.0",

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.4.0 - _July 15, 2020_
* Add Exchange Proxy migration. (#2612)
* Add affiliate fee transformer migration and flash wallet address (#2622)
* Add BalancerBridge to returned object in `migration.ts` (#2613)
## v6.3.0 - _June 24, 2020_
* Add `dexForwarderBridge` to migration output (#2525)

View File

@@ -10,7 +10,8 @@
"note": "Add `getOrderHash()`, `getExchangeTransactionHash()`, `getExchangeProxyTransactionHash()`",
"pr": 2610
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v10.3.0 - _July 15, 2020_
* Add ERC20 Transformer utils and export useful constants. (#2604)
* Add `getOrderHash()`, `getExchangeTransactionHash()`, `getExchangeProxyTransactionHash()` (#2610)
## v10.2.5 - _June 24, 2020_
* Dependencies updated

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1594788383,
"version": "2.2.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1592969527,
"version": "2.2.6",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.7 - _July 15, 2020_
* Dependencies updated
## v2.2.6 - _June 24, 2020_
* Dependencies updated

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.1 - _July 15, 2020_
* Dependencies updated
## v4.1.0 - _June 24, 2020_
* Refactor + add solidity 0.6 support (#2532)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1594788383,
"version": "4.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1592969527,
"version": "4.0.9",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.0.10 - _July 15, 2020_
* Dependencies updated
## v4.0.9 - _June 24, 2020_
* Dependencies updated

View File

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

View File

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

View File

@@ -6,7 +6,8 @@
"note": "Make sol-profiler (mostly) work again",
"pr": 2607
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.0 - _July 15, 2020_
* Make sol-profiler (mostly) work again (#2607)
## v4.0.9 - _June 24, 2020_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Make sol-profiler (mostly) work again",
"pr": 2607
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.0 - _July 15, 2020_
* Make sol-profiler (mostly) work again (#2607)
## v3.0.4 - _June 24, 2020_
* Dependencies updated

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1594788383,
"version": "3.0.10",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1592969527,
"version": "3.0.9",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.10 - _July 15, 2020_
* Dependencies updated
## v3.0.9 - _June 24, 2020_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Make sol-profiler (mostly) work again",
"pr": 2607
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v7.1.0 - _July 15, 2020_
* Make sol-profiler (mostly) work again (#2607)
## v7.0.9 - _June 24, 2020_
* Dependencies updated

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1594788383,
"version": "3.0.9",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1592969527,
"version": "3.0.8",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.0.9 - _July 15, 2020_
* Dependencies updated
## v3.0.8 - _June 24, 2020_
* Dependencies updated

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.1.1 - _July 15, 2020_
* Dependencies updated
## v6.1.0 - _June 24, 2020_
* Update ganache-core (#2545)

View File

@@ -6,7 +6,8 @@
"note": "Set `no-non-null-assertion` to false",
"pr": 2613
}
]
],
"timestamp": 1594788383
},
{
"version": "4.0.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.1.0 - _July 15, 2020_
* Set `no-non-null-assertion` to false (#2613)
## v4.0.0 - _December 2, 2019_
* Dependencies updated

View File

@@ -6,7 +6,8 @@
"note": "Add `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction`",
"pr": 2610
}
]
],
"timestamp": 1594788383
},
{
"timestamp": 1592969527,

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.0 - _July 15, 2020_
* Add `ExchangeProxyMetaTransaction` and `SignedExchangeProxyMetaTransaction` (#2610)
## v3.1.3 - _June 24, 2020_
* Dependencies updated

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.1.1 - _July 15, 2020_
* Dependencies updated
## v5.1.0 - _June 24, 2020_
* Add `version()` to `SolcInstance` (#2532)

View File

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

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.5.1 - _July 15, 2020_
* Dependencies updated
## v5.5.0 - _June 24, 2020_
* Add `ZeroExRevertErrors` (#2540)
@@ -14,6 +18,7 @@ CHANGELOG
* Add more `ZeroExRevertErrors` (#2545)
* Add more `ZeroExRevertErrors` (#2576)
* Update `ZeroExRevertErrors` (#2597)
* Add more revert errors to `ZeroExRevertErrors` (#2610)
## v5.4.1 - _February 25, 2020_

View File

@@ -10,7 +10,8 @@
"note": "Remove duplicate overrides data from the eth_call rpc call",
"pr": 2629
}
]
],
"timestamp": 1594788383
},
{
"version": "7.1.0",

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v7.2.0 - _July 15, 2020_
* Add geth eth_call support (#2620)
* Remove duplicate overrides data from the eth_call rpc call (#2629)
## v7.1.0 - _June 24, 2020_
* Add `getAccountNonce()` to `Web3Wrapper` (#2545)