Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

v1.2.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@rdig rdig released this 21 Oct 22:28
· 422 commits to master since this release
78cafa5

This Release Candidate is a hotfix that disables checking for user approval state, if we're on the pre-release version of Metamask (the one leading up to the Nov. 2nd release)

This is because right now, in the pre-release version, even though the window.ethereum object is available it does not contain the state check methods as they're not intended to be used in production yet.

Only when the EIP-1102 update version is released, than these methods will be available.

Note that not further purser-metamask update will be needed when this change happens.

purser-metamask:

  • Bumped version to next MINOR release candidate: 1.2.0-rc.1
  • Fix the detect() method to ignore the global ethereum isEnabled and isUnlocked state check methods: #166