Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fall back to import x = require() syntax | Leonid Logvinov | 2017-06-21 | 1 | -2/+2 |
* | Use different lodash import syntax which allows to include only used functions | Leonid Logvinov | 2017-06-21 | 1 | -4/+5 |
* | Add and improve comments | Fabio Berger | 2017-06-16 | 1 | -1/+4 |
* | Prefix private vars with _ | Leonid Logvinov | 2017-06-10 | 1 | -9/+9 |
* | Align all param comments so that they are more readable | Fabio Berger | 2017-06-10 | 1 | -1/+1 |
* | Add param & return comments to all public methods and add comments to some pu... | Fabio Berger | 2017-06-10 | 1 | -0/+4 |
* | Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter that... | Fabio Berger | 2017-05-30 | 1 | -7/+8 |
* | Make tokenRegistry contract instantiation lazy and clear it on provider update | Fabio Berger | 2017-05-30 | 1 | -4/+14 |
* | Add TokenMetadata type | Fabio Berger | 2017-05-30 | 1 | -2/+2 |
* | remove unused import | Fabio Berger | 2017-05-30 | 1 | -1/+1 |
* | Add TokenRegistryWrapper and getTokensAsync method | Fabio Berger | 2017-05-30 | 1 | -0/+33 |