Update changelogs.
This commit is contained in:
@@ -1,4 +1,41 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "3.0.0",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"note": "Add chainId to domain separator",
|
||||||
|
"pr": 1742
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication",
|
||||||
|
"pr": 1742
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Update domain separator",
|
||||||
|
"pr": 1742
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Refactor contract to use new ITransactions interface",
|
||||||
|
"pr": 1753
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add verifyingContractIfExists arg to LibEIP712CoordinatorDomain constructor",
|
||||||
|
"pr": 1753
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Remove LibZeroExTransaction contract",
|
||||||
|
"pr": 1753
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Update tests for arbitrary fee tokens (ZEIP-28).",
|
||||||
|
"pr": 1819
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Update for new `marketXOrders` consolidation.",
|
||||||
|
"pr": "TODO"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"timestamp": 1563193019,
|
"timestamp": 1563193019,
|
||||||
"version": "2.0.7",
|
"version": "2.0.7",
|
||||||
@@ -72,34 +109,6 @@
|
|||||||
{
|
{
|
||||||
"note": "Make `assertValidTransactionOrdersApproval` internal",
|
"note": "Make `assertValidTransactionOrdersApproval` internal",
|
||||||
"pr": 1729
|
"pr": 1729
|
||||||
},
|
|
||||||
{
|
|
||||||
"note": "Add chainId to domain separator",
|
|
||||||
"pr": 1742
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"note": "Inherit Exchange domain constants from `exchange-libs` to reduce code duplication",
|
|
||||||
"pr": 1742
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"note": "Update domain separator",
|
|
||||||
"pr": 1742
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"note": "Refactor contract to use new ITransactions interface",
|
|
||||||
"pr": 1753
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"note": "Add verifyingContractIfExists arg to LibEIP712CoordinatorDomain constructor",
|
|
||||||
"pr": 1753
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"note": "Remove LibZeroExTransaction contract",
|
|
||||||
"pr": 1753
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"note": "Update tests for arbitrary fee tokens (ZEIP-28).",
|
|
||||||
"pr": 1819
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"timestamp": 1554997931
|
"timestamp": 1554997931
|
||||||
|
|||||||
@@ -73,6 +73,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Fix coverage hooks.",
|
"note": "Fix coverage hooks.",
|
||||||
"pr": 2031
|
"pr": 2031
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Regenerate selectors.",
|
||||||
|
"pr": "TODO"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -149,6 +149,10 @@
|
|||||||
{
|
{
|
||||||
"note": "Update `Wallet` signature type behavior to be in line with v2.1.",
|
"note": "Update `Wallet` signature type behavior to be in line with v2.1.",
|
||||||
"pr": "TODO"
|
"pr": "TODO"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"note": "Add (semi) automated reentrancy tests and remove manual ones",
|
||||||
|
"pr": "TODO"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user