Files
protocol/contracts/coordinator/CHANGELOG.json
Lawrence Forman ad5d4bdfc5 Unexport constants from order-utils.
Directly grab the EIP712 constants from the `order-utils` package in `/contracts/coordinator/test/util/hash_utils`.
Update changelogs.
2019-03-15 18:01:43 -04:00

17 lines
351 B
JSON

[
{
"version": "0.0.1",
"changes": [
{
"note": "Created Coordinator package"
},
{
"note": "Use mixed EIP712 domains for transactions and approvals"
},
{
"note": "Add `SignatureType.Invalid`"
}
]
}
]