Update changelogs

This commit is contained in:
Lawrence Forman
2019-03-27 10:55:15 -04:00
committed by Amir Bandeali
parent 32460f00f8
commit 2524e7eea3
12 changed files with 90 additions and 1 deletions

View File

@@ -72,6 +72,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
}
],
"timestamp": 1554997931

View File

@@ -23,6 +23,10 @@
{
"note": "Move `LibTransactionDecoder` to contracts/dev-utils package",
"pr": 1848
},
{
"note": "Break up `LibEIP712` into reusable components",
"pr": 1742
}
],
"timestamp": 1563006338

View File

@@ -5,6 +5,10 @@
{
"note": "Use new/cheaper reentrancy guard/mutex",
"pr": 1699
},
{
"note": "Add chainId to domain separator",
"pr": 1742
}
]
},

View File

@@ -23,6 +23,10 @@
{
"note": "Move `OrderValidator` to contracts/dev-utils package as `OrderValidationUtils`",
"pr": 1848
},
{
"note": "Remove unused `LibOrder` inheritance",
"pr": 1742
}
],
"timestamp": 1563006338

View File

@@ -1,4 +1,13 @@
[
{
"version": "3.2.0",
"changes": [
{
"note": "Add `chainId` to `TransactionFactory` constructor",
"pr": 1742
}
]
},
{
"timestamp": 1563193019,
"version": "3.1.10",

View File

@@ -46,6 +46,10 @@
{
"version": "4.3.0",
"changes": [
{
"note": "Update Coordinator and Exchange wrappers",
"pr": 1742
},
{
"note": "Update wrapper functions to expose `awaitTransactionSuccessAsync()` methods",
"pr": 1797

View File

@@ -1,4 +1,17 @@
[
{
"version": "9.2.0",
"changes": [
{
"note": "Add `chainId` to transactions",
"pr": 1742
},
{
"note": "Update exchange wrapper",
"pr": 1742
}
]
},
{
"version": "9.1.8",
"changes": [

View File

@@ -1,4 +1,13 @@
[
{
"version": "3.2.0",
"changes": [
{
"note": "Add `chainId` to order schema",
"pr": 1742
}
]
},
{
"version": "3.1.11",
"changes": [

View File

@@ -1,4 +1,13 @@
[
{
"version": "4.2.0",
"changes": [
{
"note": "Update Coordinator and Exchange deployments to pass `chainId`",
"pr": 1742
}
]
},
{
"timestamp": 1563193019,
"version": "4.1.9",

View File

@@ -1,4 +1,17 @@
[
{
"version": "8.3.0",
"changes": [
{
"note": "Add `chainId` `OrderValidationUtils`, `OrderFactory`",
"pr": 1742
},
{
"note": "Update domain version for Exchange and Coordinator",
"pr": 1742
}
]
},
{
"version": "8.2.3",
"changes": [

View File

@@ -19,6 +19,10 @@
{
"note": "Add `InvalidStaticCallDataOffset`, `TargetNotEven`, `UnexpectedStaticCallResult`, and `InvalidAssetDataEnd` to `RevertReason` enum",
"pr": 1863
},
{
"note": "Add `chainId` field to `Order`, `ZeroExTransaction`, and `EIP712DomainWithDefaultSchema`",
"pr": 1742
}
]
},

View File

@@ -5,6 +5,14 @@
{
"note": "Add function deleteNestedProperty",
"pr": 1842
},
{
"note": "Add `getChainIdAsync()` to `providerUtils`",
"pr": 1742
},
{
"note": "More robust normalization of `uint256` types in `sign_typed_data_utils`",
"pr": 1742
}
],
"timestamp": 1563006338