Skip to content

Releases: make-software/casper-wallet

2.3.1 - Encryption and decryption of messages

29 Jan 12:41
1c4bd46

Choose a tag to compare

  • Added new encryptMessage to wallet SDK. getEncryptedMessage - deprecated and will be removed in future releases

2.3.0 - Encryption and decryption of messages

28 Jan 20:00
f7a9de4

Choose a tag to compare

  • Encrypt/Decrypt messages with secp256k1 and ed25519.
  • Updates Wallet SDK with new methods getEncryptedMessage and decryptMessage.

2.2.3 - WASM Proxy identification in history

22 Dec 17:32
077704c

Choose a tag to compare

  • Improved transaction type identification in History (WASM Proxy, CEP-18, NFTs, Auction)
  • BringWeb3 updates
  • Bug fixes and UI improvements.

2.2.2 - bug fixes

11 Sep 15:17
00e2ac3

Choose a tag to compare

  • Fixed the issue with resetting WASM approvals after wallet lock

2.2.1 - Market data

02 Sep 09:28
06fc6cb

Choose a tag to compare

Banner improvements

2.2.0 - Market data

15 Aug 10:11
4a449bc

Choose a tag to compare

  • Integrated real-time market data from Coingecko and Friendlymarkets
  • Bug fixes

2.1.2 - CEP-95 support

21 Jul 13:53
f54f6db

Choose a tag to compare

  • CEP-95 support
  • Remembering of Wasm agreement on the sign page
  • Fixed UI for Casper Market transaction on the history and sign page

2.1.1 - Fixes and improvements

04 Jul 09:40
de82fca

Choose a tag to compare

  • Fixed account weight calculation
  • Updated Update bringweb3 lib
  • Improved number argument presentation on the sign page
  • Updated Transaction payment label
  • Added API Proxy WAM check

2.1.0 - New user-friendly “Sign” page

13 Jun 11:04
f1e812b

Choose a tag to compare

  • New user-friendly “Sign” page: The sign page has been completely redesigned for clarity, with transaction details now presented in a much more user-friendly format:
    • Structured display of contract data makes it easy to review account links, amounts, and contract arguments at a glance.
    • Added interactive elements such as tooltips, copy buttons, and direct links for better usability.
    • Improved handling and display of complex nested contract structures.
  • Various bug fixes and UI refinements enhance stability and visual consistency.

2.0.5 - App events

05 May 15:01
800c7c1

Choose a tag to compare

  • Added app events
  • Bug fixes