Scatter Desktop 10.1.0
New Visuals & Panels
- Color Scheme
- Tokens Panel ( added more fiat pairs )
- Show "untouchable" (staked/frozen) balances
- Exchange Panel
- Transfer Panel
- Internal Histories
- EOS Account creation now done with Smart Contracts
Bugfixes
- Fixed QR saving for MacOS
- Fixed ledger sending for Ethereum
- Removed "export" button for ledger keys
- Added a way to unset re-proxy without removing proxy vote
- Fixed issue with windows start-bar pinning causing crashing
- Fixed issue with lingering appkeys from unused dapps
- Fixed issue with closing PIN popup
- Fixed issues with removed translations showing "TRANSLATED" instead of the default english translation.
- Fixed issue with loading balances on some chains
- Changed fiat currencies to 4 decimals instead of 2 for token rate calculations to support lower-price tokens.
- Fixed issue with "Update Needed" button in settings
Security Upgrades
- API is now validated using keypairs to ensure all API data received is from the real Scatter API.
- Seeds were moved off of the renderer process into the base process to further decouple scopes.
And more!
This was a pretty big update again so lots of other stuff was added too.
New Methods
Event Listener
Scatter Desktop and ScatterJS now have an event listener for when users remove permissions or shut down Scatter that will automatically log the user out of the dapp. Update your ScatterJS for instant support.
Add Token: scatter.addToken(token, network)
This method allows applications to add new tokens to the user's Scatter so that they don't have to
manually add them anymore.
SHA256 Checksums
- MacOS: 0f10030183055e0c6ee68e00d6d515ae9d8ad86fd256e9550023e9a1c496590c
- Windows: de6de0c3c58e6f75915d418a5aff821107401ba33ed58556f52bd36cf2410511
- Linux: f716d162848286f2dafb44cd5f02c213f38d07517ac080ccdd9b4270cca3433c
Checking checksums
- MacOS, Linux, or Windows with gitbash:
shasum -a 256 <filename>
- Windows with cmd
certutil -hashfile <filename> SHA256