aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2124 from MetaMask/breakout-mascarakumavis2017-09-281-1/+2
|\ | | | | require metamascara
| * bump metamascara versionfrankiebee2017-09-231-1/+1
| |
| * mascara: turn off backgroundfrankiebee2017-09-201-1/+1
| |
| * update metamascarafrankiebee2017-09-201-1/+1
| |
| * Merge branch 'master' into breakout-mascarafrankiebee2017-09-201-1/+1
| |\
| * | require metamascarafrankiebee2017-09-191-0/+1
| | |
* | | Merge pull request #2196 from MetaMask/express-bumpDan Finlay2017-09-281-1/+1
|\ \ \ | | | | | | | | deps - bump express for security fix
| * | | deps - bump express for security fixkumavis2017-09-281-1/+1
| | | |
* | | | fix(package): update eth-keyring-controller to version 2.0.0greenkeeper[bot]2017-09-281-1/+1
|/ / /
* | | Merge branch 'master' into filter-fixes-moarDan Finlay2017-09-281-5/+4
|\ \ \
| * \ \ Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-271-2/+3
| |\ \ \ | | | | | | | | | | | | | | | BreakOutKeyringController
| | * \ \ Merge pull request #2174 from MetaMask/i2162-TokenPrecisionThomas Huang2017-09-271-1/+1
| | |\ \ \ | | | | | | | | | | | | Fix token precision bug
| | | * | | Fix token precision bugDan Finlay2017-09-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Had fixed this before in the dependency, but hadn't merged in that version bump yet :( Fixes #2162
| | * | | | chore(package): update sinon to version 4.0.0greenkeeper[bot]2017-09-261-1/+1
| | |/ / /
| * / / / Remove keyring controller from projectDan Finlay2017-09-231-4/+1
| |/ / /
| * | | Patch security updateDan Finlay2017-09-231-1/+1
| | | |
* | | | deps - bump filter deps and add random missing depskumavis2017-09-231-2/+4
| | | |
* | | | deps - bump provider engine for block trackerkumavis2017-09-231-1/+1
| | | |
* | | | deps - bump eth-block-trackerkumavis2017-09-231-0/+1
|/ / /
* | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into ↵kumavis2017-09-201-21/+24
|\ \ \ | | |/ | |/| | | | json-rpc-engine-bump
| * | Merge pull request #2119 from MetaMask/mascara-tests2Frankie2017-09-191-1/+1
| |\ \ | | |/ | |/| tests - integration - re-add mascara to normal run
| | * tests - integration - re-add mascara to normal runkumavis2017-09-191-1/+1
| | |
| * | Merge pull request #2098 from MetaMask/mascara-testsFrankie2017-09-191-21/+24
| |\| | | | | | | Integration test suite improvements
| | * tests - integration - remove failing mascara integration tests from normal ↵kumavis2017-09-191-1/+1
| | | | | | | | | | | | run until fixed
| | * tests - integration - add mascara to integration test runkumavis2017-09-161-1/+1
| | |
| | * tests - refactor and rename npm scriptskumavis2017-09-141-23/+24
| | |
| | * tests - mascara - move temp build files into dist/mascarakumavis2017-09-141-4/+4
| | |
| | * tests - start migrating mascara tests to karmakumavis2017-09-141-5/+6
| | |
| | * tests - break out coveralls npm scriptkumavis2017-09-141-1/+2
| | |
* | | deps - bump json-rpc-middleware-streamkumavis2017-09-201-1/+1
| | |
* | | deps - bump json-rpc-enginekumavis2017-09-201-2/+1
|/ /
* | metamask controller - move middleware into seperate fileskumavis2017-09-141-1/+1
| |
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-131-4/+8
|\| | | | | | | filter-leak-fix3
| * Merge pull request #2073 from MetaMask/greenkeeper/babel-eslint-8.0.0kumavis2017-09-131-1/+1
| |\ | | | | | | Update babel-eslint to the latest version 🚀
| | * chore(package): update babel-eslint to version 8.0.0greenkeeper[bot]2017-09-121-1/+1
| | |
| * | test - integration - drop testem for karmakumavis2017-09-121-1/+6
| | |
| * | test - integration - remove redundant testem scriptskumavis2017-09-121-1/+0
| | |
| * | ci - dont attempt to submit coveralls if not configuredkumavis2017-09-121-1/+1
| |/
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-09-081-1/+1
|\| | | | | | | filter-leak-fix
| * Merge pull request #1897 from MetaMask/greenkeeper/sinon-3.2.0Thomas Huang2017-09-021-1/+1
| |\ | | | | | | Update sinon to the latest version 🚀
| | * chore(package): update sinon to version 3.2.0greenkeeper[bot]2017-08-101-1/+1
| | |
* | | deps - bump jsonrpc filters for log filter formate fixkumavis2017-09-081-1/+1
| | |
* | | streams - use pump and published obj-multiplexkumavis2017-09-081-1/+3
| | |
* | | inpage - add idRemapMiddlewarekumavis2017-09-081-0/+1
| | |
* | | inpage - use json-rpc-engine for inpage-providerkumavis2017-08-251-0/+1
|/ /
* | Merge pull request #1914 from MetaMask/history-diffDan Finlay2017-08-191-0/+1
|\ \ | | | | | | Move Tx State History to diff-based format
| * | introduce tx-state-history-helper and diff-based historykumavis2017-08-151-0/+1
| |/
* / Fix token balance precision renderingDan Finlay2017-08-181-1/+1
|/ | | | | | Fixes a bug where balances under 1 token could be mis-rendered by fixing it [here](https://github.com/MetaMask/eth-token-tracker/pull/9) then updating us to `eth-token-tracker@1.1.3`. Fixes #1912
* deps - bump ethjs-querykumavis2017-08-101-1/+1
|
* deps - bump watchifykumavis2017-08-091-2/+2
|
* Merge branch 'master' into greenkeeper/initialkumavis2017-08-091-0/+3
|\
| * add json-rpc-engine && eth-json-rpc-middleware to devDependenciesfrankiebee2017-08-091-0/+2
| |
| * Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-081-3/+2
| |\
| * \ Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-051-3/+3
| |\ \
| * | | bring your own BNfrankiebee2017-08-051-0/+1
| | | |
* | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-08-081-3/+2
|\ \ \ \ | | |_|/ | |/| | | | | | greenkeeper/initial
| * | | Merge branch 'master' into NewUIkumavis2017-08-051-1/+1
| |\ \ \
| | * | | blacklist - bump phishing detectorkumavis2017-08-051-1/+1
| | | | |
| | * | | blacklist - update phishing on boot and speed up polling to 4 minkumavis2017-08-051-1/+1
| | | |/ | | |/|
| * | | Bring menu-droppo component into project, remove as a dependencysdtsui2017-08-051-1/+1
| | | |
| * | | Merge branch 'master' into NewUIkumavis2017-08-041-2/+2
| |\| |
| | * | deps - bump eth-detect-phishingkumavis2017-08-041-1/+1
| | | |
| * | | Merge branch 'NewUI' of github.com:MetaMask/metamask-plugin into NewUIKevin Serrano2017-08-041-2/+1
| |\ \ \
| | * \ \ Merge branch 'master' into NewUIDan Finlay2017-07-281-1/+6
| | |\ \ \
| | * | | | Bump menu-droppo to 2.0.1Dan Finlay2017-07-281-1/+1
| | | | | |
| | * | | | Bump version of menu-droppo, no longer needs css transitionssdtsui2017-07-271-1/+1
| | | | | |
| | * | | | Lots of flex rearrangement on account detail viewDan Finlay2017-07-261-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
| | * | | | Merge branch 'master' into NewUIDan Finlay2017-07-211-6/+9
| | |\ \ \ \
| | * | | | | Bump version of menu-droppo to include bugfixsdtsui2017-07-181-1/+1
| | | | | | |
| | * | | | | Add tests for new dropdown componentsdtsui2017-07-131-0/+1
| | | | | | |
* | | | | | | deps - updatekumavis2017-08-041-4/+5
| | | | | | |
* | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-08-041-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | greenkeeper/initial
| * | | | | | blacklist - use module eth-phishing-detectkumavis2017-08-041-2/+2
| |/ / / / /
| * | | | | Merge pull request #1848 from MetaMask/transactionControllerRefractorkumavis2017-08-031-0/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | Transaction controller refractor part 1: promises for everyone and more tests!
| | * | | | Merge branch 'master' into transactionControllerRefractorfrankiebee2017-08-021-0/+1
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | make addUnapprovedTransaction async function and use promise based ethQueryfrankiebee2017-08-021-0/+1
| | | | | |
| * | | | | phishing detection - move phishing detection into contentscript and metamask ↵kumavis2017-08-031-1/+1
| | |/ / / | |/| | | | | | | | | | | | | controller
| * | | | Add levenshtein logic to blacklister.Kevin Serrano2017-07-271-0/+1
| |/ / /
| * | | Merge pull request #1816 from MetaMask/test-coveragekumavis2017-07-261-0/+4
| |\ \ \ | | | | | | | | | | Test coverage
| | * | | One script runs for Ci buildThomas Huang2017-07-261-0/+1
| | | | |
| | * | | Simplify the test-coverage scriptThomas Huang2017-07-251-1/+1
| | | | |
| | * | | Add coveralls to scriptThomas Huang2017-07-251-1/+1
| | | | |
| | * | | Add Test Coverage with nyc package and coveralls for github badgeThomas Huang2017-07-241-0/+3
| | | |/ | | |/|
| * / | prov-eng - bump to ignore json parse errorskumavis2017-07-261-1/+1
| |/ /
| * | Version 3.9.1v3.9.1Dan Finlay2017-07-201-1/+1
| | |
* | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-08-041-6/+11
| | | | | | | | | | | | greenkeeper/initial
* | | chore(package): update dependenciesgreenkeeper[bot]2017-07-191-32/+32
|/ /
* | nonce-tracker - fix lock mechanism to be a real mutexkumavis2017-07-191-0/+1
| |
* | Update Sinontmashuang2017-07-151-1/+1
| |
* | Merge pull request #1617 from MetaMask/nonce-trackerFrankie2017-07-141-1/+1
|\ \ | | | | | | transaction controller - use nonce-tracker
| * | remove denodeifyfrankiebee2017-07-141-1/+0
| | |
| * | Merge branch 'master' into nonce-trackerfrankiebee2017-07-131-1/+1
| |\ \
| * \ \ Merge branch 'master' into nonce-trackerkumavis2017-07-081-7/+5
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into nonce-trackerfrankiebee2017-06-281-2/+6
| |\ \ \
| * | | | add a test for #getNonceLockfrankiebee2017-06-221-0/+1
| | | | |
* | | | | Merge branch 'master' into UpdateMetadataDan Finlay2017-07-131-1/+2
|\ \ \ \ \
| * | | | | Refresh blacklist before distDan Finlay2017-07-131-1/+1
| | | | | |
| * | | | | Correct github linkDan Finlay2017-07-131-1/+1
| | | | | |
| * | | | | Point blacklist at main repositoryDan Finlay2017-07-131-1/+1
| | | | | |
| * | | | | Add first version of phishing site warningDan Finlay2017-07-131-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Links to my own blacklist for now, since I added a package.json for easy importing. We can point at the main 408H repository once this is merged: https://github.com/409H/EtherAddressLookup/pull/24 Redirects detected phishing sites [here](https://metamask.io/phishing.html).
* / | | | Update eth-contract-metadata on buildDan Finlay2017-07-131-2/+3
|/ / / /
* | | | deps - bump prov-engkumavis2017-07-121-1/+1
| | | |
* | | | deps - bump prov-eng for fetch retrykumavis2017-07-121-1/+1
| | | |
* | | | deps - bump prov-eng for retry on gateway timeoutkumavis2017-07-121-1/+1
| |_|/ |/| |
* | | metamask - append dapp origin domain to rpc requestkumavis2017-07-051-2/+2
| | |
* | | Bump token-tracker to 1.1.2Dan Finlay2017-07-011-1/+1
| | | | | | | | | | | | | | | To restore older firefox compatibility. Fixes #1696
* | | Bump token-tracker to 1.1.1Dan Finlay2017-07-011-1/+1
| | | | | | | | | | | | | | | Includes a critical decimal-handling fix. Also reduces number of symbol and precision queries after initial load.
* | | deps - remove duplicated dev-dependencieskumavis2017-06-301-3/+1
| | | | | | | | | | | | | | | | | | ``` npm WARN The package clone is included as both a dev and production dependency. npm WARN The package react-dom is included as both a dev and production dependency. ```
* | | Bump web3 version to 0.9.1Dan Finlay2017-06-301-1/+1
| |/ |/|
* | Simplify build variables. Remove maps from production.Kevin Serrano2017-06-271-1/+1
| |
* | Fix token balance renderingDan Finlay2017-06-201-1/+1
| |
* | Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into ↵Dan Finlay2017-06-201-2/+2
|\ \ | | | | | | | | | AddTokenList
| * \ Merge branch 'AddTokenList' of github.com:MetaMask/metamask-plugin into ↵Kevin Serrano2017-06-201-1/+5
| |\ \ | | |/ | |/| | | | AddTokenList
| * | Merge branch 'master' into i1567-FixInaccurateErrorFrankie2017-06-171-1/+1
| |\ \
| | * | bump provider enginefrankiebee2017-06-171-1/+1
| | | |
| * | | Merge branch 'master' into i1567-FixInaccurateErrorfrankiebee2017-06-161-1/+1
| |\| |
| | * | check for the tx in the block that provider engine gives usfrankiebee2017-06-151-1/+1
| | | |
| | * | Bump provider-enginefrankiebee2017-06-151-1/+1
| | | |
| * | | bump eth-query for quiter logsfrankiebee2017-06-151-1/+1
| |/ /
* | / Add MetaMark supportDan Finlay2017-06-201-1/+1
| |/ |/|
* | Bump token-tracker versionDan Finlay2017-06-151-1/+1
| |
* | Refresh token balance on network changeDan Finlay2017-06-151-1/+1
| |
* | Persist selected account tabDan Finlay2017-06-151-2/+2
| | | | | | | | Also improve error handling with token balances.
* | Fix build for eth-contract-metadataDan Finlay2017-06-141-1/+1
| |
* | Merge branch 'master' into AddTokenListDan Finlay2017-06-131-9/+26
|\|
| * deps - prov-eng 12.2.4kumavis2017-06-131-1/+1
| |
| * Merge pull request #1572 from MetaMask/mascaraUpkeepkumavis2017-06-131-1/+1
| |\ | | | | | | Mascara upkeep
| | * bump cswready eventfrankiebee2017-06-091-1/+1
| | |
| * | deps - bump provider engine for warp featurekumavis2017-06-091-1/+1
| |/
| * Move to eth-contract-metadataDan Finlay2017-05-271-1/+1
| |
| * Add address image map to icon factoryDan Finlay2017-05-261-0/+1
| | | | | | | | | | | | | | Deriving from the new address image map repository I've added here: https://github.com/MetaMask/ethereum-contract-icons With this PR, images for addresses added to that repository will be shown instead of jazzicons in MetaMask.
| * Throw if ENS Resolver isn't set upDan Finlay2017-05-231-1/+1
| | | | | | | | | | | | Instead of resolving to name owners, which can encourage inconsistent usage of ENS. Fixes #1427.
| * Merge branch 'master' into HelpDebugStalledTxskumavis2017-05-231-1/+1
| |\
| | * deps - use stream-subprovider from provider-enginekumavis2017-05-231-2/+2
| | |
| | * Use filter subprovider in-page to avoid filter leaksDan Finlay2017-05-231-1/+1
| | |
| * | Tolerate nonces of any formatDan Finlay2017-05-231-0/+1
| |/
| * Linted and removed unused depsDan Finlay2017-05-171-1/+0
| |
| * Merge pull request #1430 from MetaMask/i1407-FixNonEditingTxFormkumavis2017-05-161-0/+7
| |\ | | | | | | Add test around conf-tx view's gas editing.
| | * Merge branch 'master' into i1407-FixNonEditingTxFormDan Finlay2017-05-161-3/+2
| | |\
| | * | Skip jazzicons in unit testsDan Finlay2017-05-161-0/+2
| | | |
| | * | Add support for async/awaitDan Finlay2017-05-131-1/+5
| | | |
| | * | Got a useful error message for next stepDan Finlay2017-05-121-0/+1
| | | |
| | * | Use react test utils to start composing testDan Finlay2017-05-121-0/+4
| | | |
| * | | Merge pull request #1431 from MetaMask/pe-bumpDan Finlay2017-05-161-1/+1
| |\ \ \ | | |_|/ | |/| | Bump provider engine for event filters fix
| | * | deps - bump provider-engine 12.0.6kumavis2017-05-161-1/+1
| | | |
| * | | Add stage 0 support to build systemDan Finlay2017-05-161-2/+2
| | | |
| * | | background - drop async-q in favor of async/awaitkumavis2017-05-131-1/+0
| |/ /
| * / Add support for async/awaitDan Finlay2017-05-131-1/+5
| |/
| * Merge branch 'i1381-GasPriceInGwei' of github.com:MetaMask/metamask-plugin ↵Kevin Serrano2017-05-091-1/+1
| |\ | | | | | | | | | into i1381-GasPriceInGwei
| | * Run install before distDan Finlay2017-05-091-1/+1
| | |
| * | deps - bump eth-query for smaller bundle sizekumavis2017-05-091-1/+1
| | |
| * | Add Mocha/Chai eslint pluginsThomas Huang2017-05-051-0/+2
| |/
| * Bump provider engineDan Finlay2017-05-011-1/+1
| |
| * break out IndexDbController && Run the first time test on mascarafrankiebee2017-04-281-0/+1
| |
| * Setup test enviroment for mascarafrankiebee2017-04-281-1/+5
| |
| * Update README for mascarafrankiebee2017-04-271-1/+2
| |
| * bump client-sw-ready-eventfrankiebee2017-04-271-1/+1
| |
| * Allow signature V values over 1 byteDan Finlay2017-04-261-1/+1
| | | | | | | | By bumping ethereumjs-tx.
| * Bump provider-engineDan Finlay2017-04-251-1/+1
| |
| * Bump provider engineDan Finlay2017-04-251-1/+1
| | | | | | | | Should now pass test suite, and include several sweet recent fixes!
* | Add functional but ugly and hard-coded token listDan Finlay2017-04-211-0/+6
|/
* Fix wakeUps:frankiebee2017-04-071-1/+1
| | | | | fix spelling cut wakeup time in half
* Bump sw-client versionfrankiebee2017-04-071-1/+1
|
* Ping service worker to keep it from going idlefrankiebee2017-04-071-1/+1
|
* build - add envify to bundle processkumavis2017-04-061-0/+2
|
* Merge branch 'master' into mascarafrankiebee2017-04-031-7/+8
|\
| * Merge pull request #1297 from MetaMask/eip155Dan Finlay2017-04-011-1/+1
| |\ | | | | | | tx-manager - add eip155 support
| | * tests - tx-manager - fix assert and clean formattingkumavis2017-03-311-1/+1
| | |
| * | meta - package.json - rename npm test scriptskumavis2017-03-311-5/+5
| | |
| * | tests - unit - fail on unhandled promise rejectionkumavis2017-03-311-0/+1
| |/
| * deps - bump provider-enginekumavis2017-03-301-1/+1
| | | | | | uses fetch instead of xhr, fixes a race condition in cache subp
* | Rename and move around filesfrankiebee2017-04-031-0/+1
| |
* | Bump sw-stream and setup "untrusted and trusted comunication"frankiebee2017-03-301-1/+1
| |
* | WIP: Untrusted external connections eg: dappsfrankiebee2017-03-291-1/+1
| |
* | Merge branch 'master' into mascarafrankiebee2017-03-241-2/+1
|\|
| * Require redux-logger of 2.10.2 and up (#1235)Kevin Serrano2017-03-231-1/+1
| | | | | | | | | | | | * Require redux-logger of 2.8.1 and up * Bump to 2.10.2 and above, 2.10.1 had critical bug.
| * Remove eth-lightwalletDan Finlay2017-03-171-1/+0
| |
* | WIP: streams->indexdbfrankiebee2017-03-241-2/+2
| |
* | WIP:streamfrankiebee2017-03-221-0/+1
|/
* Add ENS click to copyDan Finlay2017-03-091-1/+1
| | | | Also bump ethjs-ens version to get proper error for unregistered names.
* Get basic ENS workingDan Finlay2017-03-091-3/+3
|\ | | | | | | & merge master into ENS branch.
| * deps - bump web3-provider-engine to 10.0.1kumavis2017-03-081-1/+1
| | | | | | | | Fixes https://github.com/MetaMask/metamask-plugin/issues/1163 Fixes https://github.com/MetaMask/provider-engine/issues/121
| * deps - bump web3-provider-enginekumavis2017-03-081-1/+1
| | | | | | resolves https://github.com/MetaMask/metamask-plugin/issues/1159
| * deps - bump web3-provider-enginekumavis2017-03-081-1/+1
| | | | | | include fix for https://github.com/MetaMask/provider-engine/pull/122
| * Fix personal sign for loose accountsDan Finlay2017-03-071-1/+1
| | | | | | | | Fix was written, but not published to npm. Now fixing semver at the correct version.
* | Add ens recognition to send form inputDan Finlay2017-03-011-0/+1
|/ | | | | | | | Attempts to lookup `.eth` addresses on ENS. Is currently failing. I've written an isolation example of the problem here: https://github.com/flyswatter/ens-test
* Reduce provider-engine requirementDan Finlay2017-02-251-1/+1
|
* Bump provider engine to require compliant personal_recoverDan Finlay2017-02-251-1/+1
|
* Move sigUtil and keyrings to external modulesDan Finlay2017-02-221-0/+3
| | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc.
* Merge branch 'master' into AddBetterLoggerDan Finlay2017-02-211-1/+1
|\
| * Add personal_sign and personal_ecRecover supportDan Finlay2017-02-211-1/+1
| |
* | Add debug logging to ui routing logic.Dan Finlay2017-02-211-0/+1
|/
* Complete migration tests.Kevin Serrano2017-02-161-0/+1
|
* id mgmt - update to latest eth_sign speckumavis2017-02-041-2/+3
|
* migrations - fix migration #9 and add safety checks to migratorkumavis2017-02-041-1/+1
|
* migration #9 - break out CurrencyController substatekumavis2017-02-031-0/+1
|
* eth-store - convert to obs-store subclasskumavis2017-02-031-3/+3
|
* modification of notices.Kevin Serrano2017-02-031-1/+2
|
* Merge branch 'dev' into messageManagerCleanUpFrankie2017-01-291-1/+1
|\
| * migration 5 - move keyring controller state to substatekumavis2017-01-291-1/+1
| |
* | Clean up message manger includes:Frankie2017-01-291-1/+1
|/ | | | | | | | | 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
* test - lint firstkumavis2017-01-271-1/+1
|
* obs-store - use published modulekumavis2017-01-251-0/+2
|
* Merge branch 'dev' of github.com:MetaMask/metamask-plugin into obs-store2kumavis2017-01-251-0/+1
|\
| * Merge branch 'dev' into i#1048kumavis2017-01-251-0/+1
| |\
| * | Fix issue where generating a new account would put it in loose keysFrankie2017-01-251-0/+1
| | |
* | | Merge branch 'dev' into obs-store2kumavis2017-01-221-1/+4
|\ \ \ | | |/ | |/|
| * | Implement naieve JSON file importingDan Finlay2017-01-191-0/+1
| |/ | | | | | | Doesn't work on any JSON file I have, it's a very naieve strategy provided by ethereumjs-wallet. Will need to raise its sophistication before deploying to production.
| * Merge branch 'i328-MultiVault-v1' into i715-AddImportMenuDan Finlay2017-01-181-0/+1
| |\
| | * Add import account placeholder templateDan Finlay2016-11-051-0/+1
| | |
| * | background - handle tx finalization in controllers instead of provider-enginekumavis2017-01-131-1/+2
| | |
* | | migrations - introduce promise-based migratorkumavis2017-01-121-0/+1
|/ /
* | deps - bump provider enginekumavis2017-01-111-1/+1
| | | | | | addresses caching memory leak that can cause slow downs
* | Merge branch 'dev' into gulp1Dan Finlay2017-01-111-1/+1
|\ \
| * | tests - add fetch polyfillkumavis2017-01-111-0/+1
| | |
| * | deps - replace promise-request with fetchkumavis2017-01-111-1/+0
| | |
* | | gulp - fix brfs instrumentationkumavis2017-01-111-2/+2
| | |
* | | gulp - add disc bundle analysis taskkumavis2017-01-111-0/+3
| | |
* | | gulp - clean and simplifykumavis2017-01-111-2/+1
|/ /
* | Remove old eth-store dependencyDan Finlay2017-01-051-1/+0
| |
* | Validate URIs before entering them in.Kevin Serrano2016-12-211-0/+1
| |
* | Merge pull request #916 from MetaMask/i894-DetectBadAccountsDan Finlay2016-12-211-0/+1
|\ \ | | | | | | I894 detect bad accounts
| * | Made changes according to feedback.Dan Finlay2016-12-201-0/+1
| | |
* | | Bump passworder versionDan Finlay2016-12-211-1/+1
| | |
* | | Use security patched version of browser-passworderDan Finlay2016-12-211-1/+1
| | |
* | | Remove encryptor in favor of external browser-passworderDan Finlay2016-12-201-0/+1
| | | | | | | | | | | | I broke out the encryptor lib into its own module on npm called browser-passworder.
* | | Merged master into devDan Finlay2016-12-201-4/+11
|\ \ \ | |/ / |/| |
| * | Rebuild development states before ci testsDan Finlay2016-12-171-2/+3
| | |
| * | Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-171-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | deps - bump provider-engine for bug fixkumavis2016-12-131-1/+1
| | |
| * | Hard coding jazzicon at working version2.13.7Dan Finlay2016-11-091-1/+1
| | |
* | | Flattened addTx async methodsDan Finlay2016-11-301-1/+1
| | |
* | | Remove unused depDan Finlay2016-11-291-1/+0
| | |
* | | Denodeify most of KeyringControllerDan Finlay2016-11-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly Fixes #893 A couple methods cache callbacks, and will require a larger refactor to fully denodeify. Specifically, our methods involving web3 requests to sign a tx, sign a message, and approve or cancel either of those. I think we should postpone those until the TxManager refactor, since it will likely handle this response caching itself.
* | | KeyringController - estimateGas->analyzeGasUsage fix gasLimit + detect OOGkumavis2016-11-231-0/+1
| |/ |/|
* | Set test env during testsDan Finlay2016-11-041-1/+1
| |
* | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into ↵Kevin Serrano2016-10-291-1/+2
|\ \ | | | | | | | | | i328-MultiVault
| * | Add hd wallet keyringDan Finlay2016-10-281-0/+1
| | |
| * | Add latest jazzicon versionDan Finlay2016-10-281-1/+1
| | |
| * | Merge branch 'master' into i328-MultiVaultDan Finlay2016-10-261-1/+1
| |\ \
* | \ \ Merge branch 'master' into i328-MultiVaultKevin Serrano2016-10-291-3/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | mascara - remove global transpilekumavis2016-10-271-1/+0
| | |
| * | deps - web3 - set version to 0.17.0-betakumavis2016-10-271-1/+1
| | |
| * | Update web3.js versionDan Finlay2016-10-261-1/+1
| |/
| * test - fix delegate-call testkumavis2016-10-251-1/+1
| |
* | Began adding first basic keyringDan Finlay2016-10-211-0/+1
| |
* | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into ↵Dan Finlay2016-10-211-2/+3
|\ \ | | | | | | | | | i328-MultiVault
| * | Git merge resolution.Kevin Serrano2016-10-201-2/+2
| |\|
| | * Fix cli flag capitalizationDan Finlay2016-10-191-1/+1
| | |
| | * Remove livereload from prod buildsDan Finlay2016-10-191-1/+1
| | |