diff --git a/contracts/coordinator/CHANGELOG.json b/contracts/coordinator/CHANGELOG.json index 414629c600..dc003b63d8 100644 --- a/contracts/coordinator/CHANGELOG.json +++ b/contracts/coordinator/CHANGELOG.json @@ -80,6 +80,10 @@ { "note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication", "pr": 1742 + }, + { + "note": "Update domain separator", + "pr": 1742 } ], "timestamp": 1554997931 diff --git a/contracts/exchange-libs/CHANGELOG.json b/contracts/exchange-libs/CHANGELOG.json index 21e8952af2..3d4b6998bc 100644 --- a/contracts/exchange-libs/CHANGELOG.json +++ b/contracts/exchange-libs/CHANGELOG.json @@ -27,6 +27,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 } ], "timestamp": 1563006338 diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json index 12ae4bfa1c..a29c28ce69 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 be355129c8..491cf96d72 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 f56ba21286..fec1fc4b31 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -3,7 +3,7 @@ "version": "9.2.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 3d20721d48..1e61dfeed8 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": 1563193019, "version": "3.0.13", diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json index 63201e849e..6037ed03c5 100644 --- a/packages/json-schemas/CHANGELOG.json +++ b/packages/json-schemas/CHANGELOG.json @@ -3,7 +3,11 @@ "version": "3.2.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 75f0243c12..f58e3a46de 100644 --- a/packages/order-utils/CHANGELOG.json +++ b/packages/order-utils/CHANGELOG.json @@ -7,7 +7,11 @@ "pr": 1742 }, { - "note": "Update domain version for Exchange and Coordinator", + "note": "Update tools to use new `Order` and `ZeroExTransaction` structure", + "pr": 1742 + }, + { + "note": "Update domain schema for Exchange and Coordinator", "pr": 1742 } ] diff --git a/packages/types/CHANGELOG.json b/packages/types/CHANGELOG.json index a80f940e08..b4c458b47d 100644 --- a/packages/types/CHANGELOG.json +++ b/packages/types/CHANGELOG.json @@ -21,7 +21,15 @@ "pr": 1863 }, { - "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 } ]