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
We added new input parameters to some of the contract calls as part of #583, #547, and #488. We should update the withdrawal-requests and completed-deposits maps in the registry with the sweep-txid, sweep-burn-hash, and sweep-burn-height values when completing the deposit and accepting the withdrawal request.
1.1 Context & Purpose
Adding this data is mainly for "completeness" of the protocol, and to give some flexibility of the signers (or any other observers) getting up-to-date data, even if they miss a webhook from stacks-core.
2. Technical Details:
2.1 Acceptance Criteria:
Store the sweep-txid, sweep-burn-hash, and sweep-burn-height data in the completed-deposits map.
Store the sweep-txid, sweep-burn-hash, and sweep-burn-height data in the withdrawal-requests map.
Feature - Add new fields to sbtc clarity maps
1. Description
We added new input parameters to some of the contract calls as part of #583, #547, and #488. We should update the
withdrawal-requests
andcompleted-deposits
maps in the registry with thesweep-txid
,sweep-burn-hash
, andsweep-burn-height
values when completing the deposit and accepting the withdrawal request.1.1 Context & Purpose
Adding this data is mainly for "completeness" of the protocol, and to give some flexibility of the signers (or any other observers) getting up-to-date data, even if they miss a webhook from stacks-core.
2. Technical Details:
2.1 Acceptance Criteria:
sweep-txid
,sweep-burn-hash
, andsweep-burn-height
data in thecompleted-deposits
map.sweep-txid
,sweep-burn-hash
, andsweep-burn-height
data in thewithdrawal-requests
map.3. Related Issues and Pull Requests (optional):
relates to
accept-withdrawal
transactions #547,The text was updated successfully, but these errors were encountered: