aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set min gas price to 1 gweiDan Finlay2017-07-281-1/+1
|
* Disable user zoom in mobile modeDan Finlay2017-07-281-1/+1
|
* Fix viewport width to 1Dan Finlay2017-07-281-1/+1
|
* Ensure loading indication is full screenDan Finlay2017-07-281-0/+1
|
* Fix loading indication placementDan Finlay2017-07-281-1/+1
|
* Remove unused parameterDan Finlay2017-07-282-2/+2
|
* Restore support linkDan Finlay2017-07-281-4/+4
|
* Fix info page formattingDan Finlay2017-07-281-6/+14
|
* Fix spellingDan Finlay2017-07-281-1/+1
|
* Remove deprecated responsive dev docsDan Finlay2017-07-282-12/+0
|
* Bump menu-droppo to 2.0.1Dan Finlay2017-07-281-1/+1
|
* Fix custom provider indicationDan Finlay2017-07-272-6/+6
|
* Remove object spread syntaxDan Finlay2017-07-271-7/+9
|
* Adjust mobile scale for smaller devicesDan Finlay2017-07-271-1/+1
|
* Set initial scale for mobile.Dan Finlay2017-07-273-3/+6
|
* Merge pull request #1831 from sdtsui/pre-merge-fixesDan Finlay2017-07-274-11/+8
|\ | | | | Add minor fixes, including account selection scroll
| * Re-center network dropdownsdtsui2017-07-272-2/+5
| |
| * Make account selection dropdown menu scrollable when too large for viewsdtsui2017-07-271-0/+2
| |
| * Remove Account Settings item from optionsMenu, unnecessarysdtsui2017-07-271-8/+0
| |
| * Bump version of menu-droppo, no longer needs css transitionssdtsui2017-07-271-1/+1
|/
* Lots of flex rearrangement on account detail viewDan Finlay2017-07-2611-134/+129
| | | | Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
* Remove responsive folder from gulpDan Finlay2017-07-261-1/+0
|
* Restore sort order fixDan Finlay2017-07-252-2/+5
|
* Replace ui with responsive-uiDan Finlay2017-07-25138-13934/+224
|
* Merge branch 'NewUI' of github.com:MetaMask/metamask-plugin into NewUIDan Finlay2017-07-251-0/+1
|\
| * Merge pull request #1815 from sdtsui/fix/menu-cursorkumavis2017-07-251-0/+1
| |\ | | | | | | Add cursor to account menu buttons
| | * Add cursor to account menu buttonssdtsui2017-07-251-0/+1
| |/
* / Css tweaksDan Finlay2017-07-252-1/+7
|/
* Improve account-detail panel responsivenessDan Finlay2017-07-211-1/+5
|
* Prevent buy button from floatingDan Finlay2017-07-211-6/+0
|
* Make main account detail view more responsiveDan Finlay2017-07-216-8/+32
|
* Merge pull request #1802 from MetaMask/RestructureNewUIDan Finlay2017-07-21268-295/+645
|\ | | | | Restructure new ui branch folders
| * Fix referenceDan Finlay2017-07-212-2/+2
| |
| * Fix css linksDan Finlay2017-07-212-4/+4
| |
| * Merge branch 'master' into NewUIDan Finlay2017-07-2127-214/+630
| |\
| | * Merge pull request #1801 from MetaMask/i1800-UpdateTutorialLinkKevin Serrano2017-07-211-1/+11
| | |\ | | | | | | | | Update tutorial link
| | | * Add user support linkDan Finlay2017-07-211-0/+4
| | | |
| | | * Update tutorial linksDan Finlay2017-07-211-1/+7
| | |/
| | * Merge pull request #1799 from MetaMask/Version-3.9.1kumavis2017-07-203-2/+4
| | |\ | | | | | | | | Version 3.9.1
| | | * Version 3.9.1v3.9.1Dan Finlay2017-07-203-2/+4
| | |/
| | * Merge pull request #1796 from MetaMask/1GweiMinGasPricekumavis2017-07-202-1/+2
| | |\ | | | | | | | | Lowered minimum gas price to 1 gwei
| | | * Lowered minimum gas price to 1 gweiDan Finlay2017-07-202-1/+2
| | |/
| | * Merge pull request #1794 from MetaMask/nonce-tracker-fixesDan Finlay2017-07-194-44/+88
| | |\ | | | | | | | | Nonce tracker fixes
| | | * changelog - add nonce-tracker notekumavis2017-07-191-0/+1
| | | |
| | | * transactions - block nonce-tracker while updating pending transactionskumavis2017-07-192-14/+32
| | | |
| | | * nonce-tracker - fix lock mechanism to be a real mutexkumavis2017-07-192-11/+16
| | | |
| | | * transaction - promisify _checkPendingTxskumavis2017-07-191-27/+41
| | | |
| | | * nonce-tracker - return nonce as integerkumavis2017-07-191-1/+1
| | | |
| | | * nonce-tracker - validate nonce calc componentskumavis2017-07-191-3/+9
| | |/
| | * Merge pull request #1787 from MetaMask/i1637-TransactionOrderkumavis2017-07-193-1/+23
| | |\ | | | | | | | | Fix transaction confirmation ordering
| | | * Fix transaction confirmation orderingDan Finlay2017-07-183-1/+23
| | | | | | | | | | | | | | | | | | | | | | | | Newest tx or message will now always appear last, and a new tx proposed after the user has a confirmation box open will never change the confirmation to a different tx proposed. Fixes #1637
| | * | Merge pull request #1791 from MetaMask/ciBadgekumavis2017-07-191-1/+1
| | |\ \ | | | | | | | | | | Change Ci Badge url for readme
| | | * | Shield looks bettertmashuang2017-07-191-1/+1
| | | | |
| | | * | Change Ci Badge url for readmetmashuang2017-07-191-1/+1
| | |/ /
| | * | Merge pull request #1786 from MetaMask/turnOffAutoFaucetDan Finlay2017-07-183-24/+1
| | |\ \ | | | |/ | | |/| turn off auto faucet
| | | * turn off auto faucet and remove filefrankiebee2017-07-183-24/+1
| | |/
| | * Merge pull request #1781 from MetaMask/AddSupportLinkKevin Serrano2017-07-182-2/+9
| | |\ | | | | | | | | Add support page link to help page
| | | * Add support page link to help pageDan Finlay2017-07-182-2/+9
| | |/ | | | | | | | | | Also adjust github link to be a new bug link, which goes to the new issue page.
| | * Merge pull request #1777 from MetaMask/InfuraTestkumavis2017-07-153-35/+64
| | |\ | | | | | | | | Infura Network response tests
| | | * Sinon stub infura network statustmashuang2017-07-151-14/+18
| | | |
| | | * Update Sinontmashuang2017-07-151-1/+1
| | | |
| | | * Use Let instead of vartmashuang2017-07-151-1/+1
| | | |
| | | * Infura Network response teststmashuang2017-07-152-34/+59
| | |/
| | * Merge pull request #1617 from MetaMask/nonce-trackerFrankie2017-07-149-121/+205
| | |\ | | | | | | | | transaction controller - use nonce-tracker
| | | * make publishTransaction and signTransaction async methodsfrankiebee2017-07-143-32/+28
| | | |
| | | * remove denodeifyfrankiebee2017-07-141-1/+0
| | | |
| | | * Merge branch 'master' into nonce-trackerfrankiebee2017-07-135-36/+40
| | | |\
| | | * | Fix test to match behaviorfrankiebee2017-07-132-2/+2
| | | | |
| | | * | mv updateAndApproveTx to txControllerfrankiebee2017-07-131-3/+7
| | | | |
| | | * | use new nodeifyfrankiebee2017-07-132-44/+21
| | | | |
| | | * | Use txParamsfrankiebee2017-07-121-4/+4
| | | | |
| | | * | Merge branch 'master' into nonce-trackerfrankiebee2017-07-127-21/+113
| | | |\ \
| | | * \ \ Merge branch 'nonce-tracker' of https://github.com/MetaMask/metamask-plugin ↵frankiebee2017-07-1225-129/+689
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | into nonce-tracker
| | | | * | | test - tx controller - fix promise handlingkumavis2017-07-081-5/+2
| | | | | | |
| | | | * | | test - tx-controller - stub block-tracker methodkumavis2017-07-081-1/+1
| | | | | | |
| | | | * | | Merge branch 'master' into nonce-trackerkumavis2017-07-0825-123/+686
| | | | |\ \ \
| | | * | | | | remove irrelevan codefrankiebee2017-07-121-1/+0
| | | |/ / / /
| | | * | | | clean up unused code from old noncelockfrankiebee2017-07-061-2/+0
| | | | | | |
| | | * | | | fix nonce calculation orderfrankiebee2017-07-061-6/+7
| | | | | | |
| | | * | | | nonce-tracker: only check transactions that are not supposed to be ignoredfrankiebee2017-06-282-7/+15
| | | | | | |
| | | * | | | calculate nonce based on local pending txs w/o error state.frankiebee2017-06-281-1/+10
| | | | | | |
| | | * | | | Merge branch 'master' into nonce-trackerfrankiebee2017-06-2826-56/+507
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into nonce-trackerfrankiebee2017-06-225-16/+7
| | | |\ \ \ \ \
| | | * | | | | | fix nonceTrackerfrankiebee2017-06-223-58/+25
| | | | | | | | |
| | | * | | | | | add a test for #getNonceLockfrankiebee2017-06-223-6/+63
| | | | | | | | |
| | | * | | | | | Merge branch 'master' into nonce-trackerfrankiebee2017-06-175-38/+92
| | | |\ \ \ \ \ \
| | | * | | | | | | remove irrelevant testfrankiebee2017-06-171-5/+0
| | | | | | | | | |
| | | * | | | | | | Fix test to call donefrankiebee2017-06-161-7/+8
| | | | | | | | | |
| | | * | | | | | | transaction controller - use nonce-trackerkumavis2017-06-153-36/+63
| | | | | | | | | |
| | | * | | | | | | introduce nonce-trackerkumavis2017-06-151-0/+49
| | | | | | | | | |
| | * | | | | | | | Merge pull request #1775 from MetaMask/BlacklistFasterkumavis2017-07-142-1/+3
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Redirect from malicious sites faster
| | | * | | | | | | | Redirect from malicious sites fasterDan Finlay2017-07-142-1/+3
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #1771 from MetaMask/addNonceErrToErrLIstkumavis2017-07-133-0/+42
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add nonce err to err list
| | | * | | | | | | | limit the range for retryCountfrankiebee2017-07-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | write a migration for resubmit tx's to get put back into a submitted statefrankiebee2017-07-132-0/+41
| | | | | | | | | | |
| | | * | | | | | | | add "nonce too low" to the ignored errs list for tx retrysfrankiebee2017-07-131-0/+1
| | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | * | | | | | | | Merge pull request #1770 from MetaMask/Version-3.9.0kumavis2017-07-132-3/+4
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Version 3.9.0
| | | * | | | | | | | Remove css referencev3.9.0Dan Finlay2017-07-131-2/+1
| | | | | | | | | | |
| | | * | | | | | | | Version 3.9.0Dan Finlay2017-07-132-1/+3
| | |/ / / / / / / /
| | * | | | | | | | Merge pull request #1769 from MetaMask/UpdateMetadatakumavis2017-07-131-2/+3
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update eth-contract-metadata on build
| | | * \ \ \ \ \ \ \ Merge branch 'master' into UpdateMetadataDan Finlay2017-07-136-2/+24
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | Update eth-contract-metadata on buildDan Finlay2017-07-131-2/+3
| | | | |/ / / / / / / | | | |/| | | | | | |
| | * | | | | | | | | Merge pull request #1765 from MetaMask/Version-3.8.6kumavis2017-07-132-1/+5
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | Version 3.8.6
| | | * | | | | | | | Merge branch 'master' into Version-3.8.6Dan Finlay2017-07-136-2/+25
| | | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge pull request #1768 from MetaMask/AddBlacklistkumavis2017-07-136-2/+24
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | | Add first version of phishing site warning
| | | * | | | | | | | Refresh blacklist before distDan Finlay2017-07-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Correct github linkDan Finlay2017-07-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Bump node versionDan Finlay2017-07-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Point blacklist at main repositoryDan Finlay2017-07-131-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Bump changelogDan Finlay2017-07-131-0/+1
| | | | | | | | | | |
| | | * | | | | | | | Add first version of phishing site warningDan Finlay2017-07-134-0/+21
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Links to my own blacklist for now, since I added a package.json for easy importing. We can point at the main 408H repository once this is merged: https://github.com/409H/EtherAddressLookup/pull/24 Redirects detected phishing sites [here](https://metamask.io/phishing.html).
| | | * / / / / / / Version 3.8.6v3.8.6Dan Finlay2017-07-122-1/+4
| | |/ / / / / / /
| | * | | | | | | Merge pull request #1758 from MetaMask/3.8.5Dan Finlay2017-07-122-1/+5
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Version 3.8.5
| | | * \ \ \ \ \ \ Merge branch 'master' into 3.8.5Dan Finlay2017-07-129-55/+143
| | | |\ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge pull request #1763 from MetaMask/prov-bumpkumavis2017-07-123-35/+35
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | deps - bump prov-eng for retry on gateway timeout
| | | * | | | | | | deps - bump prov-engkumavis2017-07-121-1/+1
| | | | | | | | | |
| | | * | | | | | | tests - disable infura testkumavis2017-07-121-33/+33
| | | | | | | | | |
| | | * | | | | | | deps - bump prov-eng for fetch retrykumavis2017-07-121-1/+1
| | | | | | | | | |
| | | * | | | | | | metamask - on rpc err show whole error bodykumavis2017-07-121-1/+1
| | | | | | | | | |
| | | * | | | | | | deps - bump prov-eng for retry on gateway timeoutkumavis2017-07-121-1/+1
| | |/ / / / / / /
| | * | | | | | | Merge pull request #1762 from MetaMask/ImproveRetryLogickumavis2017-07-124-12/+51
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve retry logic
| | | * | | | | | | Improve insufficient balance checking in retry loopDan Finlay2017-07-124-4/+49
| | | | | | | | | |
| | | * | | | | | | Remove local nonce error setting.Dan Finlay2017-07-122-8/+2
| | | | | | | | | |
| | * | | | | | | | Merge pull request #1761 from MetaMask/resubmimtErrorskumavis2017-07-121-4/+6
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | add "Gateway timeout"
| | | * | | | | | | use .includesfrankiebee2017-07-121-3/+3
| | | | | | | | | |
| | | * | | | | | | add "Gateway timeout" to ignored errors when resubmiting and use .includes ↵frankiebee2017-07-121-1/+3
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | over .startsWith
| | * | | | | | | Merge pull request #1757 from MetaMask/resubmit-fixv3.8.5Frankie2017-07-083-6/+53
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Resubmit fix
| | | * | | | | | | migration 16 - move resubmit warning back to submitted statekumavis2017-07-082-0/+42
| | | | | | | | | |
| | | * | | | | | | tx controller - resubmit - correctly set error on bad nonce/balancekumavis2017-07-081-2/+2
| | | | | | | | | |
| | | * | | | | | | tx controller - correctly set error message on resubmit errorkumavis2017-07-081-4/+8
| | | | | | | | | |
| | | * | | | | | | tx controller - resubmit - recognize parity known hash messagekumavis2017-07-081-0/+1
| | |/ / / / / / /
| | | * / / / / / 3.8.5kumavis2017-07-082-1/+5
| | |/ / / / / /
| | * | | | | | Merge pull request #1754 from MetaMask/Version-3.8.4kumavis2017-07-082-1/+5
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | Version 3.8.4
| | | * | | | | Version 3.8.4v3.8.4Dan Finlay2017-07-082-1/+5
| | |/ / / / /
| | * | | | | Merge pull request #1750 from MetaMask/failIfErrorkumavis2017-07-071-4/+21
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fail if error
| | | * | | | | fail transactions that fail in resubmitfrankiebee2017-07-071-25/+22
| | | | | | | |
| | | * | | | | tx controller - clean codekumavis2017-07-071-13/+14
| | | | | | | |
| | | * | | | | tx controller - move commentskumavis2017-07-071-3/+7
| | | | | | | |
| | | * | | | | add commentfrankiebee2017-07-071-5/+11
| | | | | | | |
| | | * | | | | if an error happens during a tx publication set tx status to failfrankiebee2017-07-071-1/+10
| | |/ / / / /
| | * | | | | Merge pull request #1748 from MetaMask/Version-3.8.3Thomas Huang2017-07-072-1/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Version 3.8.3
| | | * | | | | Version 3.8.3v3.8.3Dan Finlay2017-07-072-1/+3
| | |/ / / / /
| | * | | | | Merge pull request #1747 from MetaMask/FailingTestForFailingLowBalanceTxDan Finlay2017-07-073-4/+57
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | Fail txs on retry if balance is insufficient
| | | * | | | | Bump changelogDan Finlay2017-07-061-0/+1
| | | | | | | |
| | | * | | | | Fix failing testDan Finlay2017-07-062-39/+35
| | | | | | | |
| | | * | | | | Add missing doneDan Finlay2017-07-061-1/+2
| | | | | | | |
| | | * | | | | Typo fixDan Finlay2017-07-061-1/+1
| | | | | | | |
| | | * | | | | Merge branch 'FailLowBalance' into FailingTestForFailingLowBalanceTxDan Finlay2017-07-061-4/+22
| | | |\ \ \ \ \
| | | | * | | | | Fail pending txs with low balance or invalid nonceDan Finlay2017-07-061-4/+22
| | | | | | | | |
| | | * | | | | | Add failing test for retrying an over-spending txDan Finlay2017-07-061-0/+37
| | | |/ / / / /
| | * | | | | | Merge pull request #1742 from MetaMask/TokenSymbolMisspelledkumavis2017-07-061-1/+1
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | Fix spelling
| | | * | | | | Fix spellingtmashuang2017-07-061-1/+1
| | |/ / / / /
| * / / / / / Move responsive ui into its own folder for easier mergesDan Finlay2017-07-21245-75/+9
|/ / / / / /
* | | | | | Merge pull request #1790 from sdtsui/newui-account-dropdownsDan Finlay2017-07-1913-589/+510
|\ \ \ \ \ \ | | | | | | | | | | | | | | [newui] - Implement Advanced Option Menu & Account Switching Menu
| * | | | | | Reorder Account Selector and Account Optionssdtsui2017-07-192-115/+128
| | | | | | |
| * | | | | | Hook up new dropdown componentssdtsui2017-07-187-184/+157
| | | | | | |
| * | | | | | Remove account options iconssdtsui2017-07-183-177/+0
| | | | | | |
| * | | | | | Remove accounts screensdtsui2017-07-184-271/+244
| | | | | | |
| * | | | | | Add new tests for dropdown componentsdtsui2017-07-181-22/+86
| | | | | | |
| * | | | | | Bump version of menu-droppo to include bugfixsdtsui2017-07-181-1/+1
| | | | | | |
| * | | | | | Fix click handlers on AccountOptionsMenussdtsui2017-07-181-5/+5
| | | | | | |
| * | | | | | Cleanupsdtsui2017-07-185-33/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix lint error breaking gulp build Add presentational options menus
* | | | | | | Merge pull request #1772 from sdtsui/new-dropdownkumavis2017-07-143-0/+131
|\| | | | | | | | | | | | | | | | | | | | Implement NewUI Dropdown Component
| * | | | | | Brighten dropdown menu item\'s textsdtsui2017-07-141-3/+11
| | | | | | |
| * | | | | | Add tests for new dropdown componentsdtsui2017-07-132-0/+52
| | | | | | |
| * | | | | | Implement redesigned dropdownsdtsui2017-07-131-0/+71
|/ / / / / /
* | | | | | Merge branch 'master' into NewUIDan Finlay2017-07-066-9/+17
|\| | | | |
| * | | | | Merge pull request #1741 from MetaMask/ReEnableTokenListkumavis2017-07-062-2/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | Reenable Default Token List
| | * | | | | Reenable Default Token ListDan Finlay2017-07-062-2/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Looks pretty clear to me now that the heavy traffic spike was not this feature, but was the EOS crowdsale. Now that we've mitigated their traffic spike, I think we can safely re-introduce this feature.
| * | | | | Merge pull request #1739 from MetaMask/origin-headerDan Finlay2017-07-062-4/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | metamask - append dapp origin domain to rpc request
| | * | | | | metamask - append dapp origin domain to rpc requestkumavis2017-07-052-4/+11
| |/ / / / /
| * | | | | Merge pull request #1733 from MetaMask/Version-3.8.2Thomas Huang2017-07-042-1/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | Version 3.8.2
| | * | | | | Version 3.8.2v3.8.2Dan Finlay2017-07-042-1/+3
| |/ / / / /
* | | | | | Make responsive UI more flexyDan Finlay2017-07-045-12/+12
| | | | | |
* | | | | | Add responsive UI dev guideDan Finlay2017-07-042-0/+12
| | | | | |
* | | | | | Get duplicate UI template workingDan Finlay2017-07-04128-11/+13683
| | | | | |
* | | | | | Make folder for responsive UIDan Finlay2017-07-04125-3/+57
| | | | | |
* | | | | | Merge branch 'master' into NewUIDan Finlay2017-07-043-24/+52
|\| | | | |
| * | | | | Merge pull request #1727 from MetaMask/i1720-NoSpinnerOnConfigKevin Serrano2017-07-042-1/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | No longer show network spinner on config screen
| | * \ \ \ \ Merge branch 'master' into i1720-NoSpinnerOnConfigKevin Serrano2017-07-043-23/+49
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #1729 from MetaMask/i1707-ClarifySearchingIndicationKevin Serrano2017-07-043-23/+50
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Clarify network searching indication
| | * | | | | | Bump changelogDan Finlay2017-07-041-0/+3
| | | | | | | |
| | * | | | | | Indicate which network is being searched forDan Finlay2017-07-041-1/+22
| | | | | | | |
| | * | | | | | Add menu carrat next to network searching indicatorDan Finlay2017-07-042-22/+25
| |/ / / / / /
| | * / / / / No longer show network spinner on config screenDan Finlay2017-07-042-1/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | The config screen is used to select networks, so we must not block it with network loading indication.
* / / / / / Began creating new UI templateDan Finlay2017-07-043-1/+46
|/ / / / /
* | | | | Merge pull request #1714 from MetaMask/Version-3.8.1Thomas Huang2017-07-012-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Version 3.8.1
| * | | | | Version 3.8.1v3.8.1Dan Finlay2017-07-012-1/+3
|/ / / / /
* | | | | Merge pull request #1711 from MetaMask/NoPopularTOkensThomas Huang2017-07-012-1/+4
|\ \ \ \ \ | | | | | | | | | | | | Stop loading popular tokens by default
| * \ \ \ \ Merge branch 'master' into NoPopularTOkensThomas Huang2017-07-013-1/+7
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1712 from MetaMask/RemoveTokenSendingThomas Huang2017-07-012-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove send button
| * \ \ \ \ \ Merge branch 'master' into RemoveTokenSendingThomas Huang2017-07-012-1/+4
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1710 from MetaMask/BumpTokenTrackerThomas Huang2017-07-012-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Bump token-tracker to 1.1.1
| * | | | | | | Bump token-tracker to 1.1.2Dan Finlay2017-07-012-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To restore older firefox compatibility. Fixes #1696
| * | | | | | | Bump token-tracker to 1.1.1Dan Finlay2017-07-012-1/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a critical decimal-handling fix. Also reduces number of symbol and precision queries after initial load.
| * / / / / / Remove send buttonDan Finlay2017-07-012-0/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now.
| * / / / / Stop loading popular tokens by defaultDan Finlay2017-07-012-1/+5
|/ / / / / | | | | | | | | | | | | | | | Improves performance when loading the token tab.
* | | | | Merge pull request #1703 from MetaMask/deps-dedupeKevin Serrano2017-06-301-3/+1
|\ \ \ \ \ | | | | | | | | | | | | deps - remove duplicated dev-dependencies
| * | | | | deps - remove duplicated dev-dependencieskumavis2017-06-301-3/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | ``` npm WARN The package clone is included as both a dev and production dependency. npm WARN The package react-dom is included as both a dev and production dependency. ```
* | | | | Merge pull request #1701 from MetaMask/BumpWeb3Kevin Serrano2017-06-301-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Bump web3 version to 0.19.1
| * | | | | Bump web3 version to 0.9.1Dan Finlay2017-06-301-1/+1
| | | | | |
* | | | | | Merge pull request #1700 from MetaMask/StyleImprovementsKevin Serrano2017-06-301-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add padding to token messages
| * | | | | Add padding to token messagesDan Finlay2017-06-291-0/+1
| | | | | |
* | | | | | Merge pull request #1699 from MetaMask/change-send-wordingThomas Huang2017-06-301-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | change “ACCEPT” to “SUBMIT”
| * | | | | change “ACCEPT” to “SUBMIT”frankiebee2017-06-301-1/+1
|/ / / / /
* | | | | Merge pull request #1691 from MetaMask/Version-3.8.0Kevin Serrano2017-06-292-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Version 3.8.0
| * | | | | Version 3.8.0v3.8.0Dan Finlay2017-06-292-1/+3
|/ / / / /
* | | | | Merge pull request #1690 from MetaMask/i1669-StateCopyButtonThomas Huang2017-06-292-0/+29
|\ \ \ \ \ | | | | | | | | | | | | Add copy state logs button
| * | | | | Add copy state logs buttonDan Finlay2017-06-292-0/+29
| | | | | |
* | | | | | Merge pull request #1634 from MetaMask/i784-SendTokenButtonThomas Huang2017-06-292-7/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add send token button (link to TokenFactory)
| * \ \ \ \ \ Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButtonDan Finlay2017-06-285-22/+45
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButtonDan Finlay2017-06-241-7/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into i784-SendTokenButtonDan Finlay2017-06-237-18/+34
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix propagationDan Finlay2017-06-201-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'i1616-AddTokenAdding' into i784-SendTokenButtonDan Finlay2017-06-207-49/+95
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add send button to TokenFactoryDan Finlay2017-06-202-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A simple solution to a temporary token send screen: Linking to EtherScan. Will hold us over until we make our own token send view.
* | | | | | | | | | | Merge pull request #1620 from MetaMask/i1616-AddTokenAddingThomas Huang2017-06-2912-57/+397
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Add ability to add tokens to token list
| * | | | | | | | | | Remove token contract validation stepDan Finlay2017-06-281-13/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'i1616-AddTokenAdding' of github.com:MetaMask/metamask-plugin ↵Dan Finlay2017-06-280-0/+0
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into i1616-AddTokenAdding
| | * | | | | | | | | Support other network linksDan Finlay2017-06-283-19/+27
| | | | | | | | | | |
| * | | | | | | | | | Do not allow adding non token addressesDan Finlay2017-06-281-1/+13
| | | | | | | | | | |
| * | | | | | | | | | Support other network linksDan Finlay2017-06-283-19/+27
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'i1616-AddTokenAdding' of github.com:MetaMask/metamask-plugin ↵Dan Finlay2017-06-281-1/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into i1616-AddTokenAdding
| | * | | | | | | | | Fix Back Button on Add Token ViewThomas Huang2017-06-271-1/+2
| | | |_|_|/ / / / / | | |/| | | | | | |
| * / | | | | | | | Fix token adding bugDan Finlay2017-06-281-1/+3
| |/ / / / / / / /
| * | | | | | | | Merge branch 'master' into i1616-AddTokenAddingDan Finlay2017-06-237-18/+34
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Reduce token list clutter by only showing held tokensDan Finlay2017-06-201-7/+4
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | We could change this when we allow hiding/removing tokens, but for now, this is a simple and pleasant solution.
| * | | | | | | Merge branch 'AddTokenList' into i1616-AddTokenAddingDan Finlay2017-06-207-49/+95
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Add ability to add tokens to token listDan Finlay2017-06-167-21/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fiex #1616
| * | | | | | | Make add token screen a fully working formDan Finlay2017-06-161-11/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Entering the address of a valid HumanStandardToken even auto-fills the other fields!
| * | | | | | | Merge branch 'AddTokenList' into AddingTokensDan Finlay2017-06-165-27/+20
| |\ \ \ \ \ \ \
| * | | | | | | | Remove logDan Finlay2017-06-161-1/+0
| | | | | | | | |
| * | | | | | | | Create add token button and template viewDan Finlay2017-06-156-24/+170
| | | | | | | | |
* | | | | | | | | Merge pull request #1509 from MetaMask/i1473-dappDefaultGasPriceDan Finlay2017-06-282-7/+10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | I1473 dapp default gas price
| * | | | | | | | | Update change logThomas Huang2017-06-281-0/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into i1473-dappDefaultGasPriceThomas Huang2017-06-2828-64/+514
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | Keeps dapp gas price if setThomas Huang2017-06-201-7/+9
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1681 from MetaMask/AddressStrippingDan Finlay2017-06-281-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Remove trailing periods and whitespace
| * | | | | | | | | | Remove trailing periods and white spaceThomas Huang2017-06-281-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1688 from MetaMask/i1687-BackButtonImportScreenDan Finlay2017-06-281-0/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add Back Button for Import Screen
| * | | | | | | | | | Add Back Button for Import ScreenThomas Huang2017-06-281-0/+9
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1685 from MetaMask/setFailedDan Finlay2017-06-282-0/+39
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Migration #015 set txs Failed
| * | | | | | | | | | Create a migration for setting tx's with the message 'Gave up submitting ↵frankiebee2017-06-282-0/+39
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tx.' as failed
* | | | | | | | | | Merge pull request #1675 from MetaMask/warning-fixesDan Finlay2017-06-282-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | React Warning Fixes
| * | | | | | | | | | Fix react warning for keys on ens address bookKevin Serrano2017-06-271-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix react warning on create-vault-completeKevin Serrano2017-06-271-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #1683 from MetaMask/RenameSendToNextDan Finlay2017-06-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename Send to Next
| * | | | | | | | | | | Rename Send to NextThomas Huang2017-06-281-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #1684 from MetaMask/neverGiveUpThomas Huang2017-06-282-4/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | dont stop retrying brodcasting txs
| * | | | | | | | | | dont stop retrying brodcasting txsfrankiebee2017-06-282-4/+1
|/ / / / / / / / / /