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

[Feature]: Signers create bitcoin sighashes for bitcoin sign requests #798

Open
1 task
djordon opened this issue Nov 8, 2024 · 0 comments · May be fixed by #849
Open
1 task

[Feature]: Signers create bitcoin sighashes for bitcoin sign requests #798

djordon opened this issue Nov 8, 2024 · 0 comments · May be fixed by #849
Assignees
Labels
sbtc signer binary The sBTC Bootstrap Signer.

Comments

@djordon
Copy link
Contributor

djordon commented Nov 8, 2024

Feature - Signers create bitcoin sighashes for bitcoin sign requests

1. Description

This is ticket corresponds to point (4) in 3.1 in #782. Signers generate sighash digests, from the incoming sign request.

1.1 Context & Purpose

Each signer generates the bitcoin transaction and associated sighashes from the sign request.

2. Technical Details:

Each signer needs to load the current bitcoin state and use that to generate an UnsignedTransaction. Once they have that they can easily create sighashes.

2.1 Acceptance Criteria:

  • Signers fetch the BTC state from the database and construct a transaction and sighash.

3. Related Issues and Pull Requests (optional):

Relates to:

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.
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant