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 store bitcoin sighashes and decisions #794

Open
1 task
djordon opened this issue Nov 8, 2024 · 0 comments
Open
1 task

[Feature]: Signers store bitcoin sighashes and decisions #794

djordon opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
sbtc signer binary The sBTC Bootstrap Signer.

Comments

@djordon
Copy link
Contributor

djordon commented Nov 8, 2024

Feature - Signers store bitcoin sighashes and decisions

1. Description

This is ticket corresponds to point (5) in 3.1 in #782. Signers stores sighash digests, along with whether they will sign for them, in their databases.

1.1 Context & Purpose

Each signer records their decision for easy look-up before participating in a signing round.

2. Technical Details:

We need a new table that stores the sighashes and the signers decisions.

2.1 Acceptance Criteria:

  • Signers store enough information in the database to know whether they will participate in a signing round for a sighash.

3. Related Issues and Pull Requests (optional):

Relates to:

@djordon djordon added the sbtc signer binary The sBTC Bootstrap Signer. label Nov 8, 2024
@djordon djordon added this to the sBTC: Deposit ready milestone Nov 8, 2024
@djordon djordon added this to sBTC Nov 8, 2024
@github-project-automation github-project-automation bot moved this to Needs Triage in sBTC Nov 8, 2024
@djordon djordon moved this from Needs Triage to Todo in sBTC Nov 8, 2024
@Jiloc Jiloc self-assigned this Nov 14, 2024
@Jiloc Jiloc moved this from Todo to In Progress in sBTC Nov 14, 2024
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

No branches or pull requests

2 participants