-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Feature]: Use mempool for transactions spending the signers' UTXO #759
Labels
sbtc signer binary
The sBTC Bootstrap Signer.
signer communication
Communication across sBTC bootstrap signers.
Milestone
Comments
3 tasks
djordon
added
sbtc signer binary
The sBTC Bootstrap Signer.
signer communication
Communication across sBTC bootstrap signers.
unplanned
An issue that was originally not part of the Milestone planning
labels
Nov 2, 2024
djordon
changed the title
Scan the mempool for transactions spending the signers' UTXO. This can be done using
Use mempool for transactions spending the signers' UTXO
Nov 2, 2024
gettxspendingprevout
and getmempooldescendants
.
djordon
changed the title
Use mempool for transactions spending the signers' UTXO
[Feature] Use mempool for transactions spending the signers' UTXO
Nov 2, 2024
djordon
changed the title
[Feature] Use mempool for transactions spending the signers' UTXO
[Feature]: Use mempool for transactions spending the signers' UTXO
Nov 2, 2024
aldur
removed
the
unplanned
An issue that was originally not part of the Milestone planning
label
Nov 5, 2024
1 task
Merged
4 tasks
Merged
4 tasks
4 tasks
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
sbtc signer binary
The sBTC Bootstrap Signer.
signer communication
Communication across sBTC bootstrap signers.
Feature - Use mempool for transactions spending the signers' UTXO
1. Description
This is a part of #758, and shares the same description, context and purpose.
2. Technical Details:
We can scan the bitcoin mempool for transactions spending the signers' UTXO using
gettxspendingprevout
andgetmempooldescendants
.2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered: