bitcoinjs / bitcoinjs-lib

A javascript Bitcoin library for node.js and browsers.
MIT License
5.66k stars 2.1k forks source link

Feature Request: Taproot support for signAllInputsHD #2132

Open cpuchainorg opened 2 months ago

cpuchainorg commented 2 months ago

The function doesn't work with tapBip32Derivation params

https://github.com/cpuchain/btc-signer/blob/main/src/wallet.ts#L754C18-L754C33

Would like to know if it could be solved without iterating for the inputs

junderw commented 2 months ago

No it is currently not supported.

junderw commented 2 months ago

@jasonandjay want to give a crack at it?

jasonandjay commented 2 months ago

@jasonandjay want to give a crack at it?

of course