| Commit message (Expand) | Author | Age | Files | Lines |
* | Use 0x-json-schemas | Leonid Logvinov | 2017-08-28 | 1 | -6/+4 |
* | Change the unregistered token in tests | Leonid Logvinov | 2017-08-24 | 1 | -2/+2 |
* | Add tests for tokenRegistry public getters | Leonid Logvinov | 2017-08-24 | 1 | -3/+57 |
* | Add test for getTokenAddressesAsync | Leonid Logvinov | 2017-08-24 | 1 | -0/+14 |
* | rename method for clarity since we return a Token and not tokenMetadata | Fabio Berger | 2017-08-24 | 1 | -3/+3 |
* | use non-checksummed address | Fabio Berger | 2017-08-24 | 1 | -1/+1 |
* | Add public method `getTokenMetadataIfExistsAsync` to TokenRegistry wrapper, r... | Fabio Berger | 2017-08-23 | 1 | -0/+16 |
* | Revert "Use different lodash import syntax which allows to include only used ... | Leonid | 2017-06-22 | 1 | -2/+2 |
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -1/+1 |
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -2/+2 |
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -1/+1 |
* | Introduce index.ts file which defines public interface | Leonid Logvinov | 2017-06-13 | 1 | -1/+1 |
* | Change main file name from 0x.js.ts to 0x.ts | Leonid Logvinov | 2017-06-12 | 1 | -1/+1 |
* | Address feedback | Leonid Logvinov | 2017-06-06 | 1 | -2/+2 |
* | Add chai_setup | Leonid Logvinov | 2017-06-05 | 1 | -5/+2 |
* | Add includeStack config to chai setup so that we get stackTraces | Fabio Berger | 2017-06-03 | 1 | -0/+1 |
* | use to.have.lengthOf | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
* | Add tests for getTokensAsync including schema validation | Fabio Berger | 2017-05-30 | 1 | -0/+43 |