aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/createStandardProvider.js
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410)kumavis2019-05-041-24/+5
| | | | | | | | | | * Ensure home screen does not render if there are unapproved txs (#6501) * Ensure that the confirm screen renders before the home screen if there are unapproved txs. * Only render confirm screen before home screen on mount. * inpage - revert _metamask api to isEnabled isApproved isUnlocked
* EIP-1193: standard provider API (#6170)Paul Bouchon2019-02-201-0/+92
* EIP-1193: Implement new provider API * EIP-1193: Updated implementation * Remove test file * Fix tests * Update ping check * Update logic * PR feedback