aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/expiration_watcher_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-195/+0
* Fix expiration watcher comparatorLeonid Logvinov2018-04-181-0/+39
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-3/+2
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-3/+3
* Add sol-cover implementationLeonid Logvinov2018-03-121-3/+2
* Fix testsLeonid Logvinov2018-02-151-1/+1
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-4/+2
* Fix callback typesLeonid Logvinov2018-01-101-5/+5
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-18/+34
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-1/+0
* Rename tokenUtils.getNonProtocolTokens to tokenUtils.getDummyTokensLeonid Logvinov2017-12-141-1/+1
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+3
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+1
* Fix the imports orderLeonid Logvinov2017-11-241-10/+12
* Cleanup order watcher from redundant asyncsLeonid Logvinov2017-11-241-2/+6
* Add blockchainLifecycle management to the ExpirationWatcher testBrandon Millman2017-11-231-2/+6
* Fix testsLeonid Logvinov2017-11-221-5/+5
* Address nitsLeonid Logvinov2017-11-211-7/+7
* Fix async callbacksLeonid Logvinov2017-11-211-10/+9
* Fix typosLeonid Logvinov2017-11-211-1/+1
* Rename orderLifetime to orderLifetimeSLeonid Logvinov2017-11-211-6/+6
* Reference types directlyLeonid Logvinov2017-11-211-4/+2
* Add tests for expirationWatcherLeonid Logvinov2017-11-181-0/+137