aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/inpage-provider.js
Commit message (Collapse)AuthorAgeFilesLines
* inpage-provider - add isMetaMaskkumavis2017-01-031-0/+2
| | | | adds `metamaskInpageProvider.isMetaMask === true` Fixes #727
* Remove logDan Finlay2016-12-231-1/+0
|
* Fix account injection bugDan Finlay2016-12-231-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 devDan Finlay2016-11-241-0/+7
|\
| * rpc - add sync uninstallFilter supportkumavis2016-11-241-0/+7
| |
| * Increment tx ids to avoid collisionsDan Finlay2016-11-181-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 Serrano2016-11-221-5/+5
| |
* | Maintain linting.Kevin Serrano2016-11-191-1/+1
| |
* | Merge branch 'i328-MultiVault' of github.com:MetaMask/metamask-plugin into ↵Dan Finlay2016-11-181-2/+2
|\ \ | | | | | | | | | i328-MultiVault
| * | Linting to the max.Kevin Serrano2016-11-121-4/+4
| |/
* / Replace old random-id code with incrementing id generatorDan Finlay2016-11-181-10/+1
|/
* Add note about callback param to sync method warningDan Finlay2016-10-201-1/+1
|
* dapp reload - fixed disconnect detection via pollingkumavis2016-10-131-7/+10
|
* Correct async linkDan Finlay2016-10-061-4/+4
|
* lintingVincent Serpoul2016-09-061-1/+1
|
* Error message more helpfulVincent Serpoul2016-09-061-2/+3
|
* inpage - remap ids on responsekumavis2016-09-011-4/+18
|
* inpage provider - reassign incomming idskumavis2016-08-231-2/+28
|
* inpage-prov - sync error - fix linkkumavis2016-08-121-1/+1
|
* clean -formattingkumavis2016-08-121-2/+2
|
* inpage-provider - remove createSyncProvider, just failkumavis2016-08-121-40/+3
|
* Make injected web3 fail hard on sync methods (#471)Dan Finlay2016-07-211-1/+9
| | | Make injected web3 fail hard on sync methods
* Manually lintedDan Finlay2016-06-221-3/+4
|
* Auto lintedDan Finlay2016-06-221-15/+14
|
* deps - use web3-stream-provider modulekumavis2016-05-231-1/+1
|
* inpage - refactor for modularitykumavis2016-05-231-0/+123