diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-11-29 02:16:02 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-11-29 02:16:02 +0800 |
commit | bead76a5b7eeb7d9bdaa0a677c366d2618feb425 (patch) | |
tree | a4d32855d3a9465423a2b51aa9f3879807c34532 /packages/0x.js | |
parent | 9f5e724aec9c7fcc3ab2de4fff6d4ef8a1782080 (diff) | |
download | dexon-sol-tools-bead76a5b7eeb7d9bdaa0a677c366d2618feb425.tar dexon-sol-tools-bead76a5b7eeb7d9bdaa0a677c366d2618feb425.tar.gz dexon-sol-tools-bead76a5b7eeb7d9bdaa0a677c366d2618feb425.tar.bz2 dexon-sol-tools-bead76a5b7eeb7d9bdaa0a677c366d2618feb425.tar.lz dexon-sol-tools-bead76a5b7eeb7d9bdaa0a677c366d2618feb425.tar.xz dexon-sol-tools-bead76a5b7eeb7d9bdaa0a677c366d2618feb425.tar.zst dexon-sol-tools-bead76a5b7eeb7d9bdaa0a677c366d2618feb425.zip |
Add CHANGELOG comment
Diffstat (limited to 'packages/0x.js')
-rw-r--r-- | packages/0x.js/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md index 7fce9167a..8f9444da6 100644 --- a/packages/0x.js/CHANGELOG.md +++ b/packages/0x.js/CHANGELOG.md @@ -9,6 +9,7 @@ vx.x.x * Make `DecodedLogEvent<A>` contain `LogWithDecodedArgs<A>` under log key instead of merging it in like web3 does (#234) * Rename `removed` to `isRemoved` in `DecodedLogEvent<A>` (#234) * Add config allowing to specify gasPrice and gasLimit for every transaction sending method (#235) + * All transaction sending methods now call `estimateGas` if no gas amount was supplied (#235) * Modify order validation methods to validate against the `latest` block, not against the `pending` block (#236) v0.26.0 |