Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Updated CHANGELOGS & MD docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz committed Feb 15, 2020
1 parent e05a03a commit f7252f9
Show file tree
Hide file tree
Showing 51 changed files with 873 additions and 589 deletions.
9 changes: 9 additions & 0 deletions contracts/asset-proxy/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "3.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.2.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/asset-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.2.1 - _February 15, 2020_

* Dependencies updated

## v3.2.0 - _February 8, 2020_

* Fix broken tests. (#2462)
Expand Down
3 changes: 2 additions & 1 deletion contracts/broker/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Added decoders for broker data",
"pr": 2484
}
]
],
"timestamp": 1581748629
},
{
"timestamp": 1581204851,
Expand Down
4 changes: 4 additions & 0 deletions contracts/broker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.1.0 - _February 15, 2020_

* Added decoders for broker data (#2484)

## v1.0.2 - _February 8, 2020_

* Dependencies updated
Expand Down
9 changes: 9 additions & 0 deletions contracts/coordinator/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/coordinator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.1.1 - _February 15, 2020_

* Dependencies updated

## v3.1.0 - _February 8, 2020_

* Update tests. (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/dev-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "1.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/dev-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.1.1 - _February 15, 2020_

* Dependencies updated

## v1.1.0 - _February 8, 2020_

* Refactor mixins into public libraries. (#2464)
Expand Down
9 changes: 9 additions & 0 deletions contracts/erc1155/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "2.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/erc1155/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.1.1 - _February 15, 2020_

* Dependencies updated

## v2.1.0 - _February 8, 2020_

* Fix broken tests (#2462)
Expand Down
3 changes: 2 additions & 1 deletion contracts/erc20-bridge-sampler/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Added Curve contract sampling",
"pr": 2483
}
]
],
"timestamp": 1581748629
},
{
"version": "1.3.0",
Expand Down
5 changes: 5 additions & 0 deletions contracts/erc20-bridge-sampler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.4.0 - _February 15, 2020_

* Added Curve contract sampling (#2483)

## v1.3.0 - _February 8, 2020_

* Catch reverts to `DevUtils` calls (#2476)
* Remove wrapper functions and introduce `batchCall()` (#2477)

## v1.2.1 - _February 6, 2020_

Expand Down
9 changes: 9 additions & 0 deletions contracts/erc20/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/erc20/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.1.1 - _February 15, 2020_

* Dependencies updated

## v3.1.0 - _February 8, 2020_

* Add `allowance()` and `balanceOf()` to `LibERC20Token` (#2464)
Expand Down
9 changes: 9 additions & 0 deletions contracts/erc721/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/erc721/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.1.1 - _February 15, 2020_

* Dependencies updated

## v3.1.0 - _February 8, 2020_

* Fix broken tests (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/exchange-forwarder/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "4.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "4.2.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/exchange-forwarder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v4.2.1 - _February 15, 2020_

* Dependencies updated

## v4.2.0 - _February 8, 2020_

* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/exchange-libs/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "4.3.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "4.3.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/exchange-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v4.3.1 - _February 15, 2020_

* Dependencies updated

## v4.3.0 - _February 8, 2020_

* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "3.2.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.2.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.2.1 - _February 15, 2020_

* Dependencies updated

## v3.2.0 - _February 8, 2020_

* Flip `LibExchangeRichErrorDecoder` to an actual library. (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "6.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "6.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v6.1.1 - _February 15, 2020_

* Dependencies updated

## v6.1.0 - _February 8, 2020_

* Export `EvmBytecodeOutputLinkReferences` type. (#2462)
Expand Down
3 changes: 2 additions & 1 deletion contracts/integrations/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"note": "Added ERC20Sampler and Curve Mainnet test",
"pr": 2483
}
]
],
"timestamp": 1581748629
},
{
"version": "2.3.0",
Expand Down
7 changes: 7 additions & 0 deletions contracts/integrations/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.4.0 - _February 15, 2020_

* Added ChainlinkStopLimit contract and tests (#2473)
* Fixed the mainnet dYdX Bridge tests. (#2479)
* Addded decoders for stop-limit data (#2484)
* Added ERC20Sampler and Curve Mainnet test (#2483)

## v2.3.0 - _February 8, 2020_

* Remove dependency on `DevUtils` for asset data encoding/decoding (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/multisig/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "4.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "4.1.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/multisig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v4.1.1 - _February 15, 2020_

* Dependencies updated

## v4.1.0 - _February 8, 2020_

* Fix broken tests (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/staking/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "2.0.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.0.7",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/staking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.8 - _February 15, 2020_

* Dependencies updated

## v2.0.7 - _February 8, 2020_

* Fix revert for `LibFixedMath.mul(x, 0)`. (#2462)
Expand Down
9 changes: 9 additions & 0 deletions contracts/test-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1581748629,
"version": "5.1.5",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1581204851,
"version": "5.1.4",
Expand Down
4 changes: 4 additions & 0 deletions contracts/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v5.1.5 - _February 15, 2020_

* Dependencies updated

## v5.1.4 - _February 8, 2020_

* Dependencies updated
Expand Down
Loading

0 comments on commit f7252f9

Please sign in to comment.