aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modify wording to new accept.Kevin Serrano2017-06-103-3/+3
|
* Merge branch 'master' of github.com:nihar97/metamask-plugin into internfixKevin Serrano2017-06-093-3/+3
|\
| * continue button changed to agreeNihar2017-05-173-3/+3
| |
* | Merge pull request #1551 from MetaMask/i1550-FixContractPublicationkumavis2017-06-063-2/+6
|\ \ | | | | | | I1550 fix contract publication
| * | Version 3.7.6v3.7.6Dan Finlay2017-06-062-1/+3
| | |
| * | Fix bug that prevented publishing contractsDan Finlay2017-06-062-1/+3
|/ /
* | Merge pull request #1547 from MetaMask/Version-3.7.5Dan Finlay2017-06-0612-147/+170
|\ \ | | | | | | Version 3.7.5
| * | Break docs up into individual filesv3.7.5Dan Finlay2017-06-0610-151/+153
| | |
| * | Add publishing guideDan Finlay2017-06-061-0/+10
| | |
| * | Add publishing guide to readmeDan Finlay2017-06-061-0/+5
| | |
| * | Version 3.7.5Dan Finlay2017-06-062-1/+7
|/ /
* | Merge pull request #1545 from MetaMask/inValidAddressFixkumavis2017-06-064-3/+20
|\ \ | | | | | | Dissallow transactions to be sent to 0x000...
| * | Fix for quick switch on ENS namesfrankiebee2017-06-061-0/+2
| | |
| * | set the ensResolution to an invalid address if an error ocurs durring look upfrankiebee2017-06-061-0/+1
| | |
| * | Fix linting errorfrankiebee2017-06-062-2/+1
| | |
| * | move address check to util.isValidAddressfrankiebee2017-06-063-3/+4
| | |
| * | Fix punctuationfrankiebee2017-06-061-1/+1
| | |
| * | Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000frankiebee2017-06-064-2/+16
| | |
* | | Merge pull request #1542 from MetaMask/i1539-CopyAddressesKevin Serrano2017-06-062-10/+69
|\ \ \ | |/ / |/| | Add ability to copy addresses from tx confirmation view
| * | Remove dead style codeDan Finlay2017-06-051-3/+0
| | |
| * | Move address copying into reusable componentDan Finlay2017-06-052-20/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | "copyable" component allows any elements to be wrapped to include: - a tool tip that changes/debounces its label when clicked. - a customizable copyable value. Fixes #1539
| * | Add copy links to mini tx panelsDan Finlay2017-06-051-10/+38
|/ /
* | Merge pull request #1534 from MetaMask/Version-3.7.4kumavis2017-06-032-1/+6
|\ \ | | | | | | Version 3.7.4
| * | Version 3.7.4v3.7.4Dan Finlay2017-06-032-1/+6
|/ /
* | Merge pull request #1533 from MetaMask/i1528-gasLimitLowkumavis2017-06-031-2/+8
|\ \ | | | | | | Convert gasLimit to not use muln in BN
| * | Convert gasLimit to not use muln in BNKevin Serrano2017-06-021-2/+8
| | |
* | | Merge pull request #1527 from MetaMask/Version-3.7.3Thomas Huang2017-06-023-1/+7353
|\ \ \ | |/ / |/| | Version 3.7.3
| * | Version 3.7.3v3.7.3Dan Finlay2017-06-023-1/+7353
|/ /
* | Merge pull request #1522 from MetaMask/Version-3.7.2Thomas Huang2017-06-012-1/+5
|\ \ | | | | | | Version 3.7.2
| * | Version 3.7.2v3.7.2Dan Finlay2017-06-012-1/+5
|/ /
* | Merge pull request #1507 from MetaMask/AddContractIconMapkumavis2017-05-274-8/+14
|\ \ | | | | | | Add contract name map
| * | remove more in operatorsDan Finlay2017-05-271-1/+1
| | |
| * | Remove commentDan Finlay2017-05-271-1/+0
| | |
| * | Fix contract map referenceDan Finlay2017-05-271-1/+1
| | |
| * | Move off in operatorDan Finlay2017-05-271-1/+1
| | |
| * | Add names to contract map & conf viewDan Finlay2017-05-272-3/+9
| | |
| * | Move to eth-contract-metadataDan Finlay2017-05-272-4/+5
| | |
* | | Merge pull request #1505 from MetaMask/AddContractIconMapFrankie2017-05-274-18/+33
|\| | | | | | | | Add address image map to icon factory
| * | Revert inpage-providerDan Finlay2017-05-261-2/+0
| | |
| * | Correct inpage to be not modifiedDan Finlay2017-05-261-2/+2
| | |
| * | Bump changelogDan Finlay2017-05-261-0/+1
| | |
| * | Add address image map to icon factoryDan Finlay2017-05-265-20/+36
|/ / | | | | | | | | | | | | 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.
* | Merge pull request #1500 from MetaMask/RemoveStreamingSubproviderThomas Huang2017-05-262-17/+6
|\ \ | | | | | | Remove streaming subprovider
| * | Bump changelogDan Finlay2017-05-261-0/+1
| | |
| * | Remove stream subproviderDan Finlay2017-05-261-17/+5
| | | | | | | | | | | | Since the polling leak seems to be coming from elsewhere, and new bugs came from this, I'm rolling back this change so that we can push the other improvements sooner and fix the bug at its true root.
* | | Merge pull request #1496 from MetaMask/reloadDappDan Finlay2017-05-264-41/+29
|\ \ \ | |/ / |/| | Reload the page when switching networks for sites that use web3
| * | fix spellingfrankiebee2017-05-251-2/+2
| | |
| * | add to CHANGELOGfrankiebee2017-05-251-0/+1
| | |
| * | Merge branch 'master' into reloadDappfrankiebee2017-05-257-21/+271
| |\ \ | |/ / |/| |
* | | Merge pull request #1494 from MetaMask/1472-gasceilingDan Finlay2017-05-253-1/+15
|\ \ \ | | | | | | | | Add Max GasLimit Ceiling
| * | | bump changelogKevin Serrano2017-05-251-0/+1
| | | |
| * | | Add max gas limit to UIKevin Serrano2017-05-251-0/+2
| | | |
| * | | Add new blockGasLimit property to txMeta object.Kevin Serrano2017-05-251-1/+12
| | | |
* | | | Merge pull request #1491 from MetaMask/inpage-polling-fixDan Finlay2017-05-251-1/+2
|\ \ \ \ | |/ / / |/| | | inpage-provider - disable polling after first block
| * | | inpage-provider - disable polling after first blockkumavis2017-05-251-1/+2
|/ / /
* | | Merge pull request #1443 from MetaMask/i1412-decimalizethegaskumavis2017-05-255-19/+254
|\ \ \ | | | | | | | | Add decimals to gas price input
| * | | Minor cleanup of lintKevin Serrano2017-05-251-1/+0
| | | |
| * | | Minor cleanupKevin Serrano2017-05-251-2/+2
| | | |
| * | | Modfiy test to ether standards.Kevin Serrano2017-05-251-4/+4
| | | |
| * | | Fix bug where submit was enabled when invalid params were filled out.Kevin Serrano2017-05-253-5/+12
| | | |
| * | | Bump changelogKevin Serrano2017-05-251-0/+1
| | | |
| * | | Merge branch 'master' into i1412-decimalizethegasKevin Serrano2017-05-2514-124/+373
| |\ \ \ | |/ / / |/| | |
| * | | Cleanup code.Kevin Serrano2017-05-251-7/+15
| | | |
| * | | Fix test, create new value for precision/scaleKevin Serrano2017-05-243-5/+8
| | | |
| * | | Merge branch 'master' into i1412-decimalizethegasKevin Serrano2017-05-247-14/+60
| |\ \ \
| * | | | Increase accuracy of our rounding schemes.Kevin Serrano2017-05-241-3/+26
| | | | |
| * | | | Modify test, replace clone package.Kevin Serrano2017-05-182-9/+6
| | | | |
| * | | | Merge branch 'i1412-decimalizethegas' of github.com:MetaMask/metamask-plugin ↵Kevin Serrano2017-05-182-1/+50
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into i1412-decimalizethegas
| | * | | | Linted testDan Finlay2017-05-171-6/+4
| | | | | |
| | * | | | Clean up testDan Finlay2017-05-171-4/+1
| | | | | |
| | * | | | Simplify test to represent realistic use caseDan Finlay2017-05-171-10/+6
| | | | | |
| | * | | | Merge branch 'master' into i1412-BrutalTestsDan Finlay2017-05-175-21/+97
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'i1407-GasEditingBug' into i1412-BrutalTestsDan Finlay2017-05-170-0/+0
| | |\ \ \ \ \
| | | * | | | | Rename tx manager to tx controllerDan Finlay2017-05-173-70/+70
| | | | | | | |
| | * | | | | | Add test requiring high precisionDan Finlay2017-05-172-1/+60
| | | | | | | |
| * | | | | | | Merge branch 'master' into i1412-decimalizethegasKevin Serrano2017-05-185-21/+98
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | | | |/ / / / | | |/| | | |
| * | | | | | Fix merge conflicts.Kevin Serrano2017-05-1734-211/+424
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Changelog bumpKevin Serrano2017-05-171-0/+2
| | | | | | |
| * | | | | | Fix reset button.Kevin Serrano2017-05-172-8/+10
| | | | | | |
| * | | | | | Complete transition into BN.Kevin Serrano2017-05-172-13/+157
| | | | | | |
| | | | | | * Reload the page when switching networks for sites that use web3frankiebee2017-05-253-41/+28
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #1481 from MetaMask/Version-3.7.0kumavis2017-05-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update announcer wording
| * | | | | | Update announcer wordingDan Finlay2017-05-241-1/+1
| | | | | | |
* | | | | | | Merge pull request #1487 from MetaMask/stopPollingkumavis2017-05-252-2/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Stop polling
| * | | | | | | clean up testfrankiebee2017-05-241-2/+1
| | | | | | | |
| * | | | | | | stop polling when switching networksfrankiebee2017-05-242-1/+6
| | | | | | | |
* | | | | | | | Merge pull request #1486 from MetaMask/Version-3.7.1kumavis2017-05-241-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Version 3.7.1
| * | | | | | | Merge branch 'master' into Version-3.7.1kumavis2017-05-2416-134/+422
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1455 from MetaMask/networkControllerkumavis2017-05-2412-118/+309
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Create a network controller to manage switching networks an updating t…
| * \ \ \ \ \ \ \ Merge branch 'master' into networkControllerFrankie2017-05-247-17/+114
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1480 from MetaMask/Version-3.7.0kumavis2017-05-243-3/+6
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Version 3.7.0
| * | | | | | | | Version 3.7.0v3.7.0Dan Finlay2017-05-242-1/+3
| | | | | | | | |
| * | | | | | | | CleanupDan Finlay2017-05-241-2/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #1478 from MetaMask/i1409-StalledTxsThomas Huang2017-05-242-2/+53
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Continually resubmit pending txs
| * | | | | | | Merge branch 'master' into i1409-StalledTxsDan Finlay2017-05-242-1/+2
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1475 from MetaMask/i1427-ThrowIfResolverNotSetFrankie2017-05-242-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Throw if ENS Resolver isn't set up
| * | | | | | | | Throw if ENS Resolver isn't set upDan Finlay2017-05-232-1/+2
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of resolving to name owners, which can encourage inconsistent usage of ENS. Fixes #1427.
| * / / / / / / Continually resubmit pending txsDan Finlay2017-05-242-2/+53
|/ / / / / / /
* | | | | | | Merge pull request #1468 from MetaMask/HelpDebugStalledTxsDan Finlay2017-05-234-5/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Help debug stalled txs
| * \ \ \ \ \ \ Merge branch 'master' into HelpDebugStalledTxskumavis2017-05-233-6/+19
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1474 from MetaMask/i1458-StreamingSubproviderkumavis2017-05-233-6/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix filter polling leak
| * | | | | | | | clean - remove console logskumavis2017-05-231-2/+0
| | | | | | | | |
| * | | | | | | | deps - use stream-subprovider from provider-enginekumavis2017-05-233-5/+5
| | | | | | | | |
| * | | | | | | | Rename stream to streamSubproviderDan Finlay2017-05-231-4/+4
| | | | | | | | |
| * | | | | | | | Bump changelogDan Finlay2017-05-231-0/+2
| | | | | | | | |
| * | | | | | | | Use filter subprovider in-page to avoid filter leaksDan Finlay2017-05-232-3/+7
| | | | | | | | |
| * | | | | | | | Use stream-provider v3 apiDan Finlay2017-05-231-2/+2
| | | | | | | | |
| * | | | | | | | Add new streaming subprovider but getting a loopDan Finlay2017-05-211-5/+15
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regarding #1458 Uses a new streaming subprovider architecture on an experimental branch of StreamProvider: https://github.com/flyswatter/web3-stream-provider/tree/StreamSubprovider
| * | | | | | | 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
|/ / / / / / /
| * | | | | | add to CHANGELOGfrankiebee2017-05-241-0/+2
| | | | | | |
| * | | | | | include ethQuery in txControllerfrankiebee2017-05-241-0/+1
| | | | | | |
| * | | | | | Fix for testsfrankiebee2017-05-248-57/+150
| | | | | | |
| * | | | | | Wrap the provider in a proxyfrankiebee2017-05-235-126/+64
| | | | | | |
| * | | | | | Add a migration for the network controllerfrankiebee2017-05-232-0/+35
| | | | | | |
| * | | | | | Merge branch 'master' into networkControllerfrankiebee2017-05-2343-5965/+823
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1447 from MetaMask/Version-3.6.5Thomas Huang2017-05-182-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Version 3.6.5
| | * | | | | | Create a network controller to manage switcing networks an updating the providerfrankiebee2017-05-196-150/+232
| | | | | | | |
| | | * | | | | Version 3.7.1v3.7.1Dan Finlay2017-05-241-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | 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
| |