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]: Send-Many Functions #934

Closed
1 task
setzeus opened this issue Nov 25, 2024 · 0 comments · Fixed by #969
Closed
1 task

[Feature]: Send-Many Functions #934

setzeus opened this issue Nov 25, 2024 · 0 comments · Fixed by #969
Assignees
Labels
clarity The clarity smart contracts.

Comments

@setzeus
Copy link
Collaborator

setzeus commented Nov 25, 2024

Feature - Adding A 'Send-Many' Function To The sBTC Token Contract

1. Description

As pointed out by @friedger, the 'send-many' feature is seen in most sip-10 projects & critical to many projects that need to send tokens to more than one person at a time. Instead of forcing users & contracts to call many times, we should add a 'send-many' function to the existing contract.

1.1 Context & Purpose

As mentioned above, it's not part of sip-10, but most fungible tokens these days include a 'send-many' function for common use-cases; there are a lot of pros & no immediate cons that come to mind in implementing this.

2. Technical Details:

Need to add a single function to the sBTC Token Contract.

2.1 Acceptance Criteria:

  • Can send multiple transactions with one contract call

3. Related Issues and Pull Requests (optional):

@setzeus setzeus self-assigned this Nov 25, 2024
@friedger friedger added the clarity The clarity smart contracts. label Nov 28, 2024
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

Successfully merging a pull request may close this issue.

2 participants