-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for ypub & zpub #26
Comments
Hi, sorry to only see this now. My thoughts with regards to TL;DR: i think people should migrate to proper output descriptors instead but i understand the need for interacting with legacy systems. As mentioned there, i'm happy to take a PR implementing the conversion and stating in the doc that it should be avoided if possible. The PR linked above seems abandoned so feel free to take a stab at this! |
These are used in bip174 PSBTs. That said, I do see your other message:
|
In what PSBT field are script-related xpub prefixes used? The key of the
The serialization defined by BIP 32 (including all prefixes defined there) is implemented in this library, so it shouldn't be incompatible with PSBTs?
Yes. Just to be clear: while i don't think it's a good idea and don't want to perpetrate this practice through this library, i do want to make it reasonably possible for downstream users to integrate with current and past tooling. |
ok, sounds like electrum PSBT is just non-standard? |
Looks like so. :/
------- Original Message -------
Le mardi 23 août 2022 à 1:14 PM, Bryan Bishop ***@***.***> a écrit :
… ok, sounds like electrum PSBT is just non-standard?
—
Reply to this email directly, [view it on GitHub](#26 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AFLK3FZK4B64BOLGVEGBYELV2SXADANCNFSM5MMEFBPA).
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi, first of all thanks a lot for this great library!
I was wondering whether you would consider adding support for the ypub and ypub versions of extended keys?
I would be happy to take a stab at this with a PR if you signal willingness to support this.
The text was updated successfully, but these errors were encountered: