Update changelogs.
This commit is contained in:
parent
6af5a67a17
commit
c195629a77
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
"pr": 1699
|
||||
},
|
||||
{
|
||||
"note": "Add chainId to domain separator",
|
||||
"note": "Update domain separator",
|
||||
"pr": 1742
|
||||
}
|
||||
]
|
||||
|
@ -5,6 +5,10 @@
|
||||
{
|
||||
"note": "Add `chainId` to `TransactionFactory` constructor",
|
||||
"pr": 1742
|
||||
},
|
||||
{
|
||||
"note": "Use new `Order` structure with `domain` field",
|
||||
"pr": 1742
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -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
|
||||
},
|
||||
{
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
|
@ -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
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user