Skip to content

v1.6.0

Compare
Choose a tag to compare
@TheTrunk TheTrunk released this 18 Jul 02:04
· 44 commits to master since this release
e8b90e2
  • Ethereum chain support
    • Ethereum implementation features state of the art Schnorr Multi Signature account abstraction accounts following ERC4337.
    • SSP is the first wallet to ever introduce true multi signature accounts to Ethereum without the need of having standard EOA account! That is a major achievement for entire Ethereum, EVM ecosystem especially on the security side.
    • We have built the Schnorr Multi Signature Account Abstraction typescript library to be fully open sourced - same as entire SSP, available on npm following latest innovations. We encourage anyone to use the library as well and welcoming any contribution
    • Ethereum Main chain and Sepolia Testnet support
    • Current assets supported: native ETH, tokens: USDC, USDT, FLUX
    • We plan to expand on the implementation soon to other chains as well as adding support for many more tokens, custom imported tokens and connectivity options
  • Dark mode support
    • SSP will follow system settings to switch between dark and light mode
  • Dependencies update
  • Various minor improvements
  • Bug fixes

What's Changed

Full Changelog: v1.5.0...v1.6.0