From 968f1f9bc09c84adfddd07d7995e32dd7b0efd38 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Mon, 1 Apr 2019 14:05:49 -0400 Subject: [PATCH] Update changelogs. --- contracts/coordinator/CHANGELOG.json | 4 ++++ contracts/exchange-forwarder/CHANGELOG.json | 9 +++++++++ contracts/exchange-libs/CHANGELOG.json | 8 ++++++++ contracts/exchange/CHANGELOG.json | 2 +- contracts/test-utils/CHANGELOG.json | 4 ++++ packages/contract-wrappers/CHANGELOG.json | 2 +- packages/fill-scenarios/CHANGELOG.json | 9 +++++++++ packages/json-schemas/CHANGELOG.json | 6 +++++- packages/order-utils/CHANGELOG.json | 4 ++-- packages/types/CHANGELOG.json | 10 +++++++++- 10 files changed, 52 insertions(+), 6 deletions(-) diff --git a/contracts/coordinator/CHANGELOG.json b/contracts/coordinator/CHANGELOG.json index db2a6cb8be..e960ab4585 100644 --- a/contracts/coordinator/CHANGELOG.json +++ b/contracts/coordinator/CHANGELOG.json @@ -17,6 +17,10 @@ { "note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication", "pr": 1742 + }, + { + "note": "Update domain separator", + "pr": 1742 } ] }, diff --git a/contracts/exchange-forwarder/CHANGELOG.json b/contracts/exchange-forwarder/CHANGELOG.json index fef7c73fbd..81f337ee71 100644 --- a/contracts/exchange-forwarder/CHANGELOG.json +++ b/contracts/exchange-forwarder/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "3.0.1", + "changes": [ + { + "note": "Update tests", + "pr": 1742 + } + ] + }, { "version": "3.0.0", "changes": [ diff --git a/contracts/exchange-libs/CHANGELOG.json b/contracts/exchange-libs/CHANGELOG.json index 2a045e9e9d..db339a9cab 100644 --- a/contracts/exchange-libs/CHANGELOG.json +++ b/contracts/exchange-libs/CHANGELOG.json @@ -5,6 +5,14 @@ { "note": "Break up `LibEIP712` into reusable components", "pr": 1742 + }, + { + "note": "Add `chainId` to EIP712 domain schema", + "pr": 1742 + }, + { + "note": "Rename `verifyingContract` to `verifyingContractAddress` in domain schema", + "pr": 1742 } ] }, diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json index a60c633946..23c26f0811 100644 --- a/contracts/exchange/CHANGELOG.json +++ b/contracts/exchange/CHANGELOG.json @@ -7,7 +7,7 @@ "pr": 1699 }, { - "note": "Add chainId to domain separator", + "note": "Update domain separator", "pr": 1742 } ] diff --git a/contracts/test-utils/CHANGELOG.json b/contracts/test-utils/CHANGELOG.json index 4235d6cd94..5a8ccc69d2 100644 --- a/contracts/test-utils/CHANGELOG.json +++ b/contracts/test-utils/CHANGELOG.json @@ -5,6 +5,10 @@ { "note": "Add `chainId` to `TransactionFactory` constructor", "pr": 1742 + }, + { + "note": "Use new `Order` structure with `domain` field", + "pr": 1742 } ] }, diff --git a/packages/contract-wrappers/CHANGELOG.json b/packages/contract-wrappers/CHANGELOG.json index 3569192b01..f7825156c8 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "8.1.0", "changes": [ { - "note": "Add `chainId` to transactions", + "note": "Use new `Order` and `ZeroExTransaction` structures with `domain` field", "pr": 1742 }, { diff --git a/packages/fill-scenarios/CHANGELOG.json b/packages/fill-scenarios/CHANGELOG.json index 5359e6d18a..9138a6c519 100644 --- a/packages/fill-scenarios/CHANGELOG.json +++ b/packages/fill-scenarios/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "3.1.0", + "changes": [ + { + "note": "Use new `Order` structure with `domain` field", + "pr": 1742 + } + ] + }, { "timestamp": 1553183790, "version": "3.0.4", diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json index fb0c5ca189..03ef9202f7 100644 --- a/packages/json-schemas/CHANGELOG.json +++ b/packages/json-schemas/CHANGELOG.json @@ -3,7 +3,11 @@ "version": "3.1.0", "changes": [ { - "note": "Add `chainId` to order schema", + "note": "Add `eip712DomainSchema` schema", + "pr": 1742 + }, + { + "note": "Add required field `domain` to `order` and `zeroExTransaction` schemas", "pr": 1742 } ] diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json index e496d5ec3a..b0f5ce1e7c 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -3,11 +3,11 @@ "version": "7.2.0", "changes": [ { - "note": "Add `chainId` `OrderValidationUtils`, `OrderFactory`", + "note": "Update tools to use new `Order` and `ZeroExTransaction` structure", "pr": 1742 }, { - "note": "Update domain version for Exchange and Coordinator", + "note": "Update domain schema for Exchange and Coordinator", "pr": 1742 } ] diff --git a/packages/types/CHANGELOG.json b/packages/types/CHANGELOG.json index 702dc21051..a392bfba16 100644 --- a/packages/types/CHANGELOG.json +++ b/packages/types/CHANGELOG.json @@ -3,7 +3,15 @@ "version": "2.3.0", "changes": [ { - "note": "Add `chainId` field to `Order`, `ZeroExTransaction`, and `EIP712DomainWithDefaultSchema`", + "note": "Add `domain` field to `Order`, `ZeroExTransaction`", + "pr": 1742 + }, + { + "note": "Rename OrderWithoutExchangeAddress to OrderWithoutDomain", + "pr": 1742 + }, + { + "note": "Add `chainId` field to `EIP712DomainWithDefaultSchema`", "pr": 1742 } ]