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

Releases: dusk-network/wallet-cli

Release 0.8.0

04 May 09:10
Compare
Choose a tag to compare

[0.8.0] - 2022-05-04

Added

  • Block trait for easier blocking on futures [#32]
  • Withdraw reward command [#26]

Changed

  • Upgraded cache implementation to use microkelvin instead of rusqlite [#32]
  • Use streaming GetNotes call instead of GetNotesOwnedBy [#32]
  • Enhance address validity checks on interactive mode [#28]
  • Prevent exit on prepare command errors [#27]
  • Adapt balance to the new State [#24]
  • Rename withdraw-stake to unstake [#26]
  • Introduce Dusk type for currency management [#4]

Fixed

  • Fix cache bug preventing adding all notes to it [#35]
  • Fix address validation by parsing address first [#35]

Release 0.7.0

13 Apr 10:21
Compare
Choose a tag to compare

[0.7.0] - 2022-04-13

Added

Changed

Fixed