index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
contract_wrappers
/
token_registry_wrapper.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
Fabio Berger
2017-11-13
1
-122
/
+0
*
Revert "Reduce final bundle size by 11% (82kB)"
Leonid
2017-10-24
1
-1
/
+1
*
Include only used lodash functions
Leonid Logvinov
2017-10-18
1
-1
/
+1
*
Postfix variable names with 'ifExists'
Leonid Logvinov
2017-09-19
1
-4
/
+4
*
Add tests for contracts address config
Leonid Logvinov
2017-09-18
1
-0
/
+10
*
Make contract addresses configurable
Leonid Logvinov
2017-09-18
1
-2
/
+4
*
Decode logs args in awaitTransactionMinedAsync
Leonid Logvinov
2017-09-06
1
-2
/
+2
*
Rename x.call -> x.callAsync x() -> x.sendTransactionAsync() x.estimateGas() ...
Leonid Logvinov
2017-09-05
1
-6
/
+6
*
Fix gasPrice regression
Leonid Logvinov
2017-09-05
1
-2
/
+2
*
Make the functions immidiately return txHash instead of awaiting for a transa...
Leonid Logvinov
2017-09-05
1
-1
/
+3
*
Remove default value for gasPrice
Leonid Logvinov
2017-08-29
1
-1
/
+1
*
Allow user to specify the gas price
Leonid Logvinov
2017-08-29
1
-2
/
+2
*
Rename _getTokenByMetadata to _createTokenFromMetadata
Leonid Logvinov
2017-08-24
1
-4
/
+4
*
Remove redundant else's
Leonid Logvinov
2017-08-24
1
-4
/
+2
*
Add tests for tokenRegistry public getters
Leonid Logvinov
2017-08-24
1
-1
/
+1
*
Add all public tokenRegistry functions
Leonid Logvinov
2017-08-24
1
-0
/
+38
*
Add zeroEx.tokenRegistry.getTokenAddressesAsync()
Leonid Logvinov
2017-08-24
1
-1
/
+10
*
rename method for clarity since we return a Token and not tokenMetadata
Fabio Berger
2017-08-24
1
-2
/
+2
*
Add assertion to public method
Fabio Berger
2017-08-24
1
-0
/
+3
*
Add public method `getTokenMetadataIfExistsAsync` to TokenRegistry wrapper, r...
Fabio Berger
2017-08-23
1
-12
/
+23
*
Remove url from token registry
Leonid Logvinov
2017-08-15
1
-2
/
+1
*
Remove unused imports
Leonid Logvinov
2017-07-26
1
-1
/
+0
*
Make this.proxy.invalidateContractInstance and this.tokenRegistry.invalidateC...
Leonid Logvinov
2017-07-05
1
-3
/
+3
*
Revert "Use different lodash import syntax which allows to include only used ...
Leonid
2017-06-22
1
-5
/
+4
*
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