Skip to content

Commit f21729b

Browse files
committed
feat: add initializing wallet config
- add config.rs to store and retrieve values - add toml and serde crates for desearilizing and reading values - update utils, commands and handlers files to use values from config.toml -refactor prepare_wallet_db fn - fix clippy issues [Issue: #192]
1 parent fb7f6c6 commit f21729b

File tree

10 files changed

+1080
-683
lines changed

10 files changed

+1080
-683
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog info is also documented on the [GitHub releases](https://github.com/bi
44
page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
55

66
## [Unreleased]
7+
- Add wallet configs initialization for initialiazing and saving wallet configs
8+
- Add wallet subcommand `config` to save wallet configs
79

810
## [2.0.0]
911

0 commit comments

Comments
 (0)