aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/0x.js_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Refactor 0x.js to simply re-export it's own sub-dependencies rather then wrap...Fabio Berger2018-08-141-150/+0
* Apply prettierAlex Browne2018-08-091-3/+3
* Add strictArgumentEncodingCheck to BaseContract and use it in contract templatesAlex Browne2018-08-091-1/+2
* Fix linter issuesFabio Berger2018-07-121-1/+0
* Refactor 0x.js to V2Fabio Berger2018-07-121-39/+29
* Remove TokenRegistry from 0x.jsFabio Berger2018-07-121-5/+0
* Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+0
* Fix linting issuesfragosti2018-06-071-1/+1
* Get build and tests to passfragosti2018-06-071-1/+1
* remove unused imports from 0x.js testFabio Berger2018-06-061-1/+1
* Try enabling no-unused-variable...fragosti2018-06-051-4/+3
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-0/+1
* Fix type error for latched on propertyFabio Berger2018-05-101-1/+1
* Fix no-any-propagationFabio Berger2018-05-101-1/+2
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-2/+2
* Move order utils to @0xproject/order-utilsLeonid Logvinov2018-05-021-133/+0
* Fix expiration watcher comparatorLeonid Logvinov2018-04-181-7/+0
* Simplify the testsFabio Berger2018-04-111-3/+2
* Move migrations into separate monorepo subpackage and hook it up to 0x.js and...Fabio Berger2018-04-091-1/+4
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-16/+6
* Update 0x.js to run tests against in-process ganacheFabio Berger2018-04-041-5/+23
* Fix stubbing of a non-existent propertyLeonid Logvinov2018-03-281-1/+1
* Add clean-state testsLeonid Logvinov2018-03-271-1/+1
* Remove duplicate methodFabio Berger2018-03-211-3/+3
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-2/+2
* Add sol-cover implementationLeonid Logvinov2018-03-121-2/+2
* Make an RPC constructor param implicitLeonid Logvinov2018-01-301-1/+1
* Refactor contracts tests to not use injected web3 instanceLeonid Logvinov2018-01-301-3/+2
* Add config file specifically in prettier command and fix filesFabio Berger2018-01-301-269/+269
* Fix prettierFabio Berger2018-01-301-269/+269
* Add shouldAddPersonalMessagePrefix param to signOrderHashAsync instead of try...Fabio Berger2018-01-301-3/+17
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Fix formattingLeonid Logvinov2018-01-031-3/+0
* Apply prettier configLeonid Logvinov2018-01-031-29/+36
* Refactor toBaseUnitAmount so that it throws if user supplies unitAmount with ...Fabio Berger2017-12-211-0/+6
* Make assertion stricter so that one cannot submit invalid baseUnit amounts to...Fabio Berger2017-12-211-0/+6
* Throw a better error message when taker is null|undefined or anything but not...Leonid Logvinov2017-12-191-0/+9
* Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddressFabio Berger2017-12-191-8/+0
|\
| * Modify the etherToken wrapper methods to accept an etherTokenAddress as the f...Fabio Berger2017-12-171-8/+0
* | Move web3 import after subprovider imports in test web3_factoryBrandon Millman2017-12-181-3/+3
|/
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-1/+1
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+2
* Pass networkId on provider updateLeonid Logvinov2017-11-241-1/+1
* Fix the imports orderLeonid Logvinov2017-11-241-8/+10
* Remove even more asyncsLeonid Logvinov2017-11-241-5/+4
* Make zeroEx.exchange.getContractAddress non-asyncLeonid Logvinov2017-11-241-2/+1
* Adjust the testsLeonid Logvinov2017-11-241-13/+13
* Fix CI testsLeonid Logvinov2017-11-241-1/+7
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+259