aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump changelogDan Finlay2017-12-071-0/+2
|
* Merge branch 'RetryTransaction' of github.com:MetaMask/metamask-plugin into ↵Dan Finlay2017-12-071-4/+4
|\ | | | | | | RetryTransaction
| * Fix styling of Retry butonAlexander Tseung2017-12-071-4/+4
| |
* | Enforce retry tx at minimum gas of previous txDan Finlay2017-12-072-2/+13
|/
* Fix retry actionDan Finlay2017-12-072-3/+11
|
* View tx after editing state to unconfirmedDan Finlay2017-12-071-1/+9
|
* Fix actionDan Finlay2017-12-071-2/+2
|
* Add development stateDan Finlay2017-12-071-0/+739
|
* Connect to redux for retryTransactionAlexander Tseung2017-12-071-2/+10
|
* Add button to retry transactionAlexander Tseung2017-12-071-34/+69
|
* Add retry background method and actionDan Finlay2017-12-075-1/+24
|
* 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 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
|/ / / /
* | | | 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
|/ / / / /
* | | | | 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
| | | | |
* | | | | 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
| | | | |
| * | | | Hide Warning after changing import optionsJacky Chan2017-10-212-5/+10
| | | | |
| * | | | Implement Buy Ether Screen UIJacky Chan2017-10-213-8/+318
| | | | |
| * | | | Implement Import Account ScreenJacky Chan2017-10-215-16/+328
| | | | |
| * | | | Add BackupPhraseScreenJacky Chan2017-10-216-14/+406
| | | | |
| * | | | Add NoticeScreenJacky Chan2017-10-214-20/+119
| | | | |
| * | | | Add UniqueImageScreenJacky Chan2017-10-2110-64/+329
| | | | |
| * | | | Add BreadcrumbsJacky Chan2017-10-213-2/+47
| | | | |
| * | | | CreatePasswordScreenJacky Chan2017-10-214-3/+105
| | | | |
| * | | | Adding CreatePasswordScreenJacky Chan2017-10-216-2/+95
| |/ / /
* | | | Merge pull request #2429 from MetaMask/i2428-AltEnsTldsFrankie2017-10-244-2/+13
|\ \ \ \ | | | | | | | | | | Add support for alternative ENS TLDs
| * | | | Try to fix intermittent test failure in NonceTracker testsDan Finlay2017-10-231-0/+4
| | | | |
| * | | | Add support for alternative ENS TLDsDan Finlay2017-10-232-1/+3
| | | | | | | | | | | | | | | | | | | | Fixes #2428
| * | | | Version 3.11.2v3.11.2Dan Finlay2017-10-222-1/+6
|/ / / /
* | | | Merge pull request #2423 from MetaMask/json-rpc-fixThomas Huang2017-10-221-1/+1
|\ \ \ \ | |/ / / |/| | | Temporarily reversal of json-rpc-engine
| * | | Temporarily reversal of json-rpc-engineKevin Serrano2017-10-221-1/+1
|/ / /
* | | Merge pull request #2419 from MetaMask/Version-3.11.1Thomas Huang2017-10-212-1/+3
|\ \ \ | | | | | | | | Version 3.11.1
| * | | Version 3.11.1v3.11.1Dan Finlay2017-10-212-1/+3
|/ / /
* | | Merge pull request #2401 from MetaMask/filter-fix-maybeFrankie2017-10-212-1/+2
|\ \ \ | | | | | | | | filters bug fix
| * | | changelog entry for filter fixkumavis2017-10-211-0/+1
| | | |
| * | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵kumavis2017-10-218-32/+99
| |\ \ \ | |/ / / |/| | | | | | | filter-fix-maybe
* | | | Merge pull request #2412 from MetaMask/x-frame-optionskumavis2017-10-211-1/+1
|\ \ \ \ | | | | | | | | | | mascara - set x-frame-options header to DENY
| * | | | mascara - set x-frame-options header to DENYfrankiebee2017-10-201-1/+1
| | | | |
* | | | | Merge pull request #2389 from MetaMask/i2348-SelectAccountOnNewVaultThomas Huang2017-10-217-29/+96
|\ \ \ \ \ | |/ / / / |/| | | | Select first account on create or restore vault
| * | | | Merge branch 'master' into i2348-SelectAccountOnNewVaultThomas Huang2017-10-201-2/+2
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #2409 from chikeichan/fix-account-creationkumavis2017-10-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update eth-keyring-controller dependency
| * | | | | Update eth-keyring-controller dependencyChi Kei Chan2017-10-201-1/+1
|/ / / / /
* | | | | Merge pull request #2368 from MetaMask/greenkeeper/react-simple-file-input-2.0.0Kevin Serrano2017-10-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update react-simple-file-input to the latest version 🚀
| * | | | | fix(package): update react-simple-file-input to version 2.0.0greenkeeper[bot]2017-10-141-1/+1
| | | | | |
| | * | | | LintedDan Finlay2017-10-202-2/+1
| | | | | |
| | * | | | Fix bug where new account was not immediately selectedDan Finlay2017-10-201-3/+14
| | | | | |
| | * | | | Allow computed balances to enumerate its own viewDan Finlay2017-10-201-2/+3
| | | | | |
| | * | | | Patch sandwich-expando for security updateDan Finlay2017-10-201-1/+1
| | | | | |
| | * | | | Fix bug that breaks ui dev modeDan Finlay2017-10-191-1/+6
| | | | | |
| | * | | | Remove account-tracker from keyringControllerDan Finlay2017-10-192-2/+1
| | | | | |
| | * | | | Merge remote-tracking branch 'origin/master' into i2348-SelectAccountOnNewVaultDan Finlay2017-10-1912-105/+97
| | |\ \ \ \ | |_|/ / / / |/| | | | |
| | * | | | Make account tracking much more reactiveDan Finlay2017-10-192-12/+13
| | | | | |
| | * | | | Make account tracking more reactiveDan Finlay2017-10-193-29/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We were doing a lot of conditional observation & updating. Pulled out a bunch of that for generic observer/syncers.
| | * | | | Refresh computed balances controller when restoring vaultDan Finlay2017-10-192-1/+6
| | | | | |
| | * | | | Add validation to balance constructorDan Finlay2017-10-191-0/+10
| | | | | |
| | * | | | Stop tracking old account balances after restore vaultDan Finlay2017-10-191-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Per @kgserrano note
| | * | | | Merge branch 'master' into i2348-SelectAccountOnNewVaultDan Finlay2017-10-189-66/+6
| | |\ \ \ \
| | * | | | | Bump changelogDan Finlay2017-10-181-0/+1
| | | | | | |
| | * | | | | Promisify metamask-controller vault creating methodsDan Finlay2017-10-181-17/+10
| | | | | | |
| | * | | | | Select first account when restoring seedDan Finlay2017-10-181-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2348
| | * | | | | Select first account on new vault creationDan Finlay2017-10-181-1/+12
| |/ / / / /
| | | * | | deps - bump eth-json-rpc-filters for log filter fixkumavis2017-10-211-1/+1
| | | | | |
| | | * | | deps - bump eth-json-rpc-filterskumavis2017-10-191-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #2396 from MetaMask/revert-2318-network-controller-clientKevin Serrano2017-10-1911-105/+96
|\ \ \ \ \ | | | | | | | | | | | | Revert "NetworkController refactor for new EthClient interface"
| * | | | | Revert "NetworkController refactor for new EthClient interface"kumavis2017-10-1911-105/+96
|/ / / / /
* | | | | Merge pull request #2387 from watilde/fixes-2208Kevin Serrano2017-10-191-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Increase line-height for account nicknames
| * | | | Increase line-height for account nicknamesDaijiro Wachi2017-10-181-0/+1
|/ / / /
* | | | Merge pull request #2370 from MetaMask/MoveOutEtherscanLinkGenerationKevin Serrano2017-10-178-65/+4
|\ \ \ \ | | | | | | | | | | Move etherscan link logic into module
| * | | | Move etherscan link logic into moduleDan Finlay2017-10-148-65/+4
| |/ / /
* | | | Merge pull request #2379 from MetaMask/FixImportedTypedDataSigningKevin Serrano2017-10-172-1/+2
|\ \ \ \ | |/ / / |/| | | Bump version on eth-simple-keyring
| * | | Bump changelogDan Finlay2017-10-161-0/+1
| | | |
| * | | Bump version on eth-simple-keyringDan Finlay2017-10-161-1/+1
|/ / / | | | | | | | | | Fixes bug where imported accounts could not use the new `signTypedData` method.
* | | Merge pull request #2352 from MetaMask/i1340-SynchronousInjectionkumavis2017-10-133-5/+13
|\ \ \ | | | | | | | | Fix slow web3 injection bug
| * | | contentscript - fix inpage require and bundlingkumavis2017-10-131-4/+4
| | | |
| * | | Break up inpage file read into multiple linesDan Finlay2017-10-131-1/+3
| | | |
| * | | Increase build readabilityDan Finlay2017-10-131-2/+7
| | | |
| * | | Merge branch 'master' into i1340-SynchronousInjectionDan Finlay2017-10-1341-217/+742
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2345 from MetaMask/Version-3.11.0Thomas Huang2017-10-132-2/+4
|\ \ \ \ | | | | | | | | | | Version 3.11.0
| * | | | Version 3.11.0v3.11.0Dan Finlay2017-10-122-2/+4
| | | | |
* | | | | Merge pull request #2318 from MetaMask/network-controller-clientFrankie2017-10-1211-96/+105
|\ \ \ \ \ | |/ / / / |/| | | | NetworkController refactor for new EthClient interface
| * | | | deps - bump eth-rpc-client for fixkumavis2017-10-121-1/+1
| | | | |
| * | | | nonce-tracker - use blockTracker directlykumavis2017-10-123-10/+8
| | | | |
| * | | | ui - network - fix localhost active statuskumavis2017-10-111-1/+1
| | | | |
| * | | | network - convert localhost from custom rpc to network typekumavis2017-10-110-0/+0
| | | | |
| * | | | test - integration - intercept reload attemptskumavis2017-10-111-0/+3
| | | | |
| * | | | deps - bump eth-json-rpc-middleware for fixkumavis2017-10-111-1/+1
| | | | |
| * | | | network-controller - use obj-proxy for providerProxykumavis2017-10-113-25/+11
| | | | |
| * | | | util - add obj-proxykumavis2017-10-111-0/+19
| | | | |
| * | | | events-proxy - clean upkumavis2017-10-111-5/+5
| | | | |
| * | | | lint fixeskumavis2017-10-112-8/+3
| | | | |
| * | | | network controller - refactor to use eth-rpc-clientkumavis2017-10-113-29/+36
| | | | |
| * | | | metamask controller - define this.newTransaction to ease instantiation orderkumavis2017-10-111-1/+6
| | | | |
| * | | | metamask controller - simplify provider initkumavis2017-10-111-22/+16
| | | | |
| * | | | metamask controller - breakout getAccounts methodkumavis2017-10-111-12/+14
| | | | |
* | | | | Merge pull request #2344 from MetaMask/FixTokenHelpLinkDan Finlay2017-10-122-1/+2
|\ \ \ \ \ | |/ / / / |/| | | | Fix link to token support page
| * | | | Fix link to token support pageDan Finlay2017-10-122-1/+2
|/ / / /
| * | | Begin implementing sync injection ideaDan Finlay2017-10-052-4/+3
| | | |
| | * | Changelog addition.Kevin Serrano2017-10-101-0/+1
| | | |
| | * | Merge branch 'master' into version-debuggingKevin Serrano2017-10-1021-24/+539
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #2296 from MetaMask/precision-fixDan Finlay2017-10-102-4/+45
|\ \ \ \ | | | | | | | | | | Fix precision to account for small wei increase.
| * | | | Make modificationKevin Serrano2017-10-101-1/+1
| | | | |
| * | | | Fix to actually fail in earlier versions.Kevin Serrano2017-10-101-5/+7
| | | | |
| * | | | Add test to look for wei precision.Kevin Serrano2017-10-101-0/+36
| | | | |
| * | | | Merge branch 'master' into precision-fixKevin Serrano2017-10-107-8/+97
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into precision-fixKevin Serrano2017-10-062-1/+4
| |\ \ \ \ \
| * | | | | | Fix precision to account for small wei increase.Kevin Serrano2017-10-061-4/+7
| | | | | | |
* | | | | | | Merge pull request #2223 from ukstv/masterDan Finlay2017-10-1013-12/+397
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add eth_signTypedData handler
| * | | | | | More appropriate stylingSergey Ukustov2017-10-081-1/+2
| | | | | | |
| * | | | | | Validate data format for eth_signTypedDataSergey Ukustov2017-10-072-1/+5
| | | | | | |
| * | | | | | Merge branch 'master' into SignTypedDataDan Finlay2017-10-075-2/+84
| |\ \ \ \ \ \
| * | | | | | | Bump changelogDan Finlay2017-10-061-0/+2
| | | | | | | |
| * | | | | | | Merge branch 'Version-3.10.9' into SignTypedDataDan Finlay2017-10-062-1/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into SignTypedDataDan Finlay2017-10-0611-90/+83
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Bump provider-engine for better sender validationsDan Finlay2017-10-061-1/+1
| | | | | | | | |
| * | | | | | | | Add signTypedData input validationsDan Finlay2017-10-062-4/+20
| | | | | | | | |
| * | | | | | | | Require keyring-controller 2.1.0Dan Finlay2017-10-061-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into SignTypedDataDan Finlay2017-10-0610-47/+52
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master'Sergey Ukustov2017-10-0318-224/+193
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Respect code styleSergey Ukustov2017-09-302-3/+2
| | | | | | | | | |
| * | | | | | | | | Add eth_signTypedData handlerSergey Ukustov2017-09-3011-9/+372
| | | | | | | | | |
* | | | | | | | | | Merge pull request #2305 from MetaMask/nodeifyFrankie2017-10-072-6/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | nodeify - allow callback to be optional
| * | | | | | | | | Merge branch 'nodeify' of github.com:MetaMask/metamask-extension into nodeifykumavis2017-10-071-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | lint fix - nodeifykumavis2017-10-071-1/+1
| | | | | | | | | | |
| * | | | | | | | | | nodeify - fix testkumavis2017-10-071-4/+3
| |/ / / / / / / / /
| * | | / / / / / / nodeify - allow callback to be optionalkumavis2017-10-071-2/+10
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2304 from MetaMask/i1531-UpdateTxStatesOnInitkumavis2017-10-072-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update status of pending transactions on startup
| * | | | | | | | | Check status of pending transactions on startupDan Finlay2017-10-072-0/+3
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1531
* | | | | | | | | Merge pull request #2306 from MetaMask/i2294-MarkTxAsFailedAfterSameNonceIsMinedkumavis2017-10-074-2/+81
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Mark tx as failed after tx with same nonce is mined
| * | | | | | | | When checking pending txs, check for successful txs with same nonce.Dan Finlay2017-10-071-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a successful tx with the same nonce exists, transition tx to the failed state. Fixes #2294
| * | | | | | | | Provide method for tx tracker to refer to all txsDan Finlay2017-10-073-3/+11
| | | | | | | | |
| * | | | | | | | Add failing test for issue #2294Dan Finlay2017-10-071-1/+52
|/ / / / / / / /
| | | | | | | * 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
| | | | | | | |\ | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #2293 from MetaMask/Version-3.10.9kumavis2017-10-062-1/+4
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | Version 3.10.9
| * | | | | | Version 3.10.9v3.10.9Dan Finlay2017-10-062-1/+4
|/ / / / / /
* | | | | | Merge pull request #2292 from MetaMask/rebrocast-by-timeStampDan Finlay2017-10-063-4/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rebrocast by time stamp
| * | | | | | add to CHANGELOG.mdfrankiebee2017-10-061-0/+1
| | | | | | |
| * | | | | | "fix" hours for messagefrankiebee2017-10-061-1/+2
| | | | | | |
| * | | | | | Merge branch 'master' into rebrocast-by-timeStampfrankiebee2017-10-063-6/+6
| |\| | | | |
| * | | | | | pending-tx - check time stamp instead of block number for resubmitfrankiebee2017-10-062-4/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #2289 from MetaMask/mascara-tuneupsThomas Huang2017-10-068-86/+76
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Mascara tuneups
| * | | | | mascara/background: use async awaitfrankiebee2017-10-051-20/+13
| | | | | |
| * | | | | use log.debugfrankiebee2017-10-051-3/+3
| | | | | |
| * | | | | mascara: linting and code clean upfrankiebee2017-10-055-58/+41
| | | | | |