This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
Releases: dusk-network/wallet-cli
Releases · dusk-network/wallet-cli
Release 0.8.0
[0.8.0] - 2022-05-04
Added
Changed
- Upgraded cache implementation to use
microkelvin
instead ofrusqlite
[#32] - Use streaming
GetNotes
call instead ofGetNotesOwnedBy
[#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
tounstake
[#26] - Introduce Dusk type for currency management [#4]
Fixed
Release 0.7.0
[0.7.0] - 2022-04-13
Added
- Notes cache [dusk-network/rusk#650]
- Settings can be loaded from a config file [dusk-network/rusk#637]
- Create config file if not exists [dusk-network/rusk#647]
- Notify user when defaulting configuration [dusk-network/rusk#655]
- Implementation for
State
'sfetch_block_height
[dusk-network/rusk#651] - Option to wait for transaction confirmation [dusk-network/rusk#680]
- Default to TCP/IP on Windows [#6]
Changed
- Export consensus public key as binary
- Interactive mode allows for directory and wallet file overriding [dusk-network/rusk#630]
- Client errors implemented, Rusk error messages displayed without metadata [dusk-network/rusk#629]
- Transactions from wallets with no balance are halted immediately [dusk-network/rusk#631]
- Rusk and prover connections decoupled [dusk-network/rusk#659]
- Use upper-case DUSK for units of measure [dusk-network/rusk#672]
- Use DUSK as unit for stake and transfer [dusk-network/rusk#668]
Fixed
data_dir
can be properly overridden [dusk-network/rusk#656]- Invalid configuration should not fallback into default [dusk-network/rusk#670]
- Prevent interactive process from quitting on wallet execution errors [#18]