Skip to content
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

Taproot signing - tapBip32Derivation unsupported #40

Closed
rolznz opened this issue Jun 12, 2023 · 3 comments
Closed

Taproot signing - tapBip32Derivation unsupported #40

rolznz opened this issue Jun 12, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@rolznz
Copy link

rolznz commented Jun 12, 2023

Hi,

I am trying to sign a simple taproot PSBT transaction generated by sparrow wallet (one input, 2 outputs) and I hit this error:
if (input.tapBip32Derivation) throw new Error('tapBip32Derivation unsupported');

Is this planned to be implemented?

Thanks!

@paulmillr
Copy link
Owner

Would be nice to have, but no immediate plans.

@paulmillr paulmillr added the enhancement New feature or request label Jul 11, 2023
@kyranjamie
Copy link
Contributor

kyranjamie commented Sep 17, 2024

Is this issue also fixed with #101? Would love to see it included in a release.

My use case is that I'm using bip32Derivation/tapBip32Derivation as a way of passing which key to use metadata when handing off a PSBT to another part of the code to do the signing.

@paulmillr
Copy link
Owner

yeah just need to fix npm run build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants