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

psbt_sign_bip32: use the derived key to sign #453

Merged
merged 3 commits into from
Jul 6, 2024
Merged

Conversation

jgriffiths
Copy link
Contributor

Fixes signing with parent keys, since the per-input signing call does not derive keys to sign with.

Fixes signing with parent keys, since the per-input signing call does
not derive keys to sign with.
- Test roundtripping signed PSBTs more thoroughly
- Test BIP32 signing signs inputs
- Remove redundant test data for invalid signing tests
@JamieDriver
Copy link
Contributor

utack c5e6243

This is similar to the [afaik working!] code in the Jade repo where the derived key is passed into wally_psbt_sign_input_bip32()

@jgriffiths jgriffiths merged commit c5e6243 into master Jul 6, 2024
4 checks passed
@jgriffiths jgriffiths deleted the psbt_sign_bip32 branch July 6, 2024 03:59
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.

2 participants