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