Skip to content

feat(tbtc): implement self_v1 signer completion#3885

Merged
mswilkison merged 2 commits intofeat/psbt-covenant-final-project-prfrom
feat/covenant-selfv1-signing
Mar 9, 2026
Merged

feat(tbtc): implement self_v1 signer completion#3885
mswilkison merged 2 commits intofeat/psbt-covenant-final-project-prfrom
feat/covenant-selfv1-signing

Conversation

@mswilkison
Copy link

Summary

  • wire the covenant signer server to a real engine from tbtc instead of the passive stub
  • add the first real self_v1 signer path that fetches the active outpoint, verifies the reserved migration destination and transaction plan, signs the canonical maturity spend, and returns READY with transactionHex + deterministic artifact hash
  • extend the bitcoin transaction builder with explicit locktime/sequence/witness controls and add end-to-end signer coverage

Testing

  • go test ./pkg/bitcoin ./pkg/covenantsigner
  • go test ./pkg/tbtc -run TestCovenantSignerEngine_SubmitSelfV1Ready -v
  • go test ./config ./cmd

@mswilkison mswilkison merged commit 1e1dbc7 into feat/psbt-covenant-final-project-pr Mar 9, 2026
12 of 14 checks passed
@mswilkison mswilkison deleted the feat/covenant-selfv1-signing branch March 9, 2026 15:57
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.

1 participant