index
:
dexon-wallet
develop
master
version-1.2.7
DEXON wallet browser extension (https://github.com/dexon-foundation/dekusan)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
app
/
token-util.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix rounding issue when sending max tokens (#5695)
Alexander Tseung
2018-11-20
1
-1
/
+1
*
Fix token values being undefined
Alexander Tseung
2018-10-09
1
-0
/
+5
*
Use eth-contract-metadata data if the token symbol or decimals fail on retrieval
Alexander Tseung
2018-08-23
1
-29
/
+87
*
Cast arguments for new Bignumbers() to string.
Dan Miller
2018-08-15
1
-1
/
+1
*
fix type
板橋 清信
2018-07-23
1
-1
/
+1
*
fix token amount
板橋 清信
2018-07-23
1
-3
/
+2
*
eslint --fix .
brunobar79
2018-07-03
1
-1
/
+1
*
token-util - warn via loglevel on token lookup failure
kumavis
2018-05-19
1
-1
/
+2
*
Simplify return of existing token in getSymbolAndDecimals
Dan
2018-04-28
1
-4
/
+1
*
Convert decimals to string in getSymbolAndDecimals; return null for symbol or...
Dan
2018-04-28
1
-2
/
+2
*
Wraps calls to symbol() and decimals() in try catch
Dan
2018-04-28
1
-18
/
+31
*
Token balance in send state; validating sufficient tokens, validation updates...
Dan
2017-11-07
1
-0
/
+9
*
Add utility for getting token data; get token data in tx-list even if token h...
Dan
2017-10-28
1
-0
/
+36