Daijiro Wachi
0bfa10e501
Remove warning message when show import page
...
Fixes: https://github.com/MetaMask/metamask-extension/issues/1192
7 years ago
Chi Kei Chan
5cbbb476b3
ShapeShift Integration
7 years ago
Chi Kei Chan
c6a3d00d80
Fix merge conflict; separate onboarding buy screen
7 years ago
Jacky Chan
0264ecaad7
Adding CreatePasswordScreen
7 years ago
Sergey Ukustov
c2b8dada91
Add eth_signTypedData handler
7 years ago
kumavis
da7471e095
lint fixes
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
7 years ago
Dan Finlay
0e1e0aa323
Create add token button and template view
7 years ago
Thomas Huang
6bdb4c8728
Fix linting warnings
8 years ago
Jared Pereira
7f12be6a01
remove updateCoinBaseAmount action
8 years ago
Jared Pereira
5cabd3e02d
remove updateBuyAddress action
8 years ago
Jared Pereira
e543050868
remove extra buyAddress in state
8 years ago
frankiebee
ce03b7db51
Initial redo attempt of the buy view to look like vladt's desighn
8 years ago
kumavis
60a48e713f
ui - move popup auto-close after tx conf to ui entrypoint
8 years ago
kumavis
49d8877fd7
ui - startPopup returns store after boot
8 years ago
kumavis
0ef679388a
ui - reducer - app - code cleanup
8 years ago
kumavis
bd704b1d7e
etc - fix notification-manager ref, remove duplicated test file
8 years ago
kumavis
5036263f88
introduce platform api and rename notifications to notification-manager
8 years ago
Kevin Serrano
a95d96d507
Assure that seed words are placed into state tree upon request.
8 years ago
Kevin Serrano
5cd917b0e9
Add personalMessages to function to calculate pending tx index.
8 years ago
Kevin Serrano
605c2a7404
Remove redundant removal of loading indicator. Integrate loading indicator disappear with display warning.
8 years ago
Kevin Serrano
37ffcfcf0e
Rename variables to proper currency state variables.
8 years ago
Kevin Serrano
9f6c040554
Create persistence address book.
8 years ago
Kevin Serrano
e7e024bcdd
Refactor of code into separate reducers and actions.
8 years ago
Kevin Serrano
2a98beb878
Break out rpc update and rpclist into two reducers.
8 years ago
Dan Finlay
2e16e1eb94
Fixed bug that made send screen sometimes transition to account detail
8 years ago
Dan Finlay
961a83769b
Fix cancel msg signing behavior.
8 years ago
Dan Finlay
4697aca02c
Got personal_sign working
...
Also fixed bug where signing would not close popup.
8 years ago
Kevin Serrano
62854398f1
Tested against code to play nice with unit tests.
8 years ago
Kevin Serrano
65c84ac4b2
Delete all code related to disclaimers.
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
Dan Finlay
77bd010543
Add "import account" menu item + template view
8 years ago
Frankie
29060acb72
update coinbase info and view
8 years ago
Kevin Serrano
9c8345467c
Modify actions to support better transition.
8 years ago
Kevin Serrano
20c043a4c2
Redirect to seed word screen for forgotten passwords.
8 years ago
Kevin Serrano
8819475a2e
Add ability to show notices to user & get confirmation.
...
Implement generation of markdown for notice files.
Create npm command. Enhance notice generation.
Add test files to test multiple notices.
Add basic markdown support to notices.
Interval checks for updates.
Add extensionizer and linker
Add terms and conditions state file
Add link support to disclaimer.
Changelog addition.
8 years ago
Dan Finlay
1880cda9b9
Fix vault encrypting & unlocking bug
...
This is only a bug in dev, but was committed yesterday.
Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults.
To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always.
8 years ago
Kevin Serrano
5a02e58f62
Fix proper behavior for restoring accounts when password forgotten.
8 years ago
Kevin Serrano
f5b0795ac5
change all instances of selectedAddress to selectedAccount.
8 years ago
Kevin Serrano
7de6b12aad
Re-enable disclaimer screen. Rename variables to reflect role more clearly.
8 years ago
Kevin Serrano
23263bec7d
Linting to the max.
8 years ago
Dan Finlay
1bbe0ed9e8
Scaffold new account view
8 years ago
Dan Finlay
b5f6ef8c01
Fixed bugs related to clearing caches when restoring to a new vault
8 years ago
Kevin Serrano
678301a20e
Phase out extra warning screen.
8 years ago
Dan Finlay
40f175c06f
Linted
8 years ago
Kevin Serrano
1481a3ef8e
Initial work on UI side
8 years ago
Frankie
ef0b535d94
Drop the buy button in the confTx view if account does not have enough eth
8 years ago