Frankie
e1b78da3e6
Add custom gas field to send page
8 years ago
Frankie
c37c050c8a
Revert "Add new eth-lightwallet salting to vault."
8 years ago
Dan Finlay
6d6130e2a6
Camelcase dataset key for react
8 years ago
Dan Finlay
1537e3f5da
Add fiat balances to tx conf view
8 years ago
Dan Finlay
7f947f8ab2
Skip loading indication from send screen
8 years ago
Dan Finlay
b39bd5333b
Persist send tx form field values
8 years ago
Thibaut SCHAEFFER
71250f0048
Fix typo
8 years ago
Frankie
3d9bedaeea
Fix it so you cant send a negitavie amount of ETH
8 years ago
kumavis
02dd1669e7
send-tx remove account select button
8 years ago
Dan Finlay
8fde8a8921
Manually linted
8 years ago
Dan Finlay
a08c3bc01b
Auto linted
8 years ago
Dan Finlay
47540ad0b3
Allow empty recipient fields on tx
9 years ago
Dan Finlay
60270de53d
Add full precision to send tx value field.
9 years ago
Dan Finlay
22a77b8041
Increase send value precision
9 years ago
Dan Finlay
c8deb355f7
Add address capitalization checksumming
9 years ago
Dan Finlay
685a1881b8
Allow txs with no recipient when they have a data field
9 years ago
kumavis
6eebda73cf
ui - sendTx - re-add warning and fix form parsing
9 years ago
kumavis
6ae0a90d7b
ui - redesign - ether amount component
9 years ago
kumavis
877648623e
ui - redesign - sendTransaction
9 years ago
kumavis
d6a8b0b90a
ui - redesign - send
9 years ago
Dan Finlay
b430cbd064
Fix send view selected account bug
9 years ago
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.
9 years ago
Dan Finlay
0a0a631af2
Improve some UI formatting
9 years ago
Dan Finlay
d814a45dff
Moved UI into repo with its own dependency stack
9 years ago