ElementsProject / ElementsProject/libwally-core
bip32 should support ypub, zpub etc.
Open
- Dominant language
- C
- Stars
- 307
- Forks
- 159
- Avg merge
- 2h 56m
- Merged PRs (30d)
- 4
Description
The bip32 library only works with xpub/xprv.
If you want to use xpub/ypub/zpub etc. (see https://github.com/satoshilabs/slips/blob/master/slip-0132.md), the library gives you a hard time currently.
I currently work around it by using only the xprv/xpub versions, and then force overwriting the version bytes when serializing.
It would be great to keep the bip32 API flexible enough so that one can provide custom version bytes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.