-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix: multisig support for indirect keystore interactions #120
fix: multisig support for indirect keystore interactions #120
Conversation
🦋 Changeset detectedLatest commit: 5e6800c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Changes look good. needs a changeset to indicate a patch update (I think that's sufficient for this fix) |
Nice catch! I verified that this fixes signing on coldcard devices |
.changeset/twenty-spies-kneel.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
"@caravan/psbt": major |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can make this a patch. It's not backwards incompatible in any way and isn't a new feature. Just an (important) bug fix.
399d351
to
dd6ce2b
Compare
dd6ce2b
to
5e6800c
Compare
Fixes a regression in which PSBTs could not be signed in indirect keystore interactions due to a missing redeem script.
Introduced in #91