Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5919 from MetaMask/gas-customization-fixes | Dan J Miller | 2018-12-13 | 1 | -0/+30 |
|\ | | | | | Fix some styling and translations in the gas customization modal | ||||
| * | Add missing translation to the gas customization component. | Dan Miller | 2018-12-13 | 1 | -0/+30 |
| | | |||||
* | | Version 5.2.1 RC1 (#5918)v5.2.1 | Dan J Miller | 2018-12-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #5902 from MetaMask/i5846-ProviderCrashes | Thomas Huang | 2018-12-12 | 1 | -1/+1 |
|\ | | | | | Fix provider crashes | ||||
| * | Changelog and version bump for 5.2.0 | Dan Miller | 2018-12-12 | 1 | -1/+1 |
| | | |||||
* | | Show Failed transaction in the browser notification for on-chain failures ↵ | Alexander Tseung | 2018-12-11 | 1 | -4/+7 |
|/ | | | | (#5904) | ||||
* | Group transactions by nonce (#5886) | Alexander Tseung | 2018-12-10 | 10 | -16/+65 |
| | |||||
* | Merge pull request #5892 from MetaMask/fix-net-version-race-condition | Thomas Huang | 2018-12-08 | 1 | -4/+10 |
|\ | | | | | Fix race condition in network controller lookup() method. | ||||
| * | Fix race condition in network controller lookup() method. | Dan Miller | 2018-12-07 | 1 | -4/+10 |
| | | |||||
* | | Fill in more Polish message translations | Whymarrh Whitby | 2018-12-06 | 1 | -0/+9 |
|/ | |||||
* | Fix "fastest" translation message; change to sentence case | Dan Miller | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Adds createSpeedUpTransaction to txController | Dan Miller | 2018-12-04 | 2 | -0/+30 |
| | |||||
* | Redesign of gas customization basic tab. | Dan Miller | 2018-12-04 | 1 | -0/+3 |
| | |||||
* | Clean up for advanced gas tab customization changes. | Dan Miller | 2018-12-04 | 1 | -0/+3 |
| | |||||
* | Test updates and additions for button integration with send screen. | Dan Miller | 2018-12-04 | 1 | -0/+3 |
| | |||||
* | Integrate gas buttons with the send screen. | Dan Miller | 2018-12-04 | 1 | -0/+12 |
| | |||||
* | Split advanced-tab-content.component.js render() method into smaller ↵ | Dan Miller | 2018-12-04 | 1 | -0/+12 |
| | | | | pieces; add translations to the same file. | ||||
* | Adds the content of the advanced tab - w/o chart or dynamic content - to gas ↵ | Dan Miller | 2018-12-04 | 1 | -0/+6 |
| | | | | customize modal. | ||||
* | Adds new gas customization modal container (without content) | Dan Miller | 2018-12-04 | 1 | -0/+18 |
| | |||||
* | Version 5.1.0: East Bay | Dan Finlay | 2018-12-04 | 1 | -1/+1 |
| | |||||
* | Update phishing warning copy | Dan Finlay | 2018-12-04 | 1 | -5/+4 |
| | | | | Per advice of legal counsel. | ||||
* | Hide link for phishing-detect page (#5864) | Michael - Blurpesec | 2018-12-02 | 1 | -1/+1 |
| | | | | | | * Soften language on phishing-detect page * remove quotes | ||||
* | fix visibility | Bruno Barbieri | 2018-12-01 | 1 | -1/+0 |
| | |||||
* | Save recent network balances in local storage (#5843) | Dan J Miller | 2018-12-01 | 2 | -0/+92 |
| | | | | | | | | | | | | * 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> | ||||
* | bugfix: normalize contract addresss when fetching exchange rates (#5863) | Paul Bouchon | 2018-12-01 | 1 | -1/+3 |
| | |||||
* | Fixed Vivek's bug (#5860) | Dan Finlay | 2018-11-30 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed Vivek's bug Fixes #5850 What was happening: It seems that his MetaMask had crashed while some new transactions had been loading defaults. He probably had a network connectivity issue to Infura (which we are working with Infura to address). As a result of this network cutout, his three unapproved transactions were not marked failed, and were not marked as `loadingDefaults = false`, as their gas prices had not yet been estimated. Normally this behavior is supposed to clean itself up when the transaction controller starts up, via the `TransactionController._onBootCleanUp()` function, but in this case, during unlock, that function was unable to do its job because when it requested the transaction list, the current network was in the `loading` state, making it proceed as if there were no pending transactions. To fix this, I am doing two things: - Setting transactions to loadingDefaults = false in more catch blocks. - Calling `onBootCleanUp()` when the network store's status changes, so that it will re-trigger when loading completes. * Fixed reference * Fixed infinite loop bug Was refreshing the tx list on every tx state change instead of just network changes, creating an infinite loop. * Add notes to tx updates to clarify logs | ||||
* | Version 5.0.4 RC1 (#5859)v5.0.4 | Dan Finlay | 2018-11-30 | 1 | -2/+2 |
| | |||||
* | transactions/tx-gas-utils - add the acctual response for eth_getCode for ↵ | Frankie | 2018-11-30 | 1 | -0/+9 |
| | | | | NO_CONTRACT_ERROR's && add a debug object to simulationFailed (#5840) | ||||
* | Merge pull request #5848 from MetaMask/Less-Certain-Language | Whymarrh Whitby | 2018-11-29 | 1 | -1/+1 |
|\ | | | | | Soften accusatory language on phishing warning | ||||
| * | Soften accusatory language on phishing warning | Dan Finlay | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | We don't always know for sure that sites marked as phishers are defiitely scams, and so we should avoid language that makes concrete accusations. | ||||
* | | Open full-screen UI on install | Whymarrh Whitby | 2018-11-27 | 1 | -5/+4 |
| | | |||||
* | | Revert "Don't open MetaMask website after install" | Whymarrh Whitby | 2018-11-27 | 1 | -0/+9 |
|/ | |||||
* | Autofill gasPrice for retry attempts with either the recommended gasprice or ↵ | Frankie | 2018-11-27 | 1 | -0/+9 |
| | | | | | | | | a %10 bump (#5786) * transactions - autofill gasPrice for retry attempts with either the recomened gasprice or a %10 bump * lint | ||||
* | transactions - ensure err is defined when setting tx failed (#5801) | Frankie | 2018-11-27 | 1 | -4/+6 |
| | |||||
* | Merge pull request #5792 from MetaMask/signed-type-data-error-hw-wallet | Bruno Barbieri | 2018-11-27 | 1 | -9/+16 |
|\ | | | | | Consider HW Wallets for signTypedMessage | ||||
| * | 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 |
| | | |||||
* | | Show Connect Requests count in extension badge | Whymarrh Whitby | 2018-11-26 | 1 | -1/+3 |
| | | |||||
* | | Use initState to avoid type-checking providerRequests in state | Whymarrh Whitby | 2018-11-26 | 1 | -3/+5 |
| | | |||||
* | | Increase Token Symbol length to twelve | Thomas Huang | 2018-11-23 | 20 | -42/+42 |
| | | |||||
* | | Merge pull request #5797 from MetaMask/trezor-v6 | Bruno Barbieri | 2018-11-22 | 5 | -1/+121 |
|\ \ | | | | | | | Add Firefox and Brave support for Trezor | ||||
| * | | trezor v6 | brunobar79 | 2018-11-21 | 1 | -2/+2 |
| | | | |||||
| * | | fix merge conflicts | brunobar79 | 2018-11-21 | 15 | -24/+97 |
| |\ \ | |||||
| * \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-11-15 | 3 | -2/+22 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-11-15 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'develop' into trezor-v5 | brunobar79 | 2018-11-14 | 16 | -418/+1816 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-11-07 | 49 | -1798/+3537 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-10-21 | 10 | -55/+1373 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | fix conflicts | brunobar79 | 2018-10-17 | 50 | -1813/+4512 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-09-06 | 15 | -160/+941 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add port names blacklist | brunobar79 | 2018-08-23 | 1 | -0/+8 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | handle onDisconnect | brunobar79 | 2018-08-23 | 1 | -0/+4 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-23 | 9 | -281/+5 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-08-22 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | fix merge conflicts | brunobar79 | 2018-08-21 | 45 | -493/+856 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | undo permission change | brunobar79 | 2018-08-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fixes | brunobar79 | 2018-08-10 | 3 | -6773/+37 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | use new connect.js file | brunobar79 | 2018-08-10 | 1 | -9468/+1240 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 | brunobar79 | 2018-08-10 | 5 | -10/+10 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-09 | 6 | -18/+125 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | clean up | brunobar79 | 2018-08-05 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | trezor v5 working on firefox | brunobar79 | 2018-08-05 | 5 | -1/+15078 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge pull request #5334 from whymarrh/ui-switch | Whymarrh Whitby | 2018-11-22 | 24 | -162/+103 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | Default to the new UI for first time users | ||||
| * | | | | | | | | | | | | | | Remove "Beta" from welcome messages | Whymarrh Whitby | 2018-11-21 | 20 | -33/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More sed magic: sed -i.bak 's/MetaMask Beta/MetaMask/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete sed -i.bak 's/"welcomeBeta"/"welcome"/' app/_locales/**/messages.json && \ find app/_locales -name '*.bak' -delete | ||||
| * | | | | | | | | | | | | | | Don't announce new UI to users switching back | Whymarrh Whitby | 2018-11-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Remove "Beta" from header logo | Whymarrh Whitby | 2018-11-21 | 2 | -115/+62 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Default to the new UI for first time users | Whymarrh Whitby | 2018-11-21 | 2 | -14/+7 |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||||
* / | | | | | | | | | | | | | Version 5.0.3 (#5785) | Dan Finlay | 2018-11-21 | 1 | -1/+1 |
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Version 5.0.3 Includes a fix to the `version:bump` script that now correctly updates the changelog header. * Include inpage provider events | ||||
* | | | | | | | | | | | | | 1102: Push publicConfigStore to next turn to avoid race conditiono (#5777) | Paul Bouchon | 2018-11-18 | 1 | -2/+6 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Auto fail transactions that have been approved for over 12 hours (#5765) | Dan Finlay | 2018-11-17 | 3 | -0/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Auto fail transactions that have been approved for over 12 hours Converts txs using a migration. This migration uses a new helper function that generates tx-failing migrations, and only requires a version, error message, and condition to run on each transaction. * Linted * Only migrate approved txs to failed * Cleanup * Cleanup * Small lint fixes | ||||
* | | | | | | | | | | | | | ESLint fixes (#5775) | Whymarrh Whitby | 2018-11-17 | 9 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eslint . --fix * Upgrade all ESLint warnings to errors | ||||
* | | | | | | | | | | | | | Tx controller now uses safe event emitter (#5769) | Frankie | 2018-11-17 | 3 | -3/+3 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * transactions - use safe-event-emitter over events * tests - pass a platform object on init with a noop showTransactionNotification * test - fix for tx-state-history-helper trying to reduce an empty array * deps - safe-event-emitter * lint | ||||
* | | | | | | | | | | | | Resubmit approved transactions on new block (#5752) | Dan Finlay | 2018-11-15 | 3 | -2/+22 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add beginning of test * Resubmit approved transactions on new block May fix #4343 and related issues, where an error could leave transactions stranded in the approved state. * Remove unused test * Re-approve transactions when retrying approved * Add retry approved test * Include approved in pending tx count * Fix getPendingTxs() * Linted * Only throw hash error in submitted state * Only check submitted txs for block inclusion * Fix test expectations | ||||
* | | | | | | | | | | | 1102: use meta title if it exists before title | Paul Bouchon | 2018-11-15 | 1 | -0/+5 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Update Balanc3 API (#5744) | Paul Bouchon | 2018-11-14 | 2 | -23/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update balanc3 API used in TokenRatesController * Remove demo URL and use nativeCurrency when fetching token rates | ||||
* | | | | | | | | | | Fixes #3425: Better support for batch transactions (#5437) | PaddyMc | 2018-11-14 | 4 | -0/+30 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Slovenian and slovak fixes (#5730) | Filip Š | 2018-11-13 | 3 | -330/+1703 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix Slovenian translation * Add Slovak translation | ||||
* | | | | | | | | | | Version 5.0.2v5 | Dan Finlay | 2018-11-10 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | EIP-1102: Update publicConfig store concurrently with approval | Paul Bouchon | 2018-11-10 | 3 | -33/+29 |
| | | | | | | | | | | |||||
* | | | | | | | | | | 1102: Fix inpage listener syntax (#5708) (#5709) | Noah I | 2018-11-09 | 1 | -2/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Version 5.0.1 (#5694) | Dan Finlay | 2018-11-08 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5547 from MetaMask/front-ends-deps-gulp-bundle | Dan J Miller | 2018-11-08 | 3 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Bundle some ui dependencies separately to limit the build size of ui.js | ||||
| * | | | | | | | | | | Bundle some ui dependencies separately to limit the build size of ui.js | Dan Miller | 2018-11-01 | 3 | -0/+3 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Cleanup | bitpshr | 2018-11-08 | 1 | -18/+10 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | 1102: use postMessage instead of injected scripts to bypass CSP | bitpshr | 2018-11-08 | 1 | -17/+13 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | wip | bitpshr | 2018-11-08 | 2 | -24/+39 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Fix lint errors | bitpshr | 2018-11-07 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Remove injected script tags after use | bitpshr | 2018-11-07 | 1 | -0/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Clear cached approval after rejection | bitpshr | 2018-11-07 | 2 | -8/+11 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Version 5.0.0 (#5685) | Dan Finlay | 2018-11-07 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Move experimental provider augmentation | bitpshr | 2018-11-06 | 1 | -13/+13 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Add experimental RPC method support | bitpshr | 2018-11-06 | 3 | -6/+20 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Update Connect Request screen design (#5644) | Whymarrh Whitby | 2018-11-06 | 5 | -24/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Parameterize NetworkDisplay background colour * Update design for login request screen * Pass siteTitle, siteImage through for calls to ethereum.enable() * Bring the site images closer together | ||||
* | | | | | | | | | | Do not modify isApproved when locked | bitpshr | 2018-11-06 | 1 | -2/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Mark origins as unapproved if user explicitly locks MetaMask | bitpshr | 2018-11-06 | 2 | -3/+5 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Enable caching | Paul Bouchon | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | isApproved should return false | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Remove internal listeners | bitpshr | 2018-11-06 | 1 | -6/+15 |
| | | | | | | | | | | |||||
* | | | | | | | | | | rebase | bitpshr | 2018-11-06 | 1 | -3/+3 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Disable approval caching | bitpshr | 2018-11-06 | 4 | -6/+34 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Differentiate locked and enabled | bitpshr | 2018-11-06 | 4 | -27/+10 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Code bath | bitpshr | 2018-11-06 | 4 | -33/+49 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Handle logout gracefully | bitpshr | 2018-11-06 | 4 | -25/+42 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fix lint issues | bitpshr | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Only filter selectedAddress from publicConfig store | bitpshr | 2018-11-06 | 1 | -6/+10 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fix race condition with publicConfigStore | bitpshr | 2018-11-06 | 1 | -5/+24 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Move convenience methods to _metamask namespace | bitpshr | 2018-11-06 | 1 | -28/+55 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Fix lint issues | bitpshr | 2018-11-06 | 1 | -1/+3 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Add isUnlocked provider hook | bitpshr | 2018-11-06 | 4 | -3/+29 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Differentiate isEnabled and isApproved hook | bitpshr | 2018-11-06 | 1 | -3/+12 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Update isEnabled check | bitpshr | 2018-11-06 | 1 | -1/+3 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Remove duplicate i18n keys | bitpshr | 2018-11-06 | 2 | -9/+0 |
| | | | | | | | | | | |||||
* | | | | | | | | | | EIP-1102: add user privacy option | bitpshr | 2018-11-06 | 24 | -53/+188 |
| | | | | | | | | | | |||||
* | | | | | | | | | | EIP-1102: add isEnabled convenience method to provider | bitpshr | 2018-11-06 | 3 | -9/+53 |
| | | | | | | | | | | |||||
* | | | | | | | | | | EIP-1102: Add option to force-enable provider | bitpshr | 2018-11-06 | 24 | -784/+537 |
| | | | | | | | | | | |||||
* | | | | | | | | | | EIP-1102: updated implementation | bitpshr | 2018-11-06 | 27 | -28/+784 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Version 4.17.1 | Dan Finlay | 2018-11-06 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | network - infura - hardcode net_version and eth_chainId (#5670) | kumavis | 2018-11-06 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * network - infura - hardcode net_version and eth_chainId * network - infura - add rinkeby handling * lint fix | ||||
* | | | | | | | | | | Update watchAsset ERC20 validation (#5653) | Esteban Miño | 2018-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update ERC20 token valodation for watchAsset * update ERC20 validation test descriptions | ||||
* | | | | | | | | | | Merge pull request #5659 from MetaMask/token-rates-bugfix | kumavis | 2018-11-04 | 1 | -4/+7 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | token-rates - protect against bad token data | ||||
| * | | | | | | | | | | token-rates - protect against bad token data | kumavis | 2018-11-03 | 1 | -4/+7 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Revert "support eth_chainId" | Thomas Huang | 2018-11-04 | 1 | -14/+4 |
|/ / / / / / / / / / | |||||
* / / / / / / / / / | 4.17.0v4.17.0 | kumavis | 2018-11-02 | 1 | -1/+1 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #5560 from MetaMask/sentry-enhancements2 | kumavis | 2018-10-30 | 7 | -60/+112 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Sentry - various enhancements to help debugging (alternate) | ||||
| * \ \ \ \ \ \ \ \ | Merge branch 'sentry-enhancements2' of ↵ | kumavis | 2018-10-30 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | github.com:MetaMask/metamask-extension into sentry-enhancements2 | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'develop' into sentry-enhancements2 | kumavis | 2018-10-30 | 17 | -1526/+2289 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-30 | 18 | -1552/+2299 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2 | ||||
| * | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-21 | 2 | -28/+27 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sentry-enhancements2 | ||||
| * | | | | | | | | | | | | sentry - include app state in ui errors | kumavis | 2018-10-20 | 2 | -2/+18 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | sentry - replace raven-js with sentry/browser | kumavis | 2018-10-20 | 4 | -49/+39 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | blacklist + currency - report error via log instead of throw | kumavis | 2018-10-19 | 2 | -5/+12 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | lint fix | kumavis | 2018-10-19 | 2 | -3/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | fetch debugger - only append source stack if no stack is present | kumavis | 2018-10-19 | 1 | -4/+6 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | sentry - failed txs - namespace txMeta for better readability | kumavis | 2018-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | currency - throw errors on failure | kumavis | 2018-10-19 | 1 | -3/+17 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | blacklist - throw errors on request/parse failure | kumavis | 2018-10-19 | 1 | -4/+19 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | sentry - move isBrave decoration to insides of try-catch | kumavis | 2018-10-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #5567 from MetaMask/HowardBraham-develop | kumavis | 2018-10-30 | 2 | -9/+29 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | Feature: Warn when attempting to send tx with data to non-contract | ||||
| * | | | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-10-26 | 13 | -1383/+1467 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HowardBraham-develop | ||||
| * | | | | | | | | | | | | | tx-gas-util - set error message when invalidating tx based on tx data but no ↵ | kumavis | 2018-10-21 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contract code | ||||
| * | | | | | | | | | | | | | send tx - validate - simplify error message for attempting to call function ↵ | kumavis | 2018-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on non-contract address | ||||
| * | | | | | | | | | | | | | Merge branch 'develop' into develop | kumavis | 2018-10-21 | 34 | -1287/+3272 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | tx-gas-utils - improve format + comments | kumavis | 2018-10-10 | 1 | -12/+18 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | ganache-core merged my PR, so I changed some comments to clarify that ↵ | Howard Braham | 2018-10-10 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ganache-core v2.2.1 and below will return the non-standard '0x0' | ||||
| * | | | | | | | | | | | | | Bug Fix: #1789 and #4525 eth.getCode() with no contract | Howard Braham | 2018-10-10 | 2 | -7/+19 |
| | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge pull request #5596 from MetaMask/validateSignTypedData | kumavis | 2018-10-30 | 2 | -27/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | 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 | 2 | -28/+32 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #5552 from EthersocialNetwork/eth_chainid | kumavis | 2018-10-30 | 1 | -4/+14 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | network - check eth_chainId and fallback to net_version | ||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into eth_chainid | hackyminer | 2018-10-26 | 16 | -1439/+1635 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | Update network.js | kumavis | 2018-10-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | network - improve logging and type conversion | kumavis | 2018-10-21 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | support both eth_chainId and net_version | hackyminer | 2018-10-20 | 1 | -4/+11 |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get the real chainId using eth_chainId and use net_version as a fallback | ||||
* | | | | | | | | | | | | | | Merge pull request #5625 from filips123/develop | kumavis | 2018-10-30 | 1 | -105/+658 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n - Better Slovenian translation | ||||
| * | | | | | | | | | | | | | | Fix Slovenian translation | Filip Š | 2018-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Add Slovenian translation for EIP-1102 | Filip Š | 2018-10-27 | 1 | -0/+39 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fix Slovenian translation | Filip Š | 2018-10-27 | 1 | -105/+619 |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | |||||
* / | | | | | | | | | | | | | preferences - fix typo | kumavis | 2018-10-30 | 1 | -1/+1 |
|/ / / / / / / / / / / / / | |||||
* | / / / / / / / / / / / | Add support for RPC endpoints with custom chain IDs (#5134) | HackyMiner | 2018-10-26 | 5 | -35/+148 |
| |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Add Activity Log entry for onchain failures for a transaction. Change ↵ | Alexander Tseung | 2018-10-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scrolling of the transaction list. Remove Transaction Details modal. (#5581) | ||||
* | | | | | | | | | | | | Merge pull request #5576 from marijnbent/patch-1 | kumavis | 2018-10-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n - Updated Dutch translation for main network name | ||||
| * | | | | | | | | | | | | Updated translation for main network name | Marijn Bent | 2018-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current translation translates to 'most important Ethereum-network'. 'Main' is totally acceptable to use in Dutch. | ||||
* | | | | | | | | | | | | | i18n - update haitian translations (#5565) | kumavis | 2018-10-23 | 1 | -1235/+1310 |
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * addedd new keys and updated translations to Haitian Creole * changelog - add entry for hatian creole fix | ||||
* | | | | | | | | | | / | ens-ipfs - refactor for readability (#5568) | kumavis | 2018-10-21 | 8 | -125/+131 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ens-ipfs - refactor for readability * ens-ipfs - use official ipfs gateway for better performance * lint - remove unused code * ens-ipfs - support path and search * lint - gotta love that linter * ens-ipfs - improve loading page formatting * ens-ipfs - loading - redirect to 404 after 1 min timeout * ens-ipfs - destructure for cleaner code | ||||
* | | | | | | | | | | | Merge pull request #5555 from MetaMask/support-wallet-watch-asset | kumavis | 2018-10-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Support for prefix wallet_watchAsset | ||||
| * | | | | | | | | | | | add support for wallet_watchAsset | Esteban MIno | 2018-10-20 | 1 | -1/+1 |
| |/ / / / / / / / / / | |||||
* | | / / / / / / / / | i18n - use localized names in language selection | Brandon Wissmann | 2018-10-21 | 1 | -21/+21 |
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4250 (#5559) * Added localized names for languages * Capital letter for Čeština * capital letter Русский * i18n - use localized names in language selection * fix build * package-lock.json build fix | ||||
* | | | | | | | | | | specific add and remove methods for frequentRpcList (#5554) | Esteban Miño | 2018-10-20 | 2 | -28/+27 |
|/ / / / / / / / / | |||||
* | | | | | | | | | 4.16.0 | kumavis | 2018-10-18 | 1 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | inpage - increase provider max listeners to avoid warnings | kumavis | 2018-10-18 | 1 | -0/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | i18n - add polish (pl) | Bartek | 2018-10-18 | 2 | -0/+1214 |
| | | | | | | | | | |||||
* | | | | | | | | | 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 | 31 | -561/+1330 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | metamask controller - force account tracker to update balances on network change | kumavis | 2018-08-23 | 1 | -0/+4 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5536 from whymarrh/add-token-help | Whymarrh Whitby | 2018-10-18 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Add clarifying text to the "Add Token" button | ||||
| * | | | | | | | | | | Extract Add Token button into its own component | Whymarrh Whitby | 2018-10-18 | 1 | -0/+6 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #5522 from MetaMask/fetch-debugging | Whymarrh Whitby | 2018-10-18 | 2 | -0/+37 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | debugging - enable fetch debugging | ||||
| * | | | | | | | | | | enable fetch debugging | kumavis | 2018-10-15 | 2 | -0/+37 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Adds toggle for primary currency (#5421) | Alexander Tseung | 2018-10-17 | 4 | -1/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | | | | | | | | | | Fix wording of private key warning shown during export | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Update wording on export privkey modal | Whymarrh Whitby | 2018-10-17 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Fix document extension check when injecting web3 | Whymarrh Whitby | 2018-10-16 | 1 | -7/+12 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Improve Korean translations (#5515) | Noel Yoo | 2018-10-16 | 1 | -7/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add more korean translation * Improve korean translation | ||||
* | | | | | | | | | | Fixed wrong Spanish translation of `key` (#5517) | Pedro Gutiérrez | 2018-10-16 | 1 | -7/+7 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Add txReceipt data to transaction details (#5513) | Alexander Tseung | 2018-10-16 | 3 | -1/+42 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Update Italian translations (#5502) | matteopey | 2018-10-16 | 1 | -5/+480 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new english messages * Update translation * Update changelog * Fix casing of MetaMask | ||||
* | | | | | | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into develop | kumavis | 2018-10-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Version 4.13.0v4.13.0 | Dan Finlay | 2018-09-28 | 1 | -2/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Correct 4.14.0 version | Dan Finlay | 2018-10-12 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5505 from MetaMask/Version-4.14.0 | Thomas Huang | 2018-10-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Version 4.14.0 | ||||
| * | | | | | | | | | | Version 4.14.0v4.14.0 | Dan Finlay | 2018-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Fix en, ko locales (#5483) | Noel Yoo | 2018-10-11 | 2 | -49/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix en typo * Fix ko typo * Remove unnecessary space * Fix ko typo * Improve translation in ko | ||||
* | | | | | | | | | | | Ensure that new transactions added are using the selected address | Whymarrh Whitby | 2018-10-11 | 1 | -0/+4 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Revert "transactions - add txReceipt to the txMeta body for confirmed txs ↵ | Whymarrh Whitby | 2018-10-11 | 1 | -23/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#5375)" This reverts commit ff67293a8ef61308d602d09f26b163b9b9ec90d3. | ||||
* | | | | | | | | | | | Merge pull request #5480 from noelyoo/typo | kumavis | 2018-10-10 | 2 | -236/+236 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Alphabetize locales keys | ||||
| * | | | | | | | | | | | Alphabetize ko locale json keys | noelyoo | 2018-10-10 | 1 | -224/+224 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Alphabetize en locale json keys | noelyoo | 2018-10-10 | 1 | -12/+12 |
| |/ / / / / / / / / / | |||||
* / / / / / / / / / / | transactions - add txReceipt to the txMeta body for confirmed txs (#5375) | Frankie | 2018-10-10 | 1 | -1/+23 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Fix formatting of locale files (#5479) | Noel Yoo | 2018-10-10 | 15 | -956/+956 |
| | | | | | | | | | | |||||
* | | | | | | | | | | tests - integration - Add Drizzle tests (#5467) | Bruno Barbieri | 2018-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added drizzle app for testing * working * clean up * clean up script * make build step required * add drizzle-tests to .eslintignore * clean up drizzle run script * lint * use truffle unbox * undo eslintignore changes * revert change * dont use global * dont need this steps * use the new account flow * restore package-lock.json | ||||
* | | | | | | | | | | i18n - fr - improvements | Vincent | 2018-10-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding * translated 2 missing french locale words and also remove a caps * Update messages.json * Update messages.json | ||||
* | | | | | | | | | | Added account options on home screen | Santiago Gonzalez Toral | 2018-10-10 | 5 | -0/+64 |
| |_|_|/ / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Fix Korean typos (#5472) | Noel Yoo | 2018-10-10 | 1 | -7/+7 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #5458 from MetaMask/provider-subs | Bruno Barbieri | 2018-10-10 | 5 | -15/+36 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Feature: Subscription support | ||||
| * | | | | | | | | | workaround - fix for drizzle | kumavis | 2018-10-09 | 1 | -2/+11 |
| | | | | | | | | | | |||||
| * | | | | | | | | | provider - network - restore block-ref-rewrite middleware references | kumavis | 2018-10-09 | 2 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | provider - enable subscription support (newHeads, logs) | kumavis | 2018-10-08 | 2 | -9/+21 |
| | | | | | | | | | | |||||
* | | | | | | | | | | 100% French locale, reordering of English locale, fixes #5457 (#5470) | Vincent | 2018-10-09 | 2 | -123/+802 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * french locales: fix typos and improve wording * french locales: more fixes and rewording * fixed typo * fixed typo * added missing translations * fixed alphabetical order * fixed alphabetical order * added missing translations for FR * fixed verify-locale-strings.js * fixed indentation * fixed indentation * updated french locale * updated changelog with changes logs * a few fixes after receiving comments, mostly Caps removing and adding | ||||
* | | | | | | | | | | Refactor buffer constructor (#5468) | Noel Yoo | 2018-10-09 | 2 | -2/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Added webRequest.RequestFilter to filter main_frame .eth requests | Eduardo Antuña Díez | 2018-10-09 | 1 | -1/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'develop' into update-balance-on-unlock | Dan Finlay | 2018-10-06 | 2 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix updating of pending transactions | Dan Finlay | 2018-10-06 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #5432 from alextsg/i5362-fix-translate | Dan Finlay | 2018-10-06 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Translate method names in the transaction list only when applicable | ||||
| * | | | | | | | | | | Translate method names in the transaction list only when applicable | Alexander Tseung | 2018-10-05 | 1 | -0/+3 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #5427 from alextsg/i5371-update-cancel-copy | Alexander Tseung | 2018-10-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update "cancel" copy | ||||
| * | | | | | | | | | | | Update "cancel" copy | Alexander Tseung | 2018-10-05 | 1 | -1/+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 | ||||
* | | | | | | | | | | Merge pull request #5412 from whymarrh/after-install-steps | Whymarrh Whitby | 2018-10-04 | 1 | -9/+0 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Don't open MetaMask website after install | ||||
| * | | | | | | | | | | Don't open metamask.io after install anymore | Whymarrh Whitby | 2018-10-02 | 1 | -9/+0 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Remove "Copy Contract Address" from token options | Whymarrh Whitby | 2018-10-04 | 4 | -14/+2 |
| |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Style links on phishing page with an underline | Whymarrh Whitby | 2018-10-02 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Style links on phishing page with cursor: pointer; | Whymarrh Whitby | 2018-10-02 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Hook MetaMaskController up with phishing detection page | Whymarrh Whitby | 2018-10-02 | 2 | -2/+60 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Add domain whitelist method to MetaMaskController | Whymarrh Whitby | 2018-10-02 | 1 | -0/+11 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Add ability to whitelist a blacklisted domain at runtime | Whymarrh Whitby | 2018-10-02 | 1 | -0/+22 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Update title and copy of phishing warning page | Whymarrh Whitby | 2018-10-02 | 1 | -2/+6 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Reword batch reject confirm as "Reject All" | Whymarrh Whitby | 2018-10-02 | 1 | -0/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Confirm rejecting multiple transactions with modal | Whymarrh Whitby | 2018-10-02 | 1 | -0/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | s/Cancel/Reject/ on confirm screen for clarity | Whymarrh Whitby | 2018-10-02 | 1 | -0/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Add "Cancel All" button to confirm footer | Whymarrh Whitby | 2018-10-02 | 1 | -0/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | support editable customRPC (#5267) | HackyMiner | 2018-09-29 | 2 | -7/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support editable customRPC #5246 * remove rpcList size restriction | ||||
* | | | | | | | | | Merge pull request #5271 from farahbrunache/develop | kumavis | 2018-09-28 | 2 | -0/+1241 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | Added Haitian Creole translations | ||||
| * | | | | | | | | i18n - ht - fix json formatting | kumavis | 2018-09-28 | 1 | -4/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | i18n - index - fix whitespace | kumavis | 2018-09-28 | 1 | -21/+21 |
| | | | | | | | | | |||||
| * | | | | | | | | fixed quotes in line 749 | Farah Brunache | 2018-09-21 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | fixed some grammatical errors | Farah Brunache | 2018-09-17 | 1 | -15/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | added Haitian Creole translations | Farah Brunache | 2018-09-16 | 2 | -20/+1266 |
| | | | | | | | | | |||||
* | | | | | | | | | Version 4.12.0 | Dan Finlay | 2018-09-28 | 1 | -2/+2 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge remote-tracking branch 'origin/master' into Version-4.12.0 | Dan Finlay | 2018-09-28 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'master' into v4.11.1 | Bruno Barbieri | 2018-09-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Version 4.11.0 | Dan Finlay | 2018-09-22 | 1 | -2/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | bump to v4.11.1 | brunobar79 | 2018-09-25 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #5084 from MetaMask/ledger-support-without-provider | Dan Finlay | 2018-08-21 | 4 | -94/+84 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | Ledger support (in case of rollback) | ||||
* | | | | | | | | | | Update extension badge with correct signTypedData count | Whymarrh Whitby | 2018-09-27 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | fix tld bug (#5250) | Phyrex Tsai | 2018-09-27 | 1 | -0/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #5053 from hahnmichaelf/esdb-support | Thomas Huang | 2018-09-27 | 3 | -3/+9 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Link to ESDB in local phishing.html | ||||
| * | | | | | | | | | | additional lint-test fix | hahnmichaelf | 2018-08-14 | 1 | -1/+1 |
| | | | | | | | | | | |