This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Release v0.19.0
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