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

Clarity Deposit Function #86

Open
1 of 2 tasks
setzeus opened this issue Apr 30, 2024 · 1 comment
Open
1 of 2 tasks

Clarity Deposit Function #86

setzeus opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels
clarity The clarity smart contracts.

Comments

@setzeus
Copy link
Collaborator

setzeus commented Apr 30, 2024

1. Summary

This issue is a kickoff issue related to #56. Here we'll implement the only two functions signers will call to complete a deposit: 'deposit-accept' & 'deposit-accept-many.'

2. Context & Purpose

The purpose of this issue is to successfully implement the most critical functions for depositing into the sBTC protocol. Called by the bootstrap signer set, the 'deposit-accept' functions result in a user (specific in payload) receiving some amount of sBTC.

3. Deliverables

  • Implement 'deposit-accept' function
  • Implement 'deposit-accept-many' function
@setzeus setzeus added the clarity The clarity smart contracts. label Apr 30, 2024
@setzeus setzeus self-assigned this Apr 30, 2024
@setzeus
Copy link
Collaborator Author

setzeus commented May 30, 2024

The main 'complete-deposit-wrapper' function is already included, now working on the 'many' variation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarity The clarity smart contracts.
Projects
None yet
Development

No branches or pull requests

1 participant