aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Auto logout after specific time (#6558)Chi Kei Chan2019-05-099-6/+188
* Remove KNOWN_ADDRESS_ERROR from error objects (#6578)Chi Kei Chan2019-05-092-7/+6
* Merge pull request #6581 from MetaMask/bump/eth-json-rpc-filterskumavis2019-05-092-149/+323
|\
| * Bump eth-json-rpc-filters and eth-contract-metadataThomas2019-05-092-149/+323
|/
* Merge pull request #6577 from MetaMask/fix-integration-testsThomas Huang2019-05-0810-13/+43
|\
| * Prevent completedUiMigration popup from appearing in integration tests.Dan Miller2019-05-086-6/+12
| * Fix fetch and ethquery mocks in integration testsDan Miller2019-05-084-7/+31
* | Merge pull request #6575 from whymarrh/fix-nock-unit-testsThomas Huang2019-05-083-10/+15
|\ \ | |/ |/|
| * Remove nock#restore call from actions.spec.jsWhymarrh Whitby2019-05-081-5/+0
| * Use metricsEvent in AmountMaxButton componentWhymarrh Whitby2019-05-082-5/+15
|/
* Allow dragging seed phrase during Confirm Seed Phrase (#6557)Chi Kei Chan2019-05-078-277/+818
* Skip null and undefined keys when translating via context (#6543)Whymarrh Whitby2019-05-071-0/+10
* Adds NPM scripts for running a dapp, and dapp + chain, locally. (#6565)Dan J Miller2019-05-061-0/+2
* Add suffix to title text only when it exists (#6546)Whymarrh Whitby2019-05-061-1/+1
* Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410)kumavis2019-05-0417-409/+298
* Merge pull request #6545 from whymarrh/tOrKey-ConfirmTransactionBaseThomas Huang2019-05-022-2/+4
|\
| * Use tOrKey for actionKey in ConfirmTransactionBaseWhymarrh Whitby2019-05-011-1/+3
| * Fix binding of this for I18nProvider#tOrKeyWhymarrh Whitby2019-05-011-1/+1
|/
* Include token checksum address in prices lookup for token rates (#6526)Thomas Huang2019-05-011-1/+3
* Send metrics event from backend for on chain transaction failures (#6500)Dan J Miller2019-04-296-5/+69
* Add subheader to all settings subviews (#6502)Chi Kei Chan2019-04-292-5/+39
* Ensure home screen does not render if there are unapproved txs (#6501)Dan J Miller2019-04-272-8/+18
* Merge pull request #6522 from MetaMask/Version-6.4.1Dan Finlay2019-04-272-1/+5
|\
| * Version 6.4.1 RC1v6.4.1Dan Finlay2019-04-272-1/+5
|/
* Merge pull request #6521 from MetaMask/revert-6435-4byte-registry-fallbackDan Finlay2019-04-272-28/+4
|\
| * Revert "Adds 4byte registry fallback to getMethodData() (#6435)"Thomas Huang2019-04-272-28/+4
|/
* Always show private network when RPC is not whitelisted (#6495)Chi Kei Chan2019-04-261-4/+1
* Fix button colors on mobile (#6493)Chi Kei Chan2019-04-251-0/+3
* Set max-width on network dropdown and ellipsis long network name (#6494)Chi Kei Chan2019-04-252-2/+22
* add link to design systemChristian2019-04-251-0/+5
* Opens the original webpage from where installation of MetaMask was re… (#6272)Sneh Koul2019-04-252-0/+7
* Merge pull request #6471 from MetaMask/Version-6.4.0Thomas Huang2019-04-192-2/+28
|\
| * Version 6.4.0 RC1Dan Finlay2019-04-182-2/+28
|/
* Merge pull request #6481 from MetaMask/address-prop-types-errorsThomas Huang2019-04-183-3/+4
|\
| * Ensure future tokens add decimals as numbers while supporting numbers and str...Dan Miller2019-04-182-2/+2
| * getSeletedAsset to only return symbol strings, not token objectsDan Miller2019-04-181-1/+2
* | Make height consistent on all row in send-content (#6480)Chi Kei Chan2019-04-186-16/+28
* | Merge pull request #6477 from MetaMask/metrics-screen-button-typeThomas Huang2019-04-181-1/+1
|\ \ | |/ |/|
| * Update button type on metrics opt-in screen.Dan Miller2019-04-182-2/+2
* | Merge pull request #6475 from chikeichan/send-assetThomas Huang2019-04-181-1/+1
|\ \
| * | Fix PropTypes validation in send-asset-rowChi Kei Chan2019-04-181-1/+1
* | | Update confirm to use btn-primary (#6473)Chi Kei Chan2019-04-182-6/+7
|/ /
* | Add token selection to the send screen (#6445)Chi Kei Chan2019-04-18137-134/+444
* | Merge pull request #6470 from MetaMask/bdresser-patch-1-2Whymarrh Whitby2019-04-181-0/+7
|\ \
| * | update publishing.md with dev diagrambobby dresser2019-04-181-0/+7
* | | Update to eth-method-registry@1.2.0 (#6403)Dan J Miller2019-04-182-4/+4
| |/ |/|
* | Merge pull request #6468 from chikeichan/network-indicator-style-fixThomas Huang2019-04-182-11/+24
|\ \
| * | Fix switcher height when Custom RPC is selected or when network is loadingChi Kei Chan2019-04-172-11/+24
| |/
* / feature: add Goerli support (#6459)Paul Bouchon2019-04-1827-18/+136
|/
* Merge pull request #6444 from MetaMask/localhost-network-dropdownThomas Huang2019-04-176-3/+14
|\
| * Set rpcTarget, nickname, and ticker when selecting one of the default networksThomas Huang2019-04-171-2/+2
| * Add Localhost 8545 for network dropdown namesThomas Huang2019-04-115-1/+12
* | Adds 4byte registry fallback to getMethodData() (#6435)Dan J Miller2019-04-172-4/+28
* | Update buttons & colors to match design system (#6446)Chi Kei Chan2019-04-1751-401/+391
* | Adds e2e test for most web3 methods that dapps use (#6160)Sneh Koul2019-04-176-0/+724
* | Merge pull request #6454 from MetaMask/bump-contract-metadataWhymarrh Whitby2019-04-132-13/+86
|\ \
| * | bump contract metadataEsteban Mino2019-04-132-13/+86
|/ /
* | Merge pull request #6448 from whymarrh/getSendToAccountsWhymarrh Whitby2019-04-131-3/+1
|\ \
| * | Remove unneeded array cloning in getSendToAccounts selectorWhymarrh Whitby2019-04-121-3/+1
|/ /
* | repeated getSelectedAddress() func send.selectors.js removed (#6056)Sneh Koul2019-04-124-18/+9
* | Added Chrome limited site access solution doc (#6422)Etienne Dusseault2019-04-111-0/+5
* | feature: switch token pricing to CoinGecko API (#6424)Paul Bouchon2019-04-111-8/+8
|/
* Merge pull request #6428 from MetaMask/sharefile.comThomas Huang2019-04-101-0/+1
|\
| * Don't inject web3 on sharefile.comWhymarrh Whitby2019-04-101-0/+1
|/
* Merge pull request #6417 from MetaMask/metrics-updatesWhymarrh Whitby2019-04-099-14/+56
|\
| * Only pass english function names to functionType metricDan Miller2019-04-093-13/+13
| * Distinguish between token and eth selected in home screen send button metrics...Dan Miller2019-04-081-1/+1
| * Metrics tracking gas changed - slow, average, fast, custom - on edit screen.-Dan Miller2019-04-084-0/+24
| * Track seed phrase validation errors with MetaMetricsDan Miller2019-04-051-0/+18
* | Merge pull request #6420 from bbondy/patch-2Thomas Huang2019-04-091-2/+2
|\ \
| * | Update porting_to_new_environment.mdBrian R. Bondy2019-04-091-2/+2
|/ /
* | Version 6.3.2 (#6418)Dan J Miller2019-04-092-1/+7
* | Merge pull request #6362 from MetaMask/metamaskbot-comment-contentkumavis2019-04-051-14/+2
|\ \
| * | Remove broken image walkthrough from metamaskbot commentWhymarrh Whitby2019-03-291-14/+2
* | | Merge pull request #6401 from MetaMask/provider-error-fixkumavis2019-04-052-18/+2
|\ \ \ | |_|/ |/| |
| * | metamask-controller - use improved provider-as-middleware utilitykumavis2019-04-042-18/+2
* | | Merge pull request #6406 from MetaMask/remove-user-actions-controllerJenny Pollack2019-04-051-17/+0
|\ \ \
| * | | remove user actions controllerJenny Pollack2019-03-261-17/+0
* | | | doc - publishing - typo fix (#6399)kumavis2019-04-051-1/+1
* | | | pin eth-contract-metadata to last commit hash (#6396)Esteban Miño2019-04-052-359/+208
| |/ / |/| |
* | | Merge pull request #6397 from MetaMask/wyre-deposit-modalkumavis2019-04-041-4/+4
|\ \ \
| * | | Change coinbase to wyreThomas Huang2019-04-041-4/+4
* | | | bump ledger and trezor keyring (#6395)Bruno Barbieri2019-04-042-131/+195
* | | | Fix display of gas chart on Ethereum networks (#6389)Dan J Miller2019-04-044-3/+7
|/ / /
* | | Remove NoticeController (#6382)Thomas Huang2019-04-0225-1000/+77
* | | Remove unused account-dropdowns components (#6363)v6.3.2Whymarrh Whitby2019-04-022-811/+0
* | | Remove unused mascara directory (#6360)Whymarrh Whitby2019-04-022-416/+0
* | | Merge pull request #6375 from MetaMask/Version-6.3.1v6.3.1Thomas Huang2019-03-304-2/+16
|\ \ \
| * | | Version 6.3.1Dan Miller2019-03-302-1/+7
| * | | Check token name constants against the lower case methodData name in conf tx ...Dan Miller2019-03-301-1/+1
| * | | Ensure correct confirm screen in case of smartcontract check failDan Miller2019-03-302-1/+9
* | | | About tab copy changes; Update route for Info & Help in account menu (#6356)Chi Kei Chan2019-03-303-4/+10
|/ / /
* | / Revert to providing inline defaults in getHexGasTotal and increaseLastGasPric...Dan J Miller2019-03-291-4/+4
| |/ |/|
* | Further e2e fixes in wake of #6364 and #6367 (#6374)Dan J Miller2019-03-293-40/+64
* | Merge pull request #6364 from MetaMask/prevent-infura-requests-e2e-testsWhymarrh Whitby2019-03-298-57/+132
|\ \
| * | Split e2e run-all commands onto multiple linesWhymarrh Whitby2019-03-291-1/+2
| * | Run from-import e2e tests with additional account, to avoid conflict with acc...Dan Miller2019-03-292-4/+4
| * | Use localhost instead of mainnent/infura for custom rpc tests in e2e tests.Dan Miller2019-03-291-5/+5
| * | ci: Add build:test Gulp task for e2e buildWhymarrh Whitby2019-03-293-4/+19
| * | e2e: Update Contract Interaction wordingWhymarrh Whitby2019-03-291-3/+2
| * | e2e: Skip approving token testWhymarrh Whitby2019-03-291-1/+1
| * | e2e: Remove Privacy mode toggle stepWhymarrh Whitby2019-03-291-20/+0
| * | Retry transaction list item click in 'adds multiple transactions' tests first...Dan Miller2019-03-291-1/+8
| * | Default to localhost network when running e2e testsDan Miller2019-03-293-14/+15
| * | Use webRequest to cancel all requests to infura in e2e tests.Dan Miller2019-03-295-6/+78
* | | Merge pull request #6328 from MetaMask/clearNoticeskumavis2019-03-297-19/+136
|\ \ \
| * | | test - unit - ui - actions - setCompletedOnboarding - fix stub to call callbackkumavis2019-03-291-0/+2
| * | | lint fixkumavis2019-03-292-2/+2
| * | | actions - setCompletedOnboarding - make async with pifykumavis2019-03-291-24/+17
| * | | notice-controller - make markAllNoticesRead synckumavis2019-03-292-2/+2
| * | | lib - nodeify - correctly wrap synchronous functionskumavis2019-03-292-7/+57
| * | | notices - markAllNoticesRead - use async/awaitkumavis2019-03-294-25/+16
| * | | Merge branch 'develop' into clearNoticeskumavis2019-03-291009-38167/+38369
| |\| |
| * | | Remove exclusive testThomas Huang2019-03-211-1/+1
| * | | Clear notices when setCompletedOnboarding is calledThomas Huang2019-03-215-4/+85
* | | | Merge pull request #6372 from MetaMask/addAddressIfNewkumavis2019-03-292-2/+5
|\ \ \ \
| * | | | send-footer.utils.js - addressIsNew - improve readabilitykumavis2019-03-291-1/+3
| * | | | prevent add duplicates when address is not newJenny Pollack2019-03-292-2/+3
| | |/ / | |/| |
* | | | Merge pull request #5575 from vimalsagar/developkumavis2019-03-2924-17/+240
|\ \ \ \ | |/ / / |/| | |
| * | | buy-eth-url - lint fixkumavis2019-03-291-1/+1
| * | | buy-eth-url - fix variable namekumavis2019-03-291-2/+2
| * | | Merge branch 'develop' of https://github.com/vimalsagar/metamask-extension in...kumavis2019-03-2924-17/+240
|/| | |
| * | | depoit-ether-modal - make buyEth args more explicitkumavis2019-03-291-2/+2
| * | | getBuyEthUrl - getDefaultServiceForNetwork then switch on servicekumavis2019-03-291-23/+29
| * | | PR 5575 review comment fixesVimal2019-02-282-24/+25
| * | | merging upstream branchVimal2018-11-12254-10828/+19266
| |\ \ \
| * | | | Adding CoinSwitch exchangeVimal2018-10-2224-1/+215
* | | | | Delete some unused components (#6278)Dan J Miller2019-03-280-0/+0
* | | | | Merge pull request #6358 from MetaMask/dont-assume-tx-has-gas-data-in-listThomas Huang2019-03-281-2/+2
|\ \ \ \ \
| * | | | | Defaults to the args list in increaseLastGasPrice and getHexGasTotalDan Miller2019-03-281-4/+4
| * | | | | getHexGasTotal and increaseLastGasPrice now gracefully handle null and undefi...Dan Miller2019-03-281-2/+2
|/ / / / /
* | | | | Open retore-vault route from popup (#6353)Chi Kei Chan2019-03-271-1/+1
* | | | | Version 6.3.0 (#6350)v6.3.0Dan J Miller2019-03-272-1/+16
* | | | | enable privacy mode for first time users (#6347)Thomas Huang2019-03-261-1/+3
* | | | | Don't include tx value in calculation of balance sufficiency for cancel butto...Dan J Miller2019-03-261-2/+2
* | | | | E2E - Dont close window notifications (#6349)Thomas Huang2019-03-261-2/+0
| |_|_|/ |/| | |
* | | | Cancel error rebased (#6341)Dan J Miller2019-03-264-16/+72
* | | | Close transaction on close of notification window (#6340)Dan J Miller2019-03-263-33/+88
* | | | New settings page rebased (#6333)Dan J Miller2019-03-2619-581/+1010
* | | | Replaces the coinbase link in the deposit modal with one for wyre (#6302)Dan J Miller2019-03-225-17/+30
* | | | Fix oversized loading overlay on gas customization modal. (#6326)Dan J Miller2019-03-221-0/+4
* | | | Fix gas fee in the submitted step of the transaction details activity log. (#...Dan J Miller2019-03-221-2/+11
* | | | Hide gas price chart and prevent api call when not on ethereum networks. (#6300)Dan J Miller2019-03-2210-25/+76
* | | | Folder restructure (#6304)Chi Kei Chan2019-03-22984-37646/+37215
* | | | Enable mobile sync (#6332)Bruno Barbieri2019-03-223-9/+2
* | | | Stop reloading dapps on network change allowing dapps to decide if it should ...Josh Stevens2019-03-222-0/+8
* | | | Fixing spelling of Ethereum in MetaMetrics copy (#6329)fixanoid2019-03-212-2/+2
| |_|/ |/| |
* | | Merge pull request #6327 from MetaMask/eth-contract-metadataWhymarrh Whitby2019-03-212-376/+153
|\ \ \
| * | | Bump gaba version to avoid broken eth-contract-metadataWhymarrh Whitby2019-03-212-376/+153
|/ / /
* | | Add rollback script, move auto-changelog script (#6252)Dan Finlay2019-03-204-5/+41
* | | Fix typos in English messages (#6317)Thomas Huang2019-03-191-2/+2
* | | Fixes popups not showing when screen size is odd (#6312)William Monti Souza2019-03-181-2/+2
* | | Centre the notification in the current window (#6307)Whymarrh Whitby2019-03-151-4/+3
* | | Merge pull request #6298 from whymarrh/node-8.15.1Whymarrh Whitby2019-03-132-18/+18
|\ \ \
| * | | ci: Skip updating npm@6 as it is defaultWhymarrh Whitby2019-03-131-2/+2
| * | | Update Node minor versionWhymarrh Whitby2019-03-132-16/+16
* | | | Merge pull request #6213 from whymarrh/seed-phrase-newlineWhymarrh Whitby2019-03-131-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Allow seed phrases with a trailing newlineWhymarrh Whitby2019-03-131-1/+1
|/ / /
* | | Patch/bump version (#6294)v6.2.2Thomas Huang2019-03-132-2/+9
* | | Merge pull request #6281 from MetaMask/fix-browser-back-on-reveal-seedThomas Huang2019-03-131-2/+2
|\ \ \
| * | | Fixes the use of the browser back button on the reveal seed screenDan Miller2019-03-121-2/+2
* | | | Merge pull request #6292 from whymarrh/npm-cikumavis2019-03-121-8/+1
|\ \ \ \
| * | | | ci: Use npm ci for fast(er) installsWhymarrh Whitby2019-03-121-8/+1
* | | | | build - babel - move config to babelrc (#6284)kumavis2019-03-122-26/+23
* | | | | Merge pull request #6271 from whymarrh/centre-notificatonskumavis2019-03-121-5/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Centre all notification popupsWhymarrh Whitby2019-03-121-5/+10
* | | | | Improve Korean translations (#6268)bowbowbow2019-03-121-29/+350
* | | | | ui - add missing PropTypes (#6287)kumavis2019-03-122-0/+3
|/ / / /
* | | | circleci - disable npm dep cache (#6288)kumavis2019-03-121-7/+7
* | | | mascara - remove from project (#6283)kumavis2019-03-1233-726/+24
* | | | Merge pull request #6289 from whymarrh/fix-ci-depskumavis2019-03-122-448/+1224
|\ \ \ \
| * | | | npm i -D ganache-core@2.5.3Whymarrh Whitby2019-03-122-368/+984
| * | | | Allow npm to update the package-lock.json fileWhymarrh Whitby2019-03-121-90/+250
|/ / / /
* | | | ci: Use cache version from circle environment var (#6286)kumavis2019-03-121-2/+2
* | | | GABA: Integrate AddressBookController (#5847)Paul Bouchon2019-03-126-221/+532
* | | | Merge pull request #6279 from MetaMask/notification-windowThomas Huang2019-03-121-1/+1
|\ \ \ \
| * | | | Nonmultiple notifications for batch txsThomas Huang2019-03-121-1/+1
* | | | | Merge pull request #6280 from MetaMask/network-checksum-disableThomas Huang2019-03-121-2/+1
|\ \ \ \ \
| * | | | | Remove line rather than comment outThomas Huang2019-03-121-4/+0
| * | | | | No longer check network when validating checksum addressesThomas Huang2019-03-121-2/+5
* | | | | | Version 6.2.1 (#6251)Thomas Huang2019-03-122-1/+3
|/ / / / /
* | / / / development - enhancement for sourcemap validator tool (#6277)kumavis2019-03-121-22/+71
| |/ / / |/| | |
* | | | Merge pull request #6261 from Pedro-vk/patch-1Thomas Huang2019-03-081-18/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Uppercase and context fixes on Spanish translation.Pedro Gutiérrez2019-03-071-18/+18
|/ / /
* | | Handle undefined gas limits and prices in transaction-breakdown.component (#6...Dan J Miller2019-03-072-21/+38
* | | Add privacy policy link to modal metrics opt-in (#6250)Dan J Miller2019-03-071-1/+7
* | | Prevent advanced gas input arrows from setting value to < 0 (#6248)Dan J Miller2019-03-072-4/+24
* | | Only call onRecipient and onSender methods if defined in sender-to-recipient ...Dan J Miller2019-03-071-2/+6
* | | Fix missing this reference in addtoken button onclick method (#6245)Dan J Miller2019-03-061-1/+2
* | | Fixes the 'Percentages row tracks and gutters' decpracation warning. (#6244)Dan J Miller2019-03-061-1/+1
* | | Version 6.2.0 (#6239)v6.2.0Dan J Miller2019-03-062-1/+7
* | | Metametrics fixes (#6238)Dan J Miller2019-03-066-38/+43
* | | Merge pull request #6237 from MetaMask/metrics-descriptionThomas Huang2019-03-062-2/+2
|\ \ \
| * | | Wrap in spanThomas Huang2019-03-061-1/+1
| * | | Fix typoThomas Huang2019-03-061-1/+1
|/ / /
* | | Fix MetaMetrics Environment Check (#6235)Dan J Miller2019-03-061-1/+1
* | | Metametrics (#6171)Dan J Miller2019-03-0594-162/+2203
* | | Merge pull request #6223 from MetaMask/fix-6221Thomas Huang2019-03-051-1/+1
|\ \ \
| * | | SimplifyThomas Huang2019-03-051-1/+1
| * | | ImprovementThomas Huang2019-03-011-1/+1
| * | | Show popup if notification or activeMMtab is true but not if popup is openThomas Huang2019-03-011-1/+1
* | | | bump trezor-connect to v7 (#6224)Bruno Barbieri2019-03-052-37/+46
|/ / /
* | | First time flow updates (#6192)Dan J Miller2019-02-2741-528/+763
* | | Show/Hide Fiat on Testnets based on User Preference (#6153)Chi Kei Chan2019-02-2739-113/+1169
* | | Merge pull request #6190 from whymarrh/tmp.RvdXXs4ikumavis2019-02-261-1/+0
|\ \ \
| * | | Remove public property from package.json fileWhymarrh Whitby2019-02-211-1/+0
* | | | Feature Flag + Mobile Sync (#5955)Dan Finlay2019-02-2618-78/+760
* | | | Fix gas estimation when sending to contracts (#6195)Dan J Miller2019-02-266-8/+16
* | | | Merge pull request #6166 from whymarrh/bye-bye-old-uiWhymarrh Whitby2019-02-21127-20282/+12
|\ \ \ \
| * | | | Remove unused CI jobs, rename e2e beta jobsWhymarrh Whitby2019-02-212-16/+12
| * | | | Remove outdated ui dev and ui mock docsWhymarrh Whitby2019-02-214-18/+0
| * | | | Delete old-ui folderWhymarrh Whitby2019-02-21121-20248/+0
| |/ / /
* / / / account tracker - update accounts from balanceChecker contract (#6181)Jenny Pollack2019-02-213-3/+70
|/ / /
* | | Disable npm audit (#6188)Thomas Huang2019-02-211-13/+13
* | | fix: update README to add a missing " " space (#6191)Alon Bukai2019-02-211-1/+1
* | | EIP-1193: standard provider API (#6170)Paul Bouchon2019-02-209-23/+138
* | | Merge pull request #6184 from chikeichan/6132Dan J Miller2019-02-202-1/+26
|\ \ \
| * | | turn camcelCase method name to space separatedChi Kei Chan2019-02-192-1/+26
* | | | Merge pull request #6185 from chikeichan/5681Dan J Miller2019-02-201-5/+0
|\ \ \ \
| * | | | Remove password check when importing Account JSONChi Kei Chan2019-02-191-5/+0
| |/ / /
* | | | Merge pull request #6183 from chikeichan/5171Dan J Miller2019-02-201-1/+1
|\ \ \ \
| * | | | Bring Popup to front when ui is tiggeredChi Kei Chan2019-02-191-1/+1
| |/ / /
* | | | Merge pull request #6187 from MetaMask/Version-6.1.0Thomas Huang2019-02-204-1/+56
|\ \ \ \
| * | | | Add sensitive publishing protocolv6.1.0Dan Finlay2019-02-202-0/+47
| * | | | Version 6.1.0 RC1Dan Finlay2019-02-202-1/+9
|/ / / /
* / / / Change "Token Address" to "Token Contract Address" (#6182)Chi Kei Chan2019-02-202-1/+4
|/ / /
* | | Fix inpage.js event handler memory leak (#6177)Graham Kaemmer2019-02-191-4/+5
* | | Add Copy Tx ID button to transaction-list-item-details (#6146)Chi Kei Chan2019-02-174-2/+42
* | | Merge pull request #6164 from whymarrh/delete-travis-configWhymarrh Whitby2019-02-151-13/+0
|\ \ \
| * | | Delete unused Travis CI configWhymarrh Whitby2019-02-151-13/+0
|/ / /
* | | Merge pull request #6137 from whymarrh/es6-backgroundWhymarrh Whitby2019-02-148-32/+32
|\ \ \
| * | | Update popup-core script to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-6/+6
| * | | Update platforms/extension to use ES6 destructuring requiresWhymarrh Whitby2019-02-121-1/+1
| * | | Update phishing-detect script to use ES6 destructuring requiresWhymarrh Whitby2019-02-121-1/+1
| * | | Update NoticesController to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-3/+3
| * | | Update MetaMaskController to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-5/+5
| * | | Fix all "var used instead of let or const" problems in inpage.jsWhymarrh Whitby2019-02-121-4/+4
| * | | Update contentscript to use ES6 destructuring, const, letWhymarrh Whitby2019-02-121-5/+5
| * | | Fix all "var used instead of let or const" problems in background.jsWhymarrh Whitby2019-02-121-7/+7
* | | | Checksum address before slicing it for the confirm screen (#6133)Whymarrh Whitby2019-02-141-2/+6
* | | | Fixed issue #5838 (#6001)Jonathan Smirnoff2019-02-1414-18/+46
* | | | Adds tests for advanced gas controls on confim screen (#6144)Dan J Miller2019-02-131-1/+47
* | | | Add button to force edit token symbol when adding custom token (#6147)Chi Kei Chan2019-02-132-2/+38
* | | | Merge pull request #6124 from MetaMask/dissable-recent-block-controllerThomas Huang2019-02-133-4/+30
|\ \ \ \
| * | | | fix typofrankiebee2019-02-131-4/+4
| * | | | recent-blocks - dont listen for block when on infura providersfrankiebee2019-02-123-4/+30
* | | | | Version 6.0.1 (#6141)v6.0.1Whymarrh Whitby2019-02-132-1/+9
* | | | | Merge pull request #6139 from whymarrh/fix-confirm-advanced-gasWhymarrh Whitby2019-02-121-1/+1
|\ \ \ \ \
| * | | | | Fix advanced gas controls on the confirm screenWhymarrh Whitby2019-02-121-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #6134 from whymarrh/first-time-seed-whitespaceWhymarrh Whitby2019-02-121-2/+4
|\ \ \ \ \ | |/ / / / |/| | | |