aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Hides the sidebar after the an account menu actions changes the screen ↵Dan2017-12-211-0/+6
| | | | behind the sidebar.
* Fix edit to field bug. (#2738)Dan J Miller2017-12-131-6/+7
|
* Remove inline style.Dan2017-12-133-4/+4
|
* Make transaction list and item more flexible.Dan2017-12-132-4/+4
|
* Flex account-data-subsectionDan2017-12-133-19/+20
|
* Fix old ui width in mobile and extension.Dan2017-12-132-24/+21
|
* Fix height of login screenDan2017-12-131-27/+25
|
* Fix isMascara and update yarn.lockChi Kei Chan2017-12-132-290/+464
|
* Substitute isMascara check for explicit check if user is on mobile browser.Dan2017-12-132-13/+2
|
* Hide open in browser button on mobile (but still show on extension); adds a ↵Dan2017-12-133-3/+15
| | | | function to detect if viewing with mobile browser.
* Adds button for opening app in main browser window in extension.Dan2017-12-134-0/+29
|
* Delete uneeded files from old-ui.Dan2017-12-139-2106/+0
|
* Merge pull request #2639 from alextsg/cb-372Chi Kei Chan2017-12-085-23/+28
|\ | | | | [NewUI] Update font weights to 300, remove animation from network dropdown, f…
| * Merge branch 'NewUI-flat' into cb-372Chi Kei Chan2017-12-080-0/+0
| |\ | |/ |/|
| * Merge branch 'NewUI-flat' into cb-372Chi Kei Chan2017-12-08162-152/+21152
| |\ | |/ |/|
* | Merge pull request #2697 from danjm/MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-08138-43/+20783
|\ \ | | | | | | [NewUI] Auto add users to new ui
| * \ Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-080-0/+0
| |\ \ | |/ / |/| |
| * | Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UIChi Kei Chan2017-12-0828-109/+369
| |\ \ | |/ / |/| |
* | | Update max amount behaviour to meet new specs.Dan2017-12-076-15/+55
| | |
* | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-12-073-23/+88
|\ \ \
| * \ \ Merge pull request #2670 from danjm/MM-2669-tx-retry-exponential-backoffFrankie2017-12-073-23/+88
| |\ \ \ | | | | | | | | | | Exponentional backoff on transaction retry in pending-tx-tracker
| | * | | Add tests for exponential backoff code in _resubmitTxDan2017-12-071-17/+63
| | | | |
| | * | | Update resubmitPendingTxs tests.Dan2017-12-071-3/+4
| | | | |
| | * | | firstRetryBlockNumber defaults to latestBlockNumber if undefined on txMeta ↵Dan2017-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | in _resubmitTx
| | * | | Correct note for updateTx after block-update event in transaction.jsDan2017-12-071-1/+1
| | | | |
| | * | | Fix undefined latestBlockNumber in _resubmitTxDan2017-12-071-1/+1
| | | | |
| | * | | Exponentional backoff on transaction retry in pending-tx-trackerDan2017-12-062-2/+20
| |/ / /
| * | | Merge pull request #2630 from MetaMask/i2624-VersionedNoticesv3.12.1Thomas Huang2017-11-3012-54/+127
| |\ \ \ | | | | | | | | | | Versioned notices
| | * | | Bump changelogDan Finlay2017-11-301-0/+2
| | | | |
| | * | | Remove debuggerDan Finlay2017-11-301-1/+0
| | | | |
| | * | | Add markdown class to mascara ui markdown fieldDan Finlay2017-11-302-4/+5
| | | | |
| | * | | Bump version to 3.12.1Dan Finlay2017-11-301-1/+1
| | | | |
| | * | | Fix test referenceDan Finlay2017-11-301-3/+3
| | | | |
| | * | | Make notice skipping asyncDan Finlay2017-11-301-3/+3
| | | | |
| | * | | Redundantly skip noticesDan Finlay2017-11-301-25/+22
| | | | |
| | * | | Make test more resilientDan Finlay2017-11-301-3/+3
| | | | |
| | * | | Remove duplicate button declarationDan Finlay2017-11-301-2/+2
| | | | |
| | * | | Fix test selectorDan Finlay2017-11-301-0/+1
| | | | |
| | * | | Fix migration commentDan Finlay2017-11-301-2/+3
| | | | |
| | * | | Accept all notices in integration testsDan Finlay2017-11-301-18/+3
| | | | |
| | * | | Fix test to skip screens before privacy noticeDan Finlay2017-11-291-1/+7
| | | | |
| | * | | Migrate old data to include firstVersion infoDan Finlay2017-11-293-1/+42
| | | | |
| | * | | Bump changelogDan Finlay2017-11-291-0/+1
| | | | |
| | * | | LintedDan Finlay2017-11-292-2/+2
| | | | |
| | * | | Add seed phrase bounty award noticeDan Finlay2017-11-294-3/+4
| | | | | | | | | | | | | | | | | | | | Only shows to people who installed before or equal to MetaMask 3.12.1
| | * | | Get notice version filtering working nicelyDan Finlay2017-11-294-24/+38
| | | | |
| | * | | Add firstVersion field to notices selectorDan Finlay2017-11-292-1/+5
| | | | |
| | * | | Add optional version field to noticesDan Finlay2017-11-293-1/+21
| | | | | | | | | | | | | | | | | | | | Allows notices to only show to users who are on a certain version.
| * | | | Merge pull request #2627 from MetaMask/reload-fixkumavis2017-11-304-7/+11
| |\ \ \ \ | | |/ / / | |/| | | Fix dapp reload via obs-store@3
| | * | | Merge branch 'master' of github.com:MetaMask/metamask-plugin into reload-fixkumavis2017-11-302-8/+8
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2620 from MetaMask/update-depsDan Finlay2017-11-291-7/+7
| |\ \ \ \ | | | | | | | | | | | | Update greenkeeper deps for master
| | * | | | Update greenkeeper deps for masterThomas Huang2017-11-281-7/+7
| | | | | |
| * | | | | Merge pull request #2441 from MetaMask/kumavis-patch-3Dan Finlay2017-11-281-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | NetworkController - add warning when aborting lookupNetwork
| | * | | | | network controller - warn via log.warnkumavis2017-11-281-1/+1
| | | | | | |
| | * | | | | Update network.jskumavis2017-10-241-1/+1
| | | | | | |
| | | | * | | deps - obs-store@3 + migrate stream plumbingkumavis2017-11-294-7/+11
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #2605 from MetaMask/i2577-SeedPhraseBugThomas Huang2017-11-284-5/+68
| |\ \ \ \ \ | | |_|/ / / | |/| | | | Fix a possible seed phrase bug
| | * | | | Bump changelogDan Finlay2017-11-211-0/+1
| | | | | |
| | * | | | Remove logsDan Finlay2017-11-211-6/+0
| | | | | |
| | * | | | Get test passingDan Finlay2017-11-211-4/+25
| | | | | |
| | * | | | Merge branch 'i2577-SeedPhraseBug' into i2577-SeedPhraseBug-TestDan Finlay2017-11-212-5/+34
| | |\ \ \ \
| | | * | | | Prevent multiple submissions of first time formDan Finlay2017-11-211-1/+6
| | | | | | |
| | | * | | | Prevent creation of multiple vaultsDan Finlay2017-11-211-31/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2577 by ensuring only one seed phrase can be set for a new vault. Also cleans up logs and reproduction logic.
| | | * | | | Add reproduction and mutex codeDan Finlay2017-11-211-2/+37
| | | | | | |
| | * | | | | Add failing test for #2577 Seed Phrase BugDan Finlay2017-11-211-0/+18
| | |/ / / /
| * | | | | Merge pull request #2607 from MetaMask/i2504-OperaFixThomas Huang2017-11-281-1/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | Ensure Opera build excludes chromereload file
| | * | | | | Ensure Opera build excludes chromereload fileDan Finlay2017-11-221-1/+7
| | |/ / / / | | | | | | | | | | | | | | | | | | Fixes #2504
| * | | | | Merge pull request #2603 from MetaMask/greenkeeper/react-markdown-3.0.0Thomas Huang2017-11-251-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | Update react-markdown to the latest version 🚀
| | * | | | fix(package): update react-markdown to version 3.0.0greenkeeper[bot]2017-11-201-1/+1
| | | | | |
| * | | | | Merge pull request #2516 from MetaMask/i2507-DoubleWeb3ErrorThomas Huang2017-11-212-0/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | Add useful error when duplicate web3 is detected.
| | * | | | | Add useful error when duplicate web3 is detected.Dan Finlay2017-11-012-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2507
| * | | | | | Merge pull request #2596 from MetaMask/issue-template-support-linkThomas Huang2017-11-211-3/+3
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | Point issue template at new support center
| | * | | | | Point issue template at new support centerDan Finlay2017-11-181-3/+3
| |/ / / / /
* | | | | | Merge branch 'master' into NewUI-flat-merge-with-masterDan2017-12-0719-71/+226
| | | | | |
| | | | * | User is automatically added to new UI if they meet conditions at time of login.Dan2017-12-072-3/+47
| | | | | |
| | | | * | Show user notifications after switch between UIsDan2017-12-058-3/+185
| | | | | |
| | | | * | Update newUI UI for switching back to old UI.Dan2017-12-052-8/+24
| | | | | |
| | | | * | Lint fixDan2017-12-052-3/+3
| | | | | |
| | | | * | Css selected in background based on betaUI state.Dan2017-12-051-6/+15
| | | | | |
| | | | * | New-ui actions accomodates old-ui.Dan2017-12-052-8/+11
| | | | | |
| | | | * | Use newui actions in old-uiDan2017-12-0526-25/+28
| | | | | |
| | | | * | Add UI selectionDan2017-12-0511-51/+136
| | | | | |
| | | | * | Add old-ui directoryDan2017-12-05122-0/+20398
| |_|_|/ / |/| | | |
| | | | * Update font weights to 300, remove animation from network dropdown, fix ↵Alexander Tseung2017-12-025-23/+28
| |_|_|/ |/| | | | | | | | | | | network dropdown not closing from certain click-areas
* | | | Merge pull request #2615 from jpclark/NewUI-flatThomas Huang2017-11-2910-28/+494
|\ \ \ \ | | | | | | | | | | Provide blockie identicon option
| * | | | Remove useBlockie in props for renderThomas Huang2017-11-291-1/+1
| | | | | | | | | | | | | | | Removed unused useBlock for Lint validation.
| * | | | Fixes changes requested in pullrequestreview-79088534Jason Clark2017-11-273-2/+4
| | | | |
| * | | | more eslint fixesJason Clark2017-11-262-2/+2
| | | | |
| * | | | adding blockies lib to eslint ignore so it doesn't blow up the style checker ↵Jason Clark2017-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | and fail the build
| * | | | making eslint happyJason Clark2017-11-263-7/+8
| | | | |
| * | | | fixing blockies display issuesJason Clark2017-11-262-5/+9
| | | | |
| * | | | swapped out ethereum-blockies lib for MEW blockies library, tightened up ↵Jason Clark2017-11-264-86/+413
| | | | | | | | | | | | | | | | | | | | identicon.js code
| * | | | tweaking stylingJason Clark2017-11-252-9/+27
| | | | |
| * | | | incremental commit of working blockie componentJason Clark2017-11-253-18/+57
| | | | |
| * | | | toggle wired up to preferences property storeJason Clark2017-11-256-26/+47
| | | | |
| * | | | incremental commitClark, Jason (Contractor)2017-11-247-5/+58
| | | | |
* | | | | Merge pull request #2618 from MetaMask/NewUI-flat-update-depsDan Finlay2017-11-296-17/+27
|\ \ \ \ \ | |/ / / / |/| | | | New ui flat update deps
| * | | | Update babelify to 8.0.0Thomas Huang2017-11-281-1/+1
| | | | |
| * | | | Update react, react-dom, and react-test-renderer to 15.6.2Thomas Huang2017-11-271-3/+3
| | | | |
| * | | | Update ethjs-query to v0.3.1Thomas Huang2017-11-271-1/+1
| | | | |
| * | | | Update Qunit to QunitJS v2.4.1Thomas Huang2017-11-271-1/+1
| | | | |
| * | | | Update to Enzyme 3.2.0Thomas Huang2017-11-266-11/+21
|/ / / /
* | | | Remove unneeded type castingDan Finlay2017-11-211-1/+1
| | | |
* | | | Fix bug where gas param was not a stringDan Finlay2017-11-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Prevented sending transactions. Fixes #2598
* | | | Merge pull request #2590 from MetaMask/merge-masterChi Kei Chan2017-11-1610-17/+53
|\ \ \ \ | | | | | | | | | | Merge master
| * | | | Version BumpChi Kei Chan2017-11-162-1/+5
| | | | |
| * | | | Merge branch 'master' into merge-masterChi Kei Chan2017-11-168-16/+48
|/| | | | | |/ / /
| * | | Merge pull request #2540 from doraemondrian/masterThomas Huang2017-11-153-6/+6
| |\ \ \ | | |/ / | |/| | newUnaprovedTx => newUnapprovedTx
| | * | newUnaprovedTx => newUnapprovedTxDora E. Mondrian2017-11-063-6/+6
| |/ / | | | | | | | | | This typo tripped me up when I was reading through the code and trying to understand what's going on.
| * | Merge pull request #2508 from watilde/fixes-1192Thomas Huang2017-10-313-2/+4
| |\ \ | | | | | | | | Remove warning message when show import page
| | * | Use const and fix lint warningsDaijiro Wachi2017-10-311-2/+2
| | | |
| | * | Remove warning message when show import pageDaijiro Wachi2017-10-312-0/+2
| |/ / | | | | | | | | | Fixes: https://github.com/MetaMask/metamask-extension/issues/1192
| * | Merge pull request #2291 from MetaMask/gasPriceSpecifiedKevin Serrano2017-10-281-0/+1
| |\ \ | | | | | | | | Add boolean for specified gas price
| | * | Add indicator for specified gas priceKevin Serrano2017-10-061-0/+1
| | | |
| * | | Merge pull request #2275 from MetaMask/version-debuggingKevin Serrano2017-10-274-12/+45
| |\ \ \ | | | | | | | | | | Add OS Version and Browser Version to State Logs
| | * | | Add option to copy directly to clipboard.Kevin Serrano2017-10-271-3/+11
| | | | |
| | * | | Correct changelog.Kevin Serrano2017-10-271-1/+0
| | | | |
| | * | | Bump ChangelogKevin Serrano2017-10-271-0/+1
| | | | |
| | * | | Resolve merge conflictsKevin Serrano2017-10-2772-232/+12470
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2489 from MetaMask/3.12.0Frankie2017-10-262-1/+3
| |\ \ \ \ | | | | | | | | | | | | 3.12.0
| | * | | | 3.12.0v3.12.0kumavis2017-10-262-1/+3
| |/ / / /
| | * | | Changelog addition.Kevin Serrano2017-10-101-0/+1
| | | | |
| | * | | Merge branch 'master' into version-debuggingKevin Serrano2017-10-1021-24/+539
| | |\ \ \
| | * | | | Make the function callback friendly.Kevin Serrano2017-10-103-8/+15
| | | | | |
| | * | | | Simplify try catchKevin Serrano2017-10-061-4/+2
| | | | | |
| | * | | | Catch an error if this is not defined.Kevin Serrano2017-10-061-1/+8
| | | | | |
| | * | | | Merge branch 'master' into version-debuggingKevin Serrano2017-10-0615-98/+94
| | |\ \ \ \
| | * | | | | lintKevin Serrano2017-10-051-1/+1
| | | | | | |
| | * | | | | Further adjustment to maintain APIKevin Serrano2017-10-051-2/+2
| | | | | | |
| | * | | | | Rename to maintain APIKevin Serrano2017-10-052-2/+8
| | | | | | |
| | * | | | | Configured for callback-required function.'Kevin Serrano2017-10-053-11/+14
| | | | | | |
| | * | | | | change global to windowKevin Serrano2017-10-051-1/+1
| | | | | | |
| | * | | | | Include browser versionKevin Serrano2017-10-051-0/+2
| | | | | | |
| | * | | | | Include OS versionKevin Serrano2017-10-052-0/+6
| | | | | | |
* | | | | | | Merge pull request #2587 from danjm/MM-281-currencyinput-in-gas-estimatorDaniel Tsui2017-11-162-5/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [NewUI] Use currency input component in gas customizer
| * | | | | | | Gas customzier does not consider amount when sending tokens.Dan2017-11-161-1/+1
| | | | | | | |
| * | | | | | | Use currency input component in input number, to improve input behaviour in ↵Dan2017-11-161-4/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | gas estimator
* | | | | | | Show tokens with zero balanceAlexander Tseung2017-11-151-4/+1
| | | | | | |
* | | | | | | Create single action for updating all of send in redux state.Dan2017-11-155-13/+38
| | | | | | |
* | | | | | | Allow editing of token transactions.Dan2017-11-152-11/+91
| | | | | | |
* | | | | | | Fix lint errors.Dan2017-11-154-18/+15
| | | | | | |
* | | | | | | Allow editing of send ether.Dan2017-11-155-23/+131
| | | | | | |
* | | | | | | Improve variable name.Dan2017-11-141-2/+2
| | | | | | |
* | | | | | | Deposit button shows link to faucet on testnet networks.Dan2017-11-141-15/+23
| | | | | | |
* | | | | | | Cursor pointer and hover background on from and to dropdown items.Dan2017-11-114-0/+15
| | | | | | |
* | | | | | | Focus amount input when click anywhere in amount field containerDan2017-11-112-0/+4
| | | | | | |
* | | | | | | Rounding of vals < 0.01 in currency display consistent with master.Dan2017-11-112-2/+3
| | | | | | |
* | | | | | | LintingThomas Huang2017-11-115-9/+9
| | | | | | |
* | | | | | | Network loading does not block network loading.Dan2017-11-105-16/+27
| | | | | | |
* | | | | | | darker backdrop style for modalcjeria2017-11-101-1/+1
| | | | | | |
* | | | | | | Merge pull request #2549 from danjm/NewUI-flat-send-amount-fixesDaniel Tsui2017-11-082-20/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [NewUI] Fix issues with amount max
| * | | | | | | Calculate max amount for send ether based on minimum gas total.Dan2017-11-082-10/+1
| | | | | | | |
| * | | | | | | Fix amount max for sending token.Dan2017-11-082-10/+28
|/ / / / / / /
* | | | | | | Merge pull request #2510 from danjm/NewUI-flat-token-balanceDaniel Tsui2017-11-0817-82/+387
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [NewUI] Improving gas precision and send (token) balance validation; max amount feature
| * | | | | | | Add currency-input component to correct send amount behaviour and move ↵Dan2017-11-083-32/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | currency display value state to parent component.
| * | | | | | | Lint fixes.Dan2017-11-075-15/+3
| | | | | | | |
| * | | | | | | Allow sending 0 eth or tokensDan2017-11-071-3/+3
| | | | | | | |
| * | | | | | | Set gas price allows for WEI precision.Dan2017-11-074-10/+30
| | | | | | | |
| * | | | | | | Insufficient balance warning in gas customizer works for send tokenDan2017-11-071-3/+1
| | | | | | | |
| * | | | | | | Adds max amount feature for send tokenDan2017-11-071-5/+12
| | | | | | | |
| * | | | | | | Adds max amount feature for send-etherDan2017-11-075-2/+65
| | | | | | | |
| * | | | | | | Token balance in send state; validating sufficient tokens, validation ↵Dan2017-11-0711-33/+191
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | updates on 'from' switching.
* | | | | | | Merge pull request #2530 from MetaMask/uatChi Kei Chan2017-11-0354-1019/+952
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Merge uat into NewUI-flat
| * | | | | | | Update classnames for integration tests and add output/index.css to ↵Dan2017-11-033-38/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integration test for ci
| * | | | | | | Get current NewUI-flat tests working.Dan2017-11-036-137/+113
| | | | | | | |
| * | | | | | | Merge pull request #2519 from danjm/NewUI-flat-lintfixesThomas Huang2017-11-0357-986/+1158
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [NewUI-flat] New ui flat lintfixes
| | * | | | | | | More lint fixesDan2017-11-0233-115/+108
| | | | | | | | |
| | * | | | | | | Lint fixes for NewUI-flat.Dan2017-11-0235-726/+703
| | | | | | | | |
| * | | | | | | | 4.0.3kumavis2017-10-261-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'NewUI-flat' into uatChi Kei Chan2017-10-26117-953/+5652
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 4.0.2kumavis2017-10-211-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'NewUI-flat' into uatChi Kei Chan2017-10-2111-62/+74
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 4.0.1kumavis2017-10-211-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fixes width of from and to dropdowns in extension and on mobile views.Dan2017-11-032-2/+3
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Add utility for getting token data; get token data in tx-list even if token ↵Dan2017-10-284-29/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | has been removed.
* | | | | | | | | | Provide default new account nameAlexander Tseung2017-10-271-63/+78
| | | | | | | | | |
* | | | | | | | | | Fix Settings/Info screen being visible on logout (#2490)Alexander Tseung2017-10-272-6/+43
| | | | | | | | | |
* | | | | | | | | | Correct rendering of conversions when conversion rate is a token. (#2498)Dan J Miller2017-10-273-20/+52
| | | | | | | | | |
* | | | | | | | | | Clear import error state on logout.Dan2017-10-272-0/+5
| | | | | | | | | |
* | | | | | | | | | eth_sign warning colorDan2017-10-272-3/+18
| | | | | | | | | |
* | | | | | | | | | Change min gas price to 0.1 GWEIDan2017-10-277-31/+68
| | | | | | | | | |
* | | | | | | | | | Fix input border rendering on mobileAlexander Tseung2017-10-271-0/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Add Token styling fixChi Kei Chan2017-10-262-5/+29
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-264-10/+20
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #2100 from ChainsawBaby/patch-1Kevin Serrano2017-10-262-3/+8
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove annoying console.log on each run
| | * | | | | | | | Bump ChangelogKevin Serrano2017-10-261-0/+1
| | | | | | | | | |
| | * | | | | | | | Resolving that ugly merge.Kevin Serrano2017-10-261-3/+7
| |/ / / / / / / /
| * | | | | | | | Merge pull request #2476 from MetaMask/100MweiMinGasPriceDan Finlay2017-10-263-12/+16
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Reduce minimum gas price to 100 MWEI
| | * | | | | | | | Add labels to clarify warning.Kevin Serrano2017-10-261-4/+4
| | | | | | | | | |
| | * | | | | | | | Account for non-submitted mins and maxKevin Serrano2017-10-261-2/+2
| | | | | | | | | |
| | * | | | | | | | Add clarifying comment about wei conversion.Kevin Serrano2017-10-261-0/+1
| | | | | | | | | |
| | * | | | | | | | Cut out intermediary wei steps.Kevin Serrano2017-10-261-4/+2
| | | | | | | | | |
| | * | | | | | | | Remove unneeded toString conversions.Kevin Serrano2017-10-261-2/+2
| | | | | | | | | |
| | * | | | | | | | Move upsize conversions for input warning at front of fn.Kevin Serrano2017-10-261-3/+5
| | | | | | | | | |
| | * | | | | | | | Fix mismatched decimal/hex conversion in pending-txKevin Serrano2017-10-261-1/+1
| | | | | | | | | |
| | * | | | | | | | Remove css build bundle from uatDan Finlay2017-10-261-4491/+0
| | | | | | | | | |
| | * | | | | | | | Update changelogDan Finlay2017-10-261-1/+1
| | | | | | | | | |
| | * | | | | | | | Resolve merge conflict.Kevin Serrano2017-10-253-1/+4493
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Reduce minimum gas price to 100 MWEIDan Finlay2017-10-253-7/+4499
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also now representing gas price in MWEI, because our current bn inputs actually aren't tolerant of minimums less than 1 unit.
| | * | | | | | | | | Fix for gas price to be lowered.Kevin Serrano2017-10-252-11/+13
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #2478 from MetaMask/mascaraHeadersFixFrankie2017-10-261-1/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix X-Frame-Options for mascara
| | * | | | | | | | | Fix X-Frame-Options for mascaratmashuang2017-10-251-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Allow editing account name in account details modalAlexander Tseung2017-10-267-64/+149
| | | | | | | | | |
* | | | | | | | | | Sign Typed Request styling fixesChi Kei Chan2017-10-263-10/+18
| | | | | | | | | |
* | | | | | | | | | Signature request fixes.Dan2017-10-264-26/+30
| | | | | | | | | |
* | | | | | | | | | Fix Import an Account link not working in Create Account modalAlexander Tseung2017-10-261-6/+10
| | | | | | | | | |
* | | | | | | | | | Signature RequestDan2017-10-267-60/+613
| | | | | | | | | |
* | | | | | | | | | Fix send token bug.Dan2017-10-261-1/+2
| | | | | | | | | |
* | | | | | | | | | Adds revert feature to customize gas modal.Dan2017-10-262-15/+16
| | | | | | | | | |
* | | | | | | | | | Add Info sectionAlexander Tseung2017-10-265-6/+173
| | | | | | | | | |
* | | | | | | | | | Add GWEI to gas price unitChi Kei Chan2017-10-252-2/+1
| | | | | | | | | |
* | | | | | | | | | From and To field cannot be the sameChi Kei Chan2017-10-251-2/+8
| | | | | | | | | |
* | | | | | | | | | Fix gas input styling on mobile viewChi Kei Chan2017-10-254-14/+34
| | | | | | | | | |
* | | | | | | | | | Update Import Account Help LinkChi Kei Chan2017-10-251-1/+1
| | | | | | | | | |
* | | | | | | | | | Show home page when metafox is clickedChi Kei Chan2017-10-252-4/+12
| | | | | | | | | |
* | | | | | | | | | Fix alignment on right arrow of confirm tx screensChi Kei Chan2017-10-255-4/+12
| | | | | | | | | |
* | | | | | | | | | Fix styling on notification viewChi Kei Chan2017-10-253-3/+12
| | | | | | | | | |
* | | | | | | | | | Add ellipsis to super long account nameChi Kei Chan2017-10-251-1/+9
| | | | | | | | | |
* | | | | | | | | | Change download to show in Export Private Key ModalChi Kei Chan2017-10-251-2/+2
| | | | | | | | | |
* | | | | | | | | | Remove memo inputChi Kei Chan2017-10-252-7/+18
| | | | | | | | | |
* | | | | | | | | | Add BuyEtherWidget for future use in buy ether modalChi Kei Chan2017-10-251-0/+197
| | | | | | | | | |
* | | | | | | | | | Styling and UX changes on sidebarChi Kei Chan2017-10-252-11/+14
| | | | | | | | | |
* | | | | | | | | | Add token list and buy modal alignment fixChi Kei Chan2017-10-253-15/+36
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-2521-48/+60
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #2422 from watilde/fixes-lintKevin Serrano2017-10-2522-49/+55
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | Fixes lint warnings
| | * | | | | | | | Fix lint warningsDaijiro Wachi2017-10-2220-49/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed warnings: ```md app/scripts/controllers/computed-balances.js + 35:27 warning Missing space before function parentheses space-before-function-paren + 41:14 warning 'address' is never reassigned. Use 'const' instead prefer-const + 61:9 warning 'updater' is never reassigned. Use 'const' instead prefer-const + 68:11 warning 'newState' is never reassigned. Use 'const' instead prefer-const app/scripts/controllers/network.js + 104:29 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/createLoggerMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 15:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createOriginMiddleware.js + 4:32 warning Missing space before function parentheses space-before-function-paren + 9:2 warning Newline required at end of file but not found eol-last app/scripts/lib/createProviderMiddleware.js + 5:34 warning Missing space before function parentheses space-before-function-paren + 13:2 warning Newline required at end of file but not found eol-last app/scripts/lib/events-proxy.js + 1:50 warning Missing space before function parentheses space-before-function-paren + 31:2 warning Newline required at end of file but not found eol-last app/scripts/lib/nodeify.js + 2:22 warning Missing space before function parentheses space-before-function-paren + 2:24 warning Missing space before opening brace space-before-blocks + 5:18 warning Missing space before function parentheses space-before-function-paren + 5:20 warning Missing space before opening brace space-before-blocks app/scripts/lib/pending-balance-calculator.js + 16:19 warning Missing space before function parentheses space-before-function-paren app/scripts/lib/pending-tx-tracker.js + 85:11 warning '||' should be placed at the end of the line operator-linebreak + 87:11 warning '||' should be placed at the end of the line operator-linebreak + 88:11 warning '||' should be placed at the end of the line operator-linebreak + 90:11 warning '||' should be placed at the end of the line operator-linebreak + 91:11 warning '||' should be placed at the end of the line operator-linebreak app/scripts/lib/port-stream.js + 3:22 warning Missing space before function parentheses space-before-function-paren + 3:24 warning Missing space before opening brace space-before-blocks app/scripts/lib/tx-gas-utils.js + 84:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-history-helper.js + 12:37 warning Missing space before function parentheses space-before-function-paren + 23:30 warning Missing space before function parentheses space-before-function-paren + 30:23 warning Missing space before function parentheses space-before-function-paren + 35:28 warning Missing space before function parentheses space-before-function-paren + 41:2 warning Newline required at end of file but not found eol-last app/scripts/lib/tx-state-manager.js + 94:13 warning 'value' is never reassigned. Use 'const' instead prefer-const ui/app/reducers.js + 45:7 warning 'state' is never reassigned. Use 'const' instead prefer-const + 53:7 warning 'stateString' is never reassigned. Use 'const' instead prefer-const ui/lib/tx-helper.js + 27:2 warning Newline required at end of file but not found eol-last ui/app/components/account-dropdowns.js + 163:1 warning More than 2 blank lines not allowed no-multiple-empty-lines ui/app/components/menu-droppo.js + 22:7 warning 'style' is never reassigned. Use 'const' instead prefer-const ui/app/components/shapeshift-form.js + 135:11 warning '&&' should be placed at the end of the line operator-linebreak ui/app/components/typed-message-renderer.js + 35:25 warning Missing space before function parentheses space-before-function-paren + 42:2 warning Newline required at end of file but not found eol-last mascara/server/index.js + 11:42 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 12:36 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 13:33 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 14:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 20:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 21:29 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat + 26:40 warning Use path.join() or path.resolve() instead of + to create paths no-path-concat ```
| | * | | | | | | | Add lint:fix command to gulp and npm-scriptsDaijiro Wachi2017-10-222-0/+8
| | | | | | | | | |
* | | | | | | | | | Hide sidebar on add tokenChi Kei Chan2017-10-252-2/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch 'master' into NewUI-flatChi Kei Chan2017-10-2541-163/+2966
|\| | | | | | | | |
| * | | | | | | | | Merge pull request #1990 from chikeichan/firsttimeflowThomas Huang2017-10-2536-64/+12257
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | Implement Mascara First Time Flow
| | * | | | | | | | Add error messages when importing an accounttmashuang2017-10-242-17/+24
| | | | | | | | | |
| | * | | | | | | | Merge branch 'firsttimeflow' of ↵tmashuang2017-10-2435-63/+12249
| |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/chikeichan/metamask-plugin into firsttimeflow
| | * | | | | | | | Add Import With Seed PhraseChi Kei Chan2017-10-216-19/+156
| | | | | | | | | |
| | * | | | | | | | Add mobile responsivenessChi Kei Chan2017-10-212-177/+192
| | | | | | | | | |
| | * | | | | | | | Remove import optionChi Kei Chan2017-10-211-1/+3
| | | | | | | | | |
| | * | | | | | | | Fix importChi Kei Chan2017-10-211-21/+31
| | | | | | | | | |
| | * | | | | | | | Fix capitializationChi Kei Chan2017-10-211-1/+1
| | | | | | | | | |
| | * | | | | | | | Add Integration TestsChi Kei Chan2017-10-214-15/+61
| | | | | | | | | |
| | * | | | | | | | Fixing integraiton testChi Kei Chan2017-10-212-3/+130
| | | | | | | | | |
| | * | | | | | | | Fix unit testChi Kei Chan2017-10-212-2/+3
| | | | | | | | | |
| | * | | | | | | | Fix linterChi Kei Chan2017-10-2110-123/+245
| | | | | | | | | |
| | * | | | | | | | ShapeShift IntegrationChi Kei Chan2017-10-216-90/+287
| | | | | | | | | |
| | * | | | | | | | Add ShapeShift UIChi Kei Chan2017-10-216-80/+353
| | | | | | | | | |
| | * | | | | | | | Fix merge conflict; separate onboarding buy screenChi Kei Chan2017-10-218-29/+9558
| | | | | | | | | |
| | * | | | | | | | Add missing presetsChi Kei Chan2017-10-211-0/+1
| | | | | | | | | |
| | * | | | | | | | Move "Skip this step" to side panelJacky Chan2017-10-212-12/+17
| | | | | | | | | |
| | * | | | | | | | Disable CTA unless notice is scrolled to bottomJacky Chan2017-10-212-4/+29
| | | | | | | | | |
| | * | | | | | | | Fix Buy Ether flowJacky Chan2017-10-212-2/+5
| | | | | | | | | |
| | * | | | | | | | Shuffle tokensJacky Chan2017-10-214-25/+44
| | | | | | | | | |
| | * | | | | | | | Add Go to Coinbase; Show Buy Ether after signupJacky Chan2017-10-2110-74/+125
| | | | | | | | | |