/ftp/net2ftp/files/

/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version Bump (#5909)v5.2.0Thomas Huang2018-12-12153-3008/+11652
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds new gas customization modal container (without content) * Adds the content of the advanced tab - w/o chart or dynamic content - to gas customize modal. * Use correct message key in gas-modal-page-container.component.js * Use BEM for css in gas-modal-page-container * Split advanced-tab-content.component.js render() method into smaller pieces; add translations to the same file. * Remove gas slider from advance-tab-content.component * Add tests for advanced-tab-component.js and subcomponents. * Improve styling of advanced-tab-content gasInput row * Adds basic tab content to gas customizer, with styled button group (static, for now). * Connect the gas-button-group component to redux and a live api. * Improvements to propdefaults in button-group.component and basic-tab-content.component * Styling fixes for gas customization advanced tab content. * Adds gas-duck.test.js tests. * Connects remained of the gas customization component to redux. * Integrate gas buttons with the send screen. * Test updates and additions for button integration with send screen. * Adds redesign for the customize gas advanced tab. * Adds not yet functional gas price chart. * Gas price chart improvements, redesign, bug fixes, and set up to receive external data * Read only connection of gas price chart to redux * Clean up for advanced gas tab customization changes. * Complete integration of gas chart with redux. * Add control arrows to advanced gas tab inputs. * Lint and unit test fixes. * Clean up gas chart code. * Update tests, plus some lint fixes, for gas-price-chart * Improve data management and tests for gas-modal-page-container price estimates. * Clean up for mmui-i11-custom-gas-price-chart branch * Redesign of gas customization basic tab. * Adds createSpeedUpTransaction to txController * Connect gas price chart to gas station api. * Adds speed up slide-in gas customization sidebar * Update e2e tests for new gas customization modal. * Fixes for components that break e2e gas customization tests, plus unit test updates. * Remove gas customization integration tests (in favour of e2e tests) * Add gas data to integration test json data set. * Add c3 and d3 to the separate dependencies bundle. * Make gas customization modal responsive. * Fix "fastest" translation message; change to sentence case * Uses more reliable api on main send screen; caches basic api results in modal * Add loading spinners when waiting for APIs in the gas customization modal * Modify results of API data to better fit gas chart: remove outliers, pad data * Clear custom gas data on hiding of gas customization modal. * Improve responsiveness of customize speed up slider. * Final gas customization fixes * Fix styling of send screen in extension view when hex data on. * Replace height: 100% rule with workaround for flexbox quirks * Fill in more Polish message translations * Update lockfile to fix errors npm has informed me that the lockfile has "errors": npm ERR! code ELOCKVERIFY npm ERR! Errors were found in your package-lock.json, run npm install to fix them. npm ERR! Missing: c3@^0.6.7 npm ERR! Invalid: lock file's d3@3.5.17 does not satisfy d3@^5.7.0 * circleci: Disable npm audit when installing packages Auditing packages when installing here doesn't help anyone as the summary isn't visible and vulnerabilities don't produce a non-zero exit code. We will have `npm audit` as an extra CI job. * npm audit fix * circleci: Replace nsp with npm audit Refs #4751 * Remove beefy dependency and its usages Refs #4768 Refs #5389 This changeset removes the beefy package that: 1. Was last published 2 yrs ago 2. Brought with it 1 moderate and 1 critical vulnerability 3. Was only used in scripts that no longer work * npm uninstall open * Update ganache-core to mitigate vuln === npm audit security report === > # Run npm install --save-dev ganache-core@2.3.1 to resolve 1 vulnerability ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Memory Exposure │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ ganache-core [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ ganache-core > level-sublevel > levelup > bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/596 │ └───────────────┴──────────────────────────────────────────────────────────────┘ * Deduplicate package.json file From `npm install`: > npm WARN The package css-loader is included as both a dev and production dependency. > npm WARN The package eslint-plugin-react is included as both a dev and production dependency. > npm WARN The package file-loader is included as both a dev and production dependency. > npm WARN The package gulp is included as both a dev and production dependency. It's also worth noting that the Gulp version we were using was inconsistent and there is a published v4 release on GitHub. * Fix race condition in network controller lookup() method. * Group transactions by nonce (#5886) * fix formatting of 32-byte strings in personal_sign (#5878) * Bump json-rpc-engine to v4.0.0 * Bump package lock, mostly to https links * Improve ux for low gas price set (#5862) * Show user warning if they set gas price below safelow minimum, error if 0. * Properly cache basic price estimate data. * Default retry price to recommended price if original price was 0x0 * Use mock fetch in send-new-ui integration tests. * Show Failed transaction in the browser notification for on-chain failures (#5904) * Changelog and version bump for 5.2.0
* Merge pull request #5879 from MetaMask/developThomas Huang2018-12-0458-123/+518
|\ | | | | Version 5.1.0
| * Merge pull request #5876 from MetaMask/Version-5.1.0v5.1.0Thomas Huang2018-12-042-1/+8
| |\ | | | | | | Version 5.1.0: East Bay Represent
| | * Version 5.1.0: East BayDan Finlay2018-12-042-1/+8
| |/
| * Merge pull request #5875 from MetaMask/UpdatePhishingWarningThomas Huang2018-12-041-5/+4
| |\ | | | | | | Update phishing warning copy
| | * Update phishing warning copyDan Finlay2018-12-041-5/+4
| | | | | | | | | | | | Per advice of legal counsel.
| * | Add docs link (#5870)Dan Finlay2018-12-041-1/+3
| |/
| * Hide link for phishing-detect page (#5864)Michael - Blurpesec2018-12-021-1/+1
| | | | | | | | | | | | * Soften language on phishing-detect page * remove quotes
| * Merge pull request #5865 from MetaMask/mmc-fixBruno Barbieri2018-12-011-1/+0
| |\ | | | | | | Fix visibility of mmc
| | * fix visibilityBruno Barbieri2018-12-011-1/+0
| |/
| * Save recent network balances in local storage (#5843)Dan J Miller2018-12-0115-28/+290
| | | | | | | | | | | | | | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com>
| * bugfix: normalize contract addresss when fetching exchange rates (#5863)Paul Bouchon2018-12-011-1/+3
| |
| * Fixed Vivek's bug (#5860)Dan Finlay2018-11-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed Vivek's bug Fixes #5850 What was happening: It seems that his MetaMask had crashed while some new transactions had been loading defaults. He probably had a network connectivity issue to Infura (which we are working with Infura to address). As a result of this network cutout, his three unapproved transactions were not marked failed, and were not marked as `loadingDefaults = false`, as their gas prices had not yet been estimated. Normally this behavior is supposed to clean itself up when the transaction controller starts up, via the `TransactionController._onBootCleanUp()` function, but in this case, during unlock, that function was unable to do its job because when it requested the transaction list, the current network was in the `loading` state, making it proceed as if there were no pending transactions. To fix this, I am doing two things: - Setting transactions to loadingDefaults = false in more catch blocks. - Calling `onBootCleanUp()` when the network store's status changes, so that it will re-trigger when loading completes. * Fixed reference * Fixed infinite loop bug Was refreshing the tx list on every tx state change instead of just network changes, creating an infinite loop. * Add notes to tx updates to clarify logs
| * Version 5.0.4 RC1 (#5859)v5.0.4Dan Finlay2018-11-302-2/+24
| |
| * transactions/tx-gas-utils - add the acctual response for eth_getCode for ↵Frankie2018-11-301-0/+9
| | | | | | | | NO_CONTRACT_ERROR's && add a debug object to simulationFailed (#5840)
| * Merge pull request #5848 from MetaMask/Less-Certain-LanguageWhymarrh Whitby2018-11-291-1/+1
| |\ | | | | | | Soften accusatory language on phishing warning
| | * Soften accusatory language on phishing warningDan Finlay2018-11-291-1/+1
| | | | | | | | | | | | | | | | | | We don't always know for sure that sites marked as phishers are defiitely scams, and so we should avoid language that makes concrete accusations.
| * | Merge pull request #5835 from MetaMask/revert-5412-after-install-stepsWhymarrh Whitby2018-11-275-9/+53
| |\ \ | | |/ | |/| Open full-screen UI on install
| | * Update e2e tests to handle any post-install window creationWhymarrh Whitby2018-11-273-9/+38
| | |
| | * Add JSDoc to closeAllWindowHandlesExcept e2e helper fnWhymarrh Whitby2018-11-271-0/+7
| | |
| | * Open full-screen UI on installWhymarrh Whitby2018-11-271-5/+4
| | |
| | * Revert "Don't open MetaMask website after install"Whymarrh Whitby2018-11-271-0/+9
| |/
| * Pin two module versions to avoid flatmap-stream hack (#5839)Dan Finlay2018-11-271-2/+2
| | | | | | | | | | | | | | | | | | The flatmap-stream module was compromised. MetaMask was NOT affected, but two of our dependencies could include it if they updated, so I am temporarily pinning those versions until they can be updated consciously. Related to https://github.com/dominictarr/event-stream/issues/116
| * Hide app-header when provider request pending (#5831)Whymarrh Whitby2018-11-272-5/+19
| |
| * Autofill gasPrice for retry attempts with either the recommended gasprice or ↵Frankie2018-11-272-1/+13
| | | | | | | | | | | | | | | | a %10 bump (#5786) * transactions - autofill gasPrice for retry attempts with either the recomened gasprice or a %10 bump * lint
| * transactions - ensure err is defined when setting tx failed (#5801)Frankie2018-11-271-4/+6
| |
| * Merge pull request #5792 from MetaMask/signed-type-data-error-hw-walletBruno Barbieri2018-11-271-9/+16
| |\ | | | | | | Consider HW Wallets for signTypedMessage
| | * Use Array.includesBruno Barbieri2018-11-271-4/+4
| | |
| | * remove extra semicolonbrunobar792018-11-211-1/+1
| | |
| | * consider hw walletsbrunobar792018-11-211-9/+16
| | |
| * | Show disabled cursor in .network-disabled state (#5829)Whymarrh Whitby2018-11-271-1/+1
| | |
| * | Trim whitespace from seed phrase during import (#5827)Whymarrh Whitby2018-11-271-2/+4
| | |
| * | Merge pull request #5832 from whymarrh/connect-request-notifsWhymarrh Whitby2018-11-272-4/+8
| |\ \ | | | | | | | | Show Connect Requests count in extension badge
| | * | Show Connect Requests count in extension badgeWhymarrh Whitby2018-11-261-1/+3
| | | |
| | * | Use initState to avoid type-checking providerRequests in stateWhymarrh Whitby2018-11-261-3/+5
| |/ /
| * | Merge pull request #5816 from MetaMask/issue-5815Thomas Huang2018-11-2521-44/+44
| |\ \ | | | | | | | | Increase Token Symbol length to twelve
| | * | Increase Token Symbol length to twelveThomas Huang2018-11-2321-44/+44
| | | |
| * | | change wording of phishing notice, due to EIP 1102 (#5819)Christopher Elwell2018-11-241-1/+1
| |/ / | | | | | | With the EIP 1102 updates, MetaMask *does* now open itself when visiting some websites. Changed the wording here to clarify that MetaMask will not open itself to ask you for your seed phrase.
* | | Merge pull request #5793 from MetaMask/developThomas Huang2018-11-23183-4745/+13201
|\| | | | | | | | Bring master up to date with develop
| * | Merge pull request #5810 from whymarrh/bump-nvmrcWhymarrh Whitby2018-11-222-9/+10
| |\ \ | | | | | | | | Bump Node version to 8.13
| | * | Update local build instructionsWhymarrh Whitby2018-11-221-8/+9
| | | |
| | * | nvm: Bump Node version to 8.13Whymarrh Whitby2018-11-221-1/+1
| | | |
| * | | Merge pull request #5797 from MetaMask/trezor-v6Bruno Barbieri2018-11-2212-45/+167
| |\ \ \ | | |/ / | |/| | Add Firefox and Brave support for Trezor
| | * | bump eth-trezor-keyringbrunobar792018-11-222-7288/+7352
| | | |
| | * | update package-lockbrunobar792018-11-211-7313/+7277
| | | |
| | * | trezor v6brunobar792018-11-213-7419/+7441
| | | |
| | * | fix merge conflictsbrunobar792018-11-2172-8609/+8076
| | |\ \
| | * | | clean upbrunobar792018-11-152-3/+2
| | | | |
| | * | | Merge branch 'trezor-v5' of github.com:MetaMask/metamask-extension into ↵brunobar792018-11-152-8/+19
| | |\ \ \ | | | | | | | | | | | | | | | | | | trezor-v5
| | | * | | testbrunobar792018-11-151-4/+0
| | | | | |
| | | * | | testbrunobar792018-11-151-1/+1
| | | | | |
| | | * | | testbrunobar792018-11-151-1/+1
| | | | | |
| | | * | | try with custom boxbrunobar792018-11-151-1/+1
| | | | | |
| | | * | | package-lock.jsonbrunobar792018-11-151-20/+41
| | | | | |
| | * | | | update package-lock.jsonbrunobar792018-11-151-17/+27
| | | | | |
| | * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-11-157-10/+45
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-11-153-1/+40
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'develop' into trezor-v5brunobar792018-11-1446-479/+4603
| | |\ \ \ \ \
| | * \ \ \ \ \ fix merge conflictsbrunobar792018-11-07191-3748/+6145
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ fix merge conflictsbrunobar792018-10-21104-8896/+12489
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ fix conflictsbrunobar792018-10-17298-12054/+28334
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | update package-lock.jsonbrunobar792018-09-111-95/+167
| | | | | | | | | | |
| | * | | | | | | | | fix merge conflictsbrunobar792018-09-114-4/+8
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | update package-lock.jsonbrunobar792018-09-111-49/+126
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-09-06173-2562/+4615
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | add port names blacklistbrunobar792018-08-231-0/+8
| | | | | | | | | | | | |
| | * | | | | | | | | | | handle onDisconnectbrunobar792018-08-231-0/+4
| | | | | | | | | | | | |
| | * | | | | | | | | | | fix merge conflictsbrunobar792018-08-2311-5776/+1605
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | update package-lockbrunobar792018-08-221-6/+14
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-08-224-18/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | fix commentbrunobar792018-08-211-2/+0
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | fix merge conflictsbrunobar792018-08-21116-4856/+8379
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | update package-lockbrunobar792018-08-211-1/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fix e2e testsbrunobar792018-08-111-30/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | undo permission changebrunobar792018-08-111-1/+0
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | add error messagesbrunobar792018-08-111-2/+4
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | hide export private key for trezor accountsbrunobar792018-08-102-32/+46
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | fixesbrunobar792018-08-104-6779/+49
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | add app/vendor dir to eslintignorebrunobar792018-08-101-0/+1
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | use new connect.js filebrunobar792018-08-102-9479/+1245
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5brunobar792018-08-1018-29/+194
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ update package-lock.jsonbrunobar792018-08-091-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | fix merge conflictsbrunobar792018-08-09