aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_registry_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Make this.proxy.invalidateContractInstance and ↵Leonid Logvinov2017-07-051-3/+3
| | | | this.tokenRegistry.invalidateContractInstance private
* Revert "Use different lodash import syntax which allows to include only used ↵Leonid2017-06-221-5/+4
| | | | functions"
* Fall back to import x = require() syntaxLeonid Logvinov2017-06-211-2/+2
|
* Use different lodash import syntax which allows to include only used functionsLeonid Logvinov2017-06-211-4/+5
|
* Add and improve commentsFabio Berger2017-06-161-1/+4
|
* Prefix private vars with _Leonid Logvinov2017-06-101-9/+9
|
* Align all param comments so that they are more readableFabio Berger2017-06-101-1/+1
|
* Add param & return comments to all public methods and add comments to some ↵Fabio Berger2017-06-101-0/+4
| | | | public methods that were missing them
* Refactor exchangeWrapper and tokenRegistryWrapper to use contract getter ↵Fabio Berger2017-05-301-7/+8
| | | | that instantiates contract instance if not already instantiated
* Make tokenRegistry contract instantiation lazy and clear it on provider updateFabio Berger2017-05-301-4/+14
|
* Add TokenMetadata typeFabio Berger2017-05-301-2/+2
|
* remove unused importFabio Berger2017-05-301-1/+1
|
* Add TokenRegistryWrapper and getTokensAsync methodFabio Berger2017-05-301-0/+33