aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/utils
Commit message (Expand)AuthorAgeFilesLines
* Refactor 0x.js to simply re-export it's own sub-dependencies rather then wrap...Fabio Berger2018-08-144-43/+0
* Fix linter issuesFabio Berger2018-07-121-3/+0
* Refactor 0x.js to V2Fabio Berger2018-07-122-34/+16
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
* Remove web3Factory.create and remove dev-tools dependency on sol-covLeonid Logvinov2018-05-231-3/+2
* Add missing type definitionsLeonid Logvinov2018-05-141-1/+1
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-18/+0
|\
| * Remove unused deployer docs configsLeonid Logvinov2018-05-101-1/+0
| * Add a check for compiler outputLeonid Logvinov2018-05-101-1/+0
| * Put ARTIFACTS_VERSION in a configLeonid Logvinov2018-05-101-0/+1
| * Remove deployer from 0x.js and migrationsLeonid Logvinov2018-05-101-18/+0
* | Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-103-270/+2
|/
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-023-51/+2
* Move NULL_BYTES to @0xproject/utilsFabio Berger2018-04-111-1/+0
* Remove unused varFabio Berger2018-04-071-1/+0
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-062-1/+21
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-051-1/+6
|\
| * Move our contract templates to accept Provider instead of Web3WrapperLeonid Logvinov2018-04-041-1/+6
* | Update 0x.js to run tests against in-process ganacheFabio Berger2018-04-043-3/+9
|/
* Add forgotten fileLeonid Logvinov2018-03-131-0/+6
* Allow users to specify the contracts backend in abi-genLeonid Logvinov2018-02-281-5/+1
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-304-105/+0
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-309-372/+372
* Fix prettierFabio Berger2018-01-309-372/+372
* Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try...Fabio Berger2018-01-301-1/+3
* Remove trailing slashLeonid Logvinov2018-01-171-1/+1
* Make some callbacks failable and add error handlingLeonid Logvinov2018-01-111-2/+4
* Fix linter issuesLeonid Logvinov2018-01-101-1/+1
* Fix callback typesLeonid Logvinov2018-01-101-5/+55
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-042-2/+2
* Apply prettier configLeonid Logvinov2018-01-037-71/+138
* Add some missed underscores, update changelog and commentsBrandon Millman2017-12-211-1/+1
* Merge branch 'development' into fix/underscorePrivateBrandon Millman2017-12-212-3/+10
|\
| * Add slashes to base URLsLeonid Logvinov2017-12-201-3/+3
| * Fix WETH symbolLeonid Logvinov2017-12-201-1/+1
| * Add WETH9 testsLeonid Logvinov2017-12-201-1/+1
| * Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-0/+7
* | Add new underscore-privates rule to @0xproject/tslint-config and fix lint errorsBrandon Millman2017-12-203-43/+43
|/
* Move web3 import after subprovider imports in test web3_factoryBrandon Millman2017-12-181-1/+7
* Fix redundant spacesLeonid Logvinov2017-12-161-1/+1
* Name a variableLeonid Logvinov2017-12-151-1/+2
* Fix a conditionalLeonid Logvinov2017-12-151-5/+1
* Add a function to init token balancesLeonid Logvinov2017-12-142-4/+30
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-144-88/+2
* Add a HACK commentLeonid Logvinov2017-11-291-0/+3
* Normalise subprovider namesLeonid Logvinov2017-11-293-6/+6
* Add fake gas estimate suprovider for testsLeonid Logvinov2017-11-294-1/+62
* Remove unused asyncsLeonid Logvinov2017-11-241-2/+2
* Auto-fix linter errorsLeonid Logvinov2017-11-246-8/+15
* Don't reassign the parameterLeonid Logvinov2017-11-241-3/+3
* Make getZRXTokenAddress non asyncLeonid Logvinov2017-11-241-0/+2
* Merge branch 'development' into feature/calculate-remaining-proportionsJacob Evans2017-11-231-3/+3
|\
| * Fix async callbacksLeonid Logvinov2017-11-211-3/+3
* | add a test constant for ZRX decimalsJacob Evans2017-11-221-0/+1
|/
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-139-0/+329