Skip to content

Releases: RunOnFlux/ssp-wallet

v1.7.0

17 Aug 16:32
476d55a
Compare
Choose a tag to compare
  • Czech translation added
  • Various minor improvements and fixes
  • Dependencies updates
  • Architecture improvements
  • Code optimizations

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

25 Jul 04:44
3e28eab
Compare
Choose a tag to compare
  • Indonesian translation update
  • Internal structure improvements
  • Minor bug fixes

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

18 Jul 02:04
e8b90e2
Compare
Choose a tag to compare
  • 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

v1.5.0

14 Jun 04:04
0283ed3
Compare
Choose a tag to compare
  • Zcash support
  • Bitcoin Cash support
  • Update dependencies

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

22 Apr 17:32
5235615
Compare
Choose a tag to compare
  • Contacts
    • SSP now support Contacts and its management per chain
    • Easy sending to your contacts as well as your other wallets
    • Contact is automatically created upon sending to new address
    • SSP is fully self-custody solution, contacts are thus local feature only - SSP is not syncing contacts with any server. Restoring SSP would thus not restore your contacts

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Apr 14:18
ce01a2c
Compare
Choose a tag to compare
  • Possibility to select Fiat Currency
  • Fiat and Amount values formatting, preferring users localization
  • Manual Message Signing with SSP Identity
  • Packages updates

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

06 Mar 04:04
1767b03
Compare
Choose a tag to compare
  • Support for multiple bip32 chain versions (defaults to proper chain params with fallback to p2sh)
  • Updates Indonesian translation

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

19 Feb 12:18
853d725
Compare
Choose a tag to compare
  • Fixes removal of last wallet if last wallet was scoped

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Feb 07:36
b76862f
Compare
Choose a tag to compare
  • Integrates Fusion
    • It is now possible to claim Flux Parallel Assets (PA) in the Nodes section
    • This will automatically claim PAs on all possible chains, swap it to Flux Main chain and deposit reward to your address

Full Changelog: v1.1.0...v1.2.0

v1.1.0

11 Feb 03:14
1cb0a23
Compare
Choose a tag to compare
  • SSP Connect - pay action added
    • it is now possible to request payments over SSP Connect via 'pay' method
    • supported options are:
      • chain: string - SSP asset to use, mandatory eg. 'flux'
      • address: string - Receiver of the request, mandatory
      • amount: string - Amount of the request, mandatory. It UNIT. eg. '4.56' must be string for precisions. BigNumber.toFixed() method is advised
      • message: string - payment note to attach with the transaction. Non-mandatory
  • Fixes bug of not correctly switching wallets in Send tab
  • Lock dependencies to patch number
  • Updates GH action to use v4 actions
  • Smaller pacakge size
  • Other minor fixes and improvements

What's Changed

Full Changelog: v1.0.1...v1.1.0