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 Jun 24, 2020
1 parent 71cdc8a commit e50fd77
Show file tree
Hide file tree
Showing 101 changed files with 1,270 additions and 638 deletions.
3 changes: 2 additions & 1 deletion contracts/asset-proxy/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"note": "Add Gas Token freeing to `DexForwarderBridge` contract.",
"pr": 2536
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,
Expand Down
12 changes: 11 additions & 1 deletion contracts/asset-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.3.0 - _June 24, 2020_

* Use `LibERC20Token.approveIfBelow()` in DEX bridges for for approvals. (#2512)
* Emit `ERC20BridgeTransfer` events in bridges. (#2512)
* Change names of `ERC20BridgeTransfer` args to be less ambiguous. (#2524)
* Added `MixinGasToken` allowing Gas Tokens to be freed (#2523)
* Add `DexForwaderBridge` bridge contract. (#2525)
* Add `UniswapV2Bridge` bridge contract. (#2590)
* Add Gas Token freeing to `DexForwarderBridge` contract. (#2536)

## v3.2.5 - _March 3, 2020_

* Dependencies updated
Expand Down Expand Up @@ -32,7 +42,7 @@ CHANGELOG
* Fix broken tests. (#2462)
* Remove dependency on `@0x/contracts-dev-utils` (#2462)
* Add asset data decoding functions (#2462)
* Add `setOperators()` to `IDydx` (#TODO)
* Add `setOperators()` to `IDydx` (#2462)

## v3.1.3 - _February 6, 2020_

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": "Fix broken tests.",
"pr": 2591
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,
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.5 - _June 24, 2020_

* Fix broken tests. (#2591)

## v1.1.4 - _March 3, 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": 1592969527,
"version": "3.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "3.1.5",
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.6 - _June 24, 2020_

* Dependencies updated

## v3.1.5 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "1.3.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "1.3.3",
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.3.4 - _June 24, 2020_

* Dependencies updated

## v1.3.3 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "2.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "2.1.5",
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.6 - _June 24, 2020_

* Dependencies updated

## v2.1.5 - _March 3, 2020_

* Dependencies updated
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 @@ -26,7 +26,8 @@
"note": "Sample from MultiBridge",
"pr": 2593
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,
Expand Down
9 changes: 9 additions & 0 deletions contracts/erc20-bridge-sampler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.6.0 - _June 24, 2020_

* Pass in `DevUtils` address as a constructor parameter (#2531)
* Sample `Curve` for buy amounts (#2551)
* Added `sampleBuysFromKyberNetwork` (#2551)
* Use `searchBestRate` in Kyber samples. Return 0 when Uniswap/Eth2Dai reserve (#2575)
* Add UniswapV2 (#2595)
* Sample from MultiBridge (#2593)

## v1.5.1 - _March 3, 2020_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/erc20/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"note": "Update `LibERC20TokenV06` comments.",
"pr": 2597
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,
Expand Down
6 changes: 6 additions & 0 deletions contracts/erc20/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.2.0 - _June 24, 2020_

* Add `LibERC20Token.approveIfBelow()` (#2512)
* Add solidity 0.6 contracts (#2545)
* Update `LibERC20TokenV06` comments. (#2597)

## v3.1.5 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "3.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "3.1.5",
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.6 - _June 24, 2020_

* Dependencies updated

## v3.1.5 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "4.2.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "4.2.5",
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.6 - _June 24, 2020_

* Dependencies updated

## v4.2.5 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "4.3.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "4.3.5",
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.6 - _June 24, 2020_

* Dependencies updated

## v4.3.5 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "3.2.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "3.2.5",
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.6 - _June 24, 2020_

* Dependencies updated

## v3.2.5 - _March 3, 2020_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Add MaximumGasPrice contract, tooling, and unit tests",
"pr": 2511
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,
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.2.0 - _June 24, 2020_

* Add MaximumGasPrice contract, tooling, and unit tests (#2511)

## v6.1.5 - _March 3, 2020_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/integrations/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Update `ERC20BridgeSampler` tests",
"pr": 2531
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,
Expand Down
4 changes: 4 additions & 0 deletions contracts/integrations/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.5.2 - _June 24, 2020_

* Update `ERC20BridgeSampler` tests (#2531)

## v2.5.1 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "4.1.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "4.1.5",
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.6 - _June 24, 2020_

* Dependencies updated

## v4.1.5 - _March 3, 2020_

* Dependencies updated
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": 1592969527,
"version": "2.0.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1583220306,
"version": "2.0.12",
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.13 - _June 24, 2020_

* Dependencies updated

## v2.0.12 - _March 3, 2020_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/test-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Add `msg` param to `assertIntegerRoughlyEquals`",
"pr": 2576
}
]
],
"timestamp": 1592969527
},
{
"timestamp": 1583220306,
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.3.3 - _June 24, 2020_

* Add `msg` param to `assertIntegerRoughlyEquals` (#2576)

## v5.3.2 - _March 3, 2020_

* Dependencies updated
Expand Down
Loading

0 comments on commit e50fd77

Please sign in to comment.