1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
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