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

feat: send sbtc requests context to signers and store sighashs to db #954

Merged
merged 117 commits into from
Nov 25, 2024

Conversation

Jiloc
Copy link
Collaborator

@Jiloc Jiloc commented Nov 25, 2024

Description

Closes: #794, #913

Changes

  • construct and sends sbtc requests information from the coordinator to the signers
  • signers use the information to reconstruct sighashes of the transactions and save on db their will of signing each tx.

Checklist:

  • I have performed a self-review of my code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes

Jiloc and others added 22 commits November 21, 2024 16:51
* add is_unique logic

* fix lint warning

* add missing import
@Jiloc Jiloc requested a review from djordon November 25, 2024 19:48
Copy link
Collaborator

@djordon djordon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! This picks up from #905

@Jiloc Jiloc merged commit 0942a4a into main Nov 25, 2024
4 checks passed
@Jiloc Jiloc deleted the feat/validate-bitcoin-transactions branch November 25, 2024 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Signers store bitcoin sighashes and decisions
2 participants