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]: Create complete-deposit transactions #563

Open
1 task
djordon opened this issue Sep 24, 2024 · 0 comments
Open
1 task

[Feature]: Create complete-deposit transactions #563

djordon opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
sbtc bootstrap signer The sBTC Bootstrap Signer.

Comments

@djordon
Copy link
Contributor

djordon commented Sep 24, 2024

Feature - Create complete-deposit transactions

1. Description

The signer coordinator needs to put together stacks transactions for minting sBTC by creating a complete-deposit transaction. This ticket is for generating the stacks transaction (or in this case the CompleteDepositV1 struct) that can pass validation by other signers.

1.1 Context & Purpose

We need to actually generate the stacks transaction before we could submit it for other signers to sign. Luckily we know validation will look like, so we know what a properly created transaction will look like.

2. Technical Details:

2.1 Acceptance Criteria:

  • We have the code that creates a complete-deposit smart contract call object for deposits that have been swept in.

3. Related Issues and Pull Requests (optional):

This ticket is part of #320.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sbtc bootstrap signer The sBTC Bootstrap Signer.
Projects
None yet
Development

No branches or pull requests

1 participant