Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add deprecation message for eth_signTypedData | bitpshr | 2018-07-28 | 1 | -0/+5 |
| | |||||
* | Add new json-rpc-engine middleware for improved error handling | bitpshr | 2018-05-14 | 1 | -0/+2 |
| | |||||
* | deps - obs-store@3 + migrate stream plumbing | kumavis | 2017-11-29 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-09-12 | 1 | -8/+12 |
|\ | | | | | | | filter-leak-fix | ||||
| * | inpage provider - define sendAsync on the prototype | kumavis | 2017-09-09 | 1 | -25/+27 |
| | | |||||
* | | inpage - use obj-multiplex module | kumavis | 2017-09-08 | 1 | -6/+6 |
| | | |||||
* | | Merge branch 'master' of github.com:MetaMask/metamask-extension into ↵ | kumavis | 2017-09-08 | 1 | -4/+2 |
|\| | | | | | | | filter-leak-fix | ||||
| * | inpage - bug fix | kumavis | 2017-09-06 | 1 | -2/+3 |
| | | | | | | prevents mutation of original message object which causes problems with web3 1.0 | ||||
| * | inpage - lint fix | kumavis | 2017-08-29 | 1 | -1/+1 |
| | | |||||
| * | inpage provider - sync rpc - default to null values | kumavis | 2017-08-24 | 1 | -3/+3 |
| | | |||||
* | | inpage - distinguish pump vs pipe | kumavis | 2017-09-08 | 1 | -4/+4 |
| | | |||||
* | | inpage - add idRemapMiddleware | kumavis | 2017-09-08 | 1 | -1/+3 |
| | | |||||
* | | inpage - use json-rpc-engine for inpage-provider | kumavis | 2017-08-25 | 1 | -36/+10 |
|/ | |||||
* | phishing detection - move phishing detection into contentscript and metamask ↵ | kumavis | 2017-08-03 | 1 | -0/+3 |
| | | | | controller | ||||
* | Remove stream subprovider | Dan Finlay | 2017-05-26 | 1 | -17/+5 |
| | | | | Since the polling leak seems to be coming from elsewhere, and new bugs came from this, I'm rolling back this change so that we can push the other improvements sooner and fix the bug at its true root. | ||||
* | inpage-provider - disable polling after first block | kumavis | 2017-05-25 | 1 | -1/+2 |
| | |||||
* | clean - remove console logs | kumavis | 2017-05-23 | 1 | -2/+0 |
| | |||||
* | deps - use stream-subprovider from provider-engine | kumavis | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | Rename stream to streamSubprovider | Dan Finlay | 2017-05-23 | 1 | -4/+4 |
| | |||||
* | Use filter subprovider in-page to avoid filter leaks | Dan Finlay | 2017-05-23 | 1 | -2/+6 |
| | |||||
* | Add new streaming subprovider but getting a loop | Dan Finlay | 2017-05-21 | 1 | -5/+15 |
| | | | | | | | Regarding #1458 Uses a new streaming subprovider architecture on an experimental branch of StreamProvider: https://github.com/flyswatter/web3-stream-provider/tree/StreamSubprovider | ||||
* | Fix linting warnings | Thomas Huang | 2017-04-27 | 1 | -2/+2 |
| | |||||
* | Allowed net_version to be called synchronously | Kevin Serrano | 2017-02-09 | 1 | -0/+5 |
| | |||||
* | continue rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -5/+5 |
| | |||||
* | obs-store - use published module | kumavis | 2017-01-25 | 1 | -47/+32 |
| | |||||
* | background - introduce ObservableStore | kumavis | 2017-01-12 | 1 | -6/+12 |
| | |||||
* | inpage-provider - add isMetaMask | kumavis | 2017-01-03 | 1 | -0/+2 |
| | | | | adds `metamaskInpageProvider.isMetaMask === true` Fixes #727 | ||||
* | Remove log | Dan Finlay | 2016-12-23 | 1 | -1/+0 |
| | |||||
* | Fix account injection bug | Dan Finlay | 2016-12-23 | 1 | -2/+3 |
| | | | | | | | | It seems `selectedAddress` was removed from the keyring-controller’s state, and is used to populate the injected current account. I couldn't help myself, I dug around, I found a PR named [changed all instances of selectedAddress to selectedAccount](https://github.com/MetaMask/metamask-plugin/commit/f5b0795ac5582dd53de728479cf47c43eabfe67c) by @Zanibas. Sorry, Kevin! Had you actually changed all instances, this bug would not have happened. Fixes #908 | ||||
* | Merge branch 'master' into dev | Dan Finlay | 2016-11-24 | 1 | -0/+7 |
|\ | |||||
| * | rpc - add sync uninstallFilter support | kumavis | 2016-11-24 | 1 | -0/+7 |
| | | |||||
| * | Increment tx ids to avoid collisions | Dan Finlay | 2016-11-18 | 1 | -10/+1 |
| | | | | | | | | | | | | | | | | | | | | Fixes #791 It was possible for two requests to have the same ID, causing a crash and loss of StreamProvider connection. This new id generation strategy creates a random ID, and increments it for each request. In case the id generator is included from two different processes, I'm initializing the counter at a random number, and rolling it over a large number when it gets too big. | ||||
* | | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -5/+5 |
| | | |||||
* | | Maintain linting. | Kevin Serrano | 2016-11-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into ↵ | Dan Finlay | 2016-11-18 | 1 | -2/+2 |
|\ \ | | | | | | | | | | i328-MultiVault | ||||
| * | | Linting to the max. | Kevin Serrano | 2016-11-12 | 1 | -4/+4 |
| |/ | |||||
* / | Replace old random-id code with incrementing id generator | Dan Finlay | 2016-11-18 | 1 | -10/+1 |
|/ | |||||
* | Add note about callback param to sync method warning | Dan Finlay | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | dapp reload - fixed disconnect detection via polling | kumavis | 2016-10-13 | 1 | -7/+10 |
| | |||||
* | Correct async link | Dan Finlay | 2016-10-06 | 1 | -4/+4 |
| | |||||
* | linting | Vincent Serpoul | 2016-09-06 | 1 | -1/+1 |
| | |||||
* | Error message more helpful | Vincent Serpoul | 2016-09-06 | 1 | -2/+3 |
| | |||||
* | inpage - remap ids on response | kumavis | 2016-09-01 | 1 | -4/+18 |
| | |||||
* | inpage provider - reassign incomming ids | kumavis | 2016-08-23 | 1 | -2/+28 |
| | |||||
* | inpage-prov - sync error - fix link | kumavis | 2016-08-12 | 1 | -1/+1 |
| | |||||
* | clean -formatting | kumavis | 2016-08-12 | 1 | -2/+2 |
| | |||||
* | inpage-provider - remove createSyncProvider, just fail | kumavis | 2016-08-12 | 1 | -40/+3 |
| | |||||
* | Make injected web3 fail hard on sync methods (#471) | Dan Finlay | 2016-07-21 | 1 | -1/+9 |
| | | | Make injected web3 fail hard on sync methods | ||||
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -3/+4 |
| | |||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -15/+14 |
| | |||||
* | deps - use web3-stream-provider module | kumavis | 2016-05-23 | 1 | -1/+1 |
| | |||||
* | inpage - refactor for modularity | kumavis | 2016-05-23 | 1 | -0/+123 |