aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/CHANGELOG.json
diff options
context:
space:
mode:
authorJacob Evans <jacob@dekz.net>2018-10-04 15:32:54 +0800
committerJacob Evans <jacob@dekz.net>2018-10-05 10:02:09 +0800
commit3e2fe40a11919f09f1f454c71f02aaa147b46b0c (patch)
tree0ff88e480944cfab0cefd211f5623f2870462351 /packages/order-utils/CHANGELOG.json
parent2a82ff48c061eacb3b6f9fb36eeae7f515b6d11d (diff)
downloaddexon-0x-contracts-3e2fe40a11919f09f1f454c71f02aaa147b46b0c.tar
dexon-0x-contracts-3e2fe40a11919f09f1f454c71f02aaa147b46b0c.tar.gz
dexon-0x-contracts-3e2fe40a11919f09f1f454c71f02aaa147b46b0c.tar.bz2
dexon-0x-contracts-3e2fe40a11919f09f1f454c71f02aaa147b46b0c.tar.lz
dexon-0x-contracts-3e2fe40a11919f09f1f454c71f02aaa147b46b0c.tar.xz
dexon-0x-contracts-3e2fe40a11919f09f1f454c71f02aaa147b46b0c.tar.zst
dexon-0x-contracts-3e2fe40a11919f09f1f454c71f02aaa147b46b0c.zip
Add eth_signTypedData support to our wallet subproviders
Diffstat (limited to 'packages/order-utils/CHANGELOG.json')
-rw-r--r--packages/order-utils/CHANGELOG.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/order-utils/CHANGELOG.json b/packages/order-utils/CHANGELOG.json
index 3e841c43c..a9d2fde8b 100644
--- a/packages/order-utils/CHANGELOG.json
+++ b/packages/order-utils/CHANGELOG.json
@@ -1,5 +1,22 @@
[
{
+ "version": "2.0.0",
+ "changes": [
+ {
+ "note": "Added ecSignOrderAsync to first sign an order as EIP712 and fallback to EthSign",
+ "pr": 1102
+ },
+ {
+ "note": "Added ecSignTypedDataOrderAsync to sign an order exclusively as EIP712",
+ "pr": 1102
+ },
+ {
+ "note": "Rename ecSignOrderHashAsync to ecSignHashAsync removing SignerType parameter",
+ "pr": 1102
+ }
+ ]
+ },
+ {
"version": "1.0.7",
"changes": [
{