diff options
author | Fabio Berger <me@fabioberger.com> | 2018-09-05 01:37:24 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-09-05 01:37:24 +0800 |
commit | 51760f9bddafbd326ca635a283ebff54625c31cf (patch) | |
tree | 04cbe061658c4062423aa6ac40c0968c5b250c90 /packages/contract-wrappers/CHANGELOG.json | |
parent | 11df29fa8e4f355ec438966fa9e40cb09fe97380 (diff) | |
parent | 6a619a4084188d1c48d8030d0fe2a1ba777c55e3 (diff) | |
download | dexon-sol-tools-51760f9bddafbd326ca635a283ebff54625c31cf.tar dexon-sol-tools-51760f9bddafbd326ca635a283ebff54625c31cf.tar.gz dexon-sol-tools-51760f9bddafbd326ca635a283ebff54625c31cf.tar.bz2 dexon-sol-tools-51760f9bddafbd326ca635a283ebff54625c31cf.tar.lz dexon-sol-tools-51760f9bddafbd326ca635a283ebff54625c31cf.tar.xz dexon-sol-tools-51760f9bddafbd326ca635a283ebff54625c31cf.tar.zst dexon-sol-tools-51760f9bddafbd326ca635a283ebff54625c31cf.zip |
merge development
Diffstat (limited to 'packages/contract-wrappers/CHANGELOG.json')
-rw-r--r-- | packages/contract-wrappers/CHANGELOG.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/contract-wrappers/CHANGELOG.json b/packages/contract-wrappers/CHANGELOG.json index 3bd89862a..3ecaea641 100644 --- a/packages/contract-wrappers/CHANGELOG.json +++ b/packages/contract-wrappers/CHANGELOG.json @@ -7,7 +7,18 @@ }, { "note": - "Fix bug where contracts not deployed on a network showed an `EXCHANGE_CONTRACT_DOES_NOT_EXIST` error instead of `CONTRACT_NOT_DEPLOYED_ON_NETWORK`" + "Fix bug where contracts not deployed on a network showed an `EXCHANGE_CONTRACT_DOES_NOT_EXIST` error instead of `CONTRACT_NOT_DEPLOYED_ON_NETWORK`", + "pr": 1044 + }, + { + "note": + "Export `AssetBalanceAndProxyAllowanceFetcher` and `OrderFilledCancelledFetcher` implementations", + "pr": 1054 + }, + { + "note": + "Add `validateOrderFillableOrThrowAsync` and `validateFillOrderThrowIfInvalidAsync` to ExchangeWrapper", + "pr": 1054 } ] }, |