diff options
author | Fabio Berger <me@fabioberger.com> | 2017-11-24 07:08:20 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-11-24 07:08:20 +0800 |
commit | d1342c6326ccae0b6f42b690c91ba570ea87caef (patch) | |
tree | 1414fbabf2f771828f738b15368536c134e5d439 /packages/0x.js/CHANGELOG.md | |
parent | f7f2390ce1760e70bedc9aa17b676797b5dc62ff (diff) | |
parent | d3dcb2fd4070c71f408ce8fc0199b4d01091ab20 (diff) | |
download | dexon-sol-tools-d1342c6326ccae0b6f42b690c91ba570ea87caef.tar dexon-sol-tools-d1342c6326ccae0b6f42b690c91ba570ea87caef.tar.gz dexon-sol-tools-d1342c6326ccae0b6f42b690c91ba570ea87caef.tar.bz2 dexon-sol-tools-d1342c6326ccae0b6f42b690c91ba570ea87caef.tar.lz dexon-sol-tools-d1342c6326ccae0b6f42b690c91ba570ea87caef.tar.xz dexon-sol-tools-d1342c6326ccae0b6f42b690c91ba570ea87caef.tar.zst dexon-sol-tools-d1342c6326ccae0b6f42b690c91ba570ea87caef.zip |
Merge branch 'development' into addWebsite
* development: (41 commits)
Add validation fix to changelog
Fix tests now that we no longer fire duplicate orderWatcher events
Add comment about BlockParamLiteral explaining the omission of Earliest
Add missing type
Pass 'latest' to ExchangeTransferSimulator when used for validating orders, and pass 'pending' when used in the order watcher.
Remove `Earliest` from blockParamLiterals since specifying block 0 is trivial and this type can be reused in situations where the options are pending or latest
Rename removed to isRemoved
Add CHANGELOG entry
Make DecodedLogEvent contain web3 log under a log subkey
Update to Async call
Fix nits
Add @0xproject/connect to the main README
Fix connect CHANGELOG version
Publish
Fix npm auth issues
Perform the division last to not compound any errors
add a test constant for ZRX decimals
Add a test for when the ratio is < 1
Remove only
calculatedFillableAmountPlusFees
...
Diffstat (limited to 'packages/0x.js/CHANGELOG.md')
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index 235a6eedb..e1f80b00d 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +vx.x.x +------------------------ + * Make `DecodedLogEvent<A>` contain `LogWithDecodedArgs<A>` under log key instead of merging it in like web3 does (#234) + * Modify order validation methods to validate against the `latest` block, not against the `pending` block (#236) + v0.26.0 ------------------------ * Add post-formatter for logs converting `blockNumber`, `logIndex`, `transactionIndex` from hexes to numbers (#231) |