aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/test/exchange_wrapper_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use correctly formatted signature so that it rejects with the expected ↵Fabio Berger2018-11-121-1/+2
| | | | reason and not because the signature is mal-formatted
* Use rejectedWithFabio Berger2018-11-121-2/+2
|
* Fix validateOrderFillableOrThrowAsync method so it also checks order ↵Fabio Berger2018-11-091-0/+12
| | | | signature, cancelled, cancelledUpTo, and throws helpful error messages
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-5/+5
|
* In contract-wrappers, remove setProvider and add unsubscribeAll method.Alex Browne2018-10-161-2/+2
|
* Improve error handling for unknown network ids in contract-wrappersAlex Browne2018-10-161-3/+1
|
* Add new runMigrationsOnce method to migrations. Update contract-wrappers to ↵Alex Browne2018-10-161-5/+4
| | | | use it.
* Remove artifacts from migrations package and update contract-wrappers ↵Alex Browne2018-10-161-19/+17
| | | | accordingly
* More small artifacts updates/changesAlex Browne2018-09-051-1/+1
|
* Cleanup contract-wrappers index.tsFabio Berger2018-08-201-8/+2
|
* Fix spelling error in exchange wrapper testsBrandon Millman2018-07-311-1/+1
|
* Add getOrdersInfo to exchange_wrapperBrandon Millman2018-07-311-0/+9
|
* Merge branch 'v2-prototype' into feature/order-watcher-v2Leonid Logvinov2018-07-181-3/+3
|\
| * Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-3/+3
| |
* | MergeLeonid Logvinov2018-07-181-2/+2
| |
* | Export forgotten stuff from contract-wrappersLeonid Logvinov2018-07-131-2/+2
|/
* Fix testsLeonid Logvinov2018-07-061-2/+8
|
* Adjust commentsLeonid Logvinov2018-07-051-7/+0
|
* Rename Proxie to ProxyLeonid Logvinov2018-07-051-4/+2
|
* Rearrange assertions t match parameter orderLeonid Logvinov2018-07-051-7/+9
|
* Fix match orders test and add a validation TODOLeonid Logvinov2018-07-051-2/+9
|
* Add tests for exchange contract wrapperLeonid Logvinov2018-07-051-1029/+313
|
* Fix Tslint issuesFabio Berger2018-06-261-2/+2
|
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
|
* Try enabling no-unused-variable...fragosti2018-06-051-2/+1
|
* Check transaction receipt status codes where applicableAlex Browne2018-05-241-12/+12
|
* 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/+1228
unifying library with the same interface