Frankie
c37c050c8a
Revert "Add new eth-lightwallet salting to vault."
2016-09-12 10:34:06 -07:00
Dan Finlay
6d6130e2a6
Camelcase dataset key for react
2016-09-10 11:23:11 -07:00
Dan Finlay
1537e3f5da
Add fiat balances to tx conf view
2016-09-06 17:28:25 -07:00
Dan Finlay
7f947f8ab2
Skip loading indication from send screen
2016-09-01 11:29:17 -07:00
Dan Finlay
b39bd5333b
Persist send tx form field values
2016-08-25 14:10:07 -07:00
Thibaut SCHAEFFER
71250f0048
Fix typo
2016-07-18 11:08:00 +02:00
Frankie
3d9bedaeea
Fix it so you cant send a negitavie amount of ETH
2016-06-27 17:07:45 -07:00
kumavis
02dd1669e7
send-tx remove account select button
2016-06-24 11:44:18 -07:00
Dan Finlay
8fde8a8921
Manually linted
2016-06-21 13:56:04 -07:00
Dan Finlay
a08c3bc01b
Auto linted
2016-06-21 13:18:32 -07:00
Dan Finlay
47540ad0b3
Allow empty recipient fields on tx
2016-05-19 16:14:16 -07:00
Dan Finlay
60270de53d
Add full precision to send tx value field.
2016-05-19 14:46:50 -07:00
Dan Finlay
22a77b8041
Increase send value precision
2016-05-19 14:21:35 -07:00
Dan Finlay
c8deb355f7
Add address capitalization checksumming
2016-05-19 12:06:45 -07:00
Dan Finlay
685a1881b8
Allow txs with no recipient when they have a data field
2016-05-19 11:28:58 -07:00
Dan Finlay
c85c594d5b
Merge pull request #189 from MetaMask/hotfixsendTx
...
ui - sendTx - re-add warning and fix form parsing
2016-05-18 13:57:49 -07:00
kumavis
6eebda73cf
ui - sendTx - re-add warning and fix form parsing
2016-05-18 13:55:43 -07:00
kumavis
6ae0a90d7b
ui - redesign - ether amount component
2016-05-18 13:41:08 -07:00
kumavis
877648623e
ui - redesign - sendTransaction
2016-05-18 12:13:19 -07:00
kumavis
d6a8b0b90a
ui - redesign - send
2016-05-13 17:09:34 -07:00
Dan Finlay
b430cbd064
Fix send view selected account bug
2016-05-11 12:54:19 -07:00
Dan Finlay
d6ab6bb4fa
Fix floating point input bug
...
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.
2016-04-19 18:56:22 -07:00
Dan Finlay
0a0a631af2
Improve some UI formatting
2016-04-19 17:31:34 -07:00
Dan Finlay
d814a45dff
Moved UI into repo with its own dependency stack
2016-04-13 15:28:44 -07:00