bitcoindevkit / bitcoindevkit/bdk-cli
Add command to delete saved wallet config
- 主要语言
- Rust
- 星标
- 141
- 派生
- 99
- 平均合并
- 6 天 14 分钟
- 30 天内合并 PR
- 1
描述
**Describe the enhancement**
The wallet config command stores the configuration information for a wallet in the `config.toml` file which is then reused on all subsequent wallet operations. However, there is no way to remove/delete a wallet configuration even when the wallet may no longer be needed.
Adding a command to delete a saved wallet configuration will help reduce the number of redundant wallet configurations and improve the amount of data saved in the config file.
**Use case**
- This will allow users to clean up the wallet config file and remove redundant wallet configs.
贡献指南
调研方向
从现有的 wallet config 命令及其使用的 config.toml 处理逻辑开始。跟踪已保存的 wallet 配置如何为后续的 wallet 操作进行选择,然后将“完成”定义为:有一个命令可以删除所选配置,并阻止再次使用该配置。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- rust
- 领域
- cli
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 55/100