Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | 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 | 2 | -5/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | legacy and new hd path working | brunobar79 | 2018-08-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | good progress adding paths | brunobar79 | 2018-08-14 | 1 | -8/+11 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | clean up | brunobar79 | 2018-08-12 | 4 | -43/+4 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | this should be ready to go | brunobar79 | 2018-08-12 | 2 | -323/+3 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | clean up | brunobar79 | 2018-08-12 | 1 | -45/+36 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | message signing works | brunobar79 | 2018-08-12 | 2 | -6/+18 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | working | brunobar79 | 2018-08-12 | 2 | -24/+14 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | tx signature is valid | brunobar79 | 2018-08-12 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | tx signing should work | brunobar79 | 2018-08-12 | 1 | -10/+39 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | rename keyring | brunobar79 | 2018-08-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | able to add accounts | brunobar79 | 2018-08-11 | 2 | -37/+104 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | iframe communication working | brunobar79 | 2018-08-11 | 5 | -46/+208 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | refactor to support multiple hw wallets | brunobar79 | 2018-08-11 | 2 | -75/+160 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4897 from MetaMask/qr-code-scan | Bruno Barbieri | 2018-08-11 | 4 | -2/+47 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | QR Code Scanner | |||||
| | * | | | | | | | | | | | code review changes | brunobar79 | 2018-08-08 | 2 | -0/+40 | |
| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-08-08 | 5 | -18/+122 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | send to fullscreen if no permission from popup | brunobar79 | 2018-07-31 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | use existing modals | brunobar79 | 2018-07-31 | 1 | -1/+1 | |
| | | |_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #5020 from MetaMask/FixMigration28v4.9.2v4.9.1 | Dan Finlay | 2018-08-10 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes migration 28 | |||||
| | * | | | | | | | | | | | | fix migration 28 | Esteban MIno | 2018-08-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | sentry - change releaseVersion to release | Jenny Pollack | 2018-08-10 | 2 | -4/+4 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Avoid overwriting a domain that can be resolved by DNS | Eduardo Antuña Díez | 2018-08-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it. changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve. | |||||
| * | | | | | | | | | | | | Fixed ENS to IPFS functionality in Firefox | Eduardo Antuña Díez | 2018-08-09 | 1 | -1/+1 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | `tabs.getSelected` is deprecated and it doesn't work in firefox replaced by `tabs.query({active: true}` | |||||
* | | | | | | | | | | | | delete according image when token added with watchToken deleted | Esteban MIno | 2018-08-17 | 1 | -13/+14 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | correct behavior when notification is closed when popup | Esteban MIno | 2018-08-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | show watch asset image from hide token modal | Esteban MIno | 2018-08-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | change watchAsset to new spec for type ERC20 | Esteban MIno | 2018-08-16 | 1 | -15/+27 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | add suggested tokens objects in metamask state | Esteban MIno | 2018-08-16 | 1 | -6/+16 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | watchToken to watchAsset | Esteban MIno | 2018-08-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | add support for images base64 and urls on new ui | Esteban MIno | 2018-08-15 | 1 | -6/+7 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | update method to metamask_watchToken | Esteban MIno | 2018-08-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | refactor unused code | Esteban MIno | 2018-08-08 | 1 | -2/+4 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | fix merge | Esteban MIno | 2018-08-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'develop' into WatchTokenFeature | Esteban Miño | 2018-08-08 | 5 | -18/+122 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'develop' into TokensPerAccountBasis | Esteban MIno | 2018-08-08 | 1 | -0/+5 | |
| |\| | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix doc tag | Esteban MIno | 2018-08-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | tokens related functions refactor | Esteban MIno | 2018-08-01 | 1 | -15/+22 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix undefined for tokens on tests | Esteban MIno | 2018-08-01 | 1 | -1/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | improve comments | Esteban MIno | 2018-07-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix double state update when account changed | Esteban MIno | 2018-07-31 | 1 | -5/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | create tokens storage when setadresses | Esteban MIno | 2018-07-31 | 1 | -2/+4 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | isolation of tokens related methods in preferences | Esteban MIno | 2018-07-31 | 1 | -43/+42 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | passing tokens to all accounts in migration | Esteban MIno | 2018-07-30 | 1 | -3/+6 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix migration for preferences controller tokens | Esteban MIno | 2018-07-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'develop' into TokensPerAccountBasis | Esteban Miño | 2018-07-28 | 3 | -9/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | refactor to accountTokens | Esteban MIno | 2018-07-28 | 2 | -54/+48 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | migration for preferences controller tokens | Esteban MIno | 2018-07-28 | 2 | -0/+38 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | add & delete tokens per network | Esteban MIno | 2018-07-27 | 1 | -10/+8 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | tokens per network for individual account | Esteban MIno | 2018-07-27 | 2 | -15/+52 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | preferences test fixes for tokens per account | Esteban MIno | 2018-07-26 | 1 | -9/+16 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | add & delete tokens per account | Esteban MIno | 2018-07-26 | 2 | -8/+27 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | add suggested token params validation | Esteban MIno | 2018-08-07 | 1 | -4/+25 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | eth_watchToken working | Esteban MIno | 2018-08-04 | 2 | -0/+8 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | rpc-engine not crashing when eth_watchToken | Esteban MIno | 2018-08-04 | 1 | -5/+4 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | merge develop | Esteban MIno | 2018-08-04 | 41 | -89/+644 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4905 from MetaMask/eip-712-deprecation | Dan Finlay | 2018-07-28 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | EIP-712: deprecation message | |||||
| | * | | | | | | | | | | | Add deprecation message for eth_signTypedData | bitpshr | 2018-07-28 | 1 | -0/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | add phishing html page, and redirect to bundled page in-window | Kelvin Tan | 2018-07-27 | 1 | -2/+3 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #4871 from MetaMask/3519-new-contract-gas | Frankie | 2018-07-26 | 1 | -7/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | tx-gas-utils - catch all errors from gas estimation | |||||
| | * | | | | | | | | | | tx-gas-utils - catch all errors from gas estimation | Jenny Pollack | 2018-07-25 | 1 | -7/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | migrations - fix to include 27 | frankiebee | 2018-07-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4825 from MetaMask/no-inject-ani-gamer | William Morriss | 2018-07-25 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | Do not inject on ani.gamer.com.tw | |||||
| | * | | | | | | | | | | Merge branch 'develop' into no-inject-ani-gamer | Kevin Serrano | 2018-07-25 | 11 | -45/+442 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Do not inject on ani.gamer.com.tw | Dan Finlay | 2018-07-19 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4799 | |||||
| * | | | | | | | | | | | | network.js: convert rpc protocol to lower case (#4855) | pinkiebell | 2018-07-25 | 1 | -0/+3 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes #4253 | |||||
| * | | | | | | | | | | | Remove unneeded code from i4829-close-notifications-from-ui branch. | Dan Miller | 2018-07-25 | 2 | -2/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Uncomment closePopupIfOpen code. | Dan Miller | 2018-07-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | UI confirm screen closes confirmation window on submit or cancel of a tx | Dan Miller | 2018-07-24 | 2 | -4/+10 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | run linter | brunobar79 | 2018-07-22 | 2 | -2/+2 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | fix merge | Esteban MIno | 2018-07-21 | 1 | -1/+0 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'develop' into detectTokenFeature | Esteban Miño | 2018-07-21 | 17 | -27/+435 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'develop' into transaction-notifications | Csaba S | 2018-07-21 | 5 | -4/+314 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Auto-detect tokens #3034 (#4683) | Esteban Miño | 2018-07-21 | 2 | -1/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
| | | * | | | | | | | | | | Merge pull request #4625 from MetaMask/initial-trezor-support | Bruno Barbieri | 2018-07-20 | 4 | -3/+180 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initial trezor support | |||||
| | | | * | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-14 | 2 | -13/+1 | |
| | | | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial-trezor-support | |||||
| | | | * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | brunobar79 | 2018-07-13 | 3 | -1/+43 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | initial-trezor-support | |||||
| | | | * | | | | | | | | | | | 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 | 2 | -1/+39 | |
| | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | 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 | 6 | -0/+120 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-04 | 1 | -4/+4 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-07-04 | 26 | -50/+50 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | allow to open specific route in fullscreen mode | brunobar79 | 2018-07-03 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | fix environment detection regex | brunobar79 | 2018-07-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | fix merge conflicts | brunobar79 | 2018-07-02 | 12 | -59/+162 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|/ | | | | | |/| | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | fixes | brunobar79 | 2018-06-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | clean up | Bruno | 2018-06-13 | 1 | -16/+19 | |
| | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | fix merge conflicts | Bruno | 2018-06-13 | 6 | -104/+65 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | | move TrezorKeyring to its own package | Bruno | 2018-06-13 | 3 | -1379/+3 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | added support for signPersonalMessage | Bruno | 2018-06-13 | 1 | -28/+45 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | clean up | Bruno | 2018-06-11 | 1 | -92/+21 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | sign transactions is pretty close | Bruno | 2018-06-11 | 1 | -49/+77 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | balances working | Bruno | 2018-06-11 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | add account working | Bruno | 2018-06-11 | 2 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | clean up | Bruno | 2018-06-11 | 2 | -8/+15 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | initial trezor support | Bruno | 2018-06-10 | 3 | -1/+1455 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | remove dropped handler | Csaba Solya | 2018-07-21 | 2 | -11/+1 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | add notifications | Csaba Solya | 2018-07-20 | 4 | -30/+71 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | initial test | Csaba Solya | 2018-07-20 | 2 | -0/+30 | |
| | |/ / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | Merge pull request #4656 from MetaMask/portal-metamask-ens-test | Dan Finlay | 2018-07-20 | 3 | -36/+45 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for .test ENS domains | |||||
| | | * | | | | | | | | | | | | | | | Update variable name | bitpshr | 2018-07-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | Updates for linting | bitpshr | 2018-07-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | Updates | bitpshr | 2018-07-19 | 1 | -33/+37 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | Add support for .test Ropsten ENS domains | bitpshr | 2018-07-19 | 2 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Merge pull request #4833 from MetaMask/brave-flag-sentry | Jenny Pollack | 2018-07-19 | 2 | -4/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | sentry - add detection for Brave Browser | |||||
| | | * | | | | | | | | | | | | | | | remove local tests | Jenny Pollack | 2018-07-19 | 2 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | sentry - add detection for Brave Browser | Jenny Pollack | 2018-07-19 | 2 | -4/+11 | |
| | | | |_|_|_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | ||||||
| | * / | | | | | | | | | | | | | | Do not inject on blueskybooking.com | Dan Finlay | 2018-07-17 | 1 | -0/+1 | |
| | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Per zendesk 2312. | |||||
| | * | | | | | | | | | | | | | | Add harbourair.com to injection block list | Dan Finlay | 2018-07-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This site was getting unexpected results when MetaMask was installed. https://consensys.zendesk.com/agent/tickets/2312 | |||||
| | * | | | | | | | | | | | | | | Merge pull request #4669 from MetaMask/removeNonceTrackerFunction | Thomas Huang | 2018-07-13 | 1 | -13/+0 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | | | Remove unsued nonce tracker function | |||||
| | | * | | | | | | | | | | | | | Merge branch 'develop' into removeNonceTrackerFunction | Thomas | 2018-07-11 | 32 | -57/+176 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Remove unsued nonce tracker function | tmashuang | 2018-06-26 | 1 | -13/+0 | |
| | | | |_|_|/ / / / / / / / / | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge pull request #4691 from MetaMask/i4404-confirm-refactor | Alexander Tseung | 2018-07-12 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor and redesign confirm transaction views | |||||
| | | * | | | | | | | | | | | | | Various fixes from PR comments | Alexander Tseung | 2018-07-07 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Use eth-method-registry to get method data | Alexander Tseung | 2018-07-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Display newest transaction | Alexander Tseung | 2018-07-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | Refactor and redesign confirm transaction views | Alexander Tseung | 2018-07-07 | 2 | -13/+12 | |
| | | | |/ / / / / / / / / / / | | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge branch 'develop' of https://github.com/MetaMask/metamask-extension ↵ | frankiebee | 2018-07-11 | 32 | -57/+176 | |
| | |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into i#3896 | |||||
| | | * | | | | | | | | | | | | 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 lint errors | brunobar79 | 2018-07-04 | 4 | -8/+7 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into HEAD | brunobar79 | 2018-07-04 | 38 | -137/+461 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / | | | | |/| | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | Conditionally use Promise-based extension API when creating windows | bitpshr | 2018-07-04 | 1 | -4/+4 | |
| | | | | |_|_|/ / / / / / / | | | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Update to support pathnames on IPFS hash | PhyrexTsai | 2018-06-29 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As @Georgi87 mentioned about pathnames on the domain like `http://phyrextsai.eth/home` will pass to IPFS hash and append `/home` on redirection url. You can try the example below: http://phyrextsai.eth/index.html http://phyrextsai.eth/images/phyrex.jpg | |||||
| | | * | | | | | | | | | | | Merge branch 'develop' into portal-metamask | PhyrexTsai | 2018-06-01 | 6 | -35/+78 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | Update ipfs to infura | Yung chieh Tsai | 2018-06-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Update default provider | Yung chieh Tsai | 2018-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Update lib | Yung chieh Tsai | 2018-05-29 | 2 | -22/+46 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Rename files | Yung chieh Tsai | 2018-05-29 | 4 | -60/+57 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Intergrate ENS with IPFS | MikeCheng1208 | 2018-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | setTimeout bug fix | MikeCheng1208 | 2018-05-29 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | Intergrate ENS with IPFS | MikeCheng1208 | 2018-05-29 | 5 | -0/+92 | |
| | | | |_|_|_|_|_|_|/ / / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | trandsactions - remove rejected transactions from history | frankiebee | 2018-06-26 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | migration 27 - remove rejected transactions from state | frankiebee | 2018-06-26 | 1 | -0/+35 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix detection on submit password | Esteban MIno | 2018-07-21 | 2 | -8/+10 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | keyring unlocked detect and unit tests | Esteban MIno | 2018-07-20 | 2 | -19/+25 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | detect tokens when submit password and new account selected | Esteban MIno | 2018-07-20 | 1 | -13/+39 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | detect tokens through infura | Esteban MIno | 2018-07-13 | 2 | -22/+25 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | improve tests | Esteban MIno | 2018-07-12 | 2 | -17/+14 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'develop' into detectTokenFeature | Esteban MIno | 2018-07-04 | 27 | -53/+52 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | eslint --fix . | brunobar79 | 2018-07-03 | 27 | -53/+52 | |
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | passtest-lint | Esteban MIno | 2018-07-04 | 1 | -6/+0 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | tests for spec | Esteban MIno | 2018-06-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | network store to detect token | Esteban MIno | 2018-06-28 | 2 | -9/+11 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | detect tokens polling | Esteban MIno | 2018-06-28 | 2 | -0/+105 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #4592 from vittominacori/fix/close-popup-bug-#4553 | Thomas Huang | 2018-06-21 | 1 | -2/+4 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | set an id to the metamask notification popup | |||||
| | * | | | | | | | | | | set the popup id returned by create promise | vittominacori | 2018-06-18 | 1 | -3/+4 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | set an id to the metamask notification popup | vittominacori | 2018-06-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Improved rpc-engine usage | Dan Finlay | 2018-06-19 | 1 | -5/+1 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Get popup appearing when suggesting new token | Dan Finlay | 2018-06-19 | 2 | -1/+4 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Begin letting UI show suggested tokens | Dan Finlay | 2018-06-19 | 1 | -6/+24 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Begin adding eth_watchToken | Dan Finlay | 2018-06-19 | 3 | -0/+28 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | notice controller - properly show new notices for non-new users | kumavis | 2018-06-19 | 1 | -3/+6 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #4586 from MetaMask/block-idex-phisher | kumavis | 2018-06-19 | 3 | -15/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add apparent phishing address to block list | |||||
| * | | | | | | | | | | | lint - fix recipient-blacklist.js | kumavis | 2018-06-16 | 1 | -13/+13 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | blacklist - recipient blacklist as js for inline comments | kumavis | 2018-06-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Update recipient-blacklist-config.json | kumavis | 2018-06-16 | 1 | -0/+2 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add apparent phishing address to block list | Dan Finlay | 2018-06-15 | 1 | -0/+1 | |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | In [this reddit post](https://www.reddit.com/r/Metamask/comments/8r3nsu/help_me_please_somebody_stole_my_ethers/) a user suggests they got some ether stolen after visiting IDEX. Their ether was sent to [this address](https://etherscan.io/address/0x9bcb0a9d99d815bb87ee3191b1399b1bcc46dc77), which is full of comments of people telling similar stories of being phished on IDEX. I think we can safely block this, and probably safe some people some money. | |||||
* / / / / / / / / / / | Re-enable dapp reload on network change | Dan Finlay | 2018-06-15 | 2 | -0/+67 | |
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to give devs some time to digest [this blog post](https://medium.com/metamask/breaking-change-no-longer-reloading-pages-on-network-change-4a3e1fd2f5e7) before we making a breaking change to our platform. Makes it easy to re-implement the change. | |||||
* | | | | | | | | | | Merge branch 'develop' into save-brave | kumavis | 2018-06-15 | 10 | -144/+119 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | 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 | |
| | | |_|_|/ / / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4566 from MetaMask/notice-phishing | Dan Finlay | 2018-06-15 | 2 | -25/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Push new notice on recent phishing incidents | |||||
| | * | | | | | | | | | | notice-controller - update memStore on boot | kumavis | 2018-06-14 | 1 | -0/+1 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | test - e2e - check for phishing warning | kumavis | 2018-06-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | notices - replace getLatestNotice with getNextNotice | kumavis | 2018-06-14 | 2 | -24/+8 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | notices - notices collection is now manually edited | kumavis | 2018-06-14 | 1 | -1/+1 | |
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'develop' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-06-14 | 15 | -155/+255 | |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ValidateEmptyKey | |||||
| | * | | | | | | | | | | background - persistence pipeline - fix persistence bug | kumavis | 2018-06-14 | 2 | -6/+32 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Merge branch 'develop' into stop-reload-on-network-change | Erik Marks | 2018-06-13 | 5 | -46/+71 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | controllers - transaction - prefer log over console | kumavis | 2018-06-13 | 1 | -2/+2 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | metamask - ensure all nonce locks are released | kumavis | 2018-06-13 | 4 | -17/+18 | |
| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | nonce-tracker - wrap nonce calculations in try-catch and release lock on error | kumavis | 2018-06-13 | 1 | -22/+28 | |
| | | | |_|/ / / / / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | removed auto-reload.js, moved global web3 export to inpage.js | Erik Marks | 2018-06-13 | 2 | -43/+16 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | wip | Erik Marks | 2018-06-13 | 2 | -41/+22 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | account-import-strategies - ensure privateKey is prefixed before converting ↵ | kumavis | 2018-06-14 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to buffer | |||||
| * | | | | | | | | | | Make account import tests much more specific | Dan Finlay | 2018-06-12 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | However, they no longer seem to work. I'm unclear why this test is failing. The private key being provided should be valid. | |||||
| * | | | | | | | | | | Add validation for importing empty private key | Dan Finlay | 2018-06-06 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously importing an empty string would result in a new empty Keyring object to be constructed, with no notification to the user. Now we render a clear error explaining the mistake. | |||||
* | | | | | | | | | | | Handle brave throws | Dan Finlay | 2018-06-15 | 1 | -3/+11 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'develop' into save-brave | Jenny Pollack | 2018-06-08 | 7 | -7/+69 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #4523 from MetaMask/i4462-FixResetBug | Dan Finlay | 2018-06-08 | 2 | -6/+10 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | Fix bug where reset account would not work. | |||||
| | * | | | | | | | | | Fix bug where reset account would not work. | Dan Finlay | 2018-06-07 | 2 | -6/+10 | |
| | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -0/+1 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #4477 from MetaMask/i3073-block-gravityforms | kumavis | 2018-06-07 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | Block gravityforms.com from web3 injection | |||||
| | | * | | | | | | | Block gravityforms.com from web3 injection | Dan Finlay | 2018-06-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3073 | |||||
| * | | | | | | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-07 | 7 | -39/+133 | |
| |\| | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #4414 from scsaba/recipient-blacklist | kumavis | 2018-06-07 | 3 | -1/+43 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Disallow sending to ganache default accounts on main net | |||||
| | | * | | | | | | | | remove generating blocked accounts and use a config file instead | Csaba Solya | 2018-05-31 | 3 | -18/+20 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | fix documentation | Csaba Solya | 2018-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | adding tests for recipient blacklist checker | Csaba Solya | 2018-05-30 | 2 | -5/+5 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | adding transaction controller tests | Csaba Solya | 2018-05-30 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| | | * | | | | | | | | initial implementation | Csaba Solya | 2018-05-30 | 2 | -1/+41 | |
| | | | |_|_|/ / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Add account type assertion to PreferencesController#setAccountLabel | Whymarrh Whitby | 2018-06-06 | 1 | -0/+1 | |
| | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'develop' into i3725-refactor-send-component- | Dan | 2018-06-05 | 7 | -6/+154 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge branch 'i3725-refactor-send-component-' into ↵ | Dan | 2018-06-01 | 6 | -35/+78 | |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | i3914-fix-newui-send-gas-estimation | |||||
| * | | | | | | | | Auto update gas estimate when to changes. | Dan | 2018-05-31 | 1 | -0/+14 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | lint | Jenny Pollack | 2018-06-07 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | remove loglevel | Jenny Pollack | 2018-06-07 | 1 | -2/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | preferred first languauge - check for Brave | Jenny Pollack | 2018-06-07 | 1 | -8/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | first language - add check for brave browser on getAcceptLanguages | Jenny Pollack | 2018-06-07 | 1 | -1/+11 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | diagnostics - fix reportMultipleKeyrings call | kumavis | 2018-06-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | diagnostics - minor fixes | kumavis | 2018-06-06 | 2 | -5/+5 | |
| | | | | | | | ||||||
* | | | | | | | lint - fix diagnostics reporter | kumavis | 2018-06-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | diagnostics - rewrite bug-notifier as diagnostics-reporter | kumavis | 2018-06-06 | 4 | -66/+84 | |
| | | | | | | | ||||||
* | | | | | | | add multivault detection to diagnostics reporting | kumavis | 2018-06-06 | 1 | -0/+33 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Record identity before deleting it | Dan Finlay | 2018-06-05 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Mock notifier in test | Dan Finlay | 2018-06-05 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Add comment | Dan Finlay | 2018-06-05 | 1 | -0/+2 | |
| | | | | | | ||||||
* | | | | | | Do not alert to user | Dan Finlay | 2018-06-05 | 1 | -5/+0 | |
| | | | | | | ||||||
* | | | | | | Linted | Dan Finlay | 2018-06-05 | 2 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Add bug info under metadata key | Dan Finlay | 2018-06-05 | 1 | -1/+7 | |
| | | | | | | ||||||
* | | | | | | Add first time info to bug report | Dan Finlay | 2018-06-05 | 2 | -1/+5 | |
| | | | | | | ||||||
* | | | | | | Add version to report | Dan Finlay | 2018-06-05 | 2 | -4/+6 | |
| | | | | | | ||||||
* | | | | | | Fine tune error posting | Dan Finlay | 2018-06-05 | 2 | -6/+2 | |
| | | | | | | ||||||
* | | | | | | Only notify first time lost ids are detected | Dan Finlay | 2018-06-05 | 1 | -2/+8 | |
| | | | | | | ||||||
* | | | | | | Add reporting uri | Dan Finlay | 2018-06-05 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Begin adding unconfigured notifier | Dan Finlay | 2018-06-05 | 2 | -13/+21 | |
| | | | | | | ||||||
* | | | | | | Persist lost identities to storage for later analysis | Dan Finlay | 2018-06-05 | 2 | -2/+33 | |
| | | | | | | ||||||
* | | | | | | Add minimal user notification of issue. | Dan Finlay | 2018-06-05 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Add identity synchronizing code | Dan Finlay | 2018-06-05 | 2 | -1/+48 | |
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | ||||||
* | | | | | preferences controller - jsdoc fix | kumavis | 2018-06-04 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | metamask - update preferences controller identities on keyring controller update | kumavis | 2018-06-04 | 2 | -3/+30 | |
| | | | | | ||||||
* | | | | | Merge pull request #4426 from MetaMask/sentry-url-rewrite-fix | kumavis | 2018-06-04 | 1 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | sentry - message rewrite - guard against missing message | |||||
| * | | | | | sentry - message rewrite - guard against missing message | kumavis | 2018-05-31 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #4425 from MetaMask/master | kumavis | 2018-06-02 | 1 | -0/+17 | |
|\ \ \ \ \ | | | | | | | | | | | | | Merge Master into Develop | |||||
| * | | | | | Version 4.7.1v4.7.1 | Dan Finlay | 2018-06-02 | 1 | -0/+17 | |
| | | | | | | ||||||
* | | | | | | Fix return value of migration 26 when missing KC or PC | Whymarrh Whitby | 2018-06-02 | 1 | -1/+1 | |
|/ / / / / | ||||||
* / / / / | Properly end the middleware stack on RPC error | bitpshr | 2018-06-02 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2018-05-30 | 5 | -21/+61 | |
|\ \ \ \ | | | | | | | | | | | | | | | | merge-master | |||||
| * | | | | cleanErrorStack moved to separate library module | Anton | 2018-05-29 | 3 | -19/+36 | |
| | | | | | | | | | | | | | | | | | | | | more errors traces cleaned up | |||||
| * | | | | error message fix | Anton | 2018-05-29 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | Clean up user rejection error message | Anton | 2018-05-28 | 1 | -3/+14 | |
| | | | | | ||||||
| * | | | | Merge pull request #3997 from jakubsta/master | kumavis | 2018-05-22 | 1 | -4/+10 | |
| |\ \ \ \ | | | | | | | | | | | | | Allow other extensions to connect | |||||
| | * | | | | Update: allow other extension to connect | Jakub Stasiak | 2018-04-18 | 1 | -4/+10 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #4140 from MetaMask/v4.6.1 | Thomas Huang | 2018-05-01 | 4 | -40/+40 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Version 4.6.1 | |||||
| * | | | | | | require log | frankiebee | 2018-05-01 | 1 | -0/+1 | |
| | | | | | | |