Skip to content

feat: add mint_batch — admin mints tokens to multiple addresses in one call#373

Merged
BigBen-7 merged 2 commits into
Lead-Studios:mainfrom
devwums:feat/issue-204-mint-batch
May 31, 2026
Merged

feat: add mint_batch — admin mints tokens to multiple addresses in one call#373
BigBen-7 merged 2 commits into
Lead-Studios:mainfrom
devwums:feat/issue-204-mint-batch

Conversation

@devwums
Copy link
Copy Markdown
Contributor

@devwums devwums commented May 30, 2026

Summary

  • Create src/batch.rs with BatchEntry contracttype and mint_batch
  • Validates admin, credits each recipient, increases supply, emits batch_mint summary event
  • Rejects batches larger than 50 entries
  • Tests cover happy path and limit guard

Closes #204

@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 b5d1234 into Lead-Studios:main May 31, 2026
1 check failed
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 mint_batch — admin mints tokens to multiple addresses in one call

2 participants