aboutsummaryrefslogtreecommitdiffstats
path: root/test/token_registry_wrapper_test.ts
Commit message (Expand)AuthorAgeFilesLines
* Use 0x-json-schemasLeonid Logvinov2017-08-281-6/+4
* Change the unregistered token in testsLeonid Logvinov2017-08-241-2/+2
* Add tests for tokenRegistry public gettersLeonid Logvinov2017-08-241-3/+57
* Add test for getTokenAddressesAsyncLeonid Logvinov2017-08-241-0/+14
* rename method for clarity since we return a Token and not tokenMetadataFabio Berger2017-08-241-3/+3
* use non-checksummed addressFabio Berger2017-08-241-1/+1
* Add public method `getTokenMetadataIfExistsAsync` to TokenRegistry wrapper, r...Fabio Berger2017-08-231-0/+16
* Revert "Use different lodash import syntax which allows to include only used ...Leonid2017-06-221-2/+2
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-1/+1
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-2/+2
* Make ZeroEx constructor accept Web3Provider instead of Web3 instanceLeonid Logvinov2017-06-151-1/+1
* Introduce index.ts file which defines public interfaceLeonid Logvinov2017-06-131-1/+1
* Change main file name from 0x.js.ts to 0x.tsLeonid Logvinov2017-06-121-1/+1
* Address feedbackLeonid Logvinov2017-06-061-2/+2
* Add chai_setupLeonid Logvinov2017-06-051-5/+2
* Add includeStack config to chai setup so that we get stackTracesFabio Berger2017-06-031-0/+1
* use to.have.lengthOfFabio Berger2017-05-301-2/+2
* Add tests for getTokensAsync including schema validationFabio Berger2017-05-301-0/+43