Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Release v0.19.0

Compare
Choose a tag to compare
@herr-seppia herr-seppia released this 20 Sep 12:44
· 66 commits to main since this release

0.19.0 - 2023-09-20

Added

  • Add balance display when offline
  • Add Wallet::sync method for sync cache update
  • Add Wallet::register_sync method for async cache update

Changed

  • Change wallet to not sync automatically
  • Change spent notes to be in a different ColumnFamily
  • Change StateClient::fetch_existing_nullifiers to return empty data.
  • Change fetch_notes to use note's position instead of height [#190]

Removed

  • Remove cache sync from StateClient::fetch_notes
  • Remove RuskClient struct

Fixed

  • Fix bug where we return early when there's no wallet file in interactive [#182]
  • Fix bug where wallet file got corrupted when loading a old version and creating a new address [#198]