Update changelogs.

This commit is contained in:
Lawrence Forman 2019-04-01 14:05:49 -04:00 committed by Amir Bandeali
parent 6af5a67a17
commit c195629a77
9 changed files with 46 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -7,7 +7,7 @@
"pr": 1699
},
{
"note": "Add chainId to domain separator",
"note": "Update domain separator",
"pr": 1742
}
]

View File

@ -5,6 +5,10 @@
{
"note": "Add `chainId` to `TransactionFactory` constructor",
"pr": 1742
},
{
"note": "Use new `Order` structure with `domain` field",
"pr": 1742
}
]
},

View File

@ -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
},
{

View File

@ -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",

View File

@ -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
}
]

View File

@ -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
}
]

View File

@ -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
}
]