Skip to content

feat: add transfer_batch — send tokens to multiple recipients in one call#372

Merged
BigBen-7 merged 1 commit into
Lead-Studios:mainfrom
devwums:feat/issue-203-transfer-batch
May 31, 2026
Merged

feat: add transfer_batch — send tokens to multiple recipients in one call#372
BigBen-7 merged 1 commit into
Lead-Studios:mainfrom
devwums:feat/issue-203-transfer-batch

Conversation

@devwums
Copy link
Copy Markdown
Contributor

@devwums devwums commented May 30, 2026

Summary

  • Create src/batch.rs with BatchEntry contracttype and transfer_batch
  • Deducts from from and credits each recipient; emits a batch_xfer summary event
  • Rejects batches larger than 50 entries
  • Tests cover happy path and limit guard

Closes #203

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@devwums Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@BigBen-7 BigBen-7 merged commit e44a29e into Lead-Studios:main May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add transfer_batch — send tokens to multiple recipients in a single contract call

2 participants