Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up wording | Frankie | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | Add valdations to txData param | Frankie | 2016-10-20 | 1 | -0/+6 |
| | |||||
* | Create callback and Clean-up details | Frankie | 2016-10-14 | 1 | -1/+1 |
| | |||||
* | fix spelling | Frankie | 2016-10-14 | 1 | -4/+2 |
| | |||||
* | Fix gasPrice range | Frankie | 2016-10-14 | 1 | -1/+2 |
| | |||||
* | Add custom gas field to send page | Frankie | 2016-10-11 | 1 | -33/+113 |
| | |||||
* | Revert "Add new eth-lightwallet salting to vault." | Frankie | 2016-09-13 | 1 | -3/+3 |
| | |||||
* | Camelcase dataset key for react | Dan Finlay | 2016-09-11 | 1 | -3/+3 |
| | |||||
* | Add fiat balances to tx conf view | Dan Finlay | 2016-09-07 | 1 | -3/+2 |
| | |||||
* | Skip loading indication from send screen | Dan Finlay | 2016-09-02 | 1 | -1/+0 |
| | |||||
* | Persist send tx form field values | Dan Finlay | 2016-08-26 | 1 | -5/+14 |
| | |||||
* | Fix typo | Thibaut SCHAEFFER | 2016-07-18 | 1 | -1/+1 |
| | |||||
* | Fix it so you cant send a negitavie amount of ETH | Frankie | 2016-06-28 | 1 | -1/+5 |
| | |||||
* | send-tx remove account select button | kumavis | 2016-06-25 | 1 | -5/+3 |
| | |||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -3/+3 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -11/+10 |
| | |||||
* | Allow empty recipient fields on tx | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | Increase send value precision | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Allow txs with no recipient when they have a data field | Dan Finlay | 2016-05-20 | 1 | -9/+9 |
| | |||||
* | Merge pull request #189 from MetaMask/hotfixsendTx | Dan Finlay | 2016-05-19 | 1 | -10/+15 |
|\ | | | | | ui - sendTx - re-add warning and fix form parsing | ||||
| * | ui - sendTx - re-add warning and fix form parsing | kumavis | 2016-05-19 | 1 | -10/+15 |
| | | |||||
* | | ui - redesign - ether amount component | kumavis | 2016-05-19 | 1 | -2/+5 |
|/ | |||||
* | ui - redesign - sendTransaction | kumavis | 2016-05-19 | 1 | -46/+134 |
| | |||||
* | ui - redesign - send | kumavis | 2016-05-14 | 1 | -1/+4 |
| | |||||
* | Fix send view selected account bug | Dan Finlay | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 1 | -3/+5 |
| | | | | | | 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. | ||||
* | Improve some UI formatting | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Moved UI into repo with its own dependency stack | Dan Finlay | 2016-04-14 | 1 | -0/+139 |