aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/exchange_transfer_simulator_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Refactor ExchangeTransferSimulator public interface to accet an ↵Fabio Berger2018-06-111-1/+6
| | | | AbstractBalanceAndProxyAllowanceLazyStore so that this module could be re-used in different contexts.
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-5/+5
|
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|
* Fix prettierFabio Berger2018-05-111-1/+3
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+117
unifying library with the same interface