You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature - Add support for constructing sBTC burn transactions
1. Description
1.1 Context & Purpose
An important part of the sBTC deposit-withdrawal lifecycle done by the signers is calling the stacks contracts to mint and burn sBTC. To do that, we need to support constructing stacks contract call transactions. This ticket is for adding support for constructing the sBTC burn stacks transaction.
2. Technical Details:
2.1 Acceptance Criteria:
Given the sBTC burn contract address and the burn function interface, add support for making a properly formatted request to a stacks node for the contract call. The transaction does not need to contain a valid signature.
This ticket only relates to the "withdrawal-accept" contract call, which relates to #96.
3. Related Issues and Pull Requests (optional):
This is part of #44 and recently came up during this discussion #228 (comment).
djordon
changed the title
[Feature]: Add support for broadcasting sBTC burn transactions
[Feature]: Add support for constructing sBTC burn transactions
Jul 5, 2024
Feature - Add support for constructing sBTC burn transactions
1. Description
1.1 Context & Purpose
An important part of the sBTC deposit-withdrawal lifecycle done by the signers is calling the stacks contracts to mint and burn sBTC. To do that, we need to support constructing stacks contract call transactions. This ticket is for adding support for constructing the sBTC burn stacks transaction.
2. Technical Details:
2.1 Acceptance Criteria:
This ticket only relates to the "withdrawal-accept" contract call, which relates to #96.
3. Related Issues and Pull Requests (optional):
This is part of #44 and recently came up during this discussion #228 (comment).
The text was updated successfully, but these errors were encountered: