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 Mar 27, 2019
1 parent 325573d commit c0b2e1a
Show file tree
Hide file tree
Showing 13 changed files with 123 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contracts/coordinator/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
{
"note": "Make `assertValidTransactionOrdersApproval` internal",
"pr": 1729
},
{
"note": "Add chainId to domain separator",
"pr": 1742
},
{
"note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication",
"pr": 1742
}
]
},
Expand Down
9 changes: 9 additions & 0 deletions contracts/exchange-libs/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "2.3.0",
"changes": [
{
"note": "Break up `LibEIP712` into reusable components",
"pr": 1742
}
]
},
{
"version": "2.2.0",
"changes": [
Expand Down
4 changes: 4 additions & 0 deletions contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
{
"note": "Use new/cheaper reentrancy guard/mutex",
"pr": 1699
},
{
"note": "Add chainId to domain separator",
"pr": 1742
}
]
},
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 @@
[
{
"version": "3.1.1",
"changes": [
{
"note": "Remove unused `LibOrder` inheritance",
"pr": 1742
}
]
},
{
"version": "3.1.0",
"changes": [
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 @@
[
{
"version": "3.2.0",
"changes": [
{
"note": "Add `chainId` to `TransactionFactory` constructor",
"pr": 1742
}
]
},
{
"timestamp": 1553183790,
"version": "3.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/abi-gen-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "4.2.0",
"changes": [
{
"note": "Update Coordinator and Exchange wrappers",
"pr": 1742
}
]
},
{
"version": "4.1.0",
"changes": [
Expand Down
9 changes: 9 additions & 0 deletions packages/contract-artifacts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "1.5.0",
"changes": [
{
"note": "Update Coordinator and Exchange artifacts",
"pr": 1742
}
]
},
{
"version": "1.4.0",
"changes": [
Expand Down
13 changes: 13 additions & 0 deletions packages/contract-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"version": "8.1.0",
"changes": [
{
"note": "Add `chainId` to transactions",
"pr": 1742
},
{
"note": "Update exchange wrapper",
"pr": 1742
}
]
},
{
"timestamp": 1553183790,
"version": "8.0.5",
Expand Down
9 changes: 9 additions & 0 deletions packages/json-schemas/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "3.1.0",
"changes": [
{
"note": "Add `chainId` to order schema",
"pr": 1742
}
]
},
{
"timestamp": 1553183790,
"version": "3.0.8",
Expand Down
9 changes: 9 additions & 0 deletions packages/migrations/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "4.2.0",
"changes": [
{
"note": "Update Coordinator and Exchange deployments to pass `chainId`",
"pr": 1742
}
]
},
{
"version": "4.1.0",
"changes": [
Expand Down
13 changes: 13 additions & 0 deletions packages/order-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"version": "7.2.0",
"changes": [
{
"note": "Add `chainId` `OrderValidationUtils`, `OrderFactory`",
"pr": 1742
},
{
"note": "Update domain version for Exchange and Coordinator",
"pr": 1742
}
]
},
{
"timestamp": 1553183790,
"version": "7.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/types/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "2.3.0",
"changes": [
{
"note": "Add `chainId` field to `Order`, `ZeroExTransaction`, and `EIP712DomainWithDefaultSchema`",
"pr": 1742
}
]
},
{
"timestamp": 1553183790,
"version": "2.2.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"version": "4.4.0",
"changes": [
{
"note": "Add `getChainIdAsync()` to `providerUtils`",
"pr": 1742
},
{
"note": "More robust normalization of `uint256` types in `sign_typed_data_utils`",
"pr": 1742
}
]
},
{
"version": "4.3.0",
"changes": [
Expand Down

0 comments on commit c0b2e1a

Please sign in to comment.