aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-watcher/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-2/+2
|
* - Refactor remainingFillableCalculator so it can be used for the maker and ↵Fabio Berger2018-06-081-235/+0
| | | | | | | taker side - Moved the tests over from order-watcher - Did some token -> asset renaming
* Run prettierfragosti2018-06-071-1/+9
|
* Fix linting issuesfragosti2018-06-071-1/+1
|
* Get build and tests to passfragosti2018-06-071-14/+15
|
* Try enabling no-unused-variable...fragosti2018-06-055-29/+19
|
* Rename Signer to Wallet, rename GAS_ESTIMATE to GAS_LIMITAmir Bandeali2018-05-311-1/+1
|
* Migrate migrations to v2Leonid Logvinov2018-05-251-2/+2
|
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+2
|
* Merge pull request #594 from 0xProject/improvement/addCustomTslintRulesFabio Berger2018-05-233-13/+27
|\ | | | | Add more tslint rules
| * Fix TSLint rulesFabio Berger2018-05-163-13/+27
| |
* | Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-175-0/+5
|/
* Fix TSLint issuesFabio Berger2018-05-152-2/+2
|
* remove unused modulesFabio Berger2018-05-111-18/+0
|
* Update global_hooksFabio Berger2018-05-111-3/+14
|
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a ↵Fabio Berger2018-05-1010-0/+1220
unifying library with the same interface