BlockchainCommons / BlockchainCommons/keytool-cli
BUG: Need correct output-descriptor when --full-address-derivation-path is set
Open
- Dominant language
- C++
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
```
/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)
```
Contributor guide
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, cryptography
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100