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 v0.16.0
Release v0.15.0
Release v0.14.1
Release v0.14.0
Release v0.13.0
0.13.0 - 2022-11-30
Changed
Release 0.12.0
0.12.0 - 2022-10-19
Added
- Add
default.config.toml
for the default configuration settings [#57] - Add
settings
subcommand to show the current settings [#57] - Add
--password
as global argument [#57] - Add
--skip-recovery
tocreate
subcommand [#57] - Add
--file
torestore
subcommand [#57] - Add
Settings
type to mergeConfig
(from toml) andWalletArgs
(from CLI) [#57] - Add
address
module - Add
gas
module - Add
settings
module [#57] - Add
is_enough
method toGas
- Add
Create
,Restore
andSettings
for bothCommand
andRunResult
enums [#72] - Add
LogFormat
andLogLevel
enums to enforce the set of value from args [#57] - Add
From block
andLast block
during fetching - Add missing documentations
- Add
Seed
type instore
module - Add
stake-allow
command [#83]
Changed
- Change program behavior to quit if wrong seed phrase is given [#49]
- Change program behavior to have three attempts for entering a password [#46]
- Change error handling to use the
anyhow
crate inbin
[#87] - Change error handling to use the
thiserror
crate inlib
[#87] - Change
config.toml
format [#57] - Change from multiple wallets to one wallet for a single profile dir [#72]
- Rename
dusk
module tocurrency
module - Rename
address
subcommand toaddresses
- Change
set_price
andset_limit
forGas
to works withOption
- Change part of the functions to either receive the
password
or thesettings
[#57] - Move
config
module outsideio
[#57] - Change few UI strings
- Update rust-toolchain from
nightly-2022-02-19
tonightly-2022-08-28
Removed
- Rename
--data-dir
argument option to--profile
[#57] - Remove
--wallet-name
argument option [#72] - Remove
--network
argument option to chose the network to connect with [#57] - Remove
interactive
subcommand [#57] - Remove
--skip-recovery
as global argument [#57] - Remove
--wait-for-tx
(now all the transaction wait by default) [#57] - Remove
merge
method fromConfig
in favour ofSettings
type [#57] - Remove
Command::NotSupported
[#57] - Rename
DEFAULT_GAS_LIMIT
,DEFAULT_GAS_PRICE
,MIN_GAS_LIMIT
- Remove
Addresses
type in favour ofVec<Address>
- Remove
refund-addr
arg inwithdraw
command [#86]
Fixed
Release v0.11.1
Release v0.11.0
Release 0.10.0
[0.10.0] - 2022-07-06
Added
- Add
src/bin
to gather the module related to the I/O ops [#51] - Add
autobins
to Cargo.toml to prevent bins auto discovery [#51] - Add
[lib]
and[[bin]]
sections to Cargo.toml to decouple bin and lib [#51] - Add
src/bin/io
to gather all modules related to I/O [#51] - Add
status
mod as temp workaround to make the lib compile [#51] - Add
actions
mod with all the actions previously inmain
[#51]
Changed
Release 0.9.0
This release includes mostly structural changes. In terms of user-facing novelties, headless mode now outputs clean results that can be easily parsed, piped and chained to other programs.
Added
Changed
- Commands run in headless mode do not provide dynamic status updates [#40]