This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
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]