Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add announcement for users migrated to the new UI | Whymarrh Whitby | 2019-02-05 | 1 | -0/+1 |
| | |||||
* | I#5956 fix2 dont overwrite existing rpc settings (#6044) | Frankie | 2019-01-30 | 1 | -2/+25 |
| | | | | | | | | | | | | | | * mm-controller - dont overwrite existing rpc settings * ui-networkDropdown - dont pass old network as chainId * add methods preferencesController.updateRpc and metamaskController.updateAndSetCustomRpc * use updateAndSetCustomRpc in settings to allow rpcs to be updated * use new rpc as nickname if no nick name has been supplied * fix update rpc method | ||||
* | Refactor first time flow, remove seed phrase from state (#5994) | Alexander Tseung | 2019-01-23 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * Refactor and fix styling for first time flow. Remove seed phrase from persisted metamask state * Fix linting and tests * Fix translations, initialization notice routing * Fix drizzle tests * Fix e2e tests * Fix integration tests * Fix styling * Fix migration naming from 030 to 031 * Open extension in browser when user has not completed onboarding | ||||
* | Use Parity on-chain registry only when is needed (#6052) | Esteban Miño | 2019-01-23 | 1 | -0/+1 |
| | | | | | | * add and use knownMethodData to avoid infura requests * dataMethod to methodData and check empty response | ||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 1 | -5/+9 |
| | |||||
* | Adds createSpeedUpTransaction to txController | Dan Miller | 2018-12-04 | 1 | -0/+7 |
| | |||||
* | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 1 | -0/+9 |
| | | | | | | | | | | | | * Use selector for state.metamask.accounts in all cases. * Default to cached balance when selecting metamask accounts * Adds the cached-balances controller * Documentation and small codes fixes for #5843 Co-Authored-By: danjm <danjm.com@gmail.com> | ||||
* | Use Array.includes | Bruno Barbieri | 2018-11-27 | 1 | -4/+4 |
| | |||||
* | remove extra semicolon | brunobar79 | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | consider hw wallets | brunobar79 | 2018-11-21 | 1 | -9/+16 |
| | |||||
* | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 1 | -2/+2 |
| | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors | ||||
* | Update Balanc3 API (#5744) | Paul Bouchon | 2018-11-14 | 1 | -0/+1 |
| | | | | | | * Update balanc3 API used in TokenRatesController * Remove demo URL and use nativeCurrency when fetching token rates | ||||
* | Clear cached approval after rejection | bitpshr | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | Disable approval caching | bitpshr | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | Differentiate locked and enabled | bitpshr | 2018-11-06 | 1 | -1/+0 |
| | |||||
* | Code bath | bitpshr | 2018-11-06 | 1 | -1/+4 |
| | |||||
* | Handle logout gracefully | bitpshr | 2018-11-06 | 1 | -1/+6 |
| | |||||
* | Add isUnlocked provider hook | bitpshr | 2018-11-06 | 1 | -0/+1 |
| | |||||
* | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 1 | -1/+3 |
| | |||||
* | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 1 | -2/+19 |
| | |||||
* | Merge pull request #5596 from MetaMask/validateSignTypedData | kumavis | 2018-10-30 | 1 | -27/+4 |
|\ | | | | | Validate signTypedData signer/address in eth-json-rpc-middleware | ||||
| * | Add version to unapprovedMessage | Thomas | 2018-10-25 | 1 | -2/+2 |
| | | |||||
| * | Remove commented out/unused methods | Thomas | 2018-10-25 | 1 | -27/+2 |
| | | |||||
| * | Validate signTypedData in eth-json-rpc-middleware | Thomas | 2018-10-25 | 1 | -28/+30 |
| | | |||||
* | | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 1 | -5/+13 |
|/ | |||||
* | specific add and remove methods for frequentRpcList (#5554) | Esteban Miño | 2018-10-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5127 from MetaMask/account-tracker-network-change | kumavis | 2018-10-18 | 1 | -1/+7 |
|\ | | | | | Bug Fix: Force AccountTracker to update balances on network change | ||||
| * | Merge branch 'develop' into account-tracker-network-change | kumavis | 2018-09-28 | 1 | -71/+161 |
| |\ | |||||
| * | | metamask controller - force account tracker to update balances on network change | kumavis | 2018-08-23 | 1 | -0/+4 |
| | | | |||||
* | | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add UnitInput component * Add CurrencyInput component * Add UserPreferencedCurrencyInput component * Add UserPreferencedCurrencyDisplay component * Add updatePreferences action * Add styles for CurrencyInput, CurrencyDisplay, and UnitInput * Update SettingsTab page with Primary Currency toggle * Refactor currency displays and inputs to use UserPreferenced displays and inputs * Add TokenInput component * Add UserPreferencedTokenInput component * Use TokenInput in the send screen * Fix unit tests * Fix e2e and integration tests * Remove send/CurrencyDisplay component * Replace diamond unicode character with Eth logo. Fix typos | ||||
* | | | Merge pull request #5458 from MetaMask/provider-subs | Bruno Barbieri | 2018-10-10 | 1 | -5/+15 |
|\ \ \ | | | | | | | | | Feature: Subscription support | ||||
| * | | | provider - enable subscription support (newHeads, logs) | kumavis | 2018-10-08 | 1 | -5/+15 |
| | | | | |||||
* | | | | Merge branch 'develop' into update-balance-on-unlock | Dan Finlay | 2018-10-06 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Fix updating of pending transactions | Dan Finlay | 2018-10-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transaction statuses were not being properly updated when: - MetaMask was unlocked - The network was changed This PR fixes both of those. Fixes #5174 | ||||
* | | | | | Update all balances on password unlock | Dan Finlay | 2018-10-06 | 1 | -0/+1 |
|/ / / / | |||||
* / / / | Increase suggested gas percentile to 65 (#5359) | Dan Finlay | 2018-10-05 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | * Increase suggested gas percentile to 65 I keep submitting transactions then waiting a long time. Apparently 50th percentile isn't enough. * Update test for getGasPrice | ||||
* | | | Add domain whitelist method to MetaMaskController | Whymarrh Whitby | 2018-10-02 | 1 | -0/+11 |
| | | | |||||
* | | | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 1 | -0/+9 |
| |/ |/| | | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction | ||||
* | | bugfix: update eth_signTypedData_v3 parameter order | bitpshr | 2018-09-26 | 1 | -4/+4 |
| | | |||||
* | | Fix MetaMask web3 version (#5352) | Esteban Miño | 2018-09-26 | 1 | -0/+1 |
| | | |||||
* | | Adds getPendingNonce method to provider initialization options in ↵ | Dan Miller | 2018-09-22 | 1 | -0/+14 |
| | | | | | | | | metamask-controller. | ||||
* | | Update new method namespace from v2 to v3 | bitpshr | 2018-09-14 | 1 | -2/+2 |
| | | |||||
* | | Implement latest EIP-712 protocol | bitpshr | 2018-09-14 | 1 | -17/+60 |
| | | |||||
* | | Delete ConfigManager, replacing its usages with PreferencesController | Whymarrh Whitby | 2018-09-12 | 1 | -37/+9 |
| | | |||||
* | | Merge pull request #5216 from MetaMask/tx-cancel | Frankie | 2018-09-11 | 1 | -0/+14 |
|\ \ | | | | | | | Add createCancelTransaction method | ||||
| * | | Add createCancelTransaction method | Alexander Tseung | 2018-09-11 | 1 | -0/+14 |
| | | | |||||
* | | | Upgrade obs-store and fix memory leaks | Connor Christie | 2018-09-10 | 1 | -3/+7 |
|/ / | |||||
* | | fix conflicts | Esteban MIno | 2018-08-29 | 1 | -13/+50 |
|\ \ | |||||
| * \ | Merge pull request #5122 from MetaMask/lazy-account-tracker | Dan Finlay | 2018-08-23 | 1 | -0/+21 |
| |\ \ | | | | | | | | | Network IO Optimization: Lazy AccountTracker | ||||
| | * | | Add todo to dedupe UI tracking in background | Dan Finlay | 2018-08-23 | 1 | -0/+1 |
| | | | | |||||
| | * | | account-tracker - only track blocks when there are activeControllerConnections | kumavis | 2018-08-22 | 1 | -0/+8 |
| | | | | |||||
| | * | | metamask controller - track active controller connections | kumavis | 2018-08-22 | 1 | -0/+12 |
| | |/ | |||||
| * / | Update unlock logic to not overwrite existing selected address | Whymarrh Whitby | 2018-08-23 | 1 | -13/+29 |
| |/ | |||||
* | | Merge branch 'develop' into WatchTokenFeature | Esteban MIno | 2018-08-22 | 1 | -2/+5 |
|\| | |||||
| * | fix hardware wallets account name | brunobar79 | 2018-08-21 | 1 | -1/+3 |
| | | |||||
| * | fix account removal | brunobar79 | 2018-08-21 | 1 | -1/+2 |
| | | |||||
* | | watchAsset returns result wether token was added or not | Esteban MIno | 2018-08-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'develop' into WatchTokenFeature | Esteban MIno | 2018-08-21 | 1 | -145/+141 |
|\| | |||||
| * | Merge branch 'develop' into ledger-support | Bruno Barbieri | 2018-08-18 | 1 | -2/+47 |
| |\ | |||||
| | * | Restores accounts until one with a zero balance is found | Dan Matthews | 2018-08-17 | 1 | -2/+47 |
| | | | |||||
| | * | Merge branch 'develop' into network-remove-provider-engine | Thomas | 2018-08-15 | 1 | -1/+2 |
| | |\ | | | | | | | | | | | | | Override package-lock and fix merge conflicts | ||||
| | * \ | Merge branch 'develop' into network-remove-provider-engine | Thomas | 2018-07-26 | 1 | -1/+169 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-07-04 | 1 | -4/+3 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-07-03 | 1 | -27/+9 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-08 | 1 | -0/+14 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | lint - remove unused require | kumavis | 2018-06-07 | 1 | -1/+0 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-07 | 1 | -1/+38 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | | metamask-controller - lint fix | kumavis | 2018-05-29 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | metamask-controller - update preferences controller addresses after import ↵ | kumavis | 2018-05-29 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | account | ||||
| | * | | | | | | | metamask-controller - wrap txController.addUnapprovedTx for wallet ↵ | kumavis | 2018-05-25 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | middleware reference before txController is instantiated | ||||
| | * | | | | | | | provider - update wallet hooks for new wallet middleware | kumavis | 2018-05-25 | 1 | -60/+17 |
| | | | | | | | | | |||||
| | * | | | | | | | metamask-controller - fix account lookup hook | kumavis | 2018-05-25 | 1 | -2/+2 |
| | | | | | | | | | |||||
| | * | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-23 | 1 | -11/+16 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network-remove-provider-engine | ||||
| | * | | | | | | | | network - create provider and block-tracker via json-rpc-engine | kumavis | 2018-05-17 | 1 | -3/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-18 | 1 | -65/+34 |
| | | | | | | | | | | |||||
| * | | | | | | | | | remove console logs | brunobar79 | 2018-08-15 | 1 | -7/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fixed unit tests | brunobar79 | 2018-08-15 | 1 | -0/+6 |
| | | | | | | | | | | |||||
| * | | | | | | | | | fix tx tests | brunobar79 | 2018-08-14 | 1 | -3/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | legacy and new hd path working | brunobar79 | 2018-08-14 | 1 | -1/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | good progress adding paths | brunobar79 | 2018-08-14 | 1 | -8/+11 |
| | | | | | | | | | | |||||
| * | | | | | | | | | this should be ready to go | brunobar79 | 2018-08-12 | 1 | -3/+3 |
| | | | | | | | | | | |||||
| * | | | | | | | | | able to add accounts | brunobar79 | 2018-08-11 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | iframe communication working | brunobar79 | 2018-08-11 | 1 | -4/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | refactor to support multiple hw wallets | brunobar79 | 2018-08-11 | 1 | -75/+55 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'develop' into WatchTokenFeature | Esteban Miño | 2018-08-08 | 1 | -1/+2 |
|\| | | | | | | | | |||||
| * | | | | | | | | improve comments | Esteban MIno | 2018-07-31 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | tokens per network for individual account | Esteban MIno | 2018-07-27 | 1 | -0/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | eth_watchToken working | Esteban MIno | 2018-08-04 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | merge develop | Esteban MIno | 2018-08-04 | 1 | -4/+171 |
|\| | | | | | | | |||||
| * | | | | | | | run linter | brunobar79 | 2018-07-22 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | fix merge | Esteban MIno | 2018-07-21 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'develop' into detectTokenFeature | Esteban Miño | 2018-07-21 | 1 | -1/+161 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'develop' into transaction-notifications | Csaba S | 2018-07-21 | 1 | -1/+161 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Auto-detect tokens #3034 (#4683) | Esteban Miño | 2018-07-21 | 1 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * detect tokens polling * network store to detect token * tests for spec * passtest-lint * fix lint * improve tests * detect tokens through infura * detect tokens when submit password and new account selected * keyring unlocked detect and unit tests * add changelog | ||||
| | | * | | | | | | | added some e2e tests | brunobar79 | 2018-07-18 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | added tests for removeAccount | brunobar79 | 2018-07-17 | 1 | -2/+0 |
| | | | | | | | | | | |||||
| | | * | | | | | | | added more unit tests | brunobar79 | 2018-07-17 | 1 | -4/+3 |
| | | | | | | | | | | |||||
| | | * | | | | | | | added unit tests for metamaskcontroller | brunobar79 | 2018-07-17 | 1 | -3/+17 |
| | | | | | | | | | | |||||
| | | * | | | | | | | forget device and autiload account features added | brunobar79 | 2018-07-12 | 1 | -1/+36 |
| | | | | | | | | | | |||||
| | | * | | | | | | | update to temp dependencies | brunobar79 | 2018-07-12 | 1 | -1/+6 |
| | | | | | | | | | | |||||
| | | * | | | | | | | account removal is working | brunobar79 | 2018-07-11 | 1 | -1/+15 |
| | | | | | | | | | | |||||
| | | * | | | | | | | fix trezor label | brunobar79 | 2018-07-10 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | added label for trezor accounts | brunobar79 | 2018-07-10 | 1 | -1/+3 |
| | | | | | | | | | | |||||
| | | * | | | | | | | fix account duplication | brunobar79 | 2018-07-10 | 1 | -1/+3 |
| | | | | | | | | | | |||||
| | | * | | | | | | | fix all the account related bugs | brunobar79 | 2018-07-10 | 1 | -4/+15 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-07 | 1 | -0/+1 |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial-trezor-support | ||||
| | | * | | | | | | | | UI refactor | brunobar79 | 2018-07-06 | 1 | -2/+4 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | lint fix | brunobar79 | 2018-07-04 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | fix merge conflicts | brunobar79 | 2018-07-02 | 1 | -11/+0 |
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / | | | | |/| | | | | | | |||||
| | | * | | | | | | | | fixes | brunobar79 | 2018-06-23 | 1 | -3/+3 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | clean up | Bruno | 2018-06-13 | 1 | -16/+19 |
| | | | | | | | | | | | |||||
| | | * | | | | | | | | fix merge conflicts | Bruno | 2018-06-13 | 1 | -12/+8 |
| | | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | move TrezorKeyring to its own package | Bruno | 2018-06-13 | 1 | -2/+3 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | balances working | Bruno | 2018-06-11 | 1 | -3/+2 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | add account working | Bruno | 2018-06-11 | 1 | -0/+2 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | clean up | Bruno | 2018-06-11 | 1 | -3/+4 |
| | | | | | | | | | | | | |||||
| | | * | | | | | | | | | initial trezor support | Bruno | 2018-06-10 | 1 | -1/+62 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | remove dropped handler | Csaba Solya | 2018-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | add notifications | Csaba Solya | 2018-07-20 | 1 | -0/+7 |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #4685 from MetaMask/estimate-gasprice-background-newui | Dan J Miller | 2018-07-05 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | Use background gas price estimation method in new ui. | ||||
| | | * | | | | | | | | Use background gas price estimation method in new ui. | Dan | 2018-06-29 | 1 | -0/+1 |
| | | | |_|/ / / / / | | | |/| | | | | | | |||||
| * | | | | | | | | | fix detection on submit password | Esteban MIno | 2018-07-21 | 1 | -3/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | keyring unlocked detect and unit tests | Esteban MIno | 2018-07-20 | 1 | -7/+9 |
| | | | | | | | | | | |||||
| * | | | | | | | | | detect tokens through infura | Esteban MIno | 2018-07-13 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | improve tests | Esteban MIno | 2018-07-12 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'develop' into detectTokenFeature | Esteban MIno | 2018-07-04 | 1 | -3/+2 |
| |\| | | | | | | | | |||||
| | * | | | | | | | | eslint --fix . | brunobar79 | 2018-07-03 | 1 | -3/+2 |
| | |/ / / / / / / | |||||
| * | | | | | | | | network store to detect token | Esteban MIno | 2018-06-28 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | detect tokens polling | Esteban MIno | 2018-06-28 | 1 | -0/+8 |
| |/ / / / / / / | |||||
* | | | | | | | | Get popup appearing when suggesting new token | Dan Finlay | 2018-06-19 | 1 | -0/+1 |
| | | | | | | | | |||||
* | | | | | | | | Begin adding eth_watchToken | Dan Finlay | 2018-06-19 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #4571 from MetaMask/disable-diagnostics | Dan Finlay | 2018-06-15 | 1 | -8/+0 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | diagnostics - temporarily disable | ||||
| * | | | | | | | diagnostics - temporarily disable | kumavis | 2018-06-14 | 1 | -8/+0 |
| | |/ / / / / | |/| | | | | | |||||
* / | | | | | | notices - replace getLatestNotice with getNextNotice | kumavis | 2018-06-14 | 1 | -3/+0 |
|/ / / / / / | |||||
* / / / / / | metamask - ensure all nonce locks are released | kumavis | 2018-06-13 | 1 | -12/+8 |
|/ / / / / | |||||
* | | | | | Merge pull request #4523 from MetaMask/i4462-FixResetBug | Dan Finlay | 2018-06-08 | 1 | -4/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Fix bug where reset account would not work. | ||||
| * | | | | Fix bug where reset account would not work. | Dan Finlay | 2018-06-07 | 1 | -4/+1 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4462 Ensures that resetAccount() can work on non-stock providers. I'm unclear how this was ever working, this code hasn't moved in months, but users report it recently breaking. Maybe we only recently pushed it to prod. | ||||
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-07 | 1 | -1/+14 |
|\| | | | |||||
| * | | | diagnostics - fix reportMultipleKeyrings call | kumavis | 2018-06-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | diagnostics - minor fixes | kumavis | 2018-06-06 | 1 | -2/+2 |
| | | | | |||||
| * | | | diagnostics - rewrite bug-notifier as diagnostics-reporter | kumavis | 2018-06-06 | 1 | -29/+9 |
| | | | | |||||
| * | | | add multivault detection to diagnostics reporting | kumavis | 2018-06-06 | 1 | -0/+33 |
| | | | | |||||
* | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-05 | 1 | -1/+24 |
|\| | | | |||||
| * | | | Add first time info to bug report | Dan Finlay | 2018-06-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add identity synchronizing code | Dan Finlay | 2018-06-05 | 1 | -1/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses #4475, where entries in the identities object do not necessarily have corresponding accounts in the vault. On password submission, this change passes known accounts to the preferencesController (responsible for nickname management), and removes unknown entries. Includes "TODO" notes for where we could log the issue to sentry or notify the user. | ||||
| * | | | metamask-controller - clear account labels on restore from seed phrase | kumavis | 2018-06-04 | 1 | -0/+4 |
| | | | | |||||
| * | | | metamask - update preferences controller identities on keyring controller update | kumavis | 2018-06-04 | 1 | -0/+2 |
| | | | | |||||
* | | | | Merge branch 'i3725-refactor-send-component-' into ↵ | Dan | 2018-06-01 | 1 | -17/+18 |
|\| | | | | | | | | | | | | | | | i3914-fix-newui-send-gas-estimation | ||||
| * | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-30 | 1 | -7/+8 |
| |\ \ \ | | | | | | | | | | | | | | | | merge-master | ||||
| | * | | | cleanErrorStack moved to separate library module | Anton | 2018-05-29 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | more errors traces cleaned up | ||||
| * | | | | metamask-controller - lint fix | kumavis | 2018-05-29 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | metamask-controller - update preferences controller addresses after import ↵ | kumavis | 2018-05-29 | 1 | -10/+10 |
| | |_|/ | |/| | | | | | | | | | | account | ||||
* / | | | Auto update gas estimate when to changes. | Dan | 2018-05-31 | 1 | -0/+14 |
|/ / / | |||||
* | | | Reveal get filtered tx list (#4332) | Frankie | 2018-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * add getFilteredTxList from txController to getApi * transactions - remove dead code (isNonceTaken) | ||||
* | | | Add PreferencesController#setAddresses to update ids | Whymarrh Whitby | 2018-05-17 | 1 | -8/+12 |
| | | | |||||
* | | | Update AddressBookController to read from preferences store | Whymarrh Whitby | 2018-05-17 | 1 | -1/+2 |
| | | | |||||
* | | | Move setAccountLabel into PreferencesController | Whymarrh Whitby | 2018-05-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-17 | 1 | -0/+1 |
|\ \ | | | | | | | | | | network-controller-remove-setNetworkEndpoints | ||||
| * | | transactions - add a nonce check utility for ui use | frankiebee | 2018-05-02 | 1 | -0/+1 |
| |/ | |||||
* / | network - remove setNetworkEndpoints | kumavis | 2018-05-01 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #4059 from MetaMask/i-4033-seed-words | kumavis | 2018-05-01 | 1 | -2/+0 |
|\ | | | | | Use new design for Reveal Seed screen. Persist seed words only in the first time flow. | ||||
| * | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 1 | -2/+0 |
| | | | | | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de. | ||||
* | | Linted docs | Dan Finlay | 2018-04-24 | 1 | -1/+1 |
| | | |||||
* | | Linted jsdocs | Dan Finlay | 2018-04-21 | 1 | -52/+60 |
| | | |||||
* | | Added docs to MM-controller | Dan Finlay | 2018-04-19 | 1 | -130/+321 |
|/ | |||||
* | Fix UI getting stuck in Reveal Seed screen | Alexander Tseung | 2018-04-19 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into i3981-contract-rates | Dan Finlay | 2018-04-17 | 1 | -0/+1 |
|\ | |||||
| * | Require loglevel singleton in each module that uses it | bitpshr | 2018-04-14 | 1 | -0/+1 |
| | | |||||
* | | Disable token price polling when no client is active | bitpshr | 2018-04-17 | 1 | -0/+9 |
| | | |||||
* | | Maintain token prices using a background service | bitpshr | 2018-04-16 | 1 | -0/+7 |
|/ | |||||
* | Add ComposableObservableStore for subscription management | bitpshr | 2018-04-13 | 1 | -70/+36 |
| | |||||
* | transactions - put the origing on the txMeta to help with debugging | frankiebee | 2018-03-31 | 1 | -2/+5 |
| | |||||
* | Merge pull request #3760 from MetaMask/i3439-ResetCacheOnAccountReset | kumavis | 2018-03-28 | 1 | -34/+39 |
|\ | | | | | Fix bug where resetAccount does not clear network cache | ||||
| * | metamask-controller - fix typo | kumavis | 2018-03-28 | 1 | -1/+1 |
| | | |||||
| * | Fix bug where resetAccount does not clear network cache | Dan Finlay | 2018-03-28 | 1 | -34/+39 |
| | | | | | | | | Fixes #3439 | ||||
* | | Undo unnecessary line removals. | Dan | 2018-03-27 | 1 | -0/+1 |
| | | |||||
* | | Use extension api to get initial locale. | Dan | 2018-03-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into i18n-translator-redux | Dan | 2018-03-22 | 1 | -245/+354 |
|\| | |||||
| * | moves setup-related code towads end of file, re #3568 | Lazaridis | 2018-03-17 | 1 | -115/+124 |
| | | |||||
| * | add ESLint exceptions for //= and //-, re #3568 | Lazaridis | 2018-03-16 | 1 | -3/+3 |
| | | |||||
| * | group all vault/keyring related methods together, re #3568 | Lazaridis | 2018-03-16 | 1 | -128/+130 |
| | | |||||
| * | adds initial documentation, re #3568 | Lazaridis | 2018-03-16 | 1 | -40/+138 |
| | | |||||
* | | Handle i18n with redux. | Dan | 2018-03-16 | 1 | -0/+10 |
|/ | |||||
* | modify verifySeedPhrase to async and call it from addNewAccount also | Csaba Solya | 2018-03-06 | 1 | -32/+34 |
| | |||||
* | add documentation | Csaba Solya | 2018-03-04 | 1 | -0/+4 |
| | |||||
* | verify seedwords on log in | Csaba Solya | 2018-03-04 | 1 | -3/+16 |
| | |||||
* | fix lint issues | Csaba Solya | 2018-03-03 | 1 | -2/+2 |
| | |||||
* | seed phrase verifier | Csaba Solya | 2018-03-03 | 1 | -2/+18 |
| | |||||
* | Merge branch 'master' into uat-master | Dan Finlay | 2018-02-22 | 1 | -1/+1 |
|\ | |||||
| * | use the providers initial _blocktracker. fixes #2393 | Lazaridis | 2018-02-11 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'uat' into uat-next | Dan | 2018-02-08 | 1 | -9/+12 |
|\ \ | |||||
| * | | Merge branch 'master' into uat | Dan | 2018-02-08 | 1 | -9/+12 |
| |\| | |||||
| | * | Merge branch 'master' into localStorage-clean-up | Frankie | 2018-02-01 | 1 | -0/+8 |
| | |\ | |||||
| | | * | wipe only transactions for current account | Bruno Barbieri | 2018-01-31 | 1 | -4/+4 |
| | | | | |||||
| | | * | added reset account feature | Bruno Barbieri | 2018-01-31 | 1 | -0/+8 |
| | | | | |||||
| | * | | remove RecentBlocks from disk | frankiebee | 2018-02-01 | 1 | -3/+1 |
| | | | | |||||
| | * | | remove BlacklistController from disk state | frankiebee | 2018-01-31 | 1 | -6/+1 |
| | |/ | |||||
| | * | Bump limit for event emitter warning. | Kevin Serrano | 2018-01-26 | 1 | -0/+2 |
| | | | |||||
* | | | [NewUI] Opens to full screen when restoring from seed. (#3201) | Dan J Miller | 2018-02-08 | 1 | -0/+15 |
|/ / | | | | | | | | | | | * Opens to full screen when restoring from seed. * Remove redundant parameter in actions.markPasswordForgotten call. | ||||
* | | Merge branch 'uat' into uat-master-011618 | Alexander Tseung | 2018-01-17 | 1 | -0/+14 |
|\ \ | |/ |/| | |||||
| * | Track usage of old and new UI (#2794) | Alexander Tseung | 2017-12-23 | 1 | -0/+1 |
| | | | | | | [NewUI] Track usage of old and new UI | ||||
| * | Merge branch 'NewUI-flat' into merge-master-to-newUI-flat-dec20 | Chi Kei Chan | 2017-12-21 | 1 | -0/+1 |
| |\ | |||||
| | * | Adds updateTransaction to background and used it to update after editing in ↵ | Dan | 2017-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | send-v2. | ||||
| | * | Canceled, edited transactions show edited amount. | Dan | 2017-12-21 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'master' into NewUI-flat | Dan | 2017-12-21 | 1 | -14/+34 |
| |\ \ | | |/ | |/| | |||||
| * | | Merge branch 'NewUI-flat' into MM-333-auto-add-users-to-new-UI | Chi Kei Chan | 2017-12-08 | 1 | -5/+42 |
| |\ \ | |||||
| | * | | Merge branch 'master' into NewUI-flat-merge-with-master | Dan | 2017-12-07 | 1 | -5/+42 |
| | | | | |||||
| * | | | Add UI selection | Dan | 2017-12-05 | 1 | -0/+1 |
| |/ / | |||||
| * | | more eslint fixes | Jason Clark | 2017-11-26 | 1 | -1/+1 |
| | | | |||||
| * | | toggle wired up to preferences property store | Jason Clark | 2017-11-25 | 1 | -0/+10 |
| | | | |||||
| * | | Merge branch 'master' into merge-master | Chi Kei Chan | 2017-11-16 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-10-21 | 1 | -21/+38 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'NewUI-flat' into merge | Chi Kei Chan | 2017-10-19 | 1 | -0/+1 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge branch 'master' into NewUI-flat | Chi Kei Chan | 2017-10-04 | 1 | -20/+24 |
| | |\ \ \ \ | |||||
| | * | | | | | Enables remove token and ensures add/remove update the list without need for ↵ | Dan | 2017-10-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh. | ||||
* | | | | | | | Prefer passing a provider over an ethQuery instance | Dan Finlay | 2018-01-13 | 1 | -6/+1 |
| | | | | | | | |||||
* | | | | | | | Improve gas price estimation by backfilling recent-blocks | Dan Finlay | 2018-01-12 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When first initializing, recent-block controller now back-fills up to its desired history length. This makes estimated gas prices reflect a longer recent history, even when first switching to a new network. Fixes #2925 | ||||
* | | | | | | | Default to 1 gwei for empty blocks | Dan Finlay | 2018-01-09 | 1 | -2/+3 |
| | | | | | | | |||||
* | | | | | | | Default gas estimate to 1 gwei for networks with no block activity | Dan Finlay | 2018-01-09 | 1 | -0/+6 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #2851 from MetaMask/i2812-seedworderrorfix | Kevin Serrano | 2018-01-09 | 1 | -4/+9 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix condition where failing seed word checks would infinite-spin future attempts. | ||||
| * | | | | | | | Add fix for infinite spinner for incorrect seed phrase. | Kevin Serrano | 2018-01-04 | 1 | -4/+9 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Fix feature to work | Dan Finlay | 2018-01-06 | 1 | -2/+9 |
| | | | | | | | |||||
* | | | | | | | Linted | Dan Finlay | 2018-01-06 | 1 | -3/+0 |
| | | | | | | | |||||
* | | | | | | | Derive gas price estimate from previous transactions | Dan Finlay | 2018-01-06 | 1 | -1/+20 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | Return the 50th percentile lowest gas price of the previous 20 blocks. | ||||
* | | | | | | Add Recent Blocks controller | Dan Finlay | 2017-12-18 | 1 | -14/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tracks recent blocks, useful for estimating recent successful gas prices. | ||||
* | | | | | | Fix retry action | Dan Finlay | 2017-12-07 | 1 | -1/+9 |
| | | | | | | |||||
* | | | | | | Add retry background method and action | Dan Finlay | 2017-12-07 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #2630 from MetaMask/i2624-VersionedNoticesv3.12.1 | Thomas Huang | 2017-11-30 | 1 | -1/+13 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Versioned notices | ||||
| * | | | | | | Linted | Dan Finlay | 2017-11-29 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Add seed phrase bounty award notice | Dan Finlay | 2017-11-29 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only shows to people who installed before or equal to MetaMask 3.12.1 | ||||
| * | | | | | | Get notice version filtering working nicely | Dan Finlay | 2017-11-29 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Add firstVersion field to notices selector | Dan Finlay | 2017-11-29 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Add optional version field to notices | Dan Finlay | 2017-11-29 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows notices to only show to users who are on a certain version. | ||||
* | | | | | | | deps - obs-store@3 + migrate stream plumbing | kumavis | 2017-11-29 | 1 | -1/+2 |
|/ / / / / / | |||||
* | | | | | | Prevent creation of multiple vaults | Dan Finlay | 2017-11-21 | 1 | -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 code | Dan Finlay | 2017-11-21 | 1 | -2/+37 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | newUnaprovedTx => newUnapprovedTx | Dora E. Mondrian | 2017-11-06 | 1 | -1/+1 |
| |_|_|/ |/| | | | | | | | | | | | This typo tripped me up when I was reading through the code and trying to understand what's going on. | ||||
* | | | | Linted | Dan Finlay | 2017-10-20 | 1 | -1/+0 |
| | | | | |||||
* | | | | Fix bug where new account was not immediately selected | Dan Finlay | 2017-10-20 | 1 | -3/+14 |
| | | | | |||||
* | | | | Remove account-tracker from keyringController | Dan Finlay | 2017-10-19 | 1 | -1/+0 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into i2348-SelectAccountOnNewVault | Dan Finlay | 2017-10-19 | 1 | -35/+33 |
|\| | | | |||||
| * | | | Revert "NetworkController refactor for new EthClient interface" | kumavis | 2017-10-19 | 1 | -35/+33 |
| | | | | |||||
* | | | | Make account tracking much more reactive | Dan Finlay | 2017-10-19 | 1 | -9/+5 |
| | | | | |||||
* | | | | Make account tracking more reactive | Dan Finlay | 2017-10-19 | 1 | -21/+1 |
| | | | | | | | | | | | | | | | | | | | | 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 vault | Dan Finlay | 2017-10-19 | 1 | -1/+2 |
| | | | | |||||
* | | | | Stop tracking old account balances after restore vault | Dan Finlay | 2017-10-19 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | Per @kgserrano note | ||||
* | | | | Promisify metamask-controller vault creating methods | Dan Finlay | 2017-10-18 | 1 | -17/+10 |
| | | | | |||||
* | | | | Select first account when restoring seed | Dan Finlay | 2017-10-18 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | Fixes #2348 | ||||
* | | | | Select first account on new vault creation | Dan Finlay | 2017-10-18 | 1 | -1/+12 |
|/ / / |