aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/0x.js_test.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Fabio Berger2018-01-301-3/+17
| | | | trying to infer whether to add it or not from the nodeVersion
* 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
| | | | too many decimals
* Make assertion stricter so that one cannot submit invalid baseUnit amounts ↵Fabio Berger2017-12-211-0/+6
| | | | to `toUnitAmount`
* Throw a better error message when taker is null|undefined or anything but ↵Leonid Logvinov2017-12-191-0/+9
| | | | not a string
* Merge pull request #267 from 0xProject/refactor/passInEtherTokenAddressFabio Berger2017-12-191-8/+0
|\ | | | | Refactor EtherToken wrapper to accept address in method args
| * Modify the etherToken wrapper methods to accept an etherTokenAddress as the ↵Fabio Berger2017-12-171-8/+0
| | | | | | | | first arg. Since it is becoming apparent we will be updating the canonical WETH contract, we want users of 0x.js to be able to interact with n number of etherTokens without re-instantiating for each one.
* | 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