Dan Finlay
8df005153b
Version 2.12.1
8 years ago
Frankie
8e7a9c4709
Remove unused argument
8 years ago
Dan Finlay
b7e6ec5cea
Fix popup flag assignment
8 years ago
Dan Finlay
19a354066b
Version 2.12.0
8 years ago
Dan Finlay
03094091d1
Version 2.11.2
8 years ago
Frankie
eea77b828f
Dont generate a popup notification when submiting a transaction from with in MetaMask
8 years ago
Dan Finlay
e10c651db0
Fix port stream end bug
...
Emitting `end` or `close` was not ending the stream.
Pushing a null packet also closes a stream, so I did that instead.
Fixes #616
8 years ago
kumavis
a4cdd19843
mascara - everything but the popup bundle
8 years ago
kumavis
b4e3b83f04
popup - breakout popup-core
8 years ago
Dan Finlay
b508541935
Fix cache clearing reference for Opera
...
For some reason Chrome didn't mind this awful bug, but Opera caught it.
8 years ago
kumavis
ed11ab6d18
popup - further clean and comment
8 years ago
kumavis
8a5007a396
ui - remove unused currentDomain prop
8 years ago
Dan Finlay
ebf86f930a
Version 2.11.0
8 years ago
Dan Finlay
0ea0a9813d
Make cache clearning error tolerant
8 years ago
Dan Finlay
c3d1404e72
Fix clearing of account cache on vault restore
8 years ago
Dan Finlay
02b57adbf1
Linted
8 years ago
Dan Finlay
1ba83766bb
Load accounts into ethStore on unlock
8 years ago
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