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 Jan 22, 2020
1 parent e436673 commit 00e616b
Show file tree
Hide file tree
Showing 83 changed files with 1,156 additions and 659 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": 1579682890,
"version": "3.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "3.1.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.1.1 - _January 22, 2020_

* Dependencies updated

## v3.1.0 - _January 6, 2020_

* Integration tests for DydxBridge with ERC20BridgeProxy. (#2401)
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": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "3.0.3",
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.0.4 - _January 22, 2020_

* Dependencies updated

## v3.0.3 - _January 6, 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": 1579682890,
"version": "1.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.3",
"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.0.4 - _January 22, 2020_

* Dependencies updated

## v1.0.3 - _January 6, 2020_

* Fixed ERC721 duplicate token ID bug (#2400)
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": 1579682890,
"version": "2.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "2.0.3",
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.0.4 - _January 22, 2020_

* Dependencies updated

## v2.0.3 - _January 6, 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 @@ -10,7 +10,8 @@
"note": "Early exit if a DEX sample fails",
"pr": 2427
}
]
],
"timestamp": 1579682890
},
{
"version": "1.0.3",
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,6 +5,11 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.1.0 - _January 22, 2020_

* Add batch functions to query quotes (#2427)
* Early exit if a DEX sample fails (#2427)

## v1.0.3 - _January 6, 2020_

* Add gas limits to external quote calls. (#2405)
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": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "3.0.3",
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.0.4 - _January 22, 2020_

* Dependencies updated

## v3.0.3 - _January 6, 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": 1579682890,
"version": "3.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "3.0.3",
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.0.4 - _January 22, 2020_

* Dependencies updated

## v3.0.3 - _January 6, 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": 1579682890,
"version": "4.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "4.0.3",
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.0.4 - _January 22, 2020_

* Dependencies updated

## v4.0.3 - _January 6, 2020_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/exchange-libs/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Reference functions for `matchOrders` and `matchOrdersWithMaximalFill`.",
"pr": 2437
}
]
],
"timestamp": 1579682890
},
{
"timestamp": 1578272714,
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.1.0 - _January 22, 2020_

* Reference functions for `matchOrders` and `matchOrdersWithMaximalFill`. (#2437)

## v4.0.3 - _January 6, 2020_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Uses updated event decoding to properly decodes arrays and objects.",
"pr": 2443
}
]
],
"timestamp": 1579682890
},
{
"timestamp": 1578272714,
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.1.0 - _January 22, 2020_

* Uses updated event decoding to properly decodes arrays and objects. (#2443)

## v3.0.3 - _January 6, 2020_

* Dependencies updated
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": 1579682890,
"version": "5.1.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "5.1.2",
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

## v5.1.3 - _January 22, 2020_

* Dependencies updated

## v5.1.2 - _January 6, 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 @@ -14,7 +14,8 @@
"note": "Add various negative assertions for fuzz tests",
"pr": 2431
}
]
],
"timestamp": 1579682890
},
{
"version": "2.1.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,10 +5,17 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.2.0 - _January 22, 2020_

* Add mainnet contract wrapper `callAsync()` revert behavior tests. (#2433)
* Fuzz tests for `matchOrders` and `matchOrdersWithMaximalFill`. (#2437)
* Add various negative assertions for fuzz tests (#2431)

## v2.1.0 - _January 6, 2020_

* Integration tests for DydxBridge with (i) Exchange v3 and (ii) Mainnet dYdX SoloMargin contract. (#2401)
* Add aggregator mainnet tests. (#2407)
* Add fuzz tests for Exchange signature validation. (#2425)

## v2.0.2 - _December 17, 2019_

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": 1579682890,
"version": "4.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "4.0.3",
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.0.4 - _January 22, 2020_

* Dependencies updated

## v4.0.3 - _January 6, 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": 1579682890,
"version": "2.0.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"timestamp": 1578272714,
"version": "2.0.3",
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.4 - _January 22, 2020_

* Dependencies updated

## v2.0.3 - _January 6, 2020_

* Dependencies updated
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": 1579682890,
"version": "5.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "5.1.0",
"changes": [
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.1 - _January 22, 2020_

* Dependencies updated

## v5.1.0 - _January 6, 2020_

* Added ERC20BridgeProxy to list of unlocked accounts on mainnet fork (#2401)
Expand Down
3 changes: 2 additions & 1 deletion contracts/utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects.",
"pr": 2443
}
]
],
"timestamp": 1579682890
},
{
"timestamp": 1578272714,
Expand Down
4 changes: 4 additions & 0 deletions contracts/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

## v4.1.0 - _January 22, 2020_

* Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects. (#2443)

## v4.0.3 - _January 6, 2020_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/0x.js/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Update exports.",
"pr": 2432
}
]
],
"timestamp": 1579682890
},
{
"timestamp": 1578272714,
Expand Down
Loading

0 comments on commit 00e616b

Please sign in to comment.