aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-02-06 04:50:57 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-02-06 04:53:41 +0800
commit6fce02d25e8133da16b1965cbd51b1edb74fcf7a (patch)
tree5bb2b460973d409b283b538b1a546a57535228ff
parent3565e96f42ce494784bf95172e0d30efa5ffd9cf (diff)
downloaddexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar
dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.gz
dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.bz2
dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.lz
dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.xz
dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.tar.zst
dexon-sol-tools-6fce02d25e8133da16b1965cbd51b1edb74fcf7a.zip
Change CHANGELOGs
-rw-r--r--packages/0x.js/CHANGELOG.md2
-rw-r--r--packages/utils/CHANGELOG.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/0x.js/CHANGELOG.md b/packages/0x.js/CHANGELOG.md
index dd503fcf3..b23756986 100644
--- a/packages/0x.js/CHANGELOG.md
+++ b/packages/0x.js/CHANGELOG.md
@@ -2,8 +2,8 @@
## v0.x.x - _TBD, 2018_
- * Fixed the bug causing order watcher to throw if there is the event with the same signature but different indexed fields (#366)
* Add `zeroEx.etherToken.getContractAddressIfExists` (#350)
+ * Fixed the bug causing order watcher to throw if there is an event with the same signature but different indexed fields (#366)
## v0.31.1 - _February 1, 2018_
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index 0abe835b8..d1c3264fa 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -2,7 +2,7 @@
## v0.x.x - _TBD, 2018_
- * Fix a bug causing abi_decoder to throw on unknown events with the same signature (#366)
+ * Fix a bug related to event signature collisions (argument indexes aren't included in event signatures) in the abi_decoder. The decoder used to throw on unknown events with identical signatures as a known event (except indexes). (#366)
## v0.2.0 - _January 17, 2018_