Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |