aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The first notice, the fall of morden.Kevin Serrano2016-12-172-1/+12
|
* Rebuild development states before ci testsDan Finlay2016-12-171-2/+3
|
* Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-174-20/+27
| | | | | | | | | | | | 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.
* Add ability to show notices to user & get confirmation.Kevin Serrano2016-12-1717-4/+554
| | | | | | | | | | | | 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.
* Merge pull request #923 from MetaMask/RemoveMordenFrankie2016-12-176-27/+3
|\ | | | | Remove morden
| * Bump changelog for removing mordenDan Finlay2016-12-161-0/+1
| |
| * Remove morden testnet providerDan Finlay2016-12-165-27/+2
|/ | | | Instances configured to point at Morden will now point at Ropsten.
* Merge pull request #918 from MetaMask/i915-txPermaCachekumavis2016-12-132-1/+2
|\ | | | | deps - bump provider-engine for bug fix
| * deps - bump provider-engine for bug fixkumavis2016-12-132-1/+2
|/
* Merge pull request #912 from MetaMask/kumavis-patch-1Dan Finlay2016-12-081-0/+2
|\ | | | | changelog - "fix reload detection"
| * changelog - "fix reload detection"kumavis2016-12-081-0/+2
|/
* Merge pull request #911 from MetaMask/i873-reloadBrokenDan Finlay2016-12-081-1/+1
|\ | | | | Fix broken disconnect detector
| * inpage - correctly listen for incomming messageskumavis2016-12-081-1/+1
|/
* Merge pull request #891 from MetaMask/Version-2.13.11Dan Finlay2016-11-292-1/+3
|\ | | | | Version 2.13.11
| * Version 2.13.112.13.11Dan Finlay2016-11-242-1/+3
|/
* Merge pull request #884 from MetaMask/i883-sync-uninstallFilterkumavis2016-11-242-0/+9
|\ | | | | Add support for sync RPC uninstallFilter
| * changelog - add sync rpc eth_uninstallFilter notekumavis2016-11-241-0/+2
| |
| * rpc - add sync uninstallFilter supportkumavis2016-11-241-0/+7
|/
* Merge pull request #876 from MetaMask/Version-2.13.10Dan Finlay2016-11-232-3/+7
|\ | | | | Version 2.13.10
| * Version 2.13.102.13.10Dan Finlay2016-11-232-3/+7
|/
* Merge pull request #872 from MetaMask/i868-estimateGasTooHighkumavis2016-11-232-29/+50
|\ | | | | Improve gas estimation logic
| * Merge branch 'master' into i868-estimateGasTooHighkumavis2016-11-235-8/+17
| |\ | |/ |/|
* | Merge pull request #864 from MetaMask/new-faucetkumavis2016-11-233-4/+5
|\ \ | | | | | | Point to ropsten faucet
| * \ Merge branch 'master' into new-faucetDan Finlay2016-11-233-4/+12
| |\ \ | |/ / |/| |
* | | Merge pull request #855 from MetaMask/i834-RopstenLinksKevin Serrano2016-11-233-4/+12
|\ \ \ | | | | | | | | Add ropsten link support
| * | | Unify test wordingDan Finlay2016-11-221-2/+2
| | | |
| * | | Add temporary morden explorer link supportDan Finlay2016-11-222-1/+7
| | | |
| * | | Fix ropsten link testDan Finlay2016-11-221-2/+2
| | | |
| * | | Bump changelogDan Finlay2016-11-221-0/+2
| | | |
| * | | Merge branch 'master' into i834-RopstenLinksDan Finlay2016-11-222-1/+3
| |\ \ \ | |/ / / |/| | |
| * | | Add ropsten link supportDan Finlay2016-11-221-2/+2
| | | |
| | * | Ropsten has sole access to the faucet.Kevin Serrano2016-11-232-4/+4
| | | |
| | * | Add to changelog.Kevin Serrano2016-11-233-2/+3
| |/ / |/| |
| | * idStore - fix estimateGas calculationkumavis2016-11-232-29/+50
| |/ |/|
* | Merge pull request #838 from MetaMask/Version-2.13.9kumavis2016-11-222-1/+3
|\ \ | |/ |/| Version 2.13.9
| * Version 2.13.92.13.9Dan Finlay2016-11-222-1/+3
|/
* Merge pull request #832 from MetaMask/i831-AddRopstenKevin Serrano2016-11-228-4/+42
|\ | | | | Begin adding Ropsten support
| * Begin adding Ropsten supportDan Finlay2016-11-228-4/+42
|/ | | | | | | | Ropsten links will still not work until Etherscan publishes their ropsten link format. At that time we will need to update ui/lib/account-link.js Otherwise, fixes #831
* Merge pull request #819 from MetaMask/i791-FixLosingConnectionkumavis2016-11-184-11/+13
|\ | | | | Increment tx ids to avoid collisions
| * Increment tx ids to avoid collisionsDan Finlay2016-11-184-11/+13
|/ | | | | | | | | | Fixes #791 It was possible for two requests to have the same ID, causing a crash and loss of StreamProvider connection. This new id generation strategy creates a random ID, and increments it for each request. In case the id generator is included from two different processes, I'm initializing the counter at a random number, and rolling it over a large number when it gets too big.
* Merge pull request #814 from MetaMask/Version-2.13.8kumavis2016-11-172-2/+5
|\ | | | | Version 2.13.8: Faithful Serpent
| * Version 2.13.82.13.8Dan Finlay2016-11-172-2/+5
|/
* Merge pull request #811 from MetaMask/deadly-fixkumavis2016-11-153-4/+4
|\ | | | | Fix error display in confirmation screen
| * Merge branch 'deadly-fix' of github.com:MetaMask/metamask-plugin into deadly-fixKevin Serrano2016-11-150-0/+0
| |\
| | * First attempt at fixing errors in confirmation screen.Kevin Serrano2016-11-152-4/+3
| |/ |/|
| * Add to changelog.Kevin Serrano2016-11-151-0/+1
| |
| * First attempt at fixing errors in confirmation screen.Kevin Serrano2016-11-152-4/+3
|/
* Merge pull request #807 from MetaMask/cssIsAwesomekumavis2016-11-112-2/+6
|\ | | | | Fix funny looking errors in conf-tx
| * lint fixFrankie2016-11-111-1/+2
| |
| * Fix funny looking errors in conf-txFrankie2016-11-112-2/+5
|/
* Merge pull request #805 from MetaMask/i804kumavis2016-11-113-2/+26
|\ | | | | detect tx error - show warning and fix gasLimit
| * changelog - updatekumavis2016-11-111-0/+1
| |
| * detect tx error - show warning and fix gasLimitkumavis2016-11-112-2/+25
|/
* Merge pull request #801 from MetaMask/deadlyKevin Serrano2016-11-106-18/+14
|\ | | | | Properly implement 20% gas bump
| * remove gas field, due to alias redundancy.Kevin Serrano2016-11-101-1/+0
| |
| * Fix bug for increasing gas by 20 percent.Kevin Serrano2016-11-103-1/+3
| |
| * Merge branch 'deadly' of github.com:MetaMask/metamask-plugin into deadlyKevin Serrano2016-11-103-17/+12
|/|
| * Unify warning functions.Kevin G. Serrano2016-11-083-17/+12
| |
* | Merge pull request #797 from MetaMask/Version-2.13.7Frankie2016-11-093-2/+4
|\ \ | | | | | | Version 2.13.7
| * | Hard coding jazzicon at working version2.13.7Dan Finlay2016-11-091-1/+1
| | |
| * | Version 2.13.7Dan Finlay2016-11-092-1/+3
|/ /
* | Merge pull request #796 from MetaMask/IncreaseGasBufferDan Finlay2016-11-093-8/+8
|\ \ | | | | | | Increase gas buffer
| * | Adjust gas buffer to be 20% over estimateDan Finlay2016-11-093-7/+7
| | |
| * | Increase gas bufferDan Finlay2016-11-093-4/+4
|/ / | | | | | | Fixes #795
* | Merge pull request #793 from MetaMask/i787-HighGasBugKevin Serrano2016-11-083-16/+45
|\ \ | |/ |/| i787 High gas bug
| * Fix gas price bufferingDan Finlay2016-11-083-13/+12
| | | | | | | | | | | | | | Our gas price buffering logic had a bug, because bn.js has inconsistent behavior when using hex-prefixed output. The issue has been opened with them here: https://github.com/indutny/bn.js/issues/151 We've corrected our usage in the mean time.
| * Added failing test for #787Dan Finlay2016-11-081-11/+41
|/
* Merge pull request #786 from MetaMask/i763-GithubLinkkumavis2016-11-012-1/+3
|\ | | | | Fix github link on info page
| * Fix github link on info pageDan Finlay2016-11-012-1/+3
|/
* Merge pull request #778 from MetaMask/mascara-buildkumavis2016-10-273-11/+1
|\ | | | | Mascara build
| * mascara - remove global transpilekumavis2016-10-272-10/+0
| |
| * mascara - example dapp - log main accountkumavis2016-10-271-1/+1
|/
* Merge pull request #774 from MetaMask/walkThroughDan Finlay2016-10-272-4/+21
|\ | | | | Add more info to mascara README
| * Merge branch 'master' into walkThroughFrankie2016-10-272-1/+2
| |\ | |/ |/|
* | Merge pull request #767 from MetaMask/UpdateWeb3kumavis2016-10-272-1/+2
|\ \ | | | | | | Update web3.js version
| * \ Merge branch 'master' into UpdateWeb3Dan Finlay2016-10-272-1/+3
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into UpdateWeb3Dan Finlay2016-10-274-12/+15
| |\ \
| * | | deps - web3 - set version to 0.17.0-betakumavis2016-10-271-1/+1
| | | |
| * | | Update web3.js versionDan Finlay2016-10-262-1/+2
| | | |
| | | * Fix typos and clean upFrankie2016-10-272-2/+1
| | | |
| | | * Merge branch 'master' into walkThroughFrankie2016-10-275-11/+15
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #773 from MetaMask/Version-2.13.62.13.6Dan Finlay2016-10-272-1/+3
|\ \ \ \ | |_|/ / |/| | | Version 2.13.6
| * | | Version 2.13.6Dan Finlay2016-10-272-1/+3
|/ / /
* | | Merge pull request #768 from MetaMask/i762-RenameWalletToAccountDan Finlay2016-10-272-1/+2
|\ \ \ | | | | | | | | Rename wallet to account
| * \ \ Merge branch 'master' into i762-RenameWalletToAccountDan Finlay2016-10-273-9/+10
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #764 from MetaMask/761-FixCustomMordenIndicationKevin Serrano2016-10-273-9/+10
|\ \ \ \ | | | | | | | | | | Fix provider menu selection indication
| * \ \ \ Merge branch 'master' into 761-FixCustomMordenIndicationDan Finlay2016-10-272-2/+3
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Bump changelogDan Finlay2016-10-261-0/+2
| | | | |
| * | | | Fix provider menu selection indicationDan Finlay2016-10-262-9/+8
| | |/ / | |/| |
| | * | Merge branch 'master' into i762-RenameWalletToAccountDan Finlay2016-10-272-2/+3
| | |\ \ | |_|/ / |/| | |
| | * | Rename wallet to accountDan Finlay2016-10-262-1/+2
| |/ / | | | | | | | | | Fixes #762
| | * Fix the size of the pop-upFrankie2016-10-271-3/+3
| | |
| | * Add more info about first useFrankie2016-10-271-1/+19
| |/ |/|
* | Merge pull request #769 from MetaMask/FixDelegateCallDan Finlay2016-10-261-1/+1
|\ \ | | | | | | Fix delegate call function reference 2
| * | Fix delegate call function reference 2Dan Finlay2016-10-261-1/+1
|/ /
* | Merge pull request #766 from MetaMask/FixDelegateCallCheckDan Finlay2016-10-262-1/+2
|\ \ | |/ |/| Fix delegate call analysis
| * Fix delegate call analysisDan Finlay2016-10-262-1/+2
|/ | | | Fixed reference allowing transactions to be analyzed for delegate call again.
* Merge pull request #745 from MetaMask/i743-FixDelegateCallFlagkumavis2016-10-254-14/+35
|\ | | | | Reproduced issue 743 in test case
| * test - fix delegate-call testkumavis2016-10-254-12/+10
| |
| * Merge branch 'master' into i743-FixDelegateCallFlagkumavis2016-10-255-2/+37
| |\ | |/ |/|
* | Merge pull request #752 from MetaMask/i#741Dan Finlay2016-10-224-1/+36
|\ \ | | | | | | Add validations to txData param in send form
| * | Change regex in isHex functionFrankie2016-10-221-4/+1
| | |
| * | Merge branch 'i#741' of https://github.com/MetaMask/metamask-plugin into i#741Frankie2016-10-221-1/+1
| |\ \
| | * \ Merge branch 'master' into i#741Frankie2016-10-211-1/+1
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #751 from MetaMask/ClarifyCallbackRoleFrankie2016-10-211-1/+1
|\ \ \ \ | | | | | | | | | | Add note about callback param to sync method warning
| * | | | Add note about callback param to sync method warningDan Finlay2016-10-201-1/+1
|/ / / /
| * / / clean up the isHex functionFrankie2016-10-221-3/+4
| |/ /
| * | Clean up testsFrankie2016-10-211-4/+4
| | |
| * | Add test and ability for isHex to handle hex strings with hex-prefixFrankie2016-10-202-0/+6
| | |
| * | Fix up wordingFrankie2016-10-201-1/+1
| | |
| * | Fix CHANGELOGFrankie2016-10-201-0/+1
| | |
| * | Merge branch 'master' into i#741Frankie2016-10-204-3/+7
| |\ \ | |/ / |/| |
| * | Add unit test for isHex and add to CHANGELOG.mdFrankie2016-10-202-0/+18
| | |
| * | Add valdations to txData paramFrankie2016-10-202-0/+12
| | |
| | * Merge branch 'master' into i743-FixDelegateCallFlagKevin Serrano2016-10-194-3/+7
| | |\ | |_|/ |/| |
* | | Merge pull request #749 from MetaMask/Version-2.13.5Kevin Serrano2016-10-193-2/+4
|\ \ \ | | | | | | | | Version 2.13.5
| * | | Fix changelog dateDan Finlay2016-10-191-1/+1
| | | |
| * | | Fix cli flag capitalizationDan Finlay2016-10-191-1/+1
| | | |
| * | | Version 2.13.5v2.13.5Dan Finlay2016-10-192-1/+3
| | | |
| * | | Remove livereload from prod buildsDan Finlay2016-10-191-1/+1
|/ / /
* | | Merge pull request #748 from MetaMask/i746-ReloadBugkumavis2016-10-192-1/+3
|\ \ \ | |/ / |/| | Wait for first metamask data to establish ping-pong stream.
| * | Wait for first metamask data to establish ping-pong stream.Dan Finlay2016-10-192-1/+3
|/ / | | | | | | | | | | Prevents infinite reload loops when dapps take too long to load. Fixes #746.
| * Reproduced issue 743 in test caseDan Finlay2016-10-183-12/+35
|/ | | | | | This contract hex does include the value `f4`, but it was compiled from a contract with no instance of `.delegatecall`. I believe `f4` in this case is part of some other value or contract address, and `ethBinToOps` has some error in how it skips pushed data. @kumavis
* Merge pull request #744 from MetaMask/i738-IncreaseGaskumavis2016-10-183-1/+29
|\ | | | | Increase gas estimate by 100000 wei
| * Restore hex prefix to gas priceDan Finlay2016-10-182-1/+2
| |
| * Increase gas estimate by 100000 weiDan Finlay2016-10-183-1/+28
|/ | | | | | To prevent minor gas estimation errors, probably usually related to operating on dynamic state. Fixes #738.
* Merge pull request #737 from MetaMask/Version-2.13.4Kevin Serrano2016-10-183-2/+5
|\ | | | | Version 2.13.4
| * Version 2.13.4Dan Finlay2016-10-183-2/+5
|/
* Merge pull request #736 from MetaMask/i735-xmlfixDan Finlay2016-10-182-2/+15
|\ | | | | Prevent injections on XML
| * Merge branch 'master' into i735-xmlfixKevin Serrano2016-10-189-38/+213
| |\ | |/ |/|
* | Merge pull request #720 from MetaMask/i#495CustomGasFieldkumavis2016-10-179-38/+214
|\ \ | | | | | | add a gasPrice field
| * | Fix for lintingFrankie2016-10-141-1/+1
| | |
| * | Create callback and Clean-up detailsFrankie2016-10-144-12/+19
| | |
| * | fix spellingFrankie2016-10-141-4/+2
| | |
| * | Specify base 10 in bignumberFrankie2016-10-142-2/+2
| | |
| * | Merge branch 'master' into i#495CustomGasFieldFrankie2016-10-148-37/+59
| |\ \ | |/ / |/| |
| * | Fix gasPrice rangeFrankie2016-10-148-20/+37
| | |
| * | Merge branch 'master' into i#495CustomGasFieldFrankie2016-10-1216-83/+365
| |\ \
| * | | Add to CHANGELOGFrankie2016-10-111-0/+2
| | | |
| * | | Merge branch 'master' into i#495CustomGasFieldFrankie2016-10-1114-33/+58
| |\ \ \
| * | | | Add custom gas field to send pageFrankie2016-10-114-33/+185
| | | | |
| | | | * Lint.Kevin Serrano2016-10-161-1/+1
| | | | |
| | | | * Bump changelog.Kevin Serrano2016-10-161-0/+2
| | | | |
| | | | * Prevent XML from web3 injections.Kevin Serrano2016-10-161-2/+14
| |_|_|/ |/| | |
* | | | Merge pull request #730 from MetaMask/i695-dapp-reloadkumavis2016-10-137-35/+57
|\ \ \ \ | | | | | | | | | | dapp reload - fixed disconnect detection via polling
| * \ \ \ Merge branch 'master' into i695-dapp-reloadkumavis2016-10-131-2/+2
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #733 from MetaMask/tos-fixKevin Serrano2016-10-131-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fix misnamed variable.
| * | | | Remove logs.Kevin Serrano2016-10-131-2/+0
| | | | |
| * | | | Fix misnamed variable.Kevin Serrano2016-10-131-2/+4
|/ / / /
| * | | Merge branch 'master' into i695-dapp-reloadkumavis2016-10-1316-83/+365
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #723 from MetaMask/i721-ScrollAccountListFrankie2016-10-124-34/+69
|\ \ \ \ | | | | | | | | | | I721 scroll account list
| * \ \ \ Merge branch 'master' into i721-ScrollAccountListDan Finlay2016-10-1213-49/+296
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #702 from MetaMask/tosDan Finlay2016-10-1213-49/+296
|\ \ \ \ \ | |_|_|_|/ |/| | | | Terms of Service UI Update
| * | | | Remove logs.Kevin Serrano2016-10-121-3/+0
| | | | |
| * | | | Remove comments.Kevin Serrano2016-10-121-16/+0
| | | | |
| * | | | Merge branch 'tos' of github.com:MetaMask/metamask-plugin into tosKevin Serrano2016-10-121-0/+2
| |\ \ \ \
| | * | | | Fix bug where new vaults had no nicknamesDan Finlay2016-10-121-0/+2
| | | | | |
| * | | | | Cleanup.Kevin Serrano2016-10-124-13/+26
| |/ / / /
| * | | | lintKevin Serrano2016-10-121-2/+1
| | | | |
| * | | | Move tos hash comparison logic from background to mm controller.Kevin Serrano2016-10-122-27/+16
| | | | |
| * | | | Remove version from terms of service.Kevin Serrano2016-10-121-3/+1
| | | | |
| * | | | Move tos hash logic to build phase. Create dynamic global variables based on ↵Kevin Serrano2016-10-124-3/+12
| | | | | | | | | | | | | | | | | | | | build.
| * | | | Modify changelog.Kevin Serrano2016-10-071-0/+1
| | | | |
| * | | | Prevent back/login buttons from appearing on the terms of service.Kevin Serrano2016-10-071-0/+1
| | | | |
| * | | | Fix linting and guarantees set TOS hash.Kevin Serrano2016-10-071-0/+1
| | | | |
| * | | | Fix retention of terms of service hash across reloads of plugin.Kevin Serrano2016-10-071-1/+1
| | | | |
| * | | | Renamed variables to make more sense.Kevin Serrano2016-10-071-2/+2
| | | | |
| * | | | Add missing path require statement.Kevin Serrano2016-10-071-0/+1
| | | | |
| * | | | Merge branch 'tos' into tosplusupdatecheckKevin Serrano2016-10-071-1/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into tosKevin Serrano2016-10-071-1/+1
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | On update, check whether the TOS has changed using hashes.Kevin Serrano2016-10-061-1/+16
| | | | | |
| * | | | | Add controller functions for storing and checking TOS hashes.Kevin Serrano2016-10-061-1/+34
| | | | | |
| * | | | | Add new functions for storing TOS hashes in config manager.Kevin Serrano2016-10-061-0/+11
| | | | | |
| * | | | | Add string-hash as a package.Kevin Serrano2016-10-061-0/+1
| |/ / / /
| * | | | Merge branch 'master' into tosKevin Serrano2016-10-068-10/+21
| |\ \ \ \
| * | | | | Fix integration test.Kevin Serrano2016-10-061-8/+15
| | | | | |
| * | | | | Rewritten to react standards. Way easier.Kevin Serrano2016-10-052-10/+9
| | | | | |
| * | | | | Linting.Kevin Serrano2016-10-051-3/+3
| | | | | |
| * | | | | Add to changelog.Kevin Serrano2016-10-051-0/+3
| | | | | |
| * | | | | Rename drop menu item to be consistent with naming.Kevin Serrano2016-10-051-1/+1
| | | | | |
| * | | | | Add relevant legal links to help page.Kevin Serrano2016-10-051-8/+41
| | | | | |
| * | | | | Make config page title consistent with menu item.Kevin Serrano2016-10-051-1/+1
| | | | | |
| * | | | | Add links to relevant legal pages on user agreement page.Kevin Serrano2016-10-052-5/+14
| | | | | |
| * | | | | Add conditional logic for adding listener.Kevin Serrano2016-10-051-3/+5
| | | | | |
| * | | | | Add padding to markdown paragraphs.Kevin Serrano2016-10-051-0/+4
| | | | | |
| * | | | | Merge branch 'master' into tosKevin Serrano2016-10-0510-26/+40
| |\ \ \ \ \
| * | | | | | Add CSS rules for proper formatting.Kevin Serrano2016-10-051-1/+7
| | | | | | |
| * | | | | | Modify USER_AGREEMENT to be formatted properly.Kevin Serrano2016-10-051-36/+37
| | | | | | |
| * | | | | | Implemented scroll-to-bottom functionality for button activation.Kevin Serrano2016-10-051-2/+10
| | | | | | |
| * | | | | | Merge branch 'master' into tosKevin Serrano2016-10-039-20/+36
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge branch 'master' into tosKevin Serrano2016-09-1913-32/+114
| |\ \ \ \ \ \
| * | | | | | | Modify terms.Kevin Serrano2016-09-191-2/+2
| | | | | | | |
| * | | | | | | Merge branch 'master' into tosKevin Serrano2016-09-155-20/+23
| |\ \ \ \ \ \ \
| * | | | | | | | Modify user agreementKevin Serrano2016-09-151-28/+148
| | | | | | | | |
| | | | | | | * | Bump changelogDan Finlay2016-10-121-0/+1
| | | | | | | | |
| | | | | | | * | Remove flex class from account list containerDan Finlay2016-10-121-1/+1
| | | | | | | | |
| | | | | | | * | Add more accounts to account list ui stateDan Finlay2016-10-122-33/+67
| |_|_|_|_|_|/ / |/| | | | | | |
| | | | | | | * dapp reload - fixed disconnect detection via pollingkumavis2016-10-137-35/+57
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #710 from MetaMask/EmphasizeAutoUpdatingDan Finlay2016-10-061-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Emphasize auto-updating in announcement
| * | | | | | Emphasize auto-updating in announcementDan Finlay2016-10-061-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Helps avoid issues like #703 by emphasizing uninstalling is not required.
* | | | | | Merge pull request #709 from MetaMask/i707-MixedCaseAddressesDan Finlay2016-10-063-4/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add tolerance for mixed case addresses
| * | | | | | Made announcer use correct text boldingDan Finlay2016-10-061-1/+1
| | | | | | |
| * | | | | | Add tolerance for sending from mixed-case addresses.Dan Finlay2016-10-062-3/+3
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We had to convert to lower case, and also had to modify the new provider-engine sanitizer to tolerate mixed case addresses. Fixes #707
* | | | | | Merge pull request #708 from MetaMask/LittleFixes2.13.3Dan Finlay2016-10-064-6/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Little fixes
| * | | | | | Bump provider-engine versionDan Finlay2016-10-061-1/+1
| | | | | | |
| * | | | | | Correct async linkDan Finlay2016-10-061-4/+4
| | | | | | |
| * | | | | | Add extension store description for easy referenceDan Finlay2016-10-061-0/+8
| | | | | | |
| * | | | | | Rebuild dev statesDan Finlay2016-10-061-1/+1
|/ / / / / /
* | | | | | Merge pull request #701 from MetaMask/Version-2.13.3kumavis2016-10-053-2/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Version 2.13.3
| * | | | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into Version-2.13.3kumavis2016-10-058-4/+21
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #696 from MetaMask/SmallerCopiedButtonkumavis2016-10-053-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Formatting Fixes
| * \ \ \ \ \ Merge branch 'master' into SmallerCopiedButtonkumavis2016-10-055-3/+17
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #694 from MetaMask/AddAnnouncerScriptkumavis2016-10-052-1/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add announcer script
| * \ \ \ \ \ \ Merge branch 'master' into AddAnnouncerScriptkumavis2016-10-055-5/+10
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #700 from MetaMask/OperaCompatibilitykumavis2016-10-053-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add Opera compatibility
| * \ \ \ \ \ \ \ Merge branch 'master' into OperaCompatibilityDan Finlay2016-10-052-3/+7
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add Opera compatibilityDan Finlay2016-10-053-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix incorrect OS key - Add additional icon image sizes.
| | * | | | | | | Add announcer scriptDan Finlay2016-10-052-1/+14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I always keep writing up this same announcement message whenever I publish a new version. I've now written a script to automate my announcement formatting, it looks like this: ``` **MetaMask 2.13.2** now published to the Chrome Store! It should be available over the next hour! 2016-10-4 - Fix bug where chosen FIAT exchange rate does no persist when switching networks - Fix additional parameters that made MetaMask sometimes receive errors from Parity. - Fix bug where invalid transactions would still open the MetaMask popup. ```
| | * | | | | | Merge branch 'master' into SmallerCopiedButtonFrankie2016-10-052-3/+7
| | |\ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| | * | | | | | Bump changelogDan Finlay2016-10-051-0/+1
| | | | | | | |
| | * | | | | | Make popup a little tallerDan Finlay2016-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason the popup was often cutting off the bottom buttons of the UI. We should look at that more carefully later perhaps, but especially since we're considering moving off the popup, I'm just fixing it by making it taller for now.
| | * | | | | | Make seed word confirmation button font smallerDan Finlay2016-10-052-0/+3
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | To avoid formatting glitches on some machines.
| | * / / / / Version 2.13.3Dan Finlay2016-10-053-2/+6
| |/ / / / / |/| | | | | | | | | | | | | | | | | Bumps provider-engine to fix log query filtering bug.
* | | | | | Merge pull request #697 from MetaMask/StripPrivateKeyPrefixFrankie2016-10-052-3/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Removed hex prefix from private key export
| * | | | | Removed hex prefix from private key exportDan Finlay2016-10-052-3/+7
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | For compatibility with Jaxx, MEW, and Geth. Fixes #687
* | | | | Merge pull request #693 from MetaMask/Version-2.13.22.13.2Dan Finlay2016-10-053-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Version 2.13.2
| * | | | | Version 2.13.2Dan Finlay2016-10-053-2/+5
|/ / / / /
* | | | | Merge pull request #692 from MetaMask/ParityFixKevin Serrano2016-10-042-17/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | | Improve popup behavior for tx errors
| * | | | Improve popup behavior for parity errorsDan Finlay2016-10-042-17/+6
|/ / / / | | | | | | | | | | | | When we receive an invalid params error, instead of opening the popup and showing no tx, we now just forward that tx back to the UI code.
* | | | Merge pull request #689 from MetaMask/i#688Dan Finlay2016-10-022-1/+4
|\ \ \ \ | | | | | | | | | | Fix for where fiat conversion does not persist when switching networks
| * | | | Fix for readabilityFrankie2016-10-021-1/+1
| | | | |
| * | | | Add to CHANGELOGFrankie2016-10-011-0/+2
| | | | |
| * | | | Fix issue #688 where fiat conversion does not persist when switching networksFrankie2016-10-011-1/+2
|/ / / /
* | | | Merge pull request #684 from MetaMask/Version2.13.1Dan Finlay2016-09-233-3/+7
|\ \ \ \ | | | | | | | | | | Version 2.13.1
| * | | | Version 2.13.12.13.1Dan Finlay2016-09-233-3/+7
|/ / / /
* | | | Merge pull request #677 from MetaMask/i675-LoadingBuyDan Finlay2016-09-226-17/+18
|\ \ \ \ | | | | | | | | | | Show loading indication when selecting ShapeShift
| * \ \ \ Merge branch 'master' into i675-LoadingBuyDan Finlay2016-09-224-2/+10
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #678 from MetaMask/ParityComplianceDan Finlay2016-09-224-2/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | Parity compliance
| * | | | Version 2.13.0Dan Finlay2016-09-192-2/+4
| | | | |
| * | | | Bump web3 provider engine version for Parity complianceDan Finlay2016-09-191-1/+1
| | | | |
| * | | | Drop origin key from requests for Parity compatibilityDan Finlay2016-09-192-0/+6
|/ / / /
| * | | Space out purchase details on ShapeShift formDan Finlay2016-09-162-6/+5
| | | |
| * | | Merge branch 'master' into i675-LoadingBuyDan Finlay2016-09-162-4/+17
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #676 from MetaMask/tx-vizDan Finlay2016-09-162-4/+18
|\ \ \ \ | | | | | | | | | | Add eth-tx-viz link to tx history
| * | | | Fix CHANGELOG.md and restructure onClick eventsFrankie2016-09-162-18/+13
| | | | |
| * | | | lintingFrankie2016-09-161-21/+22
| | | | |
| * | | | Merge branch 'master' into tx-vizFrankie2016-09-1611-20/+88
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Add to CHANGELOG.mdFrankie2016-09-161-0/+3
| | | | |
| * | | | add tx-viz link to transaction historyFrankie2016-09-161-12/+27
| | | | |
| | * | | Show loading indication when selecting ShapeShiftDan Finlay2016-09-164-11/+14
| |/ / / |/| | |