aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_registry_wrapper.ts
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to Lerna + Yarn Workspaces setup for a mono-repo approachFabio Berger2017-11-131-122/+0
|
* Revert "Reduce final bundle size by 11% (82kB)"Leonid2017-10-241-1/+1
|
* Include only used lodash functionsLeonid Logvinov2017-10-181-1/+1
|
* Postfix variable names with 'ifExists'Leonid Logvinov2017-09-191-4/+4
|
* Add tests for contracts address configLeonid Logvinov2017-09-181-0/+10
|
* Make contract addresses configurableLeonid Logvinov2017-09-181-2/+4
|
* Decode logs args in awaitTransactionMinedAsyncLeonid Logvinov2017-09-061-2/+2
|
* Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ↵Leonid Logvinov2017-09-051-6/+6
| | | | -> x.estimateGasAsync()
* Fix gasPrice regressionLeonid Logvinov2017-09-051-2/+2
|
* Make the functions immidiately return txHash instead of awaiting for a ↵Leonid Logvinov2017-09-051-1/+3
| | | | transaction to be mined
* Remove default value for gasPriceLeonid Logvinov2017-08-291-1/+1
|
* Allow user to specify the gas priceLeonid Logvinov2017-08-291-2/+2
|
* Rename _getTokenByMetadata to _createTokenFromMetadataLeonid Logvinov2017-08-241-4/+4
|
* Remove redundant else'sLeonid Logvinov2017-08-241-4/+2
|
* Add tests for tokenRegistry public gettersLeonid Logvinov2017-08-241-1/+1
|
* Add all public tokenRegistry functionsLeonid Logvinov2017-08-241-0/+38
|
* Add zeroEx.tokenRegistry.getTokenAddressesAsync()Leonid Logvinov2017-08-241-1/+10
|
* rename method for clarity since we return a Token and not tokenMetadataFabio Berger2017-08-241-2/+2
|
* Add assertion to public methodFabio Berger2017-08-241-0/+3
|
* Add public method `getTokenMetadataIfExistsAsync` to TokenRegistry wrapper, ↵Fabio Berger2017-08-231-12/+23
| | | | refactor `getTokensAsync` to use `getTokenMetadataIfExistsAsync` under the hood and added unit tests
* Remove url from token registryLeonid Logvinov2017-08-151-2/+1
|
* Remove unused importsLeonid Logvinov2017-07-261-1/+0
|
* 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