Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans
2020-02-15 17:38:47 +11:00
parent e05a03a842
commit f7252f919a
51 changed files with 873 additions and 589 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "9.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "9.1.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v9.1.1 - _February 15, 2020_
* Dependencies updated
## v9.1.0 - _February 8, 2020_
* Export `EvmBytecodeOutputLinkReferences` (#2462)

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,8 @@
"note": "Support for sampling Curve contracts",
"pr": 2483
}
]
],
"timestamp": 1581748629
},
{
"timestamp": 1581204851,

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.2.0 - _February 15, 2020_
* Use `batchCall()` version of the `ERC20BridgeSampler` contract (#2477)
* Support for sampling Curve contracts (#2483)
## v4.1.2 - _February 8, 2020_
* Dependencies updated

View File

@@ -14,7 +14,8 @@
"note": "Update `ERC20BridgeSampler` address (mainnet, kovan)",
"pr": 2483
}
]
],
"timestamp": 1581748629
},
{
"version": "4.5.0",

View File

@@ -5,10 +5,20 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.6.0 - _February 15, 2020_
* Added `ChainlinkStopLimit` addresses (mainnet, ropsten, rinkeby) (#2473)
* Added `CurveBridge` address (mainnet) (#2483)
* Update `ERC20BridgeSampler` address (mainnet, kovan) (#2483)
## v4.5.0 - _February 8, 2020_
* Update `ERC20BridgeSampler` and `Eth2Dai` on mainnet and kovan. (#2474)
* Update `ERC20BridgeSampler` address on mainnet and kovan. (#2476)
* Removed OrderValidator and DutchAuction addresses (#2469)
* Added Broker and GodsUnchainedValidator addresses (#2469)
* Updated Forwarder addresses (#2469)
* Update `ERC20BridgeSampler` address on mainnet and kovan. (#2477)
## v4.4.0 - _February 4, 2020_

View File

@@ -10,7 +10,8 @@
"note": "Updated Forwarder artifact",
"pr": 2469
}
]
],
"timestamp": 1581748629
},
{
"version": "3.5.0",

View File

@@ -5,10 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.6.0 - _February 15, 2020_
* Add Broker and GodsUnchainedValidator artifacts (#2469)
* Updated Forwarder artifact (#2469)
## v3.5.0 - _February 8, 2020_
* Update `DevUtils` artifact (#2464)
* Remove `LibTransactionDecoder` artifact (#2464)
* Update `IERC20BridgeSampler` artifact (#2477)
## v3.4.1 - _February 6, 2020_

View File

@@ -10,7 +10,8 @@
"note": "Updated Forwarder wrapper",
"pr": 2469
}
]
],
"timestamp": 1581748629
},
{
"version": "13.5.0",

View File

@@ -5,10 +5,16 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v13.6.0 - _February 15, 2020_
* Add Broker and GodsUnchainedValidator wrappers (#2469)
* Updated Forwarder wrapper (#2469)
## v13.5.0 - _February 8, 2020_
* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
* Remove `LibTransactionDecoder` (#2464)
* Update `IERC20BridgeSampler` wrapper (#2477)
## v13.4.2 - _February 6, 2020_

View File

@@ -6,7 +6,8 @@
"note": "Added `CurveBridge` address (null)",
"pr": 2483
}
]
],
"timestamp": 1581748629
},
{
"version": "6.1.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v6.2.0 - _February 15, 2020_
* Added `CurveBridge` address (null) (#2483)
## v6.1.0 - _February 8, 2020_
* Update `DevUtils` deployment (#2456)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "10.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "10.2.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v10.2.1 - _February 15, 2020_
* Dependencies updated
## v10.2.0 - _February 8, 2020_
* Remove use of ambient `DevUtils` instances. (#2462)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "2.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.2.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.1 - _February 15, 2020_
* Dependencies updated
## v2.2.0 - _February 8, 2020_
* Use updated `order-utils` with non-async hash functions. (#2462)