Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Update changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorothy-zbornak committed Apr 1, 2019
1 parent 8bc25d1 commit 968f1f9
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 6 deletions.
4 changes: 4 additions & 0 deletions contracts/coordinator/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
{
"note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication",
"pr": 1742
},
{
"note": "Update domain separator",
"pr": 1742
}
]
},
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 @@
[
{
"version": "3.0.1",
"changes": [
{
"note": "Update tests",
"pr": 1742
}
]
},
{
"version": "3.0.0",
"changes": [
Expand Down
8 changes: 8 additions & 0 deletions contracts/exchange-libs/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pr": 1699
},
{
"note": "Add chainId to domain separator",
"note": "Update domain separator",
"pr": 1742
}
]
Expand Down
4 changes: 4 additions & 0 deletions contracts/test-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{
"note": "Add `chainId` to `TransactionFactory` constructor",
"pr": 1742
},
{
"note": "Use new `Order` structure with `domain` field",
"pr": 1742
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down
9 changes: 9 additions & 0 deletions packages/fill-scenarios/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 5 additions & 1 deletion packages/json-schemas/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down
4 changes: 2 additions & 2 deletions packages/order-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down
10 changes: 9 additions & 1 deletion packages/types/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
Expand Down

0 comments on commit 968f1f9

Please sign in to comment.