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

Release 0.8.0

Compare
Choose a tag to compare
@t00ts t00ts released this 04 May 09:10
· 301 commits to main since this release

[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]