aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tolerate nonces of any formatDan Finlay2017-05-232-2/+3
|
* Render txs with no nonceDan Finlay2017-05-231-1/+1
|
* LintDan Finlay2017-05-222-6/+3
|
* Label the pending tx icon with a tooltipDan Finlay2017-05-222-5/+13
|
* Add transaction number (nonce) to tx listDan Finlay2017-05-222-0/+23
|
* Merge pull request #1447 from MetaMask/Version-3.6.5Thomas Huang2017-05-182-1/+3
|\ | | | | Version 3.6.5
| * Version 3.6.5v3.6.5Dan Finlay2017-05-182-1/+3
|/
* Merge pull request #1446 from MetaMask/DisallowDecimalsInHexInputDan Finlay2017-05-182-1/+2
|\ | | | | Fix bug where decimals in gas inputs gave strange results
| * Fix decimal toleranceDan Finlay2017-05-181-1/+1
| |
| * Fix bug where decimals in gas inputs gave strange resultsDan Finlay2017-05-182-1/+2
|/
* Merge pull request #1441 from MetaMask/FixGasResetkumavis2017-05-175-21/+98
|\ | | | | Fix a test, add another
| * Fix bug where edited gas parameters did not take effectDan Finlay2017-05-172-1/+2
| | | | | | | | Fixes #1407
| * Add test around txManager#approveTransactionDan Finlay2017-05-171-3/+64
| |
| * Improve testDan Finlay2017-05-171-1/+5
| |
| * LintedDan Finlay2017-05-171-3/+2
| |
| * Fix quotation markDan Finlay2017-05-171-1/+1
| |
| * Linted and removed unused depsDan Finlay2017-05-172-16/+8
| |
| * Add gas updating test to tx controller testsDan Finlay2017-05-171-1/+21
| |
| * Remove only line from testDan Finlay2017-05-171-1/+1
|/
* Merge pull request #1434 from MetaMask/mascara-scalingFrankie2017-05-172-3/+13
|\ | | | | Mascara UI mobile scaling
| * mascara - fix deploy instructionskumavis2017-05-161-1/+1
| |
| * mascara - ui - fix scale on mobilekumavis2017-05-161-1/+2
| |
| * mascara - add deploy instructionskumavis2017-05-161-2/+11
| |
* | Merge pull request #1438 from MetaMask/TxControllerkumavis2017-05-174-74/+74
|\ \ | | | | | | Rename tx manager to tx controller
| * | Fix path referencesDan Finlay2017-05-171-2/+2
| | |
| * | Rename tx manager to tx controllerDan Finlay2017-05-174-72/+72
| | |
* | | Merge pull request #1440 from MetaMask/i1439-FixFiatFormattingkumavis2017-05-1710-18/+35
|\ \ \ | |/ / |/| | Fix fiat rendering
| * | Fix fiat renderingDan Finlay2017-05-1710-18/+35
|/ / | | | | | | | | | | | | | | Fixes #1439. When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter. This now passes it in wherever it's used.
* | Merge pull request #1436 from MetaMask/mig13Dan Finlay2017-05-174-1/+55
|\ \ | | | | | | migration 13 - change provider from testnet to ropsten
| * | migration 13 - change provider from testnet to ropstenkumavis2017-05-163-0/+41
| | |
| * | test - format test data 001kumavis2017-05-161-1/+14
| | |
* | | Merge pull request #1430 from MetaMask/i1407-FixNonEditingTxFormkumavis2017-05-1616-79/+225
|\ \ \ | |/ / |/| | Add test around conf-tx view's gas editing.
| * | lint - mandatory danglekumavis2017-05-161-1/+1
| | | | | | | | | :stuck_out_tongue:
| * | ui - send - clean props assignmentkumavis2017-05-161-8/+10
| | |
| * | Merge branch 'master' into i1407-FixNonEditingTxFormDan Finlay2017-05-168-5777/+282
| |\ \
| * | | Clean up testDan Finlay2017-05-161-14/+2
| | | |
| * | | LintedDan Finlay2017-05-162-5/+6
| | | |
| * | | Verify updating gas value updatesDan Finlay2017-05-162-5/+5
| | | |
| * | | Got test failing nearly correctlyDan Finlay2017-05-163-15/+45
| | | |
| * | | Skip jazzicons in unit testsDan Finlay2017-05-162-4/+11
| | | |
| * | | Remove redux dependency from eth-balance and its dependent treeDan Finlay2017-05-1311-35/+49
| | | | | | | | | | | | | | | | For better unit testability of the conf-tx view.
| * | | Add support for async/awaitDan Finlay2017-05-133-3/+10
| | | |
| * | | Got a useful error message for next stepDan Finlay2017-05-122-2/+23
| | | |
| * | | Fix test up a bitDan Finlay2017-05-121-6/+4
| | | |
| * | | Use react test utils to start composing testDan Finlay2017-05-122-6/+23
| | | |
| * | | Got test failingDan Finlay2017-05-121-1/+3
| | | |
| * | | Fix tests add logsDan Finlay2017-05-121-3/+7
| | | |
| * | | Add an attempt at a unit test for reproducing #1407Dan Finlay2017-05-111-0/+61
| | | |
| * | | Break up pending-tx component for better unit testabilityDan Finlay2017-05-111-38/+39
| | | |
* | | | Merge pull request #1432 from MetaMask/i1419-rinkebydefaultnetworkkumavis2017-05-167-20/+12
|\ \ \ \ | |_|_|/ |/| | | I1419 rinkebydefaultnetwork
| * | | Remove all traces of testnetThomas Huang2017-05-167-22/+14
| | | |
| * | | Merge branch 'master' into i1419-rinkebydefaultnetworkThomas Huang2017-05-163-26/+20
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1431 from MetaMask/pe-bumpDan Finlay2017-05-162-1/+2
|\ \ \ \ | |_|_|/ |/| | | Bump provider engine for event filters fix
| * | | changelog - add note on filter fixkumavis2017-05-161-0/+1
| | | |
| * | | deps - bump provider-engine 12.0.6kumavis2017-05-161-1/+1
| | | |
* | | | Merge pull request #1422 from MetaMask/drop-asyncqDan Finlay2017-05-162-25/+18
|\ \ \ \ | |/ / / |/| | | background - drop async-q in favor of async/await
| * | | Add stage 0 support to build systemDan Finlay2017-05-161-2/+2
| | | |
| * | | background - drop async-q in favor of async/awaitkumavis2017-05-132-23/+16
| | | |
| | * | Change default network to rinkebyThomas Huang2017-05-165-15/+15
| |/ / |/| |
* | | Merge pull request #1417 from MetaMask/fixMigrator2Dan Finlay2017-05-133-21/+55
|\ \ \ | |/ / |/| | Fix and simplify migrator with es7
| * | ci - use node 7.6.0kumavis2017-05-131-1/+1
| | |
| * | migrator - fix typokumavis2017-05-131-1/+1
| | |
| * | Merge branch 'master' of github.com:MetaMask/metamask-plugin into fixMigrator2kumavis2017-05-138-5742/+233
| |\ \ | |/ / |/| |
* | | Merge pull request #1421 from MetaMask/es7kumavis2017-05-133-3/+10
|\ \ \ | | | | | | | | Add support for async/await
| * | | Add support for async/awaitDan Finlay2017-05-133-3/+10
|/ / /
* | | Merge pull request #1416 from MetaMask/i1389-lesscurrencykumavis2017-05-123-5731/+209
|\ \ \ | |_|/ |/| | Trim currency list
| * | Prettify JSONKevin Serrano2017-05-121-1/+207
| | |
| * | Bump changelogKevin Serrano2017-05-121-0/+2
| | |
| * | Trim currency list.Kevin Serrano2017-05-122-5731/+1
|/ /
* | Merge pull request #1404 from MetaMask/Version-3.6.4Thomas Huang2017-05-102-1/+5
|\ \ | | | | | | Version 3.6.4
| * | Version 3.6.4v3.6.4Dan Finlay2017-05-102-1/+5
|/ /
* | Merge pull request #1402 from MetaMask/ens-fixKevin Serrano2017-05-101-7/+9
|\ \ | | | | | | ens - add mainnet ens support
| * | ens - add mainnet ens supportkumavis2017-05-101-7/+9
|/ /
| * migrator - cleaner migration runner with es7kumavis2017-05-121-25/+13
| |
| * Create test for Migratorfrankiebee2017-05-121-0/+41
| |
| * use asyncQ.waterfall instead of asyncQ.eachSeriesfrankiebee2017-05-121-4/+10
| |
| * fix migratorfrankiebee2017-05-111-9/+8
|/
* Merge pull request #1397 from MetaMask/Version-3.6.3kumavis2017-05-092-1/+5
|\ | | | | Version 3.6.3
| * Version 3.6.3v3.6.3Dan Finlay2017-05-092-1/+5
|/
* Merge pull request #1394 from MetaMask/Version-3.6.2Kevin Serrano2017-05-092-1/+3
|\ | | | | Version 3.6.2: Persnickety Pachycephalosaurus
| * Version 3.6.2v3.6.2Dan Finlay2017-05-092-1/+3
|/
* Merge pull request #1393 from MetaMask/i1364-devwarning2Dan Finlay2017-05-093-2/+10
|\ | | | | Add new beta notice.
| * Add new beta notice.Kevin Serrano2017-05-093-2/+10
| |
* | Merge pull request #1382 from MetaMask/i1381-GasPriceInGweiKevin Serrano2017-05-095-12/+24
|\ \ | |/ |/| Set gas price in gwei
| * Changelog bumpKevin Serrano2017-05-091-0/+1
| |
| * Redefine txmeta when submitting.Kevin Serrano2017-05-091-1/+1
| |
| * Merge branch 'i1381-GasPriceInGwei' of github.com:MetaMask/metamask-plugin ↵Kevin Serrano2017-05-095-11/+22
|/| | | | | | | into i1381-GasPriceInGwei
| * CleanupDan Finlay2017-05-091-2/+2
| |
| * Add changelog entry for 1390Dan Finlay2017-05-091-0/+1
| |
| * fix block polling changelog noteDan Finlay2017-05-091-1/+1
| |
| * LintedDan Finlay2017-05-091-1/+1
| |
| * Run install before distDan Finlay2017-05-091-1/+1
| |
| * Bump changelogDan Finlay2017-05-081-0/+3
| |
| * Input gas in gweiDan Finlay2017-05-081-7/+14
| | | | | | | | | | | | | | Also enforces "safe low gas" minimum recommended by this article by eth-gas-station: https://medium.com/@ethgasstation/the-safe-low-gas-price-fb44fdc85b91 Fixes #1381
| * Fix ens iterated element without key errorDan Finlay2017-05-081-0/+1
| |
| * Fix changelog formattingDan Finlay2017-05-081-2/+0
| |
| * allow copy(logState()) to copy to clipboardDan Finlay2017-05-081-0/+1
| |
* | Merge pull request #1390 from MetaMask/ui-slimDan Finlay2017-05-094-5/+6
|\ \ | | | | | | Slim down the ui bundle a bit
| * | deps - bump eth-query for smaller bundle sizekumavis2017-05-091-1/+1
| | |
| * | ui - remove web3, use eth-querykumavis2017-05-093-4/+5
| | |
* | | Merge pull request #1391 from MetaMask/gulp-discDan Finlay2017-05-091-1/+1
|\ \ \ | |/ / |/| | build - fix disc task
| * | build - fix disc taskkumavis2017-05-091-1/+1
|/ /
* | Merge pull request #1378 from MetaMask/accounts-when-lockedKevin Serrano2017-05-061-14/+16
|\ \ | | | | | | metamask - selected accounts - dont reveal when locked
| * | metamask - publicConfig - fix init statekumavis2017-05-051-1/+1
| | |
| * | metamask - selected accounts - dont reveal when lockedkumavis2017-05-051-15/+17
| | |
* | | Merge pull request #1376 from MetaMask/1061-Linting-Testskumavis2017-05-0534-484/+428
|\ \ \ | |/ / |/| | 1061 linting tests
| * | Whoops missed some modulesThomas Huang2017-05-054-8/+0
| | |
| * | Remove unused modules and STORAGE_KEYThomas Huang2017-05-056-14/+0
| | |
| * | Lint testsThomas Huang2017-05-0532-482/+439
| | |
| * | Add Mocha/Chai eslint pluginsThomas Huang2017-05-051-0/+2
| | |
| * | Ignore tests bundle, jquery, abd helpersThomas Huang2017-05-051-0/+4
| | |
| * | Add mocha and chai plugins eslintThomas Huang2017-05-051-1/+4
| |/
* | Merge pull request #1369 from MetaMask/foxrevertkumavis2017-05-052-7/+7
|\ \ | |/ |/| Revert the fox animation
| * Minor lintKevin Serrano2017-05-031-1/+1
| |
| * Fox watches over us again.Kevin Serrano2017-05-031-6/+6
|/
* Merge pull request #1360 from MetaMask/flyswatter-patch-1Kevin Serrano2017-05-021-2/+3
|\ | | | | Correct change dates
| * Merge branch 'master' into flyswatter-patch-1Kevin Serrano2017-05-022-6/+9
| |\ | |/ |/|
* | Merge pull request #1362 from MetaMask/FoxLookAwayKevin Serrano2017-05-022-6/+8
|\ \ | | | | | | Make fox look away while typing password
| * | Bump changelogDan Finlay2017-05-011-0/+2
| | |
| * | Adjust fox look heightDan Finlay2017-05-011-1/+1
| | |
| * | Make fox look away while typing passwordDan Finlay2017-05-011-6/+6
|/ / | | | | | | | | Inspired by this tweet: https://twitter.com/Aashay/status/858791285976481792
| * Correct change datesDan Finlay2017-05-011-2/+2
|/
* Merge pull request #1359 from MetaMask/FixBlockPollingv3.6.1Dan Finlay2017-05-014-11/+8
|\ | | | | Fix block polling
| * Version 3.6.1Dan Finlay2017-05-012-1/+4
| |
| * Use loglevel for more logsDan Finlay2017-05-011-9/+3
| |
| * Bump provider engineDan Finlay2017-05-011-1/+1
|/
* Merge pull request #1358 from MetaMask/kumavis-patch-1Dan Finlay2017-04-292-3/+2
|\ | | | | notification-manager - remove promise listener
| * Update CHANGELOG.mdkumavis2017-04-291-0/+2
| |
| * notification-manager - remove promise listenerkumavis2017-04-291-3/+0
|/ | | | | | | | seems chrome changed their API? MDN suggests that a Promise should be returned but getting `undefined` https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/windows/create Chrome docs suggest its a callback API lolwut https://developer.chrome.com/extensions/windows#method-create
* Merge pull request #1356 from MetaMask/mascaraTuneUpskumavis2017-04-2915-84/+281
|\ | | | | Mascara tune ups
| * clean up codefrankiebee2017-04-293-5/+3
| |
| * General cleanup and window reload if an update is foundfrankiebee2017-04-284-12/+17
| |
| * break out IndexDbController && Run the first time test on mascarafrankiebee2017-04-289-81/+47
| |
| * Setup test enviroment for mascarafrankiebee2017-04-2810-1/+236
| |
| * Update README for mascarafrankiebee2017-04-272-12/+5
| |
| * bump client-sw-ready-eventfrankiebee2017-04-271-1/+1
| |
* | Merge pull request #1343 from MetaMask/Version-3.5.4v3.6.0Version-3.6.0Thomas Huang2017-04-282-2/+7
|\ \ | | | | | | Version 3.6.0
| * | Version 3.6.0Dan Finlay2017-04-282-2/+5
| | | | | | | | | | | | t # Explicit paths specified without -i or -o; assuming --only paths...
| * | Merge branch 'master' into Version-3.5.4Dan Finlay2017-04-2854-140/+209
| |\ \ | |/ / |/| |
* | | Merge pull request #1352 from MetaMask/rinkebyThomas Huang2017-04-2814-2/+84
|\ \ \ | | | | | | | | Rinkeby
| * \ \ Merge branch 'master' into rinkebyDan Finlay2017-04-2843-137/+124
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1351 from MetaMask/lintDan Finlay2017-04-2841-135/+124
|\ \ \ \ | | | | | | | | | | Fix linting warnings
| * | | | Fix linting warningsThomas Huang2017-04-2741-135/+124
| | |_|/ | |/| |
* | | | Merge pull request #1347 from MetaMask/gulp-fail-fixDan Finlay2017-04-281-2/+0
|\ \ \ \ | | | | | | | | | | build - make gulp return non-zero error code on bundle fail
| * | | | build - make gulp return non-zero error code on bundle failkumavis2017-04-261-2/+0
| |/ / /
* | | | Merge pull request #1345 from MetaMask/docker-node7Dan Finlay2017-04-281-1/+1
|\ \ \ \ | |/ / / |/| | | mascara - docker - bump to node7
| * | | mascara - docker - bump to node7kumavis2017-04-261-1/+1
| | | |
| | * | Add to changelog.Kevin Serrano2017-04-261-0/+1
| | | |
| | * | Add (vague) instructions to adding a new network to the dropdown.Kevin Serrano2017-04-261-0/+25
| | | |
| | * | Linting.Kevin Serrano2017-04-262-2/+2
| | | |
| | * | Add missing changes. Create unique style for rinkeby icon.Kevin Serrano2017-04-269-6/+26
| | | |
| | * | change network name to rinkeby when selectedNickyg2017-04-261-1/+10
| | | |
| | * | add rinkeby networkNickyg2017-04-266-1/+28
| |/ / |/| |
| | * Version 3.5.4v3.5.4Dan Finlay2017-04-262-1/+3
| |/ |/|
* | Merge pull request #1342 from MetaMask/AllowBigSignatureVkumavis2017-04-262-1/+2
|\ \ | | | | | | Allow signature V values over 1 byte
| * | Allow signature V values over 1 byteDan Finlay2017-04-262-1/+2
|/ / | | | | | | By bumping ethereumjs-tx.
* | Merge pull request #1339 from MetaMask/BumpProviderEngineKevin Serrano2017-04-252-1/+4
|\ \ | | | | | | Bump provider engine
| * | Bump provider-engineDan Finlay2017-04-251-1/+1
| | |
| * | Bump provider engineDan Finlay2017-04-252-1/+4
|/ / | | | | | | Should now pass test suite, and include several sweet recent fixes!
* | Merge pull request #1338 from MetaMask/Version-3.5.3kumavis2017-04-252-1/+5
|\ \ | | | | | | Version 3.5.3
| * | Version 3.5.3v3.5.3Dan Finlay2017-04-252-1/+5
|/ /
* | Merge pull request #1336 from MetaMask/buyButtonRedoDan Finlay2017-04-2510-244/+216
|\ \ | |/ |/| Buy button redo
| * fix spellingfrankiebee2017-04-252-4/+4
| |
| * Css fixesfrankiebee2017-04-242-7/+9
| |
| * make buy button greenfrankiebee2017-04-241-1/+1
| |
| * Fix issue where stopPropagation didnt stop submitting the tx when clicking ↵frankiebee2017-04-241-1/+1
| | | | | | | | buy button
| * Merge pull request #1335 from MetaMask/buyButtonRedoCleanUpFrankie2017-04-245-70/+1
| |\ | | | | | | Buy button redo clean up
| | * remove updateCoinBaseAmount actionJared Pereira2017-04-243-25/+0
| | |
| | * remove updateBuyAddress actionJared Pereira2017-04-244-29/+1
| | |
| | * remove case buyFormJared Pereira2017-04-231-3/+0
| | |
| | * remove buyButtonDeligator functionJared Pereira2017-04-231-12/+0
| | |
| | * remove extra buyAddress in stateJared Pereira2017-04-231-1/+0
| |/
| * Initial redo attempt of the buy view to look like vladt's desighnfrankiebee2017-04-196-195/+173
| |
| * Create a custom radio list componentfrankiebee2017-04-191-0/+61
| |
* | Merge pull request #1331 from MetaMask/i1323-kovanNoticeRemovalDan Finlay2017-04-253-2/+5
|\ \ | | | | | | Kovan notice removal
| * | Add more detailed instructions on generating and deleting notices.Kevin Serrano2017-04-181-0/+4
| | |
| * | Remove kovan notice.Kevin Serrano2017-04-182-2/+1
| |/
* | Merge pull request #1333 from MetaMask/firefoxIDBkumavis2017-04-222-57/+40
|\ \ | |/ |/| Fix for Firefox idb
| * Clean up codefrankiebee2017-04-221-14/+13
| |
| * Reduce wakeup time for firefoxfrankiebee2017-04-211-1/+1
| |
| * Fix for firefoxfrankiebee2017-04-211-55/+39
|/
* Merge pull request #1313 from MetaMask/wakeUp2kumavis2017-04-073-5/+6
|\ | | | | Wake up2
| * fix syntaxfrankiebee2017-04-071-1/+1
| |
| * uncomment intervalDelayfrankiebee2017-04-071-1/+1
| |
| * match intervalsfrankiebee2017-04-071-1/+2
| |
| * Fix wakeUps:frankiebee2017-04-073-6/+6
| | | | | | | | | | fix spelling cut wakeup time in half
* | Merge pull request #1312 from MetaMask/WakeUpkumavis2017-04-073-2/+8
|\| | | | | Wake up
| * Bump sw-client versionfrankiebee2017-04-071-1/+1
| |
| * remove unnecessary listnerfrankiebee2017-04-071-6/+1
| |
| * Ping service worker to keep it from going idlefrankiebee2017-04-073-3/+14
|/
* Merge pull request #1311 from MetaMask/mascara-publishFrankie2017-04-066-21/+56
|\ | | | | Mascara - docker support
| * mascara - ready to deploy via dockerkumavis2017-04-064-4/+40
| |
| * mascara - mascara lib - read mascara origin from env varkumavis2017-04-061-17/+14
| |
| * build - add envify to bundle processkumavis2017-04-061-0/+2
| |
* | Merge pull request #1310 from MetaMask/account-transition-fixkumavis2017-04-063-2/+3
|\ \ | |/ |/| Account transition fix
| * Changelog.Kevin Serrano2017-04-061-0/+1
| |
| * Fix account detail transition fix.Kevin Serrano2017-04-062-2/+2
|/
* Merge pull request #1309 from MetaMask/mascara2Frankie2017-04-0522-150/+236
|\ | | | | Mascara - various fixes
| * mascara - rename popup to uikumavis2017-04-052-3/+3
| |
| * mascara - rename things + break out mascara asset serverkumavis2017-04-0511-114/+135
| |
| * clean - remove unused extension refkumavis2017-04-051-3/+2
| |
| * auto-faucet - only skip faucet on explicit test environmentkumavis2017-04-051-1/+1
| |
| * add platforms to mascara + move buyEther window open to uikumavis2017-04-0510-31/+97
|/
* Merge pull request #1307 from MetaMask/mascarakumavis2017-04-0518-220/+328
|\ | | | | Proof of Concept: Mascara
| * clean - metamask controller - remove logkumavis2017-04-051-1/+0
| |
| * Remove out of date commentsfrankiebee2017-04-041-9/+1
| |
| * Fix first install flowfrankiebee2017-04-042-11/+4
| |
| * Update todos on READMEfrankiebee2017-04-031-0/+4
| |
| * Update MetaMascara READMEfrankiebee2017-04-031-11/+3
| |
| * Rename mascara root directoryfrankiebee2017-04-0312-0/+0
| |
| * Check to see if connection is from popupfrankiebee2017-04-031-1/+1
| |
| * Make Popup close after approving a transactionfrankiebee2017-04-031-7/+14
| |
| * Merge branch 'master' into mascarafrankiebee2017-04-0319-334/+213
| |\
| * \ Merge branch 'master' into mascarafrankiebee2017-04-0315-82/+197
| |\ \
| * | | Rename and move around filesfrankiebee2017-04-0311-110/+21
| | | |
| * | | Clean upfrankiebee2017-03-316-181/+11
| | | |
| * | | fix streamfrankiebee2017-03-301-1/+1
| | | |
| * | | Bump sw-stream and setup "untrusted and trusted comunication"frankiebee2017-03-304-6/+12
| | | |
| * | | Create a Transaction from within the dappfrankiebee2017-03-301-1/+1
| | | |
| * | | WIP: lost enital call from dapp to getAccountsfrankiebee2017-03-308-24/+14
| | | |
| * | | Merge branch 'master' into mascarafrankiebee2017-03-2933-593/+720
| |\ \ \
| * | | | WIP: Untrusted external connections eg: dappsfrankiebee2017-03-299-54/+221
| | | | |
| * | | | add versioning and migrateing datafrankiebee2017-03-242-51/+28
| | | | |
| * | | | Merge branch 'master' into mascarafrankiebee2017-03-2467-1037/+573
| |\ \ \ \
| * | | | | Fix state persistencefrankiebee2017-03-241-1/+1
| | | | | |
| * | | | | Clean up messy mergefrankiebee2017-03-241-11/+2
| | | | | |
| * | | | | Merge branch 'mascaraMix' into mascarafrankiebee2017-03-242-23/+12
| |\ \ \ \ \
| | * | | | | Get mascara to send a transaction in the uifrankiebee2017-03-245-18/+11
| | | | | | |
| * | | | | | WIP: indexdb is at an err state "provider is undefined"frankiebee2017-03-245-13/+26
| |/ / / / /
| * | | | | WIP: streams->indexdbfrankiebee2017-03-2410-54/+96
| | | | | |
| * | | | | WIP:streamfrankiebee2017-03-223-12/+13
| | | | | |
| * | | | | notes and clean upfrankiebee2017-03-103-179/+7
| | | | | |
| * | | | | put background in service workerfrankiebee2017-03-107-2/+378
| | | | | |
* | | | | | Merge pull request #1308 from MetaMask/FixFaucetKevin Serrano2017-04-052-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix faucet to only autoFaucet first account
| * | | | | | Fix faucet to only autoFaucet first accountfrankiebee2017-04-052-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1306 from MetaMask/redoAutoFaucetAsFetchKevin Serrano2017-04-051-5/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Switch auto-faucet from XMLHttpRequest to fetch
| * | | | | Switch auto-faucet from XMLHttpRequest to fetchfrankiebee2017-04-041-5/+11
|/ / / / /
* | | | | Merge pull request #1300 from MetaMask/platformFrankie2017-04-0319-334/+213
|\ \ \ \ \ | |_|_|_|/ |/| | | | Introduce Platform API
| * | | | notification-manager - rename show -> showPoup + make getPopup privatekumavis2017-04-012-11/+11
| | | | |
| * | | | ui - use global.platform for extension interactionkumavis2017-04-016-22/+21
| | | | |
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into platformkumavis2017-04-015-50/+101
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1297 from MetaMask/eip155Dan Finlay2017-04-014-35/+83
|\ \ \ \ \ | | | | | | | | | | | | tx-manager - add eip155 support
| * | | | | tests - tx-manager - fix assert and clean formattingkumavis2017-03-312-10/+2
| | | | | |
| * | | | | tx-manager - add eip155 supportkumavis2017-03-313-35/+91
| | | | | |
* | | | | | Merge pull request #1299 from MetaMask/test-notice-fixDan Finlay2017-04-011-15/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | test - fix notice-controller test
| * | | | | | test - fix notice-controller testkumavis2017-03-311-15/+18
|/ / / / / /
| | * | | | ui - move popup auto-close after tx conf to ui entrypointkumavis2017-04-012-6/+9
| | | | | |
| | * | | | ui - startPopup returns store after bootkumavis2017-04-014-39/+46
| | | | | |
| | * | | | ui - reducer - app - code cleanupkumavis2017-04-011-27/+20
| | | | | |
| | * | | | etc - fix notification-manager ref, remove duplicated test filekumavis2017-03-312-79/+4
| | | | | |