Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feature: integrate gaba/CurrencyRateController (#6570) | Paul Bouchon | 2019-06-01 | 1 | -20/+12 |
| | |||||
* | Fixes bugs in 6.5.1 (#6613) | Bruno Barbieri | 2019-05-15 | 1 | -1/+1 |
| | | | | | | * fix bg error * fix ui exception | ||||
* | feature: integrate gaba/ShapeShiftController (#6569) | Paul Bouchon | 2019-05-15 | 1 | -7/+5 |
| | |||||
* | Update auto-logout to recognize idle time in background (#6593) | Whymarrh Whitby | 2019-05-14 | 1 | -0/+12 |
| | | | | | | * Fix wording of autoLogoutTimeLimitDescription * AppStateController and update auto-logout functionality | ||||
* | Merge pull request #6568 from MetaMask/feature/gaba-phishing-controller | Thomas Huang | 2019-05-11 | 1 | -7/+8 |
|\ | | | | | feature: integrate gaba/PhishingController | ||||
| * | feature: integrate gaba/PhishingController | bitpshr | 2019-05-09 | 1 | -7/+8 |
| | | |||||
* | | New settings custom rpc form (#6490) | Dan J Miller | 2019-05-10 | 1 | -7/+7 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add networks tab to settings, with header. * Adds network list to settings network tab. * Adds form to settings networks tab and connects it to network list. * Network tab: form adding and editing working * Settings network form properly handles input errors * Add translations for settings network form * Clean up styles of settings network tab. * Add popup-view styles and behaviour to settings network tab. * Fix save button on settings network form * Adds 'Add Network' button and addMode to settings networks tab * Lint fix for settings networks tab addition * Fix navigation in settings networks tab. * Editing an rpcurl in networks tab does not create new network, just changes rpc of old * Fix layout of settings tabs other than network * Networks dropdown 'Custom Rpc' item links to networks tab in settings. * Update settings sidebar networks subheader. * Make networks tab buttons width consistent with input widths in extension view. * Fix settings screen subheader height in popup view * Fix height of add networks button in popup view * Add optional label to chainId and symbol form labels in networks setting tab * Style fixes for networks tab headers * Add ability to customize block explorer used by custom rpc * Stylistic improvements+fixes to custom rpc form. * Hide cancel button. * Highlight and show network form of provider by default. * Standardize network subheader name to 'Networks' * Update e2e tests for new settings network form * Update unit tests for new rpcPrefs prop * Extract blockexplorer url construction into method. * Fix broken styles on non-network tabs in popup mode * Fix block explorer url links for cases when provider in state has not been updated. * Fix vertical spacing of network form * Don't allow click of save button on network form if nothing has changed * Ensure add network button is shown in popup view * Lint fix for networks tab * Fix block explorer url preference setting. * Fix e2e tests for custom blockexplorer in account details modal changes. * Update integration test states to include frequentRpcList property * Fix some capitalizations in en/messages.json * Remove some console.logs added during custom rpc form work * Fix external account link text and url for modal and dropdown. * Documentation, url validation, proptype required additions and lint fixes on network tab and form. | ||||
* | Check for unused function arguments (#6583) | Whymarrh Whitby | 2019-05-09 | 1 | -5/+4 |
| | | | | | | | | | | * eslint: Check for unused function arguments * eslint: Ignore unused '_' in argument list Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly * Remove and rename unused arguments | ||||
* | Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) | kumavis | 2019-05-04 | 1 | -22/+80 |
| | | | | | | | | | | * Ensure home screen does not render if there are unapproved txs (#6501) * Ensure that the confirm screen renders before the home screen if there are unapproved txs. * Only render confirm screen before home screen on mount. * inpage - revert _metamask api to isEnabled isApproved isUnlocked | ||||
* | Send metrics event from backend for on chain transaction failures (#6500) | Dan J Miller | 2019-04-29 | 1 | -1/+18 |
| | | | | | | * Send metrics event from backend for on chain transaction failures * Passes state object to backEndMetaMetricsEvent, and adds getMetaMetricState selector | ||||
* | Opens the original webpage from where installation of MetaMask was re… (#6272) | Sneh Koul | 2019-04-25 | 1 | -0/+1 |
| | | | | | | | | | | * Opens the original webpage from where installation of MetaMask was requested * Asking for dynamic permissions * code for forwarder/without extra permissions * Lint fix for onboardingComplete message sending code. | ||||
* | metamask-controller - use improved provider-as-middleware utility | kumavis | 2019-04-04 | 1 | -2/+2 |
| | |||||
* | Remove NoticeController (#6382) | Thomas Huang | 2019-04-02 | 1 | -16/+0 |
| | |||||
* | notices - markAllNoticesRead - use async/await | kumavis | 2019-03-29 | 1 | -1/+1 |
| | |||||
* | Clear notices when setCompletedOnboarding is called | Thomas Huang | 2019-03-21 | 1 | -0/+1 |
| | |||||
* | GABA: Integrate AddressBookController (#5847) | Paul Bouchon | 2019-03-12 | 1 | -10/+5 |
| | | | | | | * gaba: integrate AddressBookController * pin gaba version and update lockfile | ||||
* | Metametrics (#6171) | Dan J Miller | 2019-03-05 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add metametrics provider and util. * Add backend api and state for participating in metametrics. * Add frontend action for participating in metametrics. * Add metametrics opt-in screen. * Add metametrics events to first time flow. * Add metametrics events for route changes * Add metametrics events for send and confirm screens * Add metametrics events to dropdowns, transactions, log in and out, settings, sig requests and main screen * Ensures each log in is measured as a new visit by metametrics. * Ensure metametrics is called with an empty string for dimensions params if specified * Adds opt in metametrics modal after unlock for existing users * Adds settings page toggle for opting in and out of MetaMetrics * Switch metametrics dimensions to page level scope * Lint, test and translation fixes for metametrics. * Update design for metametrics opt-in screen * Complete responsive styling of metametrics-opt-in modal * Use new chart image on metrics opt in screens * Incorporate the metametrics opt-in screen into the new onboarding flow * Update e2e tests to accomodate metametrics changes * Mock out metametrics network requests in integration tests * Fix tx-list integration test to support metametrics provider. * Send number of tokens and accounts data with every metametrics event. * Update metametrics event descriptor schema and add new events. * Fix import tos bug and send gas button bug due to metametrics changes. * Various small fixes on the metametrics branch. * Add origin custom variable type to metametrics.util * Fix names of onboarding complete actions (metametrics). * Fix names of Metrics Options actions (metametrics). * Clean up code related to metametrics. * Fix bad merge conflict resolution and improve promise handling in sendMetaMetrics event and confrim tx base * Don't send a second metrics event if user has gone back during first time flow. * Collect metametrics on going back from onboarding create/import. * Add missing custom variable constants for metametrics * Fix metametrics provider * Make height of opt-in modal responsive. * Adjust text content for opt-in modal. * Update metametrics event names and clean up code in opt-in-modal * Put phishing warning step next to last in onboarding flow * Link terms of service on create and import screens of first time flow * Add subtext to options on the onboarding select action screen. * Fix styling of bullet points on end of onboarding screen. * Combine phishing warning and congratulations screens. * Fix placement of users if unlocking after an incomplete onboarding import flow. * Fix capitalization in opt-in screen * Fix last onboarding screen translations * Add link to 'Learn More' on the last screen of onboarding * Code clean up: metametrics branch * Update e2e tests for phishing warning step removal * e2e tests passing on metametrics branch * Different tracking urls for metametrics on development and prod | ||||
* | Feature Flag + Mobile Sync (#5955) | Dan Finlay | 2019-02-26 | 1 | -0/+58 |
| | |||||
* | account tracker - update accounts from balanceChecker contract (#6181) | Jenny Pollack | 2019-02-21 | 1 | -0/+1 |
| | | | | | | * account tracker - update accounts from balanceChecker contract * fall back to getBalance if the contract query fails | ||||
* | EIP-1193: standard provider API (#6170) | Paul Bouchon | 2019-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * EIP-1193: Implement new provider API * EIP-1193: Updated implementation * Remove test file * Fix tests * Update ping check * Update logic * PR feedback | ||||
* | Merge pull request #6137 from whymarrh/es6-background | Whymarrh Whitby | 2019-02-14 | 1 | -5/+5 |
|\ | | | | | Sprinkle ES6 onto background files | ||||
| * | Update MetaMaskController to use ES6 destructuring, const, let | Whymarrh Whitby | 2019-02-12 | 1 | -5/+5 |
| | | |||||
* | | recent-blocks - dont listen for block when on infura providers | frankiebee | 2019-02-12 | 1 | -0/+1 |
|/ | |||||
* | 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 |
| | | | | | |