aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/subscription_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-2/+2
|
* Add new runMigrationsOnce method to migrations. Update contract-wrappers to ↵Alex Browne2018-10-161-2/+3
| | | | use it.
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-5/+14
| | | | accordingly
* Fix linter issueLeonid Logvinov2018-10-021-10/+2
|
* Fix bug where if block wasn't found, getBlockAsync would throw. Now it ↵Fabio Berger2018-09-241-1/+1
| | | | returns `undefined`
* Cleanup contract-wrappers index.tsFabio Berger2018-08-201-1/+2
|
* Remove no-longer needed testsFabio Berger2018-07-171-38/+0
|
* Fix prettierLeonid Logvinov2018-07-051-1/+2
|
* Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-051-1/+1
|\
| * Fix Tslint issuesFabio Berger2018-06-261-1/+1
| |
* | Refactor event subscription testsLeonid Logvinov2018-06-291-13/+27
|/
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
|
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-101-0/+95
unifying library with the same interface