aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test - e2e - contract test - add logskumavis2018-07-041-7/+9
* test - e2e - fix missing importkumavis2018-07-031-1/+1
* Merge branch 'develop' into network-remove-provider-enginekumavis2018-07-032-3/+3
|\
| * Merge pull request #4709 from MetaMask/pointMasterContractMetadataEsteban MiƱo2018-07-032-4/+3
| |\
| | * point eth-contract-metadata to repo masterEsteban MIno2018-07-032-4/+3
| |/
* | Merge pull request #4711 from alextsg/network-remove-provider-enginekumavis2018-07-031-2/+15
|\ \
| * | Fix notice screen incorrectly disabling Accept button after multiple noticesAlexander Tseung2018-07-031-2/+15
|/ /
* | test - e2e - move timingskumavis2018-07-031-1/+1
* | test - e2e-beta - update some api callskumavis2018-07-031-6/+4
* | dep - automated package-lock fixeskumavis2018-07-031-4/+42
* | deps - update package-lockkumavis2018-07-031-190/+336
* | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-07-03100-32518/+33751
|\|
| * npm 6 fresh lock + node 8 (#4675)Bruno Barbieri2018-07-034-32479/+32280
| * Merge pull request #4692 from MetaMask/improve-e2e-beta-test-startupWhymarrh Whitby2018-07-021-5/+11
| |\
| | * Improve checks for closing info page on app installation in e2e beta tests.Dan2018-06-291-5/+11
| * | Merge pull request #4687 from snreynolds/i4623-getConvertedCurrencyDan J Miller2018-06-308-24/+9
| |\ \
| | * | fixes #4623Sara Reynolds2018-06-308-24/+9
| | |/
| * | Merge pull request #4640 from weijiekoh/developDan J Miller2018-06-302-1/+8
| |\ \
| | * | Fixed lint errorKoh Wei Jie2018-06-281-1/+1
| | * | removed stray console.logKoh Wei Jie2018-06-221-1/+0
| | * | fixed blank boolean field for typed signing for old UIKoh Wei Jie2018-06-221-1/+5
| | * | fixed blank boolean field for typed signing for new UIKoh Wei Jie2018-06-221-0/+4
| * | | Merge pull request #4647 from MetaMask/fix-overflow-currency-displayDan J Miller2018-06-303-2/+12
| |\ \ \
| | * | | Improve attribute syntax in send-amount-row.component.jsDan J Miller2018-06-301-1/+1
| | * | | Remove input arrows for send screen amount row on firefox.Dan2018-06-293-0/+11
| | * | | Fix issues with scrollbar in currency display.Dan2018-06-292-2/+1
| | | |/ | | |/|
| * | | Merge pull request #4690 from MetaMask/i4662-token-gas-estimate-uxDan Finlay2018-06-293-0/+11
| |\ \ \
| | * | | Set based estimate for token sends to be updated once recipient address speci...Dan2018-06-293-0/+11
| | |/ /
| * | | Merge pull request #4634 from MetaMask/i4503-touch-up-shpshft-button-styleThomas Huang2018-06-292-7/+26
| |\ \ \ | | |/ / | |/| |
| | * | Fix style of shapeshift screen in deposit modal.Dan2018-06-222-7/+26
| | |/
| * | Merge pull request #4678 from MetaMask/e2e-beta-tests-upgradeDan J Miller2018-06-2910-6749/+7671
| |\ \
| | * | Use supersonic instead of httpserver to serve local dapp (e2e beta tests)Dan2018-06-283-21/+543
| | * | Turn off failing e2e beta assertion in firefox until bugs in webdriver/geckod...Dan2018-06-281-2/+6
| | * | Update condition for backspace in customize gas step of token factory send te...Dan2018-06-281-1/+4
| | * | Update package-lock.jsonDan2018-06-281-6526/+6601
| | * | Fix add existing token test (e2e beta tests).Dan2018-06-271-3/+1
| | * | Switch to eth and back before asserting on token balance (e2e beta token tests).Dan2018-06-271-1/+2
| | * | await all clicks in e2e beta tests.Dan2018-06-271-9/+11
| | * | Close popup window for e2e beta token factory send test.Dan2018-06-271-2/+3
| | * | Fix retype seed phrase button.Dan2018-06-271-35/+46
| | * | Disable e2e beta assertion after first token addition because of firefox / we...Dan2018-06-271-1/+8
| | * | Pass correct params to verboseReportOnFailure in beta e2e tests.Dan2018-06-271-1/+1
| | * | Add timeouts to certain beta e2e driver.waits.Dan2018-06-271-2/+2
| | * | Add try catch to deal with false negative timeouts in beta e2e tests.Dan2018-06-271-7/+22
| | * | Wait for element text match in metamask-beta-ui e2e send token testDan2018-06-271-4/+2
| | * | Use locally served dapp to test contract calls in e2e beta testsDan2018-06-276-174/+131
| | * | Add extra delay to e2e tests after remix page load.Dan2018-06-271-0/+1
| | * | Fix send token tests in beta ui e2e tests.Dan2018-06-272-9/+26
| | * | Speed up page opening and fix timeout errors on remix page opening in beta e2...Dan2018-06-272-13/+26
| | * | Add delay before regularly failing test.Dan2018-06-271-0/+1
| | * | Fix element located bug in beta e2e contract method call test.Dan2018-06-271-1/+1
| | * | Improve wait for buy modal render after first time flow in beta e2e tests.Dan2018-06-271-1/+2
| | * | Only show the customize gas modal if the estimateGas call is not currently in...Dan2018-06-274-6/+79
| | * | Update metamask-beta-ui e2e spec to fail on insufficient gas estimation.Dan2018-06-271-7/+31
| | * | Wait for locating of submit buttons before attempting to click in metamask.sp...Dan2018-06-271-3/+8
| | * | Update tests to accomodate token list menu additions.Dan2018-06-271-1/+2
| | * | Disable onbeforeunload alert on remix for contract integration tests.Dan2018-06-271-0/+1
| | * | Adds test for hiding tokens.Dan2018-06-271-0/+19
| | * | e2e beta tests for contract deployment and calling a contract method.Dan2018-06-272-2/+135
| | * | Improve reliability of beta e2e tests by using webdriver apis to wait for cer...Dan2018-06-272-5/+12
| | * | Add test for importing from private key to from-import-beta-ui.spec.js, and r...Dan2018-06-272-125/+19
| | * | metamask-beta-ui.spec.js tests custom token send before searched token.Dan2018-06-271-38/+43
| | * | Adds e2e tests for sending tokens from token factory.Dan2018-06-271-3/+61
| | * | Adds e2e tests for sending tokens within metamask.Dan2018-06-271-0/+44
| | * | Adds e2e tests for sending tokens from token factory.Dan2018-06-271-3/+61
| | * | Adds e2e tests for sending tokens within metamask.Dan2018-06-271-2/+48
| * | | Merge pull request #4674 from MetaMask/removeOnlyTestsThomas Huang2018-06-291-1/+1
| |\ \ \
| | * | | 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
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | 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
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ 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
| |/ / / / / / / /
| | | * | | | | | 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
| | | | * | | | | changelog - add note on nonce-lock mutex fixkumavis2018-06-131-0/+1
| | | |/ / / / / | | |/| | | | |
| | * | | | | | 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 #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
| |/ / / / /
| | | * | | 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
| | | | |\ \ | | |_|_|/ / | |/| | | |
| * | | | | 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
| | |/ / / /
| | | | * | 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
* | | | | | lint - fix lint for networkkumavis2018-06-133-3/+0
* | | | | | network - import createBlockTrackerInspectorMiddleware and rearrange cache mi...kumavis2018-06-135-41/+8
* | | | | | nonce-tracker - wrap nonce calculations in try-catch and release lock on errorkumavis2018-06-131-22/+28
* | | | | | test - e2e - beta - from import - fix missing startup phasekumavis2018-06-121-0/+3
* | | | | | test - e2e - beta - dont select localhost as it is already setkumavis2018-06-122-20/+1
* | | | | | test - e2e - extensionUri should point to home.htmlkumavis2018-06-121-2/+2
* | | | | | test - e2e - remove usage of extensionId from testskumavis2018-06-124-28/+12
* | | | | | test - e2e - fix incomplete setup phasekumavis2018-06-122-2/+5
* | | | | | test - e2e - properly export setupBrowserAndExtensionkumavis2018-06-121-0/+1
* | | | | | test - e2e - more factoring of test setupkumavis2018-06-125-64/+27
* | | | | | test - e2e - use fs-extra instead of fskumavis2018-06-121-1/+1
* | | | | | test - e2e - factor out setup phase + rename METAMASK_CONFIG to METAMASK_TEST...kumavis2018-06-124-47/+51
* | | | | | test - e2e - inject metamask config to point at localhostkumavis2018-06-125-23/+61
* | | | | | lint - controllers - whitepace fixkumavis2018-06-121-5/+5
* | | | | | test - e2e - reduce browser-specific codekumavis2018-06-121-20/+13
* | | | | | network - provider - infura - use block-reemit middlewarekumavis2018-06-083-28/+29
* | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into network...kumavis2018-06-08168-1486/+7741
|\| | | | |
| * | | | | 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 branch 'develop' into i3725-refactor-send-component-Dan2018-06-0529-72/+400
| | | | | |\| | |
| | | | | * | | | 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
| | | | | | | * | | | | Delete currency-input.jsDan2018-05-302-114/+0
| | | | | | | * | | | | Remove currency input from input-numberDan2018-05-301-4/+4
| | | | | | | * | | | | Stop using external NumericInput component.Dan2018-05-303-14/+27
| | | | | | | * | | | | Replaces currency-input.js with NumericInputDan2018-05-297-38/+231
| | | | | * | | | | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-06-0171-394/+1963
| | | | | |\ \ \ \ \ \ \ | | | | | | |/ / / / / / | | | | | |/| | | | | |
| | | | | | | | * | | | Improve efficiency of estimateGasPriceFromRecentBlocksDan2018-05-311-10/+5
| | | | | | | | * | | | test - send-utils.test - lint fixkumavis2018-05-311-1/+1
| | | | | | | | * | | | Gas estimation uses block gas limit as fallback if query.estimateGas returns ...Dan2018-05-312-5/+39
| | | | | | | | * | | | Auto update gas estimate when to changes.Dan2018-05-3115-64/+123
| | | | | | | | * | | | Fix test to account for greater precision currency display.Dan2018-05-311-1/+1
| | | | | | | | * | | | Support smaller decimals in currency-displayDan2018-05-311-1/+1
| | | | | | | | * | | | Estimate gas using same algorithm as backend.Dan2018-05-3112-98/+153
| | | | | | | | * | | | Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ...Dan2018-05-3113-55/+203
| | | | | | | | * | | | getParamsForGasEstimate extracts symbol from token instead of just accepting ...Dan2018-05-313-6/+6
| | | | | | | | * | | | Rename gas change actions.Dan2018-05-314-22/+22
| | | | | | | | * | | | Split out getGasEstimate logic from updateGasTotalDan2018-05-311-3/+12
| | | | | | |_|/ / / / | | | | | |/| | | | |
| | | | | * | | | | | Update amount error on update of send screen.Dan2018-05-314-23/+169
| | | | | * | | | | | Fix setting of token balance on account switch in send screen from field.Dan2018-05-313-3/+3
| | | | | | |/ / / / | | | | | |/| | | |
| | | | | * | | | | Send refactor: fix error handling and form disabling in send form.Dan2018-05-268-47/+37
| | | | | * | | | | Clean up for send refactor PR.Dan2018-05-256-17/+8
| | | | | * | | | | Move formShouldBeDisabled from send-footer util to component.Dan2018-05-254-40/+72
| | | | | * | | | | Fix order of button text in page-container-footer.Dan2018-05-252-10/+4
| | | | | * | | | | Display correct titles and subtitles on send token and editing send transacti...Dan2018-05-259-14/+112
| | | | | * | | | | Fix display of primary currency symbol in send amount rowDan2018-05-252-2/+8
| | | | | * | | | | Send refactor: fix amount max button for tokens.Dan2018-05-242-2/+13
| | | | | * | | | | Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-24141-18228/+4692
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ Merge branch 'develop' into i3725-refactor-send-component-Dan2018-05-150-0/+0
| | | | | |\ \ \ \ \ \