diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-09-06 16:39:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 16:39:43 +0800 |
commit | 07da617c050593a5cf9ce194eefd4f4e8fea7c61 (patch) | |
tree | 6156865472010078a9f27b905bcaec7782f6521c /CHANGELOG.md | |
parent | f0a5ad2d2063fe8ba4682147ec2f73e2763b0275 (diff) | |
parent | 35c133caeda613121d7d90f3f1347ebdc8087d66 (diff) | |
download | dexon-sol-tools-07da617c050593a5cf9ce194eefd4f4e8fea7c61.tar dexon-sol-tools-07da617c050593a5cf9ce194eefd4f4e8fea7c61.tar.gz dexon-sol-tools-07da617c050593a5cf9ce194eefd4f4e8fea7c61.tar.bz2 dexon-sol-tools-07da617c050593a5cf9ce194eefd4f4e8fea7c61.tar.lz dexon-sol-tools-07da617c050593a5cf9ce194eefd4f4e8fea7c61.tar.xz dexon-sol-tools-07da617c050593a5cf9ce194eefd4f4e8fea7c61.tar.zst dexon-sol-tools-07da617c050593a5cf9ce194eefd4f4e8fea7c61.zip |
Merge pull request #152 from 0xProject/fix/signature-verification
Add signature verification as a part of order validation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2f4a040..680e55b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ v0.13.0 - _TBD, 2017_ * Made all the functions submitting transactions to the network to immediately return transaction hash (#151) * Added `zeroEx.awaitTransactionMinedAsync` (#151) * Added `TransactionReceiptWithDecodedLogs`, `LogWithDecodedArgs`, `DecodedLogArgs` to public types (#151) + * Added signature validation to `validateFillOrderThrowIfInvalidAsync` (#152) v0.12.1 - _September 2, 2017_ * Added the support for web3@1.x.x provider (#142) |