diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-08-24 15:56:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 15:56:34 +0800 |
commit | e216f2ff6de9b2dd998c37c919b8786f7dff1101 (patch) | |
tree | b6fc54d6a328cc4c307bcf95deea36a609c88b94 /CHANGELOG.md | |
parent | 18f2a93950500e3efec7ae25e32ff644ebb7efcc (diff) | |
parent | 8d6045c1d5737ff2e62f6f3b906cf639da1aa2ba (diff) | |
download | dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.gz dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.bz2 dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.lz dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.xz dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.tar.zst dexon-sol-tools-e216f2ff6de9b2dd998c37c919b8786f7dff1101.zip |
Merge pull request #128 from 0xProject/verifyOrder
Add implementation for public order validation functions
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca451d85..b5fef398c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # CHANGELOG -v0.9.4 - _TBD_ +v0.10.0 - _TBD_ ------------------------ - * Add clear error message when checksummed address is passed to a public method (#124) + * Added `zeroEx.exchange.validateFillOrderThrowIfInvalidAsync` (#128) + * Added `zeroEx.exchange.validateFillOrKillOrderThrowIfInvalidAsync` (#128) + * Added `zeroEx.exchange.validateCancelOrderThrowIfInvalidAsync` (#128) + * Added `zeroEx.exchange.isRoundingErrorAsync` (#128) + * Added `zeroEx.proxy.getContractAddressAsync` (#130) + * Added clear error message when checksummed address is passed to a public method (#124) * Fixes the description of `shouldThrowOnInsufficientBalanceOrAllowance` in docs (#127) - * Add `zeroEx.proxy.getContractAddressAsync` to public interface (#130) v0.9.3 - _Aug 22, 2017_ ------------------------ |