Dan Finlay
0d11eab8cb
Add accounts back to metamask state
8 years ago
Dan Finlay
4a47f26e8c
Fix keystore reference
8 years ago
Dan Finlay
e0e38b879f
Fix some references
8 years ago
Dan Finlay
363c2a0939
Fix account unlocking
...
SubmitPassword was not creating a new id-management
This is because I broke up the old "createIdmgmt" method to not perform as much conditional logic.
Now the pieces are reusable and do what they should do.
8 years ago
Frankie
c37c050c8a
Revert "Add new eth-lightwallet salting to vault."
8 years ago
Dan Finlay
5c1d8e299e
Select first address when restoring vault
...
Fixes #642
8 years ago
Dan Finlay
f51a13abaf
Fix ethStore pushed addresses
...
Needed to add hex prefix always.
8 years ago
Dan Finlay
9b861b6687
Fixed caching bug
...
Fixed bug where the second new vault created in an IdStore would initially return the accounts from the original store.
Also fixed some tests that were incorrect.
8 years ago
Dan Finlay
59fd86383f
Correctly clear ethStore cache on new vault restore
8 years ago
Dan Finlay
6763871c41
Captured #640 in failing test
8 years ago
Dan Finlay
36dc63bc04
Add new eth-lightwallet salting to vault.
...
eth-lightwallet was previously not salting vault passwords, potentially making it easier to crack them once obtained.
This branch incorporates the API changes to allow us to take advantage of the new salting logic.
This is still throwing deprecation warnings, but that's actually a bug in eth-lightwallet I wrote, [I've submitted a PR for that here](https://github.com/ConsenSys/eth-lightwallet/pull/116 ).
Fixes #555
8 years ago
Kevin Serrano
36759b3238
Do not trigger how-to-video on anything but install.
8 years ago
Dan Finlay
01f3683dcf
Only init one wallet on restore
...
Fixes #610
8 years ago
Dan Finlay
440e0797a7
Reverting memory leak fix
...
This wasn't a good enough fix, and had other repercussions.
Looking for a way to properly detect EOS, and tear down the correct stream accordingly.
8 years ago
Dan Finlay
2564c0c51c
Bump changelog
8 years ago
Dan Finlay
bfea26d3e3
Ensure listener is cleaned up
...
Also fixed bug when validating a tx with no value.
8 years ago
Dan Finlay
dcc24804a1
Add negative value validation to tx approval
8 years ago
Kevin Serrano
50f0624ea8
Replace chrome with generalized browser API.
8 years ago
Kevin Serrano
9cb600e17a
Redirect to video in a new tab on fresh install.
8 years ago
Vincent Serpoul
4cf12337f2
linting
8 years ago
Vincent Serpoul
76d63ec4e0
Error message more helpful
8 years ago
kumavis
c2a1b442e9
Version 2.10.2
8 years ago
kumavis
891e17c44c
notif - use standard err-first callback style
8 years ago
kumavis
8b37bcf16b
Version 2.10.1
8 years ago
Dan Finlay
4f614d0852
Linted
8 years ago
Dan Finlay
47b2ae1c5f
Do not open popup for internally produced txs
8 years ago
kumavis
532737a101
inpage - remap ids on response
8 years ago
Dan Finlay
44545e0f47
Add metamask route to infura urls
...
Fixes #597
Allows metamask-specific RPC metrics.
8 years ago
Dan Finlay
fd5dad136f
Remove old notification cleanup code
8 years ago
Dan Finlay
742a0e0dfe
Make popup a type Edge supports
8 years ago
Dan Finlay
1b617402ec
Add extra edge compatibility
8 years ago
Dan Finlay
b36b760338
Fix console.error references
...
Microsoft edge does not support console.error.bind, nor is that call necessary here.
8 years ago
Dan Finlay
6838027c65
Remove bind calls from console errors
8 years ago
Dan Finlay
bb8241f711
Version 2.10.0
8 years ago
Frankie
483a7fee0a
Add a back button on lock screen to go back to init menu
8 years ago
Kevin Serrano
a9b390c58c
Bump versioning.
8 years ago
Kevin Serrano
8dfa701197
Fixed prohibited shortcut combination.
8 years ago
Dan Finlay
340d12f0cf
Version 2.9.1
8 years ago
Dan Finlay
3febbdae57
Linted
8 years ago
Dan Finlay
abb5b2013d
Fix bug where unconfirmed message sig is lost when locked.
...
Fixes #484
Adds unsigned messages to the in-memory message list before showing the unlock message.
8 years ago
Kevin Serrano
c82a494b4b
Implement usage of nock.
8 years ago
Kevin Serrano
d3d634d09c
Added mock option to function.
8 years ago
Kevin Serrano
cf5b8ba388
Change shortcut again to Ctrl+Alt+M
8 years ago
Kevin Serrano
1444f5451f
Change shortcut to Alt+M
8 years ago
Kevin Serrano
9328e96d80
Add shortcut for opening MetaMask.
8 years ago
Dan Finlay
671ca33abb
Close notification on opening main UI
8 years ago
Kevin Serrano
5168232481
Created option to pass in static file for fallback for logo.
8 years ago
Dan Finlay
b3887ffd0a
Skip popup dismissal in tests
8 years ago
Dan Finlay
983f3938da
Linted
8 years ago
Dan Finlay
4fb49dfb4b
Close popup even if last tx is dismissed from main UI
8 years ago