Dan Finlay
564f920ae0
Add personal sign actions and template
8 years ago
Kevin Serrano
e54b73679c
Notices must be scrolled down to proceed from.
8 years ago
Kevin Serrano
415b9b245c
Fix typo.
8 years ago
Dan Finlay
6b56d6ba98
Broke hex decimal input into its own component
...
Also added a new state to try to make UI dev mode work again, but it has other issues, like #1128 , that need to be addressed before UI dev mode can be used again.
8 years ago
Kevin Serrano
89af0ef408
Change state to props, add modifiable fields.
8 years ago
Kevin Serrano
fbabcf6191
Change networks from lock screen.
8 years ago
Frankie
de6455151e
Revert old style message sighing
8 years ago
kumavis
f9b31fe2c3
rename selectedAccount to selectedAddress
8 years ago
Frankie
8be68575bb
Clean up message manger includes:
...
Provider egine bump
Remove presence of message manger in keyring controller
Change the status wording fom conf to approved
make Message manager a class
fix messages not being apart of the badge
re write message manger to better reflect controller pattern
8 years ago
Dan Finlay
5d8a3dd99b
Add ability to import v3 JSON wallets
...
There is now a menu item labeled "JSON File" for importing, and it can digest either:
- v1 MyEtherWallet JSON files
- v3 Account files (used by Geth, Mist, and MyEtherWallet).
Fixes #715
8 years ago
Frankie
460cbb985f
Fix the dissplay for submitted transactions and the listner wating to hear when tx's were included in a block
8 years ago
Frankie
5ed52eed68
Clean up code
8 years ago
Frankie
34081c8cb2
Fix sorting and instances where something could be undefined
8 years ago
Frankie
576e2ad64d
Fix wording and icon of failed txs
8 years ago
Frankie
0fae263a9a
Take some of the tx Logic out of the UI and create a visble state for pending and unaproved transactions
8 years ago
Frankie
29060acb72
update coinbase info and view
8 years ago
Kevin Serrano
b8d312f8b9
Linting.
8 years ago
Kevin Serrano
a8a37e4d40
Make network somewhat more modular, add new network indicator.
8 years ago
Dan Finlay
c05e04c611
Fix rendering of loose accounts
8 years ago
Frances Pangilinan
6e78494846
First pass at revision requests
8 years ago
Dan Finlay
11c1004a41
Linted
8 years ago
Frances Pangilinan
4910e2f9bd
remove network Id 2 from explorer link and Add network Id 3
8 years ago
Dan Finlay
6d13ef691f
Revert "Interface enhancements"
8 years ago
Dan Finlay
83880a5c92
Remove morden testnet provider
...
Instances configured to point at Morden will now point at Ropsten.
8 years ago
Luis Iván Cuende
4a8bc63c8d
Better account details view
8 years ago
Luis Iván Cuende
c65db9290d
Better editable label
8 years ago
Dan Finlay
85d5b12f8d
Fix tx adding code
...
Broken in this commit:
bc39cd7b89
Synchronous methods were added to an `async.waterfall` array.
This commit also removes the delegate call checking, since we concluded it was misinformed.
8 years ago
Kevin Serrano
17669e4af8
Make ropsten faucet button point at the correct url.
8 years ago
Kevin Serrano
8d2afccdc0
Ropsten has sole access to the faucet.
8 years ago
Kevin Serrano
88ed1f191f
Add to changelog.
8 years ago
Kevin Serrano
f5b0795ac5
change all instances of selectedAddress to selectedAccount.
8 years ago
Dan Finlay
e8a8302624
Begin adding Ropsten support
...
Ropsten links will still not work until Etherscan publishes their ropsten link format.
At that time we will need to update ui/lib/account-link.js
Otherwise, fixes #831
8 years ago
Kevin Serrano
0c23925c23
Fix lint rules for ternary operator placement.
8 years ago
Kevin Serrano
23263bec7d
Linting to the max.
8 years ago
Frankie
b60992b446
Fix funny looking errors in conf-tx
8 years ago
kumavis
536cab0687
detect tx error - show warning and fix gasLimit
8 years ago
Kevin G. Serrano
7b3f1ecc41
Unify warning functions.
8 years ago
Dan Finlay
bc623bbe34
Linted
8 years ago
Dan Finlay
1af0d609bd
Convert buy subview to new tab bar component
8 years ago
Dan Finlay
1bbe0ed9e8
Scaffold new account view
8 years ago
Dan Finlay
f2bfdd7f8c
Make identicon tolerant of changing state
8 years ago
Kevin Serrano
25c46a1636
Make case condition more consistent. Remove extra action. Fix incorrect display of network.
8 years ago
Dan Finlay
ed3814bff8
Fix identicon rendering
8 years ago
Dan Finlay
b1fb8da3b0
Fix provider menu selection indication
8 years ago
Frankie
aace26c4bd
Create callback and Clean-up details
8 years ago
Frankie
67eba9f542
Specify base 10 in bignumber
8 years ago
Frankie
c400f7c0f6
Fix gasPrice range
8 years ago
Frankie
e1b78da3e6
Add custom gas field to send page
8 years ago
Dan Finlay
769bd8e2ee
Removed hex prefix from private key export
...
For compatibility with Jaxx, MEW, and Geth.
Fixes #687
8 years ago
Dan Finlay
1f771f30e4
Space out purchase details on ShapeShift form
8 years ago