Commit Graph

1443 Commits

Author SHA1 Message Date
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
2016-09-13 12:07:29 -07:00
kumavis b13eaaa0cd Merge pull request #651 from MetaMask/library
MetaMask "Mascara" Library - initial PR
2016-09-13 11:29:46 -07:00
kumavis 81d25d560f mascara - serve popup bundle 2016-09-13 10:19:40 -07:00
kumavis f7794d9949 PendingTxDetails - partially remove imagify support 2016-09-13 10:18:57 -07:00
kumavis c477411ce0 Merge branch 'library' of github.com:MetaMask/metamask-plugin into library 2016-09-13 00:37:41 -07:00
kumavis 93c703d0ef mascara - add readme 2016-09-13 00:37:22 -07:00
kumavis 2aa8b91a65 Merge branch 'master' into library 2016-09-13 00:33:15 -07:00
kumavis a4cdd19843 mascara - everything but the popup bundle 2016-09-13 00:31:04 -07:00
kumavis b4e3b83f04 popup - breakout popup-core 2016-09-12 23:28:07 -07:00
Dan Finlay b4344f2a02 Merge pull request #650 from MetaMask/FixCacheBustBug
Fix cache clearing reference for Opera
2016-09-12 22:19:14 -07:00
Dan Finlay b508541935 Fix cache clearing reference for Opera
For some reason Chrome didn't mind this awful bug, but Opera caught it.
2016-09-12 22:13:52 -07:00
kumavis ed11ab6d18 popup - further clean and comment 2016-09-12 21:43:14 -07:00
kumavis 8a5007a396 ui - remove unused currentDomain prop 2016-09-12 21:30:04 -07:00
kumavis 5126ddaf0c mascara - server - prepare to serve popup 2016-09-12 19:48:39 -07:00
kumavis 4cfcb4452a bugfix - prevent iframe restart restart 2016-09-12 18:30:45 -07:00
Frankie 4aa5114019 Remove unused code in qr actions 2016-09-12 17:32:49 -07:00
Frankie fc292627e4 Merge branch 'master' into qrCode 2016-09-12 17:30:54 -07:00
Frankie 09bd35ac7a Add to CHANGELOG.md 2016-09-12 17:29:54 -07:00
Frankie 218f380d87 Add qrcode-npm to package.json and swap out Qr Code generator api for node-module 2016-09-12 17:27:14 -07:00
Dan Finlay f70bb30d2c Merge pull request #647 from MetaMask/Version-2.11.0
Version 2.11.0
2016-09-12 15:51:44 -07:00
Dan Finlay ebf86f930a Version 2.11.0 2016-09-12 15:45:32 -07:00
Kevin Serrano e210d0d519 Merge pull request #645 from MetaMask/FixPasswording
Fix account unlocking
2016-09-12 15:29:56 -07:00
Dan Finlay 0ea0a9813d Make cache clearning error tolerant 2016-09-12 15:26:07 -07:00
kumavis 850b6d1440 Merge branch 'master' of github.com:MetaMask/metamask-plugin into library 2016-09-12 15:25:36 -07:00
Dan Finlay c3d1404e72 Fix clearing of account cache on vault restore 2016-09-12 15:18:32 -07:00
Dan Finlay 784856532c Ensure loading indication covers fox 2016-09-12 14:37:17 -07:00
Dan Finlay 02b57adbf1 Linted 2016-09-12 14:34:45 -07:00
Dan Finlay 1ba83766bb Load accounts into ethStore on unlock 2016-09-12 14:33:54 -07:00
Dan Finlay 2caac3c7d7 Fix single account list formatting 2016-09-12 14:27:26 -07:00
Dan Finlay 0d11eab8cb Add accounts back to metamask state 2016-09-12 14:22:06 -07:00
Dan Finlay 6fcbb43c50 Merge branch 'master' into FixPasswording 2016-09-12 11:35:50 -07:00
Dan Finlay 4a47f26e8c Fix keystore reference 2016-09-12 11:25:30 -07:00
Dan Finlay e0e38b879f Fix some references 2016-09-12 11:21:27 -07:00
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.
2016-09-12 11:13:26 -07:00
Frankie b8f75e387a Merge pull request #644 from MetaMask/revert-638-i555-SaltVault
Revert "Add new eth-lightwallet salting to vault."
2016-09-12 10:40:59 -07:00
Frankie c37c050c8a Revert "Add new eth-lightwallet salting to vault." 2016-09-12 10:34:06 -07:00
Frankie fcc9ca812e Merge pull request #638 from MetaMask/i555-SaltVault
Add new eth-lightwallet salting to vault.
2016-09-12 10:22:06 -07:00
Dan Finlay 56b9b1766d Merge branch 'master' into i555-SaltVault 2016-09-12 09:47:03 -07:00
Kevin Serrano 3e836abc47 Merge pull request #639 from MetaMask/DevFaq
Add developer faq to top of readme
2016-09-12 09:46:20 -07:00
Dan Finlay 5c1d8e299e Select first address when restoring vault
Fixes #642
2016-09-12 08:50:42 -07:00
Dan Finlay f51a13abaf Fix ethStore pushed addresses
Needed to add hex prefix always.
2016-09-12 08:39:46 -07:00
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.
2016-09-12 08:39:38 -07:00
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.
2016-09-10 15:45:34 -07:00
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.
2016-09-10 12:57:11 -07:00
Dan Finlay b1590f179e Remove log 2016-09-10 12:39:50 -07:00
Dan Finlay cdd367dc39 Add more bip44 assertions 2016-09-10 12:38:04 -07:00
Dan Finlay 8922ae1a55 Made bip44 assertions easier to add to 2016-09-10 12:35:52 -07:00
Dan Finlay 1b77d5300b Clean up tests 2016-09-10 12:15:05 -07:00
Dan Finlay 59fd86383f Correctly clear ethStore cache on new vault restore 2016-09-10 12:08:27 -07:00
Dan Finlay 6763871c41 Captured #640 in failing test 2016-09-10 11:46:50 -07:00