Open Beta - v8.7.0
Changes
- Multi-chain support for EOSIO ( prefix keys )
- Aligning WS support with new scatter-js lib
- Added popup nonce so users can tell that a popup is really from their Scatter and not mimicked
- New onboarding helper (
getPublicKey
andlinkAccount
) APIs exposed
Bugfixes
- Remove permissions and accounts when deleting network
- Fixed icons for MacOS ( thanks SoleOne <3 )
Note: If you want to use the new API routes below from scatter-js just make sure that scatter.isExtension
is false
.
Get Public Key - getPublicKey(blockchain)
When an app requests this route the user is prompted to either return a key public key from their keychain, or generate a new one. The selected/generated key is then returned to the app so that the app can either create an account on top of it or continue onwards to linking it to an account on a network with the user's Scatter.
Link Account - linkAccount(publicKey, account, network)
When an app requests this route the user is prompted to accept linking this account to the key in their Scatter. If the network does not exist, it will be created as well as long as it does not conflict with existing networks.