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

Signer HealthCheck #1563

Open
matthiasdebernardini opened this issue Aug 19, 2024 · 0 comments
Open

Signer HealthCheck #1563

matthiasdebernardini opened this issue Aug 19, 2024 · 0 comments
Labels
new feature New feature or request

Comments

@matthiasdebernardini
Copy link

Describe the enhancement
It would be great for a wallet that has separate signers to be able to ask and show that they still have signing capability (in case of a bad update, lost or stolen keys).

I think it should be at the wallet level, because you'd have to know how many signers there are and which address type they have and the specific api that the signer has (ledger, coldcard, sparrow).

Use case
A wallet that uses hardware signers would want to know if they can still sign without spending any money.

Additional context
The API for ths would be very tricky, the wallet would need to introspect into the descriptor and understand all the combinations for how to satisfy it (say a complex miniscript) but also it would want to know that each key in the descriptor can sign as well.

This would be a great feature for bdk v2, once they figure out what they want to do about the signing capability of BDK

@matthiasdebernardini matthiasdebernardini added the new feature New feature or request label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Discussion
Development

No branches or pull requests

1 participant