diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-07-12 08:45:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 08:45:46 +0800 |
commit | 89236fff410563c0d290e0a8090864cf21bae62e (patch) | |
tree | 04781f5e1e7887f3375e7d4d17b490110760a67e /CHANGELOG.md | |
parent | 98e8a6dd706f0a630402d9009ad3dcf9b0ff872d (diff) | |
parent | 6c62c92f0c26ec1da688097cfb3d63161281d87d (diff) | |
download | dexon-sol-tools-89236fff410563c0d290e0a8090864cf21bae62e.tar dexon-sol-tools-89236fff410563c0d290e0a8090864cf21bae62e.tar.gz dexon-sol-tools-89236fff410563c0d290e0a8090864cf21bae62e.tar.bz2 dexon-sol-tools-89236fff410563c0d290e0a8090864cf21bae62e.tar.lz dexon-sol-tools-89236fff410563c0d290e0a8090864cf21bae62e.tar.xz dexon-sol-tools-89236fff410563c0d290e0a8090864cf21bae62e.tar.zst dexon-sol-tools-89236fff410563c0d290e0a8090864cf21bae62e.zip |
Merge pull request #107 from 0xProject/static-get-order-hash-hex
Static get order hash hex
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6675dedfb..8e9d8e9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,33 +2,34 @@ v0.9.0 - TBD ------------------------ - * Remove the ability to call methods on multiple authorized Exchange smart contracts (#106) - * Cache `net_version` requests and invalidate the cache on calls to `setProvider` (#95) - * Rename `zeroEx.exchange.batchCancelOrderAsync` to `zeroEx.exchange.batchCancelOrdersAsync` - * Rename `zeroEx.exchange.batchFillOrderAsync` to `zeroEx.exchange.batchFillOrdersAsync` + * Removed the ability to call methods on multiple authorized Exchange smart contracts (#106) + * Made `zeroEx.getOrderHashHex` a static method (#107) + * Cached `net_version` requests and invalidate the cache on calls to `setProvider` (#95) + * Renamed `zeroEx.exchange.batchCancelOrderAsync` to `zeroEx.exchange.batchCancelOrdersAsync` + * Renamed `zeroEx.exchange.batchFillOrderAsync` to `zeroEx.exchange.batchFillOrdersAsync` v0.8.0 - _Jul. 4, 2017_ ------------------------ - * Add the ability to call methods on different authorized versions of the Exchange smart contract (#82) - * Update contract artifacts to reflect latest changes to the smart contracts (0xproject/contracts#59) - * Add `zeroEx.proxy.isAuthorizedAsync` and `zeroEx.proxy.getAuthorizedAddressesAsync` (#89) - * Add `zeroEx.token.subscribeAsync` (#90) - * Make contract invalidation functions private (#90) + * Added the ability to call methods on different authorized versions of the Exchange smart contract (#82) + * Updated contract artifacts to reflect latest changes to the smart contracts (0xproject/contracts#59) + * Added `zeroEx.proxy.isAuthorizedAsync` and `zeroEx.proxy.getAuthorizedAddressesAsync` (#89) + * Added `zeroEx.token.subscribeAsync` (#90) + * Made contract invalidation functions private (#90) * `zeroEx.token.invalidateContractInstancesAsync` * `zeroEx.exchange.invalidateContractInstancesAsync` * `zeroEx.proxy.invalidateContractInstance` * `zeroEx.tokenRegistry.invalidateContractInstance` - * Fix the bug where `zeroEx.setProviderAsync` didn't invalidate etherToken contract's instance + * Fixed the bug where `zeroEx.setProviderAsync` didn't invalidate etherToken contract's instance v0.7.1 - _Jun. 26, 2017_ ------------------------ - * Add the ability to convert Ether to wrapped Ether tokens and back via `zeroEx.etherToken.depostAsync` and `zeroEx.etherToken.withdrawAsync` (#81) + * Added the ability to convert Ether to wrapped Ether tokens and back via `zeroEx.etherToken.depostAsync` and `zeroEx.etherToken.withdrawAsync` (#81) v0.7.0 - _Jun. 22, 2017_ ------------------------ - * Add Kovan smart contract artifacts (#78) - * Return fillAmount from `fillOrderAsync` and `fillUpToAsync` (#72) - * Return cancelledAmount from `cancelOrderAsync` (#72) + * Added Kovan smart contract artifacts (#78) + * Started returning fillAmount from `fillOrderAsync` and `fillUpToAsync` (#72) + * Started returning cancelledAmount from `cancelOrderAsync` (#72) * Renamed type `LogCancelArgs` to `LogCancelContractEventArgs` and `LogFillArgs` to `LogFillContractEventArgs` v0.6.2 - _Jun. 21, 2017_ |