Skip to content

signer: taproot multisig support#4

Merged
gutmann03 merged 1 commit into
mainfrom
vs/multisig-over-taproot-using-schnorr
Apr 7, 2025
Merged

signer: taproot multisig support#4
gutmann03 merged 1 commit into
mainfrom
vs/multisig-over-taproot-using-schnorr

Conversation

@gutmann03
Copy link
Copy Markdown
Collaborator

taproot script multisig support added, utils for address and script generation created, updated signer tests

@gutmann03 gutmann03 self-assigned this Apr 4, 2025
Comment thread bitcoin/signer/signer.go

// signTaprootInput signs taproot input with or without witness script.
// SignTaprootMulti signs taproot inputs by provided indexes using 1+ private keys, returns updated serialized PSBT.
func (signer *Signer) SignTaprootMulti(params SignTaprootMultiParams) ([]byte, error) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multi or MuSig?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multi

@gutmann03 gutmann03 merged commit 021a44a into main Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants