This repository was archived by the owner on Oct 7, 2024. It is now read-only.
8.0.1
Fixed
- Restore full state return value (#161)
- Some methods were accidentally changed in v8.0.0 to return nothing, where previously they returned the full KeyringController state.
- The affected methods were:
createNewVaultAndKeychainsubmitPasswordsubmitEncryptionKeyaddNewAccountremoveAccount
- They now all return the full state, just as they did in earlier versions.