Skip to content

Releases: dusk-network/wallet-cli

Release v0.22.1

27 Mar 10:10
Compare
Choose a tag to compare

0.22.1 - 2024-3-27

Added

  • Add support for WALLET_MAX_ADDR lower than 6 [#244]

Changed

  • Change rusk-wallet to wait for tx to be included

Fixed

  • Fix tx history to avoid useless calls [#243]

Release v0.22.0

28 Feb 17:15
Compare
Choose a tag to compare

0.22.0 - 2024-2-28

Changed

  • Change REQUIRED_RUSK_VERSION to 0.7.0
  • Update unclear error message [#235]
  • Change provisioner key password prompt message [#238]

Removed

  • Remove stake_allow command

Release v0.21.0

30 Dec 16:26
Compare
Choose a tag to compare

0.21.0 - 2023-12-30

Added

  • Add seed-file to create command [#226]
  • Add name to export command

Fixed

  • Fix stake_allow command [#222]

Changed

  • Change dusk-wallet-core to 0.24.0-plonk.0.16-rc.2
  • Change DEFAULT_MAX_ADDRESSES from 255 to 25

Release v0.20.1

22 Nov 10:01
Compare
Choose a tag to compare

0.20.1 - 2023-11-22

Added

  • Add spending_keys to wallet impl [#218]

Release v0.20.0

01 Nov 16:12
1c54b95
Compare
Choose a tag to compare

0.20.0 - 2023-11-01

Changed

  • Change REQUIRED_RUSK_VERSION to 0.7.0-rc
  • Change the Staking Address generation. [#214]
  • Change dusk-wallet-core to 0.22.0-plonk.0.16 [#214]

Release v0.19.1

11 Oct 10:34
Compare
Choose a tag to compare

0.19.1 - 2023-10-11

Added

  • Add interactive stake allow [#98]
  • Add optional WALLET_MAX_ADDR compile time env [#210]

Fixed

  • Fix staking address display [#204]
  • Fix status overlap [#179]

Release v0.19.0

20 Sep 12:44
Compare
Choose a tag to compare

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]

Release v0.18.1

01 Sep 08:59
Compare
Choose a tag to compare

0.18.1 - 2023-09-01

Fixed

  • Fix fetch_notes buffer [#176]

Release v0.18.0

09 Aug 09:52
Compare
Choose a tag to compare

0.18.0 - 2023-08-09

Added

  • Add support for rusk HTTP request [#173]
  • Add local network to default.config.toml [#173]

Changed

  • Change config.toml to use http instead of grpc endpoints [#173]
  • Save the wallet.dat file with the new Rusk Binary Format [#165]
  • Change blake3 with sha256 for password hashing for new Rusk Binary Format, keep using blake3 for old dat file formats [#162]

Removed

  • Remove grpc support [#173]
  • Remove gql support [#173]

Release v0.17.0

19 Jul 10:38
Compare
Choose a tag to compare

0.17.0 - 2023-07-19

Added

  • Add rkyv dependency [#151]
  • Add dusk-merkle dependency [#151]
  • Add Error::Utf8 variant [#151]
  • Add devnet network to default config [#151]

Changed

  • Change rust-toolchain to nightly-2023-05-22 [#151]
  • Change REQUIRED_RUSK_VERSION to 0.6.0 [#151]
  • Change Error::Canon variant to Error::Rkyv [#151]
  • Populate cache database with psk(s) on state init [#158]
  • Change dusk-plonk to 0.14.0 [#169]

Fixed

  • Fix cache resolution for alternative networks [#151]
  • Fix cache error detection [#163]

Removed

  • Remove canonical dependency [#151]