🏗 Improve stability and security
This release implements a new action queue which improves stability and security of the extension.
States held in the background page where reduced and should be more reliable now, which fixes an issue where the user were not able to use unlock the wallet using the correct password.
This release also moves transaction tracking into the background and introduces transactions success/error notifications.
It also adds the ability for DApps to add their tokens to the extension programmatically.
What's Changed
- feat: move transactions to background by @janek26 in #134
- feat: add token from dapp by @janek26 in #138
Full Changelog: v1.1.1...v1.1.2