Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change regex in isHex function | Frankie | 2016-10-22 | 1 | -4/+1 |
| | |||||
* | clean up the isHex function | Frankie | 2016-10-22 | 1 | -3/+4 |
| | |||||
* | Add test and ability for isHex to handle hex strings with hex-prefix | Frankie | 2016-10-20 | 1 | -0/+1 |
| | |||||
* | Add valdations to txData param | Frankie | 2016-10-20 | 1 | -0/+6 |
| | |||||
* | Fix issue where if given a balance that does not need to be parsed will not ↵ | Frankie | 2016-08-20 | 1 | -2/+2 |
| | | | | be parsed | ||||
* | Lint and changelog. | Kevin Serrano | 2016-08-19 | 1 | -2/+2 |
| | |||||
* | Fix rounding issues. | Kevin Serrano | 2016-08-19 | 1 | -6/+11 |
| | |||||
* | linting and ignoring. | Kevin Serrano | 2016-08-17 | 1 | -1/+1 |
| | |||||
* | Add fix for zero balance shorten. | Kevin Serrano | 2016-08-08 | 1 | -0/+2 |
| | |||||
* | Readd string to conform to tests. Will discuss later. | Kevin Serrano | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | Remove unused None string. | Kevin Serrano | 2016-07-19 | 1 | -1/+1 |
| | |||||
* | Add eslint config to pass tests | Aust | 2016-07-19 | 1 | -0/+1 |
| | |||||
* | Make zero balance display 0. Fixes #449 | Aust | 2016-07-18 | 1 | -1/+5 |
| | |||||
* | Fix eth balance tooltip to show 6 decimals (#440) | Frankie | 2016-07-14 | 1 | -2/+6 |
| | | | | | | | | | | | | * Fix tooltip to show to the 6 decimal place on balances ovr 0... * Change font size for balance component in tx-list so it fits the notation * Add to change log * Linting * change log | ||||
* | Integrate changes back into eth-balance | Kevin Serrano | 2016-07-12 | 1 | -6/+10 |
| | |||||
* | Move shorten balance to util. Add as property of generateBalance object output. | Kevin Serrano | 2016-07-12 | 1 | -2/+17 |
| | |||||
* | Remove unused functions. Readd if necessary. | Kevin Serrano | 2016-07-12 | 1 | -18/+4 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵ | kumavis | 2016-07-08 | 1 | -0/+12 |
|\ | | | | | | | ConfirmationStyle | ||||
| * | Change function name to generateBalanceObject | Frankie | 2016-07-08 | 1 | -2/+2 |
| | | |||||
| * | Add method to deal with small decimals and create the object for eth-balance ↵ | Frankie | 2016-07-08 | 1 | -0/+12 |
| | | | | | | | | component | ||||
* | | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-08 | 1 | -20/+13 |
|\| | |||||
| * | Revert back to original formatBalance | Frankie | 2016-07-08 | 1 | -20/+13 |
| | | |||||
* | | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-07 | 1 | -1/+1 |
|\| | |||||
| * | Handle to small of balances with "<0.00001" | Frankie | 2016-07-07 | 1 | -1/+1 |
| | | |||||
* | | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 1 | -1/+2 |
| | | |||||
* | | Merged latest balance formatting code | Dan Finlay | 2016-07-07 | 1 | -13/+20 |
|\| | |||||
| * | Add decimal hendeling to ETH balance | Frankie | 2016-07-07 | 1 | -13/+20 |
| | | |||||
* | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -2/+12 |
| | | |||||
* | | Simplify empty account balance rendering | Dan Finlay | 2016-07-06 | 1 | -1/+1 |
|/ | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -8/+8 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-plugin into AutoLint | Dan Finlay | 2016-06-22 | 1 | -10/+7 |
|\ | |||||
| * | tweek | Zac Mitton | 2016-06-21 | 1 | -1/+0 |
| | | |||||
| * | added a failing case and fixed it by refactoring everything to strings | Zac Mitton | 2016-06-21 | 1 | -10/+8 |
| | | |||||
* | | Auto linted | Dan Finlay | 2016-06-22 | 1 | -44/+43 |
|/ | |||||
* | Fix hashed address validation | Dan Finlay | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | correctly displaying small balances with tests | Zac Mitton | 2016-05-26 | 1 | -16/+28 |
| | |||||
* | Allow empty recipient fields on tx | Dan Finlay | 2016-05-20 | 1 | -0/+2 |
| | |||||
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -0/+15 |
| | |||||
* | Increase send value precision | Dan Finlay | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -1/+15 |
| | |||||
* | ui - redesign - ether amount component | kumavis | 2016-05-19 | 1 | -5/+20 |
| | |||||
* | Removed logs | Dan Finlay | 2016-04-20 | 1 | -2/+0 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 1 | -3/+11 |
| | | | | | | When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals! Put this numeric normalization into a utility function with a test around it and got it working. | ||||
* | Add leading zero to account balances | Dan Finlay | 2016-04-16 | 1 | -1/+1 |
| | |||||
* | ui - util - fixes#110 formatBalance | kumavis | 2016-04-15 | 1 | -2/+2 |
| | |||||
* | Fix eth resolution | Dan Finlay | 2016-04-15 | 1 | -2/+7 |
| | | | | | | | | utils.formatBalance was returning rounded ether, was not useful for displaying account balances. Now returns four decimal points, and is easily configurable for more, with passing tests. Spoiler alert: Don't you dare divide bignumber wei. Bignumber does not have decimals. Keep it as wei, format it as ether. | ||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+102 |