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)
```
コントリビューションガイド
調査の方向性
Reproduce the shown keytool command and trace how --full-address-derivation-path is handled when output-descriptor is requested. Compare the derivation path used for the displayed xpub with the requested path; done means the command emits the expected descriptor and the behavior is covered by a regression test.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- cpp
- 領域
- cli, cryptography
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100