Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Fix) Update DApp loading code considering upcoming Breaking Change in MetaMask #85

Closed
varasev opened this issue Oct 4, 2018 · 1 comment

Comments

@varasev
Copy link
Contributor

varasev commented Oct 4, 2018

Problem: On November 2nd, 2018 MetaMask and other DApp browsers will stop exposing user accounts by default. Instead, dapps must request access using a new provider method: provider.enable(). Detailed info is available here: https://medium.com/metamask/https-medium-com-metamask-breaking-change-injecting-web3-7722797916a8

Solution: Fix the code which loads DApp according to instructions from What this means for developers section of the article mentioned above.

varasev added a commit to varasev/poa-dapps-validators that referenced this issue Oct 10, 2018
varasev added a commit to varasev/poa-dapps-validators that referenced this issue Oct 10, 2018
@varasev
Copy link
Contributor Author

varasev commented Oct 17, 2018

Done in #87.

@varasev varasev closed this as completed Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant