Commit Graph

43 Commits

Author SHA1 Message Date
Dan Finlay 3fde5481ef Merge pull request #1681 from MetaMask/AddressStripping
Remove trailing periods and whitespace
2017-06-27 20:56:42 -07:00
Thomas Huang 77054e1fbb Rename Send to Next 2017-06-27 13:56:51 -07:00
Thomas Huang a352690661 Remove trailing periods and white space 2017-06-27 12:09:50 -07:00
Dan Finlay b4e6ea9db7 Fix fiat rendering
Fixes #1439.

When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter.

This now passes it in wherever it's used.
2017-05-16 11:36:21 -07:00
kumavis e28e0acaa8 lint - mandatory dangle
😛
2017-05-15 23:21:46 -07:00
kumavis d5636080cf ui - send - clean props assignment 2017-05-15 23:12:47 -07:00
Dan Finlay 19db11856b Remove redux dependency from eth-balance and its dependent tree
For better unit testability of the conf-tx view.
2017-05-12 12:44:51 -07:00
Kevin Serrano b34ee4daa1 Allow for adding recently used addresses to address book. 2017-03-09 15:10:27 -08:00
Kevin Serrano 1ca6fff317
Display owned addresses in datalist. 2017-03-09 11:31:00 -08:00
Dan Finlay 69d4aafc3e Add ens recognition to send form input
Attempts to lookup `.eth` addresses on ENS.
Is currently failing.

I've written an isolation example of the problem here:
https://github.com/flyswatter/ens-test
2017-03-01 00:26:36 -08:00
Dan Finlay e07e4b7bc7 Linted 2017-02-28 14:13:58 -08:00
Dan Finlay da88481560 Remove gasMultiplier txMeta param
This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic.

Removed it and the logic that referred to this now-outdated parameter.
2017-02-28 14:08:00 -08:00
kumavis f9b31fe2c3 rename selectedAccount to selectedAddress 2017-01-30 15:08:31 -08:00
Frankie ac7dca22c3 Fix up wording 2016-10-19 17:39:41 -07:00
Frankie 5fb1e492fb Add valdations to txData param 2016-10-19 14:33:30 -07:00
Frankie aace26c4bd Create callback and Clean-up details 2016-10-13 16:53:32 -07:00
Frankie 328f8b0cac fix spelling 2016-10-13 16:22:45 -07:00
Frankie c400f7c0f6 Fix gasPrice range 2016-10-13 15:10:29 -07:00
Frankie e1b78da3e6 Add custom gas field to send page 2016-10-10 18:17:56 -07:00
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