aboutsummaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
commitf3d9520db20934951d5f75567b947fcf82114761 (patch)
tree7ef3b84f3e8200e2b4b1a5bb5c711a5c08d9dbe9 /contracts
parent9de4bf12259c04d98da367188001e844ef2ef614 (diff)
downloaddexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.gz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.zst
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.zip
Updated CHANGELOGS
Diffstat (limited to 'contracts')
-rw-r--r--contracts/asset-proxy/CHANGELOG.json9
-rw-r--r--contracts/asset-proxy/CHANGELOG.md20
-rw-r--r--contracts/erc20/CHANGELOG.json9
-rw-r--r--contracts/erc20/CHANGELOG.md18
-rw-r--r--contracts/erc721/CHANGELOG.json9
-rw-r--r--contracts/erc721/CHANGELOG.md18
-rw-r--r--contracts/exchange-forwarder/CHANGELOG.json9
-rw-r--r--contracts/exchange-forwarder/CHANGELOG.md24
-rw-r--r--contracts/exchange-libs/CHANGELOG.json9
-rw-r--r--contracts/exchange-libs/CHANGELOG.md19
-rw-r--r--contracts/exchange/CHANGELOG.json9
-rw-r--r--contracts/exchange/CHANGELOG.md21
-rw-r--r--contracts/extensions/CHANGELOG.json3
-rw-r--r--contracts/extensions/CHANGELOG.md6
-rw-r--r--contracts/multisig/CHANGELOG.json3
-rw-r--r--contracts/multisig/CHANGELOG.md6
-rw-r--r--contracts/test-utils/CHANGELOG.json3
-rw-r--r--contracts/test-utils/CHANGELOG.md4
-rw-r--r--contracts/utils/CHANGELOG.json3
-rw-r--r--contracts/utils/CHANGELOG.md8
20 files changed, 106 insertions, 104 deletions
diff --git a/contracts/asset-proxy/CHANGELOG.json b/contracts/asset-proxy/CHANGELOG.json
index 9307f7da4..932cf0752 100644
--- a/contracts/asset-proxy/CHANGELOG.json
+++ b/contracts/asset-proxy/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/asset-proxy/CHANGELOG.md b/contracts/asset-proxy/CHANGELOG.md
index 779eb68a7..abff2e53d 100644
--- a/contracts/asset-proxy/CHANGELOG.md
+++ b/contracts/asset-proxy/CHANGELOG.md
@@ -5,24 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v2.2.3 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v2.2.2 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v2.2.1 - _January 11, 2019_
-
- * Dependencies updated
-
-## v2.2.0 - _January 9, 2019_
-
- * Added LibAddressArray (#1383)
- * Add validation and comments to MultiAssetProxy (#1455)
- * Move OrderValidator to extensions (#1464)
-
-## v2.1.59 - _December 13, 2018_
-
- * Dependencies updated
+ * Move all AssetProxy contracts out of contracts-protocol to new package (#1539)
diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json
index 93f284234..34a0948b7 100644
--- a/contracts/erc20/CHANGELOG.json
+++ b/contracts/erc20/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/erc20/CHANGELOG.md b/contracts/erc20/CHANGELOG.md
index 59d0804da..20569f9b9 100644
--- a/contracts/erc20/CHANGELOG.md
+++ b/contracts/erc20/CHANGELOG.md
@@ -5,22 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v1.0.6 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v1.0.5 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v1.0.4 - _January 11, 2019_
-
- * Dependencies updated
-
-## v1.0.3 - _January 9, 2019_
-
- * Dependencies updated
-
-## v1.0.2 - _December 13, 2018_
-
- * Dependencies updated
+ * Move all ERC20 contracts out of contracts-tokens to new package (#1539)
diff --git a/contracts/erc721/CHANGELOG.json b/contracts/erc721/CHANGELOG.json
index caf1e6701..83b8bc1cd 100644
--- a/contracts/erc721/CHANGELOG.json
+++ b/contracts/erc721/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/erc721/CHANGELOG.md b/contracts/erc721/CHANGELOG.md
index 59d0804da..01f5fec60 100644
--- a/contracts/erc721/CHANGELOG.md
+++ b/contracts/erc721/CHANGELOG.md
@@ -5,22 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v1.0.6 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v1.0.5 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v1.0.4 - _January 11, 2019_
-
- * Dependencies updated
-
-## v1.0.3 - _January 9, 2019_
-
- * Dependencies updated
-
-## v1.0.2 - _December 13, 2018_
-
- * Dependencies updated
+ * Move all ERC721 contracts out of contracts-tokens to new package (#1539)
diff --git a/contracts/exchange-forwarder/CHANGELOG.json b/contracts/exchange-forwarder/CHANGELOG.json
index a9e5fa8da..ee0c1dce8 100644
--- a/contracts/exchange-forwarder/CHANGELOG.json
+++ b/contracts/exchange-forwarder/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/exchange-forwarder/CHANGELOG.md b/contracts/exchange-forwarder/CHANGELOG.md
index 94ffdfb67..7489d67aa 100644
--- a/contracts/exchange-forwarder/CHANGELOG.md
+++ b/contracts/exchange-forwarder/CHANGELOG.md
@@ -5,28 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v1.2.3 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v1.2.2 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v1.2.1 - _January 11, 2019_
-
- * Dependencies updated
-
-## v1.2.0 - _January 9, 2019_
-
- * Added Dutch Auction Wrapper (#1465)
-
-## v1.1.0 - _Invalid date_
-
- * Added Balance Threshold Filter (#1383)
- * Add OrderMatcher (#1117)
- * Add OrderValidator (#1464)
-
-## v1.0.2 - _December 13, 2018_
-
- * Dependencies updated
+ * Move Forwarder contract out of contracts-extensions into new package (#1539)
diff --git a/contracts/exchange-libs/CHANGELOG.json b/contracts/exchange-libs/CHANGELOG.json
index cdaac93ea..6d769c502 100644
--- a/contracts/exchange-libs/CHANGELOG.json
+++ b/contracts/exchange-libs/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/exchange-libs/CHANGELOG.md b/contracts/exchange-libs/CHANGELOG.md
index 59d0804da..d2740d0b1 100644
--- a/contracts/exchange-libs/CHANGELOG.md
+++ b/contracts/exchange-libs/CHANGELOG.md
@@ -5,22 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v1.0.6 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v1.0.5 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v1.0.4 - _January 11, 2019_
-
- * Dependencies updated
-
-## v1.0.3 - _January 9, 2019_
-
- * Dependencies updated
-
-## v1.0.2 - _December 13, 2018_
-
- * Dependencies updated
+ * Rename contracts-libs to contracts-exchange-libs (#1539)
+ * Move LibAddressArray contract to contracts-utils (#1539)
diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json
index e4c7aa986..a03a08c29 100644
--- a/contracts/exchange/CHANGELOG.json
+++ b/contracts/exchange/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/exchange/CHANGELOG.md b/contracts/exchange/CHANGELOG.md
index 779eb68a7..f59bbf5d4 100644
--- a/contracts/exchange/CHANGELOG.md
+++ b/contracts/exchange/CHANGELOG.md
@@ -5,24 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v2.2.3 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v2.2.2 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v2.2.1 - _January 11, 2019_
-
- * Dependencies updated
-
-## v2.2.0 - _January 9, 2019_
-
- * Added LibAddressArray (#1383)
- * Add validation and comments to MultiAssetProxy (#1455)
- * Move OrderValidator to extensions (#1464)
-
-## v2.1.59 - _December 13, 2018_
-
- * Dependencies updated
+ * Move Exchange contract out of contracts-protocol to new package (#1539)
+ * Move example contracts out of contracts-examples to new package (#1539)
diff --git a/contracts/extensions/CHANGELOG.json b/contracts/extensions/CHANGELOG.json
index 807ce57a1..6e89b0c79 100644
--- a/contracts/extensions/CHANGELOG.json
+++ b/contracts/extensions/CHANGELOG.json
@@ -14,7 +14,8 @@
"note": "Nest extensions under src directory",
"pr": 1539
}
- ]
+ ],
+ "timestamp": 1549373905
},
{
"timestamp": 1547747677,
diff --git a/contracts/extensions/CHANGELOG.md b/contracts/extensions/CHANGELOG.md
index 94ffdfb67..54014c14b 100644
--- a/contracts/extensions/CHANGELOG.md
+++ b/contracts/extensions/CHANGELOG.md
@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v2.0.0 - _February 5, 2019_
+
+ * Upgrade the bignumber.js to v8.0.2 (#1517)
+ * Move Forwarder contract into new package (#1539)
+ * Nest extensions under src directory (#1539)
+
## v1.2.3 - _January 17, 2019_
* Dependencies updated
diff --git a/contracts/multisig/CHANGELOG.json b/contracts/multisig/CHANGELOG.json
index 969051a4c..71a02a0cd 100644
--- a/contracts/multisig/CHANGELOG.json
+++ b/contracts/multisig/CHANGELOG.json
@@ -14,7 +14,8 @@
"note": "Rename multisig directory to src",
"pr": 1539
}
- ]
+ ],
+ "timestamp": 1549373905
},
{
"timestamp": 1547747677,
diff --git a/contracts/multisig/CHANGELOG.md b/contracts/multisig/CHANGELOG.md
index 59d0804da..6dc72b9ef 100644
--- a/contracts/multisig/CHANGELOG.md
+++ b/contracts/multisig/CHANGELOG.md
@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v2.0.0 - _February 5, 2019_
+
+ * Upgrade the bignumber.js to v8.0.2 (#1517)
+ * Add AssetProxyOwner contract (#1539)
+ * Rename multisig directory to src (#1539)
+
## v1.0.6 - _January 17, 2019_
* Dependencies updated
diff --git a/contracts/test-utils/CHANGELOG.json b/contracts/test-utils/CHANGELOG.json
index ae1575e43..51b726e82 100644
--- a/contracts/test-utils/CHANGELOG.json
+++ b/contracts/test-utils/CHANGELOG.json
@@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
- ]
+ ],
+ "timestamp": 1549373905
},
{
"timestamp": 1547747677,
diff --git a/contracts/test-utils/CHANGELOG.md b/contracts/test-utils/CHANGELOG.md
index 2ed0524a6..a643b5735 100644
--- a/contracts/test-utils/CHANGELOG.md
+++ b/contracts/test-utils/CHANGELOG.md
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v3.0.0 - _February 5, 2019_
+
+ * Upgrade the bignumber.js to v8.0.2 (#1517)
+
## v2.0.1 - _January 17, 2019_
* Dependencies updated
diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json
index 377f62394..187a81d70 100644
--- a/contracts/utils/CHANGELOG.json
+++ b/contracts/utils/CHANGELOG.json
@@ -22,7 +22,8 @@
"note": "Rename utils directory to src",
"pr": 1539
}
- ]
+ ],
+ "timestamp": 1549373905
},
{
"timestamp": 1547747677,
diff --git a/contracts/utils/CHANGELOG.md b/contracts/utils/CHANGELOG.md
index 59d0804da..4c46b4f95 100644
--- a/contracts/utils/CHANGELOG.md
+++ b/contracts/utils/CHANGELOG.md
@@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
+## v2.0.0 - _February 5, 2019_
+
+ * Upgrade the bignumber.js to v8.0.2 (#1517)
+ * Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports (#1535)
+ * Add LibAddressArray contract (#1539)
+ * Do not nest contracts in redundant directories (#1539)
+ * Rename utils directory to src (#1539)
+
## v1.0.6 - _January 17, 2019_
* Dependencies updated