Updated CHANGELOGS & MD docs
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1581748629,
|
||||
"version": "9.1.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "9.1.0",
|
||||
"changes": [
|
||||
|
@@ -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
@@ -10,7 +10,8 @@
|
||||
"note": "Support for sampling Curve contracts",
|
||||
"pr": 2483
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1581748629
|
||||
},
|
||||
{
|
||||
"timestamp": 1581204851,
|
||||
|
@@ -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
|
||||
|
@@ -14,7 +14,8 @@
|
||||
"note": "Update `ERC20BridgeSampler` address (mainnet, kovan)",
|
||||
"pr": 2483
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1581748629
|
||||
},
|
||||
{
|
||||
"version": "4.5.0",
|
||||
|
@@ -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_
|
||||
|
||||
|
@@ -10,7 +10,8 @@
|
||||
"note": "Updated Forwarder artifact",
|
||||
"pr": 2469
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1581748629
|
||||
},
|
||||
{
|
||||
"version": "3.5.0",
|
||||
|
@@ -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_
|
||||
|
||||
|
@@ -10,7 +10,8 @@
|
||||
"note": "Updated Forwarder wrapper",
|
||||
"pr": 2469
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1581748629
|
||||
},
|
||||
{
|
||||
"version": "13.5.0",
|
||||
|
@@ -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_
|
||||
|
||||
|
@@ -6,7 +6,8 @@
|
||||
"note": "Added `CurveBridge` address (null)",
|
||||
"pr": 2483
|
||||
}
|
||||
]
|
||||
],
|
||||
"timestamp": 1581748629
|
||||
},
|
||||
{
|
||||
"version": "6.1.0",
|
||||
|
@@ -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)
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1581748629,
|
||||
"version": "10.2.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "10.2.0",
|
||||
"changes": [
|
||||
|
@@ -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)
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1581748629,
|
||||
"version": "2.2.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.2.0",
|
||||
"changes": [
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user