BlockchainCommons / BlockchainCommons/keytool-cli
BUG: Need correct output-descriptor when --full-address-derivation-path is set
未关闭
- 主要语言
- C++
- 星标
- 6
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
```
/usr/local/bin/keytool --seed MYSEED --full-address-derivation-path m//48h/0h/0h/2h output-descriptor
```
results in
````
wpkh([feebfc32/84h/0h/0h]xpubWRONGXPUB)
````
What I want is
```
wpkh([feebfc32/84h/0h/0h]xpubCORRECTXPUB)
```
贡献指南
调研方向
重现所示的 keytool 命令,并跟踪在请求 output-descriptor 时如何处理 --full-address-derivation-path。比较显示的 xpub 所使用的派生路径与请求的路径;当命令输出预期的 descriptor,且该行为由回归测试覆盖时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cpp
- 领域
- cli, cryptography
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100