aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/send.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoThibaut SCHAEFFER2016-07-181-1/+1
|
* Fix it so you cant send a negitavie amount of ETHFrankie2016-06-281-1/+5
|
* send-tx remove account select buttonkumavis2016-06-251-5/+3
|
* Manually lintedDan Finlay2016-06-221-3/+3
|
* Auto lintedDan Finlay2016-06-221-11/+10
|
* Allow empty recipient fields on txDan Finlay2016-05-201-1/+1
|
* Add full precision to send tx value field.Dan Finlay2016-05-201-2/+2
|
* Increase send value precisionDan Finlay2016-05-201-1/+1
|
* Add address capitalization checksummingDan Finlay2016-05-201-1/+1
|
* Allow txs with no recipient when they have a data fieldDan Finlay2016-05-201-9/+9
|
* Merge pull request #189 from MetaMask/hotfixsendTxDan Finlay2016-05-191-10/+15
|\ | | | | ui - sendTx - re-add warning and fix form parsing
| * ui - sendTx - re-add warning and fix form parsingkumavis2016-05-191-10/+15
| |
* | ui - redesign - ether amount componentkumavis2016-05-191-2/+5
|/
* ui - redesign - sendTransactionkumavis2016-05-191-46/+134
|
* ui - redesign - sendkumavis2016-05-141-1/+4
|
* Fix send view selected account bugDan Finlay2016-05-121-1/+1
|
* Fix floating point input bugDan Finlay2016-04-201-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 formattingDan Finlay2016-04-201-1/+1
|
* Moved UI into repo with its own dependency stackDan Finlay2016-04-141-0/+139