-
Notifications
You must be signed in to change notification settings - Fork 75
Feature/bip322 integration #179
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
base: master
Are you sure you want to change the base?
Feature/bip322 integration #179
Conversation
I'd rather not have a separate key file for this feature and try to protect it with a password and all that. This More importantly the use of bip322 as I understand it is to be able to sign a message using what ever bitcoin descriptor script your bitcoin wallet has. If you have a private key descriptor you should be able to sign the invalid input message transaction, and if not you should still be able to create a PSBT that your hardware signers can sign. Does that make sense? Also have you seen the bdk-reserves crate? it does something similar. |
Still actively working on this. Will push updates once I'm done (likely within this week). |
Description
This PR added BIP322 feature into BDK CLI.
It also has a usage file for testing purposes
Notes to the reviewers
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
CHANGELOG.md