aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/util.js
Commit message (Expand)AuthorAgeFilesLines
* Change regex in isHex functionFrankie2016-10-221-4/+1
* clean up the isHex functionFrankie2016-10-221-3/+4
* Add test and ability for isHex to handle hex strings with hex-prefixFrankie2016-10-201-0/+1
* Add valdations to txData paramFrankie2016-10-201-0/+6
* Fix issue where if given a balance that does not need to be parsed will not b...Frankie2016-08-201-2/+2
* Lint and changelog.Kevin Serrano2016-08-191-2/+2
* Fix rounding issues.Kevin Serrano2016-08-191-6/+11
* linting and ignoring.Kevin Serrano2016-08-171-1/+1
* Add fix for zero balance shorten.Kevin Serrano2016-08-081-0/+2
* Readd string to conform to tests. Will discuss later.Kevin Serrano2016-07-191-1/+1
* Remove unused None string.Kevin Serrano2016-07-191-1/+1
* Add eslint config to pass testsAust2016-07-191-0/+1
* Make zero balance display 0. Fixes #449Aust2016-07-181-1/+5
* Fix eth balance tooltip to show 6 decimals (#440)Frankie2016-07-141-2/+6
* Integrate changes back into eth-balanceKevin Serrano2016-07-121-6/+10
* Move shorten balance to util. Add as property of generateBalance object output.Kevin Serrano2016-07-121-2/+17
* Remove unused functions. Readd if necessary.Kevin Serrano2016-07-121-18/+4
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into Confirmatio...kumavis2016-07-081-0/+12
|\
| * Change function name to generateBalanceObjectFrankie2016-07-081-2/+2
| * Add method to deal with small decimals and create the object for eth-balance ...Frankie2016-07-081-0/+12
* | Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-081-20/+13
|\|
| * Revert back to original formatBalanceFrankie2016-07-081-20/+13
* | Merge branch 'master' into ConfirmationStyleDan Finlay2016-07-071-1/+1
|\|
| * Handle to small of balances with "<0.00001"Frankie2016-07-071-1/+1
* | Fleshed out pending tx viewDan Finlay2016-07-071-1/+2
* | Merged latest balance formatting codeDan Finlay2016-07-071-13/+20
|\|
| * Add decimal hendeling to ETH balanceFrankie2016-07-071-13/+20
* | Began reworking tx conf viewDan Finlay2016-07-071-2/+12
* | Simplify empty account balance renderingDan Finlay2016-07-061-1/+1
|/
* Manually lintedDan Finlay2016-06-221-8/+8
* Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLintDan Finlay2016-06-221-10/+7
|\
| * tweekZac Mitton2016-06-211-1/+0
| * added a failing case and fixed it by refactoring everything to stringsZac Mitton2016-06-211-10/+8
* | Auto lintedDan Finlay2016-06-221-44/+43
|/
* Fix hashed address validationDan Finlay2016-06-031-1/+1
* correctly displaying small balances with testsZac Mitton2016-05-261-16/+28
* Allow empty recipient fields on txDan Finlay2016-05-201-0/+2
* Add full precision to send tx value field.Dan Finlay2016-05-201-0/+15
* Increase send value precisionDan Finlay2016-05-201-2/+2
* Add address capitalization checksummingDan Finlay2016-05-201-1/+15
* ui - redesign - ether amount componentkumavis2016-05-191-5/+20
* Removed logsDan Finlay2016-04-201-2/+0
* Fix floating point input bugDan Finlay2016-04-201-3/+11
* Add leading zero to account balancesDan Finlay2016-04-161-1/+1
* ui - util - fixes#110 formatBalancekumavis2016-04-151-2/+2
* Fix eth resolutionDan Finlay2016-04-151-2/+7
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+102