Frankie
09bd35ac7a
Add to CHANGELOG.md
8 years ago
Frankie
218f380d87
Add qrcode-npm to package.json and swap out Qr Code generator api for node-module
8 years ago
Dan Finlay
f70bb30d2c
Merge pull request #647 from MetaMask/Version-2.11.0
...
Version 2.11.0
8 years ago
Dan Finlay
ebf86f930a
Version 2.11.0
8 years ago
Kevin Serrano
e210d0d519
Merge pull request #645 from MetaMask/FixPasswording
...
Fix account unlocking
8 years ago
Dan Finlay
0ea0a9813d
Make cache clearning error tolerant
8 years ago
kumavis
850b6d1440
Merge branch 'master' of github.com:MetaMask/metamask-plugin into library
8 years ago
Dan Finlay
c3d1404e72
Fix clearing of account cache on vault restore
8 years ago
Dan Finlay
784856532c
Ensure loading indication covers fox
8 years ago
Dan Finlay
02b57adbf1
Linted
8 years ago
Dan Finlay
1ba83766bb
Load accounts into ethStore on unlock
8 years ago
Dan Finlay
2caac3c7d7
Fix single account list formatting
8 years ago
Dan Finlay
0d11eab8cb
Add accounts back to metamask state
8 years ago
Dan Finlay
6fcbb43c50
Merge branch 'master' into FixPasswording
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
b8f75e387a
Merge pull request #644 from MetaMask/revert-638-i555-SaltVault
...
Revert "Add new eth-lightwallet salting to vault."
8 years ago
Frankie
c37c050c8a
Revert "Add new eth-lightwallet salting to vault."
8 years ago
Frankie
fcc9ca812e
Merge pull request #638 from MetaMask/i555-SaltVault
...
Add new eth-lightwallet salting to vault.
8 years ago
Dan Finlay
56b9b1766d
Merge branch 'master' into i555-SaltVault
8 years ago
Kevin Serrano
3e836abc47
Merge pull request #639 from MetaMask/DevFaq
...
Add developer faq to top of readme
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
c2105c4070
Fix account list formatting when only a single item.
...
- Makes account list items no longer flex larger than they should be.
- Makes the add account button not flex larger than it should be.
- Adds a line under the add account button to define its size.
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
5e60b2f0c4
Correct assertion for BIP32 compliance
...
According to [axic's work here](https://github.com/MetaMask/metamask-plugin/issues/640#issuecomment-246133672 ), MetaMask is generating the correct address, so I've corrected that assertion accordingly.
8 years ago
Dan Finlay
b1590f179e
Remove log
8 years ago
Dan Finlay
cdd367dc39
Add more bip44 assertions
8 years ago
Dan Finlay
8922ae1a55
Made bip44 assertions easier to add to
8 years ago
Dan Finlay
1b77d5300b
Clean up tests
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
6d6130e2a6
Camelcase dataset key for react
8 years ago
Dan Finlay
310ea53a82
Add developer faq to top of readme
8 years ago
Dan Finlay
03168c6b91
Bump changelog
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
153b6b73d8
Merge pull request #636 from MetaMask/how-it-works-bug
...
How it works now displays only on install
8 years ago
Kevin Serrano
5e38f48f41
Update changelog
8 years ago
Kevin Serrano
36759b3238
Do not trigger how-to-video on anything but install.
8 years ago
Kevin Serrano
7fd0ddd078
Merge pull request #630 from MetaMask/i610-InitOneWalletOnly
...
Only init one wallet on restore
8 years ago
Kevin Serrano
2ede90eee3
Merge branch 'i610-InitOneWalletOnly' of github.com:MetaMask/metamask-plugin into i610-InitOneWalletOnly
8 years ago
Kevin Serrano
12bd77f8b3
Merge pull request #632 from MetaMask/FixLogoPasswordFollow
...
Fix fox logo password following
8 years ago
Kevin Serrano
69aa2ed25f
Merge branch 'master' into FixLogoPasswordFollow
8 years ago
Kevin Serrano
348f1fb797
Merge pull request #631 from MetaMask/i599-LoginLoadingIndication
...
Show loading indication during unlocking.
8 years ago
Dan Finlay
a4e4c85453
Fix fox logo password following
...
The new lightweight svg logo was not following text quite right.
The new `lookAt` method was not using the same logic the module was using internally on mouse movement.
I simply used that logic and exposed it via the old (expected) API, and got it behaving the way I like.
8 years ago
Dan Finlay
7b6c018c39
Show loading indication during unlocking.
8 years ago
Dan Finlay
2f98d5bc0f
Bump changelog
8 years ago
Dan Finlay
01f3683dcf
Only init one wallet on restore
...
Fixes #610
8 years ago
Frankie
c97aef2b99
Merge pull request #629 from MetaMask/FixLogoLeak
...
Fix new logo related errors
8 years ago