Correct comment in hashEIP712Message() in LibEIP712Domai.sol.

Merge janky changelog notes in `types` package.
Correct changelog note in `coordinator` changelog.
This commit is contained in:
Lawrence Forman 2019-03-15 19:23:56 -04:00
parent ae24119c09
commit 4c55004b08
3 changed files with 6 additions and 20 deletions

View File

@ -6,7 +6,7 @@
"note": "Created Coordinator package"
},
{
"note": "Use mixed EIP712 domains for transactions and approvals",
"note": "Use separate EIP712 domains for transactions and approvals",
"pr": 1705
},
{

View File

@ -111,7 +111,7 @@ contract LibEIP712Domain is
// Assembly for more efficient computing:
// keccak256(abi.encodePacked(
// EIP191_HEADER,
// EIP712_COORDINATOR_DOMAIN_HASH,
// EIP712_DOMAIN_HASH,
// hashStruct
// ));

View File

@ -1,6 +1,6 @@
[
{
"version": "2.2.2",
"version": "2.2.0",
"changes": [
{
"note": "Added ERC1155 revert reasons",
@ -9,15 +9,10 @@
{
"note": "Added `ERC1155AssetData`, `ERC1155AssetDataNoProxyId`, and `ERC1155AssetDataAbi`",
"pr": 1661
}
]
},
{
"version": "2.2.1",
"changes": [
},
{
"note": "Added ERC1155 revert reasons",
"pr": 1657
"note": "Add `InvalidOrigin` revert reason",
"pr": 1668
},
{
"note": "Add `RevertReason.SignatureInvalid` thrown by Coordinator",
@ -25,15 +20,6 @@
}
]
},
{
"version": "2.2.0",
"changes": [
{
"note": "Add `InvalidOrigin` revert reason",
"pr": 1668
}
]
},
{
"timestamp": 1551220833,
"version": "2.1.1",