trufflesuite / drizzle-legacy

Reactive Ethereum datastore for dapp UIs.
http://truffleframework.com/docs/drizzle/getting-started
MIT License
503 stars 128 forks source link

Fix/metamask 6.6.0 breaks access denied #231

Closed dannycarrera closed 5 years ago

dannycarrera commented 5 years ago

Patch for #230

This change allows for the same behavior to continue since before the MetaMask 6.6.0 update, where drizzle still initializes web3 but no accounts are available. This is only a patch for v1.4 as #224 introduces the WEB3_USER_DENIED status.

adrianmcli commented 5 years ago

@cds-amal what's going on with the reverting of the version numbers here?

cds-amal commented 5 years ago

Thanks for pointing that out @adrianmcli

dannycarrera commented 5 years ago

Thanks for the feedback @cds-amal.

I mistakenly based off of the 1.4 tag. Rebased to the release/1.4 branch, added a test and create a new PR #232. Closing this one.