index
:
dexon-0x-contracts
dev
master
stable
DEXON fork of 0x protocol contracts forked from 0x-monorepo (https://github.com/dexon-foundation/0x-contracts)
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
*
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