aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/test/token_wrapper_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Split 0x.js into contract-wrappers, order-watcher but keep 0x.js as a unifyin...Fabio Berger2018-05-101-528/+0
* Fix lint issueFabio Berger2018-04-111-2/+2
* Simplify the testsFabio Berger2018-04-111-2/+1
* Move away from using web3 directly in 0x.js testsFabio Berger2018-04-061-18/+15
* Update 0x.js to run tests against in-process ganacheFabio Berger2018-04-041-3/+18
* Make BlockchainLifecycle accept only web3WrapperLeonid Logvinov2018-03-121-4/+2
* Add sol-cover implementationLeonid Logvinov2018-03-121-5/+4
* Rename _unsubscribeAll to unsubscribeAllLeonid Logvinov2018-02-271-1/+1
* Fix lint errorsBrandon Millman2018-01-311-1/+1
* 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
* Fix callback typesLeonid Logvinov2018-01-101-30/+34
* Fix linter errorsLeonid Logvinov2018-01-041-1/+1
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+1
* Apply prettier configLeonid Logvinov2018-01-031-61/+89
* Add etherToken.getLogsAsync and etherToken.subscribe with testsLeonid Logvinov2017-12-201-1/+2
* Fix linter issuesLeonid Logvinov2017-12-191-1/+1
* Rename SubscriptionOpts to BlockRangeLeonid Logvinov2017-12-191-5/+5
* Fix 0x.js unused varsLeonid Logvinov2017-12-151-8/+1
* Fix linter errorsLeonid Logvinov2017-12-141-1/+1
* Move more shared utils into utils package and reuse themLeonid Logvinov2017-12-141-2/+2
* Refactor networkId out of web3WrapperLeonid Logvinov2017-12-081-1/+1
* Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-2/+2
* Use our promisifyLeonid Logvinov2017-12-021-5/+12
* Last remaining website fixesFabio Berger2017-11-281-1/+1
* Merge branch 'development' into feature/passNetworkIdLeonid2017-11-281-1/+1
|\
| * Merge branch 'development' into validateOrdersAgainstLatestBlockFabio Berger2017-11-241-5/+7
| |\
| * | Pass 'latest' to ExchangeTransferSimulator when used for validating orders, a...Fabio Berger2017-11-241-1/+1
* | | Remove ContractDoesNotExist error and replace it with more specific errorsLeonid Logvinov2017-11-241-3/+3
* | | Pass networkId on provider updateLeonid Logvinov2017-11-241-1/+1
* | | Fix the imports orderLeonid Logvinov2017-11-241-16/+18
* | | Remove even more asyncsLeonid Logvinov2017-11-241-2/+2
* | | Adjust the testsLeonid Logvinov2017-11-241-3/+7
| |/ |/|
* | Rename removed to isRemovedLeonid Logvinov2017-11-241-2/+2
* | Make DecodedLogEvent contain web3 log under a log subkeyLeonid Logvinov2017-11-241-5/+7
|/
* Fix testsLeonid Logvinov2017-11-221-1/+1
* Add instanceOf assertionLeonid Logvinov2017-11-221-0/+1
* Add postFormatter for logsLeonid Logvinov2017-11-221-0/+2
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-0/+477