Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6969 from MetaMask/developv7.0.0 | Dan Finlay | 2019-08-07 | 442 | -60997/+33907 |
|\ | |||||
| * | Merge pull request #6957 from MetaMask/Version-v7.0.0 | Thomas Huang | 2019-08-07 | 4 | -17/+28 |
| |\ | |||||
| | * | Add #6967 to changelog | Mark Stacey | 2019-08-07 | 1 | -0/+1 |
| | * | Merge remote-tracking branch 'origin/develop' into Version-v7.0.0 | Mark Stacey | 2019-08-07 | 3 | -8/+13 |
| | |\ | | |/ | |/| | |||||
| * | | Update mobile sync (#6967) | Bruno Barbieri | 2019-08-07 | 3 | -8/+13 |
| | * | Merge pull request #6968 from MetaMask/prevent-hidden-popup-overlay | Thomas Huang | 2019-08-07 | 2 | -15/+19 |
| | |\ | |||||
| | | * | Prevent hidden popup overlay | Mark Stacey | 2019-08-07 | 2 | -15/+19 |
| | |/ | |||||
| | * | Bump manifest version to 7.0.0 | Whymarrh Whitby | 2019-08-07 | 1 | -1/+1 |
| | * | Merge remote-tracking branch 'upstream/develop' into HEAD | Whymarrh Whitby | 2019-08-06 | 14 | -46/+58 |
| | |\ | | |/ | |/| | |||||
| * | | Only show notification expand icon when there are > 1 notifications that 'sho... | Dan J Miller | 2019-08-06 | 1 | -5/+4 |
| * | | Show seed phrase challenge in browser (#6961) | Dan J Miller | 2019-08-06 | 9 | -38/+45 |
| * | | Merge pull request #6959 from MetaMask/normalize-addresses-send-from-input | Thomas Huang | 2019-08-06 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Ensure showing of add contact dialog on send accounts for checksum inputs | Dan Miller | 2019-08-06 | 1 | -1/+1 |
| * | | | Merge pull request #6962 from MetaMask/develop-master-parity | Thomas Huang | 2019-08-06 | 3 | -2/+8 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Merge branch 'master' into develop-master-parity | Thomas | 2019-08-06 | 3 | -2/+8 |
| |/| | | |/ / |/| | | |||||
* | | | Version 6.7.3 (#6889) | Dan Finlay | 2019-07-19 | 2 | -1/+5 |
* | | | Merge pull request #6888 from MetaMask/ResubmitFix | Thomas Huang | 2019-07-19 | 1 | -0/+12 |
|\ \ \ | |||||
| * | | | Fix resubmit bug | Dan Finlay | 2019-07-19 | 1 | -0/+12 |
|/ / / | |||||
* | | | Merge pull request #6780 from MetaMask/Version-6.7.2 | Dan Finlay | 2019-07-04 | 60 | -1152/+742 |
|\ \ \ | |||||
| * | | | Version 6.7.2 gas limit fix (#6786)v6.7.2 | Dan J Miller | 2019-07-04 | 9 | -85/+273 |
| * | | | Version 6.7.2 RC1 | Dan Finlay | 2019-07-02 | 2 | -1/+16 |
| | | * | Version 7.0.0 | Dan Miller | 2019-08-03 | 1 | -1/+7 |
| | |/ | |||||
| | * | Address book name save fix (#6945) | Dan J Miller | 2019-08-03 | 10 | -33/+375 |
| | * | New notification fixes (#6955) | Dan J Miller | 2019-08-03 | 16 | -179/+238 |
| | * | Update code owners of manifest and lockfile (#6953) | Mark Stacey | 2019-08-03 | 1 | -2/+2 |
| | * | Restrict unconnected notice to specific protocols (#6954) | Mark Stacey | 2019-08-03 | 2 | -3/+10 |
| | * | Display seed phrase reminder if user has tokens (#6952) | Mark Stacey | 2019-08-03 | 1 | -1/+2 |
| | * | Upgrade to Babel 7 (#6942) | Mark Stacey | 2019-08-02 | 5 | -253/+426 |
| | * | Fix incremental security e2e test (#6948) | Mark Stacey | 2019-08-02 | 1 | -1/+1 |
| | * | Add browser recommendation to README (#6941) | Mark Stacey | 2019-08-02 | 1 | -0/+2 |
| | * | Increase minimum version of Firefox supported (#6939) | Mark Stacey | 2019-08-02 | 2 | -2/+2 |
| | * | Add migration to remove `seedWords` state (#6937) | Mark Stacey | 2019-08-02 | 2 | -0/+124 |
| | * | Fixes use of 'Enter' key to save contact in address book modal (#6946) | Dan J Miller | 2019-08-02 | 1 | -1/+1 |
| | * | split AccountDetails into a separate component (#6943) | Christopher Cooper | 2019-08-02 | 9 | -163/+210 |
| | * | I5849 incremental account security (#6874) | Dan J Miller | 2019-08-02 | 40 | -28/+1507 |
| | * | Remove logging of network dropdown props (#6940) | Thomas Huang | 2019-08-02 | 1 | -1/+0 |
| | * | Add test cases for migration 34 (#6938) | Whymarrh Whitby | 2019-08-02 | 1 | -0/+123 |
| | * | Default Privacy Mode to ON, allow force sharing address (#6904) | Whymarrh Whitby | 2019-08-01 | 21 | -117/+576 |
| | * | Enable indent linting via ESLint (#6936) | Whymarrh Whitby | 2019-08-01 | 118 | -1641/+1641 |
| | * | Address book send plus contact list (#6914) | Dan J Miller | 2019-08-01 | 98 | -1001/+4147 |
| | * | Switch from `npm` to `yarn` (#6843) | Mark Stacey | 2019-07-31 | 17 | -56044/+23322 |
| | * | Update publishing doc to reflect automation (#6899) | Whymarrh Whitby | 2019-07-30 | 2 | -5/+4 |
| | * | Hide Copy Tx ID and block explorer link for txns w/o hash (#6928) | Whymarrh Whitby | 2019-07-30 | 2 | -1/+72 |
| | * | Fix casing of Etherscan (#6927) | Whymarrh Whitby | 2019-07-29 | 1 | -4/+4 |
| | * | Remove unused props from routes and network dropdown (#6919) | Mark Stacey | 2019-07-29 | 2 | -67/+5 |
| | * | Override `ownProps` with state props in `SignatureRequest` (#6911) | Mark Stacey | 2019-07-26 | 2 | -9/+1 |
| | * | Remove `seedWords` completely from metamask state (#6920) | Mark Stacey | 2019-07-26 | 16 | -539/+8 |
| | * | Remove unused route constants (#6918) | Mark Stacey | 2019-07-26 | 1 | -12/+0 |
| | * | Improve Redux DevTools documentation (#6917) | Mark O'Sullivan | 2019-07-26 | 1 | -1/+1 |
| | * | Run `test-deps` in parallel with `prep-deps-npm` (#6909) | Mark Stacey | 2019-07-26 | 1 | -3/+1 |
| | * | Remove unused `seedPhrase` prop (#6913) | Mark Stacey | 2019-07-25 | 1 | -8/+1 |
| | * | Remove `AccountDropdownMini` component (#6906) | Mark Stacey | 2019-07-25 | 7 | -257/+33 |
| | * | Remove unused `time-remaining` component (#6912) | Mark Stacey | 2019-07-25 | 8 | -98/+22 |
| | * | Remove unused `unlockAccountMessage` callback (#6905) | Mark Stacey | 2019-07-25 | 3 | -3/+0 |
| | * | Fix `npm-audit` script (#6908) | Mark Stacey | 2019-07-25 | 4 | -3/+11 |
| | * | Update `extend` to address npm audit advisory (#6907) | Mark Stacey | 2019-07-25 | 1 | -3/+3 |
| | * | Single asset dropdown fix (#6900) | Kristian Tapia | 2019-07-24 | 3 | -2/+20 |
| | * | Check balance before testing it w/ isZero (#6898) | Whymarrh Whitby | 2019-07-24 | 1 | -1/+1 |
| | * | Resolve onion addresses (#6869) | Alessandro Ricottone | 2019-07-24 | 3 | -43/+32 |
| | * | Bump eth-sig-util to 2.3.0 (#6896) | Whymarrh Whitby | 2019-07-24 | 2 | -218/+39 |
| | * | Serve CSS as an external file (#6894) | Mark Stacey | 2019-07-24 | 10 | -45/+11 |
| | * | Replace deprecated Chrome API (#6895) | Mark Stacey | 2019-07-24 | 1 | -1/+1 |
| | * | Address resubmit bug (#6886) | Dan Finlay | 2019-07-19 | 1 | -0/+12 |
| | * | Remove Babel transformations for older browser versions (#6812) | Mark Stacey | 2019-07-19 | 3 | -19/+27 |
| | * | Set minimum browser version in manifest (#6877) | Mark Stacey | 2019-07-19 | 2 | -2/+4 |
| | * | Improve the Redux DevTools documentation (#6882) | Mark Stacey | 2019-07-19 | 1 | -1/+4 |
| | * | Add scripts to automate GitHub releases (#6653) | Whymarrh Whitby | 2019-07-18 | 7 | -1/+278 |
| | * | Targets base inputs and only prevents outline if user uses a mouse (#6871) | Terry Smith | 2019-07-17 | 4 | -9/+8 |
| | * | Broke the close notification window logic out into it's own action. (#6864) | Terry Smith | 2019-07-16 | 1 | -48/+36 |
| | * | Re enable the setMouseUserState styles. (#6860) | Terry Smith | 2019-07-16 | 3 | -2/+9 |
| | * | Abstract domain provider from its stream transport (#6670) | Dan Finlay | 2019-07-16 | 2 | -15/+65 |
| | * | Remove Drizzle tests (#6855) | Mark Stacey | 2019-07-16 | 5 | -337/+1 |
| | * | Show lockfile diffs on GitHub (#6857) | Whymarrh Whitby | 2019-07-16 | 1 | -0/+5 |
| | * | Update lodash transitive dependencies (#6856) | Mark Stacey | 2019-07-16 | 1 | -71/+74 |
| | * | Remove outdated development tools and documentation (#6845) | Mark Stacey | 2019-07-16 | 8 | -177/+0 |
| | * | Remove stray period from Learn More link (#6853) | Whymarrh Whitby | 2019-07-16 | 1 | -1/+1 |
| | * | Lint `.json` files (#6852) | Mark Stacey | 2019-07-15 | 30 | -42/+15 |
| | * | Add eslint dependency (#6842) | Mark Stacey | 2019-07-15 | 3 | -77/+765 |
| | * | Update version of Firefox used on CI (#6841) | Mark Stacey | 2019-07-15 | 1 | -1/+1 |
| | * | Add translation support for Learn more and All done on end-of-flow (#6847) | Terry Smith | 2019-07-15 | 2 | -4/+10 |
| | * | Merge pull request #6832 from MetaMask/master-rebased | Thomas Huang | 2019-07-13 | 11 | -87/+290 |
| | |\ | |||||
| | | * | Fix changelog formatting errors | Mark Stacey | 2019-07-12 | 1 | -7/+7 |
| | | * | Version 6.7.2 gas limit fix (#6786) | Dan J Miller | 2019-07-05 | 9 | -85/+273 |
| | | * | Version 6.7.2 RC1 | Dan Finlay | 2019-07-05 | 2 | -1/+16 |
| | * | | Sync lockfile (#6833) | Erik Marks | 2019-07-13 | 3 | -2029/+1500 |
| | * | | Remove unused AppVeyor configuration (#6840) | Mark Stacey | 2019-07-12 | 4 | -37/+1 |
| | * | | Remove unused expressions (#6839) | Mark Stacey | 2019-07-12 | 4 | -7/+13 |
| | * | | Add React and Redux DevTools (#6793) | Whymarrh Whitby | 2019-07-11 | 6 | -59/+1481 |
| | * | | Improve auto changelog script (#6753) | Mark Stacey | 2019-07-11 | 1 | -19/+53 |
| | * | | Fix wording in readdToken message (#6837) | Saxon Knight | 2019-07-11 | 1 | -1/+1 |
| | * | | Rename accountManager usages (#6790) | Whymarrh Whitby | 2019-07-11 | 6 | -17/+17 |
| | * | | Delete unused ui/example.js file (#6831) | Whymarrh Whitby | 2019-07-11 | 1 | -123/+0 |
| | * | | [ImgBot] Optimize images (#1) (#6829) | filmendless | 2019-07-10 | 34 | -0/+0 |
| | * | | Capitalized speed up label to match rest of UI (#6828) | Brian Soule | 2019-07-10 | 2 | -1/+2 |
| | * | | Create MetaFoxLogo component (#6819) | ryanml | 2019-07-10 | 10 | -91/+73 |
| | * | | Replace deprecated shell-parallel with concurrently (#6807) | Whymarrh Whitby | 2019-07-10 | 5 | -165/+704 |
| | * | | Remove job-screens CI job (#6823) | Whymarrh Whitby | 2019-07-09 | 5 | -441/+17 |
| | * | | Address various UI styling issues (#6744) | Dan J Miller | 2019-07-09 | 17 | -175/+155 |
| | * | | Replace react-addons-css-transition-group (#6816) | Mark Stacey | 2019-07-08 | 5 | -35/+73 |
| | * | | Remove `husky` from lockfile (#6815) | Mark Stacey | 2019-07-06 | 1 | -99/+0 |
| | * | | Remove unused `babel-polyfill` dependency (#6814) | Mark Stacey | 2019-07-06 | 1 | -1/+0 |
| | * | | Remove unused Babel transformations (#6811) | Mark Stacey | 2019-07-06 | 3 | -182/+6 |
| | * | | Remove unused `gulp-uglify` dependency (#6810) | Mark Stacey | 2019-07-06 | 2 | -40/+0 |
| | * | | Declare variables before use (#6806) | Mark Stacey | 2019-07-06 | 8 | -97/+99 |
| | * | | Added visual documentation of the account menu component (#6775) | Mark O'Sullivan | 2019-07-05 | 2 | -0/+21 |
| | * | | Check for invalid gas estimates from local storage (#6800) | Mark Stacey | 2019-07-05 | 8 | -139/+347 |
| | |/ | |||||
| | * | Remove `disc` (#6801) | Mark Stacey | 2019-07-04 | 4 | -213/+0 |
| | * | Increase CircleCI `addons-linter` memory (#6802) | Mark Stacey | 2019-07-04 | 1 | -1/+1 |
| | * | Remove UiMigrationAnnouncement and associated state (#6794) | Whymarrh Whitby | 2019-07-04 | 16 | -133/+0 |
| | * | Omit integration tests from default test script (#6803) | Mark Stacey | 2019-07-04 | 1 | -1/+1 |
| | * | Reduce time to show tx "speed up" buttons to 5 seconds. (#6797) | Dan Finlay | 2019-07-04 | 1 | -1/+1 |
| | * | Fix PropType warning (#6792) | Mark Stacey | 2019-07-04 | 1 | -1/+1 |
| | * | Add Mark Stacey (Kyokan) to UI CodeOwners (#6798) | Dan Finlay | 2019-07-04 | 1 | -1/+1 |
| | * | Move e2e tests out of beta dir (#6785) | Whymarrh Whitby | 2019-07-03 | 18 | -374/+22 |
| | * | Update eth-contract-metadata to use published registry version (#6784) | Whymarrh Whitby | 2019-07-03 | 2 | -13/+15 |
| | * | Update asmcrypto.js to latest version (#6767) | Mark Stacey | 2019-07-03 | 3 | -5/+7 |
| | * | Added Confirmation Modal for Delete Network (#6776) | Akshit Kr Nagpal | 2019-07-02 | 10 | -17/+114 |
| | * | Move Browserify transforms to gulpfile (#6768) | Mark Stacey | 2019-07-02 | 2 | -7/+3 |
| |/ | |||||
| * | Merge pull request #6765 from MetaMask/master | Dan Finlay | 2019-07-02 | 12 | -41/+168 |
| |\ | |/ |/| | |||||
* | | Fix whitespace | Dan Finlay | 2019-07-02 | 1 | -1/+1 |
* | | Re-enable sourcemaps publishing | Dan Finlay | 2019-07-02 | 1 | -15/+15 |
* | | Merge pull request #6778 from MetaMask/DisableReleaseScript | Dan Finlay | 2019-07-02 | 1 | -13/+13 |
|\ \ | |||||
| * | | Disable release script from CircleCI | Dan Finlay | 2019-07-02 | 1 | -13/+13 |
|/ / | |||||
* | | Merge pull request #6764 from MetaMask/Version-6.7.1 | Dan Finlay | 2019-06-28 | 10 | -31/+145 |
|\ \ | |||||
| * | | Version 6.7.1v6.7.1 | Mark Stacey | 2019-06-28 | 2 | -1/+4 |
| * | | Fixes display of confirm screen token decimals by not relying on confirmTrans... | Dan Miller | 2019-06-28 | 6 | -14/+117 |
| * | | Adds e2e tests that fail when token decimals are displaying incorrectly. | Dan Miller | 2019-06-28 | 2 | -16/+24 |
|/ / | |||||
* | | Merge pull request #6749 from MetaMask/v6.7.0 | Dan Finlay | 2019-06-27 | 25 | -263/+390 |
|\ \ | |||||
| * | | Version 6.7.0v6.7.0 | Thomas | 2019-06-26 | 2 | -1/+10 |
| * | | Add simulation failure to tx confirmation when transaction simulationFails | Thomas | 2019-06-26 | 1 | -0/+4 |
* | | | Merge pull request #6721 from MetaMask/Version-6.6.2 | Thomas Huang | 2019-06-18 | 44 | -7122/+21293 |
|\ \ \ | |||||
* \ \ \ | Merge pull request #6695 from MetaMask/develop | Dan Finlay | 2019-06-07 | 5 | -64/+15 |
|\ \ \ \ | |||||
* \ \ \ \ | Merge pull request #6683 from MetaMask/develop | Thomas Huang | 2019-06-05 | 54 | -1660/+2579 |
|\ \ \ \ \ | |||||
* \ \ \ \ \ | Merge pull request #6616 from MetaMask/develop | Thomas Huang | 2019-05-16 | 4 | -3/+6 |
|\ \ \ \ \ \ | |||||
* \ \ \ \ \ \ | Merge pull request #6599 from MetaMask/develop | Dan Finlay | 2019-05-15 | 154 | -1337/+3403 |
|\ \ \ \ \ \ \ | |||||
* \ \ \ \ \ \ \ | Merge pull request #6523 from MetaMask/develop | Thomas Huang | 2019-04-27 | 9 | -35/+40 |
|\ \ \ \ \ \ \ \ | |||||
* \ \ \ \ \ \ \ \ | Merge pull request #6484 from MetaMask/develop | Dan Finlay | 2019-04-25 | 233 | -648/+2002 |
|\ \ \ \ \ \ \ \ \ | |||||
* \ \ \ \ \ \ \ \ \ | Merge pull request #6419 from MetaMask/develop | Thomas Huang | 2019-04-09 | 42 | -2575/+303 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * | Validate txParams in TransactionStateManager.addTx (#6713) | Akshit Kr Nagpal | 2019-06-29 | 2 | -6/+82 |
| | | | | | | | | | * | Merge pull request #6759 from Gudahtt/node-v10 | Dan Finlay | 2019-06-28 | 4 | -31/+29 |
| | | | | | | | | | |\ | |||||
| | | | | | | | | | | * | Update to Node.js v10 | Mark Stacey | 2019-06-27 | 4 | -31/+29 |
| | | | | | | | | | * | | Handle invalid strings during seed phrase import (#6743) | Whymarrh Whitby | 2019-06-28 | 2 | -4/+93 |
| | | | | | | | | | * | | Fix seed phrase import back button (#6758) | Mark Stacey | 2019-06-27 | 1 | -0/+1 |
| | | | | | | | | | * | | Refactor account-details-modal (#6751) | Mark Stacey | 2019-06-27 | 5 | -108/+116 |
| | | | | | | | | | |/ | |||||
| | | | | | | | | | * | Generate complete source maps (#6756) | Mark Stacey | 2019-06-27 | 1 | -1/+0 |
| | | | | | | | | | * | Fixes #6760, correct PropTypes for nextRoute (#6761) | ryanml | 2019-06-27 | 1 | -1/+1 |
| | | | | | | | | | * | Use inline source maps in development (#6754) | Mark Stacey | 2019-06-27 | 1 | -4/+11 |
| | | | | | | | | | * | Merge pull request #6589 from MetaMask/DocumentHotfixProtocol | Dan Finlay | 2019-06-26 | 1 | -0/+13 |
| | | | | | | | | | |\ | |||||
| | | | | | | | | | | * | Document hotfix protocol | Dan Finlay | 2019-05-10 | 1 | -0/+13 |
| | | | | | | | | | * | | Merge pull request #6738 from whymarrh/lockfile-reviewer | Whymarrh Whitby | 2019-06-26 | 1 | -0/+1 |
| | | | | | | | | | |\ \ | |||||
| | | | | | | | | | | * | | Add codeowner for package*.json files | Whymarrh Whitby | 2019-06-21 | 1 | -0/+1 |
| | | | | | | | | | * | | | Merge pull request #6735 from whymarrh/node-8.16 | Whymarrh Whitby | 2019-06-26 | 2 | -17/+17 |
| | | | | | | | | | |\ \ \ | |||||
| | | | | | | | | | | * | | | ci: Update to Node 8.16 Docker images | Whymarrh Whitby | 2019-06-20 | 1 | -16/+16 |
| | | | | | | | | | | * | | | nvm: Update to 8.16 | Whymarrh Whitby | 2019-06-20 | 1 | -1/+1 |
| | | | | | | | | | | |/ / | |||||
| | | | | | | | | | * | | | Merge pull request #6736 from whymarrh/unused-deps | Whymarrh Whitby | 2019-06-25 | 2 | -458/+66 |
| | | | | | | | | | |\ \ \ | |||||
| | | | | | | | | | | * | | | Uninstall unused jshint-stylish | Whymarrh Whitby | 2019-06-21 | 2 | -24/+0 |
| | | | | | | | | | | * | | | Uninstall unused prompt | Whymarrh Whitby | 2019-06-21 | 2 | -121/+4 |
| | | | | | | | | | | * | | | Sort deps correctly | Whymarrh Whitby | 2019-06-21 | 1 | -1/+1 |
| | | | | | | | | | | * | | | Uninstall unused react-addons-test-utils & react-testutils-additions | Whymarrh Whitby | 2019-06-21 | 2 | -32/+0 |
| | | | | | | | | | | * | | | sync lockfile dev flags | Whymarrh Whitby | 2019-06-21 | 1 | -20/+59 |
| | | | | | | | | | | * | | | Uninstall unused sandwich-expando, semaphore, semver, & shallow-copy | Whymarrh Whitby | 2019-06-21 | 2 | -47/+0 |
| | | | | | | | | | | * | | | Uninstall unused react-markdown dependency | Whymarrh Whitby | 2019-06-21 | 2 | -144/+2 |
| | | | | | | | | | | * | | | Uninstall unused pumpify | Whymarrh Whitby | 2019-06-21 | 1 | -1/+0 |
| | | | | | | | | | | * | | | Uninstall unused pojo-migrator | Whymarrh Whitby | 2019-06-21 | 2 | -6/+0 |
| | | | | | | | | | | * | | | Uninstall unused multiplex | Whymarrh Whitby | 2019-06-21 | 2 | -18/+0 |
| | | | | | | | | | | * | | | Uninstall unused fast-levenshtein | Whymarrh Whitby | 2019-06-21 | 1 | -1/+0 |
| | | | | | | | | | | * | | | Uninstall unused lodash.uniqby | Whymarrh Whitby | 2019-06-21 | 1 | -1/+0 |
| | | | | | | | | | | * | | | Uninstall unused eth-hd-keyring | Whymarrh Whitby | 2019-06-21 | 1 | -1/+0 |
| | | | | | | | | | | * | | | Uninstall unused lodash.memoize | Whymarrh Whitby | 2019-06-21 | 1 | -1/+0 |
| | | | | | | | | | | * | | | Uninstall unused hat | Whymarrh Whitby | 2019-06-21 | 2 | -6/+0 |
| | | | | | | | | | | * | | | Uninstall unused identicon.js | Whymarrh Whitby | 2019-06-21 | 2 | -6/+0 |
| | | | | | | | | | | * | | | Uninstall unused extension-link-enabler | Whymarrh Whitby | 2019-06-21 | 2 | -9/+0 |
| | | | | | | | | | | * | | | Uninstall unused eth-bin-to-ops | Whymarrh Whitby | 2019-06-21 | 2 | -10/+0 |
| | | | | | | | | | | * | | | Uninstall unused ensnare | Whymarrh Whitby | 2019-06-21 | 2 | -9/+0 |
| | | | | | | | | | | |/ / | |||||
| | | | | | | | | | * | | | Update README test instructions | Mark Stacey | 2019-06-25 | 1 | -4/+2 |
| | | | | | | | | | * | | | Fix 'watch' npm script | Mark Stacey | 2019-06-25 | 1 | -1/+1 |
| | | | | | | | | | * | | | Merge pull request #6745 from MetaMask/fix-readme | Whymarrh Whitby | 2019-06-25 | 1 | -6/+4 |
| | | | | | | | | | |\ \ \ | |||||
| | | | | | | | | | | * | | | Clarify dev build (`npm start`) in README | Whymarrh Whitby | 2019-06-25 | 1 | -1/+1 |
| | | | | | | | | | | * | | | Update commands in README for building locally | Whymarrh Whitby | 2019-06-24 | 1 | -6/+4 |
| | | | | | | | | | | |/ / | |||||
| | | | | | | | | | * / / | Remove shapeshift deposit form (#6746) | Mark Stacey | 2019-06-25 | 28 | -434/+2 |
| | | | | | | | | | |/ / | |||||
| | | | | | | | | | * | | Add loading view to notification.html (#6648) | Chi Kei Chan | 2019-06-20 | 2 | -1/+24 |
| | | | | | | | | | * | | Merge pull request #6731 from bbondy/develop | Dan Finlay | 2019-06-20 | 1 | -0/+2 |
| | | | | | | | | | |\ \ | |||||
| | | | | | | | | | | * | | Add brave as a platform type for MetaMask | Brian R. Bondy | 2019-06-20 | 1 | -0/+2 |
| | | | | | | | | | |/ / | | | | | | | | | |/| | | |||||
| | | | | | | | | | * | | Merge pull request #6728 from MetaMask/i#6724 | Dan Finlay | 2019-06-20 | 2 | -8/+6 |
| | | | | | | | | |/| | | |||||
| | | | | | | | | | * | | transactions - always hexprefix txParams on update; fixes #6724 | frankiebee | 2019-06-19 | 2 | -8/+6 |
| | | | | | | | | |/ / | |||||
| | | | | | | | | * | | 4byte fallback (#6551) | Whymarrh Whitby | 2019-06-18 | 23 | -262/+376 |
| | | | | | | | | * | | Merge pull request #6698 from MetaMask/Version-6.6.2 | Thomas Huang | 2019-06-18 | 2 | -1/+5 |
| | | | | | | | | |\ \ | | | | | | | | | |/ / | | | | | | | | |/| | | |||||
| | | | | | | | * | | | Merge branch 'develop' into Version-6.6.2 | Thomas Huang | 2019-06-18 | 39 | -241/+422 |
| | | | | | | | |\| | | |||||
| | | | | | | | | * | | remove broken readme link (#6720) | bobby dresser | 2019-06-18 | 1 | -1/+1 |
| | | | | | | | | * | | Add delete to custom RPC form (#6718, #6650) | Dan J Miller | 2019-06-17 | 11 | -60/+229 |
| | | | | | | | | * | | Fix styles on 'import account' page, update help link (#6700) | Kirill Goncharov | 2019-06-17 | 3 | -2/+7 |
| | | | | | | | | * | | Wrap smaller custom block explorer url text (#6714) | Thomas Huang | 2019-06-17 | 4 | -3/+16 |
| | | | | | | | | * | | MetaMorph - Spacing and Typeface on Extension Main view (#6584) | Chi Kei Chan | 2019-06-13 | 19 | -171/+142 |
| | | | | | | | | * | | Feature: sync with mobile v2 (#6673) | Esteban MiƱo | 2019-06-12 | 1 | -3/+26 |
| | | | | | | | | * | | pin ethereumjs-tx (#6706) | Thomas Huang | 2019-06-11 | 1 | -1/+1 |
| | | | | | | | * | | | Version 6.6.2 RC1v6.6.2 | Dan Finlay | 2019-06-08 | 2 | -1/+5 |
| | | | | | | | |/ / | |||||
| | | | | | | | * | | Merge pull request #6690 from MetaMask/npm-audit | Thomas Huang | 2019-06-07 | 5 | -6881/+20867 |
| | | | | | | |/| | | |||||
| | | | | | | | * | | ci: Enable npm audit check | Whymarrh Whitby | 2019-06-07 | 3 | -13/+49 |
| | | | | | | | * | | Successful `npm audit' with all required pkgs | Whymarrh Whitby | 2019-06-07 | 2 | -0/+11545 |
| | | | | | | | * | | npm audit: Works with gaba but w/o ganache-core | Whymarrh Whitby | 2019-06-07 | 2 | -6283/+365 |
| | | | | | | | * | | npm audit: Break karma, 1 less low, 1 less high | Whymarrh Whitby | 2019-06-07 | 2 | -661/+234 |
| | | | | | | | * | | npm audit: Use eth-json-rpc-infura@3 | Whymarrh Whitby | 2019-06-07 | 2 | -267/+438 |
| | | | | | | | * | | Move eth-json-rpc-middleware into prod dependencies | Whymarrh Whitby | 2019-06-07 | 2 | -118/+91 |
| | | | | | | | * | | Break Storybook-related pkgs to reduce listed vulnerabilities | Whymarrh Whitby | 2019-06-07 | 2 | -3182/+8282 |
| | | | | | | | * | | npm audit fix | Whymarrh Whitby | 2019-06-07 | 2 | -2488/+3951 |
| | | | | | | | * | | npm audit: Works with eth-trezor-keyring | Whymarrh Whitby | 2019-06-07 | 2 | -0/+122 |
| | | | | | | | * | | npm audit: Works with eth-ledger-bridge-keyring | Whymarrh Whitby | 2019-06-07 | 2 | -0/+86 |
| | | | | | | | * | | npm audit: Works with eth-json-rpc-middleware | Whymarrh Whitby | 2019-06-07 | 2 | -36/+231 |
| | | | | | | | * | | npm audit: Works with eth-json-rpc-filters | Whymarrh Whitby | 2019-06-07 | 2 | -0/+251 |
| | | | | | | | * | | npm audit: Works with eth-json-rpc-infura | Whymarrh Whitby | 2019-06-07 | 2 | -0/+2644 |
| | | | | | | | * | | Add ethereumjs-tx dependency back | Whymarrh Whitby | 2019-06-07 | 2 | -3/+38 |
| | | | | | | | * | | Successful `npm audit' run w/o some packages | Whymarrh Whitby | 2019-06-07 | 2 | -1290/+0 |
| | | | | | | |/ / | | | | | | |/| | | |||||
| | | | | | | * | | Merge pull request #6692 from MetaMask/Version-6.6.1 | Jenny Pollack | 2019-06-07 | 2 | -1/+5 |
| | | | | | | |\ \ | |||||
| | | | | | | | * | | Version 6.6.1 RC1v6.6.1 | Dan Finlay | 2019-06-07 | 2 | -1/+5 |
| | | | | | | |/ / | |||||
| | | | | | | * | | Merge pull request #6691 from MetaMask/revert-6606 | Dan Finlay | 2019-06-07 | 3 | -63/+10 |
| | | | | | |/| | | |||||
| | | | | | | * | | Revert "fixed #5524" | Jenny Pollack | 2019-06-07 | 3 | -63/+10 |
| | | | | | |/ / | |||||
| | | | | | * | | Merge pull request #6679 from MetaMask/Version-6.6.0v6.6.0 | Thomas Huang | 2019-06-05 | 2 | -1/+8 |
| | | | | | |\ \ | |||||
| | | | | | | * | | Version 6.6.0 RC1 | Dan Finlay | 2019-06-04 | 2 | -1/+8 |
| | | | | | |/ / | |||||
| | | | | | * | | Merge pull request #6678 from MetaMask/revert-6654-manifest-permissions | Dan Finlay | 2019-06-04 | 1 | -0/+1 |
| | | | | | |\ \ | |||||
| | | | | | | * | | Revert "Remove clipboardWrite permission" | Dan Finlay | 2019-06-04 | 1 | -0/+1 |
| | | | | | |/ / | |||||
| | | | | | * | | feature: integrate gaba/CurrencyRateController (#6570) | Paul Bouchon | 2019-06-01 | 7 | -8102/+7829 |
| | | | | | * | | Merge pull request #6654 from whymarrh/manifest-permissions | Dan Finlay | 2019-06-01 | 1 | -1/+0 |
| | | | | | |\ \ | |||||
| | | | | | | * | | Remove clipboardWrite permission | Whymarrh Whitby | 2019-05-24 | 1 | -1/+0 |
| | | | | | * | | | Merge pull request #6671 from MetaMask/bugfix/enable-rejection | Dan Finlay | 2019-06-01 | 1 | -2/+2 |
| | | | | | |\ \ \ | |||||
| | | | | | | * | | | bugfix: reject enable promise on user rejection | bitpshr | 2019-06-01 | 1 | -2/+2 |
| | | | | | |/ / / | |||||
| | | | | | * | | | Merge pull request #6402 from pldespaigne/issue#5742_update_ens_resolver_to_e... | Thomas Huang | 2019-05-31 | 10 | -8340/+9056 |
| | | | | | |\ \ \ | |||||
| | | | | | | * \ \ | merge | pldespaigne | 2019-05-31 | 361 | -2571/+6170 |
| | | | | | | |\ \ \ | | | | | | | |/ / / | | | | | | |/| | | | |||||
| | | | | | * | | | | Merge pull request #6659 from matkam/develop | Thomas Huang | 2019-05-29 | 1 | -8/+0 |
| | | | | | |\ \ \ \ | |||||
| | | | | | | * | | | | lint cleanup | Mathew Kamkar | 2019-05-25 | 1 | -2/+0 |
| | | | | | | * | | | | Enable Ledger hardware wallet support on Firefox | Mathew Kamkar | 2019-05-25 | 1 | -6/+0 |
| | | | | | |/ / / / | |||||
| | | | | | * | | | | Merge pull request #6652 from whymarrh/clean-editorconfig | Whymarrh Whitby | 2019-05-24 | 1 | -15/+0 |
| | | | | | |\ \ \ \ | |||||
| | | | | | | * | | | | Clean EditorConfig file | Whymarrh Whitby | 2019-05-23 | 1 | -15/+0 |
| | | | | | | | |/ / | | | | | | | |/| | | |||||
| | | | | | * / | | | Ensures that transactions cannot be confirmed if gas limit is below 21000. (#... | Dan J Miller | 2019-05-23 | 2 | -2/+24 |
| | | | | | |/ / / | |||||
| | | | | | * | | | transactions/deps - use broken out nonce-tracker module (#6555) | Frankie | 2019-05-21 | 5 | -407/+74 |
| | | | | | * | | | Fix grammatical error in i18n endOfFlowMessage6 (#6633) | Chi Kei Chan | 2019-05-21 | 1 | -1/+1 |
| | | | | | * | | | Merge pull request #6632 from whymarrh/fix-lint | Thomas Huang | 2019-05-21 | 1 | -1/+1 |
| | | | | | |\ \ \ | |||||
| | | | | | | * | | | Remove unused fn arguments in AmountMaxButton | Whymarrh Whitby | 2019-05-21 | 1 | -1/+1 |
| | | | | | |/ / / | |||||
| | | | | | * | | | MetaMetrics documentation (#6624) | Dan J Miller | 2019-05-21 | 2 | -9/+115 |
| | | | | | * | | | Update translation (#6628) | matteopey | 2019-05-21 | 1 | -4/+230 |
| | | | | | * | | | Improved UX for sweeping accounts (#6488) | Etienne Dusseault | 2019-05-21 | 20 | -55/+314 |
| | | | | | * | | | Merge pull request #6621 from MetaMask/Version-6.5.3 | Thomas Huang | 2019-05-17 | 2 | -1/+8 |
| | | | | | |\ \ \ | |||||
| | | | | | | * | | | Version 6.5.3 RC1v6.5.3 | Dan Finlay | 2019-05-16 | 2 | -1/+8 |
| | | | | | |/ / / | |||||
| | | | | | * | | | Merge pull request #6619 from MetaMask/bugfix/enable-locked | Dan Finlay | 2019-05-16 | 1 | -1/+2 |
| | | | | | |\ \ \ | |||||
| | | | | | | * | | | bugfix: show extension window if locked regardless of approval | bitpshr | 2019-05-16 | 1 | -1/+2 |
| | | | | | |/ / / | |||||
| | | | | | * | | | drop transactions who's nonce is lower then the known network nonce but were ... | Frankie | 2019-05-16 | 3 | -13/+113 |
| | | | | | * | | | Merge pull request #6606 from industral/issue-5524 | Thomas Huang | 2019-05-16 | 3 | -10/+63 |
| | | | | | |\ \ \ | |||||
| | | | | | | * | | | fixed #5524 | Alex Ivasyuv | 2019-05-15 | 3 | -10/+63 |
| | | | | | * | | | | Adds e2e test for removing imported accounts. (#6615) | Dan J Miller | 2019-05-16 | 2 | -3/+54 |
| | | | | |/ / / / | |||||
| | | | | * | | | | Merge pull request #6614 from MetaMask/Version-6.5.2v6.5.2 | Dan Finlay | 2019-05-16 | 2 | -1/+4 |
| | | | | |\ \ \ \ | |||||
| | | | | | * | | | | Version Bump | Thomas Huang | 2019-05-15 | 2 | -1/+4 |
| | | | | |/ / / / |