aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Remove .only on testtmashuang2018-06-271-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge pull request #4677 from MetaMask/customize-gas-loading-waitDan J Miller2018-06-284-6/+79
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Only show the customize gas modal if the estimateGas call is not currently in...Dan2018-06-194-6/+79
| * | | | | | | | | Merge pull request #4574 from MetaMask/i4409-i4410-ens-input-enhancementsDan J Miller2018-06-287-41/+74
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | Remove commented out code in ens-input.Dan2018-06-221-1/+0
| | * | | | | | | | Merge branch 'develop' into i4409-i4410-ens-input-enhancementsDan2018-06-2056-6786/+7086
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | ENS input in send form shows distinct errors for invalid addresses and non-ex...Dan2018-06-157-22/+46
| | * | | | | | | | | ENS name revalidates on network change.Dan2018-06-131-23/+33
| * | | | | | | | | | Merge pull request #4627 from TrejGun/gas-fee-displayDan J Miller2018-06-278-57/+121
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | fix default importtrejgun2018-06-232-2/+2
| | * | | | | | | | | linttrejgun2018-06-212-3/+13
| | * | | | | | | | | refactor gas-fee-display componenttrejgun2018-06-218-57/+111
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #4649 from hermanjunge/developThomas Huang2018-06-231-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | LicenseHerman Junge2018-06-231-0/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #4592 from vittominacori/fix/close-popup-bug-#4553Thomas Huang2018-06-211-2/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | set the popup id returned by create promisevittominacori2018-06-181-3/+4
| | * | | | | | | | set an id to the metamask notification popupvittominacori2018-06-171-1/+2
| | |/ / / / / / /
| * | | | | | | | Merge pull request #4575 from whymarrh/token-amount-overflowWhymarrh Whitby2018-06-218-16/+35
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Accept whitespace when matching token balances in e2e testsWhymarrh Whitby2018-06-212-7/+8
| | * | | | | | | Add explicit timeout for add token testWhymarrh Whitby2018-06-211-1/+1
| | * | | | | | | Scroll large amounts in the send componentWhymarrh Whitby2018-06-212-4/+6
| | * | | | | | | Handle large token balances in tx list heroWhymarrh Whitby2018-06-214-5/+21
| |/ / / / / / /
| * | | | | | | Merge pull request #4612 from MetaMask/changelog-4.8.0-fixThomas Huang2018-06-201-1/+0
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | changelog - remove incorrect entrykumavis2018-06-201-1/+0
| |/ / / / / /
| * | | | | | Merge pull request #4605 from MetaMask/masterThomas Huang2018-06-192-7/+11
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge pull request #4603 from MetaMask/v4.8.0kumavis2018-06-19222-8310/+15077
| | |\ \ \ \ \
| | | * | | | | Update ChangelogThomas2018-06-191-6/+1
| | | * | | | | Merge branch 'develop' into v4.8.0Thomas2018-06-1923-62/+283
| | | |\ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge pull request #4602 from MetaMask/notice-controller-fixv4.8.0Thomas Huang2018-06-191-3/+6
| |\ \ \ \ \ \ \
| | * | | | | | | notice controller - properly show new notices for non-new userskumavis2018-06-191-3/+6
| * | | | | | | | Merge pull request #4582 from MetaMask/fixEmailLinkkumavis2018-06-191-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix email link in phishing noticeThomas2018-06-151-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #4584 from MetaMask/fix-send-tokenkumavis2018-06-1912-21/+142
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Update integration tests for newui gas estimation fixes.Dan2018-06-191-2/+2
| | * | | | | | | On send screen amount change, updateGas call now includes current to address.Dan2018-06-196-4/+37
| | * | | | | | | Send screen returns simple gas cost if no to address specified when not sendi...Dan2018-06-192-3/+8
| | * | | | | | | Remove leading zeroes from send screen amount row input.Dan2018-06-191-1/+5
| | * | | | | | | Fix currency-display.js rendering of token amounts.Dan2018-06-191-0/+1
| | * | | | | | | Revert to updating amount on blur of input change; update gas on blur of amou...Dan2018-06-192-5/+11
| | * | | | | | | Fix unit testsAlexander Tseung2018-06-161-3/+8
| | * | | | | | | Estimate gas limit when the token amount changes. Fix amount inputAlexander Tseung2018-06-164-16/+18
| | * | | | | | | Update send.utils.js estimateGas tests.Dan2018-06-152-5/+20
| | * | | | | | | Add a buffer to new ui gas estimatesDan2018-06-152-2/+52
| | * | | | | | | Add hex-prefix to gas estimate resultAlexander Tseung2018-06-152-4/+4
| | |/ / / / / /
| * | | | | | | Merge pull request #4586 from MetaMask/block-idex-phisherkumavis2018-06-193-15/+18
| |\ \ \ \ \ \ \
| | * | | | | | | lint - fix recipient-blacklist.jskumavis2018-06-161-13/+13
| | * | | | | | | blacklist - recipient blacklist as js for inline commentskumavis2018-06-162-2/+2
| | * | | | | | | Update recipient-blacklist-config.jsonkumavis2018-06-161-0/+2
| | * | | | | | | Add apparent phishing address to block listDan Finlay2018-06-151-0/+1
| | |/ / / / / /
| * | | | | | | View address of an added token (#4591)Csaba S2018-06-193-22/+43
| * | | | | | | Merge pull request #4585 from MetaMask/ReenableDappReloadDan Finlay2018-06-173-1/+67
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Re-enable dapp reload on network changeDan Finlay2018-06-153-1/+67
| |/ / / / / /
| | | * / / / v4.8.0Thomas2018-06-152-8/+10
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #4524 from MetaMask/save-braveThomas Huang2018-06-152-3/+18
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'develop' into save-bravekumavis2018-06-1539-6789/+6857
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #4571 from MetaMask/disable-diagnosticsDan Finlay2018-06-151-8/+0
| |\ \ \ \ \ \
| | * | | | | | diagnostics - temporarily disablekumavis2018-06-141-8/+0
| * | | | | | | Merge pull request #4566 from MetaMask/notice-phishingDan Finlay2018-06-1523-183/+140
| |\ \ \ \ \ \ \
| | * | | | | | | test - e2e-beta - from import - handle phishing warningkumavis2018-06-141-8/+21
| | * | | | | | | test - e2e-beta - separate notice tests into individual testskumavis2018-06-141-1/+5
| | * | | | | | | test - e2e - clear phishing warningkumavis2018-06-142-1/+7
| | * | | | | | | notice-controller - update memStore on bootkumavis2018-06-141-0/+1
| | * | | | | | | test - e2e - check for phishing warningkumavis2018-06-144-15/+29
| | * | | | | | | notices - replace getLatestNotice with getNextNoticekumavis2018-06-1412-97/+39
| | * | | | | | | notices - notices collection is now manually editedkumavis2018-06-147-65/+35
| | * | | | | | | Add changelog item.Kevin Serrano2018-06-141-0/+1
| | * | | | | | | Add phishing notice.Kevin Serrano2018-06-143-2/+8
| | |/ / / / / /
| * | | | | | | Merge pull request #4513 from MetaMask/ValidateEmptyKeykumavis2018-06-145-18/+77
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' of github.com:MetaMask/metamask-extension into Validat...kumavis2018-06-14204-1737/+8267
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #4570 from MetaMask/persistence-stream-fixkumavis2018-06-143-6/+33
| |\ \ \ \ \ \ \ \
| | * | | | | | | | changelog - add note on persistence bugkumavis2018-06-141-0/+1
| | * | | | | | | | background - persistence pipeline - fix persistence bugkumavis2018-06-142-6/+32
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #4550 from MetaMask/bmd/sign-warning-helplinkbobby dresser2018-06-142-1/+14
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | add help link to eth_sign warningBobby Dresser2018-06-122-1/+14
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge pull request #4560 from MetaMask/nonce-tracker-mutex-fixKevin Serrano2018-06-141-1/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'develop' into nonce-tracker-mutex-fixkumavis2018-06-135-6532/+6544
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | changelog - add note on nonce-lock mutex fixkumavis2018-06-131-0/+1
| | | | * | | | | account-import-strategies - ensure privateKey is prefixed before converting t...kumavis2018-06-141-2/+3
| | | | * | | | | test - unit - add assertRejects to test asyncFnskumavis2018-06-142-5/+23
| | | | * | | | | test - unit - import strategies - properly await async methodskumavis2018-06-141-8/+8
| | | | * | | | | Make account import tests much more specificDan Finlay2018-06-123-6467/+6530
| | | | * | | | | Improve private key import testsDan Finlay2018-06-081-1/+25
| | | | * | | | | Improve test formattingDan Finlay2018-06-081-16/+19
| | | | * | | | | Bump changelogDan Finlay2018-06-061-0/+1
| | | | * | | | | Add validation for importing empty private keyDan Finlay2018-06-061-0/+3
| | | | | * | | | Handle brave throwsDan Finlay2018-06-151-3/+11
| | | | | * | | | changelog - version fixkumavis2018-06-091-2/+0
| | | | | * | | | changelog 4270Jenny Pollack2018-06-081-0/+3
| | | | | * | | | Merge branch 'develop' into save-braveJenny Pollack2018-06-08186-1530/+8026
| | | | | |\ \ \ \
| | | | | * | | | | lintJenny Pollack2018-06-071-1/+1
| | | | | * | | | | remove loglevelJenny Pollack2018-06-071-2/+1
| | | | | * | | | | preferred first languauge - check for BraveJenny Pollack2018-06-071-8/+5
| | | | | * | | | | first language - add check for brave browser on getAcceptLanguagesJenny Pollack2018-06-071-1/+11
* | | | | | | | | | use latest eth-trezor-keyringbrunobar792018-06-262-2/+2
* | | | | | | | | | fixesbrunobar792018-06-233-6552/+6543
* | | | | | | | | | point to new version of eth-trezor-keyringbrunobar792018-06-231-1/+1
* | | | | | | | | | clean upBruno2018-06-131-16/+19
* | | | | | | | | | fix merge conflictsBruno2018-06-1312-125/+146
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Merge branch 'develop' of git://github.com/Metamask/metamask-extension into d...Bruno2018-06-1312-6576/+6595
| |\| | | | | | | | |
| | * | | | | | | | | Merge pull request #4558 from MetaMask/stop-reload-on-network-changeDan Finlay2018-06-133-65/+20
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'develop' into stop-reload-on-network-changeErik Marks2018-06-13172-7992/+14314
| | | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge pull request #4557 from MetaMask/nonce-tracker-mutex-fixkumavis2018-06-134-40/+47
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | controllers - transaction - prefer log over consolekumavis2018-06-131-2/+2
| | | * | | | | | | | | metamask - ensure all nonce locks are releasedkumavis2018-06-134-17/+18
| | | * | | | | | | | | nonce-tracker - wrap nonce calculations in try-catch and release lock on errorkumavis2018-06-131-22/+28
| | * | | | | | | | | | Merge pull request #4556 from MetaMask/WatchTestReloadDan Finlay2018-06-132-6468/+6525
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | Add script for auto-re-running tests on changeDan Finlay2018-06-132-6468/+6525
| | |/ / / / / / / / /
| | * | | | | | | | | Merge pull request #4554 from whymarrh/fix-e2e-profile-pathWhymarrh Whitby2018-06-131-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | Fix e2e test Chrome profile pathsWhymarrh Whitby2018-06-131-1/+1
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #4535 from MetaMask/i4508-fix-gas-edit-confirm-screenDan J Miller2018-06-112-2/+2
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | Access correct property from state in confirm screen components gatherTxMeta()Dan2018-06-082-2/+2
| | |/ / / / / / /
| | | * | | | | | update changelogErik Marks2018-06-131-0/+3
| | | * | | | | | undo package.json and package-lock.json changesErik Marks2018-06-132-6817/+6539
| | | * | | | | | removed auto-reload.js, moved global web3 export to inpage.jsErik Marks2018-06-132-43/+16
| | | * | | | | | wipErik Marks2018-06-134-6580/+6839
| * | | | | | | | Merge branch 'develop' of https://github.com/brunobar79/metamask-extension in...Bruno2018-06-130-0/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Merge remote-tracking branch 'upstream/develop' into developBruno2018-06-0667-317/+841
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into developBruno2018-05-31149-17174/+5990
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'upstream/develop' into developBruno2018-05-1797-3419/+8695
| | |\ \ \ \ \ \ \ \ \
* | | | | | | | | | | | upgrade eth-trezor-keyringBruno2018-06-131-1/+1
* | | | | | | | | | | | move TrezorKeyring to its own packageBruno2018-06-136-1383/+53
* | | | | | | | | | | | added support for signPersonalMessageBruno2018-06-131-28/+45
* | | | | | | | | | | | clean upBruno2018-06-111-92/+21
* | | | | | | | | | | | sign transactions is pretty closeBruno2018-06-111-49/+77
* | | | | | | | | | | | balances workingBruno2018-06-113-6/+22
* | | | | | | | | | | | add account workingBruno2018-06-112-8/+13
* | | | | | | | | | | | clean upBruno2018-06-112-8/+15
* | | | | | | | | | | | initial trezor supportBruno2018-06-1014-6478/+8369
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4523 from MetaMask/i4462-FixResetBugDan Finlay2018-06-083-6/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix bug where reset account would not work.Dan Finlay2018-06-073-6/+12
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4090 from MetaMask/i3725-refactor-send-component-Dan J Miller2018-06-07163-1349/+7527
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bump beta e2e timeouts on faucet page.Dan2018-06-072-4/+4
| * | | | | | | | | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-077-141/+218
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4385 from MetaMask/ci-test-e2e-betakumavis2018-06-076-141/+217
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Improve e2e beta tests by adding appropriate waits.Dan2018-06-072-47/+56
| * | | | | | | | | | | Conditionally close info page in beta e2e tests.Dan2018-06-062-4/+14
| * | | | | | | | | | | Merge remote-tracking branch 'whymarrh/ci-test-e2e-beta' into ci-test-e2e-betaDan2018-06-062-63/+79
| * | | | | | | | | | | Fix e2e beta tests to account for add-token updates and actual behaviour of t...Dan2018-06-062-14/+10
| * | | | | | | | | | | Merge branch 'develop' into ci-test-e2e-betaDan2018-06-0629-70/+452
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Adjust delays in new beta e2e testsWhymarrh Whitby2018-06-021-2/+2
| * | | | | | | | | | | ci - breakout firefox helpers into scriptskumavis2018-06-023-23/+19
| * | | | | | | | | | | ci - run e2e:beta testskumavis2018-06-021-4/+53
* | | | | | | | | | | | Merge pull request #4477 from MetaMask/i3073-block-gravityformskumavis2018-06-071-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Block gravityforms.com from web3 injectionDan Finlay2018-06-041-0/+1
| | | | * | | | | | | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-0733-131/+394
| | | | |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4512 from MetaMask/test-metamask-no-diagnosticsThomas Huang2018-06-071-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | test - metamask-controller - disable diagnosticskumavis2018-06-061-0/+3
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4414 from scsaba/recipient-blacklistkumavis2018-06-075-1/+137
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | remove generating blocked accounts and use a config file insteadCsaba Solya2018-05-314-29/+30
| * | | | | | | | | | | | | fix documentationCsaba Solya2018-05-301-1/+1
| * | | | | | | | | | | | | adding tests for recipient blacklist checkerCsaba Solya2018-05-303-5/+83
| * | | | | | | | | | | | | adding transaction controller testsCsaba Solya2018-05-302-1/+18
| * | | | | | | | | | | | | initial implementationCsaba Solya2018-05-302-1/+41
* | | | | | | | | | | | | | Merge pull request #4418 from MetaMask/handle-import-account-failure-in-uikumavis2018-06-074-19/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'develop' into handle-import-account-failure-in-uiDan2018-06-0523-60/+366
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'develop' into handle-import-account-failure-in-uiDan2018-06-0347-282/+458
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix then-catch + error handling in import-accountDan2018-05-312-4/+2
| * | | | | | | | | | | | | | | Importing account by json and private key shows error and does not change acc...Dan2018-05-314-16/+46
* | | | | | | | | | | | | | | | Merge pull request #4514 from whymarrh/account-label-type-checkkumavis2018-06-071-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add account type assertion to PreferencesController#setAccountLabelWhymarrh Whitby2018-06-061-0/+1
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | i18n - ja improvements03-262018-06-077-18/+75
* | | | | | | | | | | | | | | | Merge pull request #4515 from MetaMask/masterThomas Huang2018-06-072-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | / / / | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #4511 from MetaMask/v4.7.4kumavis2018-06-068-49/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | 4.7.4v4.7.4kumavis2018-06-062-1/+6
| | * | | | | | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into v4.7.4kumavis2018-06-062-2/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| / / / / / / / / / / / / / | | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge pull request #4490 from MetaMask/v4.7.3Thomas Huang2018-06-0520-41/+293
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | changelog - add note on new modalv4.7.3kumavis2018-06-051-0/+1
| | * | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into v4.7.3kumavis2018-06-053-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|/ / / / / / / / / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | 4.7.3kumavis2018-06-052-2/+6
* | | | | | | | | | | | | | | | Merge pull request #4507 from whymarrh/fix-account-orderDan J Miller2018-06-0710-45/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix mock addresses used for integration testsWhymarrh Whitby2018-06-066-18/+18
| * | | | | | | | | | | | | | | Fix account list order for the old UIWhymarrh Whitby2018-06-061-2/+3
| * | | | | | | | | | | | | | | Render the accounts in keyring orderWhymarrh Whitby2018-06-061-3/+4
| * | | | | | | | | | | | | | | Remove unused identities reducer from UIWhymarrh Whitby2018-06-062-22/+0
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #4509 from whymarrh/wallet-view-assertionkumavis2018-06-061-5/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove selectedIdentity prop from wallet viewWhymarrh Whitby2018-06-061-5/+3
| * | | | | | | | | | | | | | | Ensure selectedAddress exists when render walletWhymarrh Whitby2018-06-061-0/+4
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #4506 from MetaMask/diagnostics-multivaultkumavis2018-06-065-43/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | diagnostics - fix reportMultipleKeyrings callkumavis2018-06-061-1/+1
| * | | | | | | | | | | | | | diagnostics - minor fixeskumavis2018-06-062-5/+5
| * | | | | | | | | | | | | | lint - fix diagnostics reporterkumavis2018-06-061-1/+1
| * | | | | | | | | | | | | | diagnostics - rewrite bug-notifier as diagnostics-reporterkumavis2018-06-065-71/+84
| * | | | | | | | | | | | | | add multivault detection to diagnostics reportingkumavis2018-06-061-0/+33
|/ / / / / / / / / / / / / /
| | | | | | | | * | | | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-0529-72/+400
| | | | | | | | |\ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Update hide-token-confirmation-modal.js to use new modalState schema (#4482)Dan J Miller2018-06-053-3/+3
| |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4486 from MetaMask/i4475-ClearUnknownIdentitieskumavis2018-06-055-4/+135
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Record identity before deleting itDan Finlay2018-06-051-1/+1
| * | | | | | | | | | | | | Mock notifier in testDan Finlay2018-06-052-1/+7
| * | | | | | | | | | | | | Add commentDan Finlay2018-06-051-0/+2
| * | | | | | | | | | | | | Do not alert to userDan Finlay2018-06-051-5/+0
| * | | | | | | | | | | | | LintedDan Finlay2018-06-052-1/+2
| * | | | | | | | | | | | | Add bug info under metadata keyDan Finlay2018-06-051-1/+7
| * | | | | | | | | | | | | Add first time info to bug reportDan Finlay2018-06-052-1/+5
| * | | | | | | | | | | | | Add version to reportDan Finlay2018-06-052-4/+6
| * | | | | | | | | | | | | Add changelog entryDan Finlay2018-06-051-0/+2
| * | | | | | | | | | | | | Fine tune error postingDan Finlay2018-06-052-6/+2
| * | | | | | | | | | | | | Only notify first time lost ids are detectedDan Finlay2018-06-051-2/+8
| * | | | | | | | | | | | | Add reporting uriDan Finlay2018-06-051-1/+1
| * | | | | | | | | | | | | Begin adding unconfigured notifierDan Finlay2018-06-052-13/+21
| * | | | | | | | | | | | | Persist lost identities to storage for later analysisDan Finlay2018-06-052-2/+33
| * | | | | | | | | | | | | Add minimal user notification of issue.Dan Finlay2018-06-051-1/+1
| * | | | | | | | | | | | | Add identity synchronizing codeDan Finlay2018-06-052-1/+48
| * | | | | | | | | | | | | Add failing test for unknown identity entryDan Finlay2018-06-051-3/+28
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #4428 from MetaMask/fix-tokenlist-balance-overflowDan J Miller2018-06-052-4/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4432 from alextsg/fix-tokenlist-balance-overflowDan J Miller2018-06-021-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix ellipsesAlexander Tseung2018-06-011-5/+6
| |/ / / / / / / / / / / / /
| * | | | | | | | | | / / / Token name is not hidden in wallet if balance is exceptionally long.Dan2018-06-012-3/+11
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Reduce height of notice container in onboarding (#4435)Alexander Tseung2018-06-051-8/+9
* | | | | | | | | | | | | Indicate the current selected account on the popup account view (#4445)Alexander Tseung2018-06-058-21/+127
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4471 from MetaMask/masterDan Finlay2018-06-043-9/+23
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #4470 from MetaMask/v4.7.2Dan Finlay2018-06-0411-24/+85
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 4.7.2 - additional changelog notesv4.7.2kumavis2018-06-041-0/+3
| | * | | | | | | | | | | 4.7.2kumavis2018-06-042-1/+5
| | * | | | | | | | | | | deps - update package-lock via npm@5.10.0kumavis2018-06-041-8/+15
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4467 from MetaMask/preferences-account-syncDan Finlay2018-06-042-3/+34
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | metamask-controller - clear account labels on restore from seed phrasekumavis2018-06-041-0/+4
| * | | | | | | | | | | | preferences controller - jsdoc fixkumavis2018-06-041-2/+2
| * | | | | | | | | | | | metamask - update preferences controller identities on keyring controller updatekumavis2018-06-042-3/+30
* | | | | | | | | | | | | Merge pull request #4353 from MetaMask/publishing-guide-updatekumavis2018-06-041-7/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Update publishing.mdDan Finlay2018-05-241-5/+5
| * | | | | | | | | | | | Update publishing guideDan Finlay2018-05-241-6/+20
* | | | | | | | | | | | | Merge pull request #4426 from MetaMask/sentry-url-rewrite-fixkumavis2018-06-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | sentry - message rewrite - guard against missing messagekumavis2018-05-311-1/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4425 from MetaMask/masterkumavis2018-06-023-2/+28
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #4449 from MetaMask/Version-4.7.1kumavis2018-06-0242-271/+434
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Version 4.7.1v4.7.1Dan Finlay2018-06-023-1/+22
| | * | | | | | | | | | | Merge branch 'master' into developDan Finlay2018-06-022-2/+7
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | / / / / / / | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #4408 from MetaMask/v4.7.0rc2Thomas Huang2018-05-31205-18582/+12645
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | 4.7.0v4.7.0kumavis2018-05-312-2/+6
| | * | | | | | | | | | | changelog - add note on bravekumavis2018-05-311-0/+1
| | | |/ / / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge pull request #4436 from MetaMask/bmd/update-zenhub-linksDan Finlay2018-06-022-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | update helpscout links to zenhubBobby Dresser2018-06-012-2/+2
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4438 from wjmelements/yarnDan Finlay2018-06-021-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | recommend yarn for node >= 10William Morriss2018-06-011-1/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4450 from MetaMask/fix-migration-26Dan Finlay2018-06-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix return value of migration 26 when missing KC or PCWhymarrh Whitby2018-06-021-1/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4433 from MetaMask/i4431-error-throwingkumavis2018-06-022-30/+24
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Properly end the middleware stack on RPC errorbitpshr2018-06-022-30/+24
|/ / / / / / / / / /
| | | | | | * | | | Merge pull request #4350 from MetaMask/i3914-fix-newui-send-gas-estimationDan J Miller2018-06-0523-165/+461
| | | | | | |\ \ \ \
| | | | | | | * | | | Simplify recipient code check in send.utils estimateGasDan2018-06-051-4/+5
| | | | | | | * | | | Default currency-display valueToRender to empty string when not readOnly ('0'...Dan2018-06-021-2/+2
| | | | | | | * | | | Fix calculation of data property for gas estimation on token transfers.Dan2018-06-027-47/+41
| | | | | | | * | | | Merge branch 'i3725-refactor-send-component-' into i3914-fix-newui-send-gas-e...Dan2018-06-0179-550/+2072
| | | | | | | |\ \ \ \ | | | | | | | |/ / / / | | | | | | |/| | | |
| | | | | | * | | | | Remove .onlyDan2018-06-011-1/+1
| | | | | | * | | | | Merge branch 'i3725-refactor-send-component-' of github.com:MetaMask/metamask...Dan2018-06-019-156/+108
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ Merge pull request #4386 from MetaMask/i4077-replace-currency-input-with-nume...Dan J Miller2018-06-019-156/+108
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Fix send amount field select in send-new-ui integration test.Dan2018-06-011-1/+1
| | | | | | | | * | | | | Improve input width calculation in currency-display.jsDan2018-06-011-3/+2
| | | | | | | | * | | | | Fix send-new-ui gas fee display expectation.Dan2018-06-011-1/+1
| | | | | | | | * | | | | Fix currency display send integration tests.Dan2018-05-312-2/+2