Skip to content

feat: add bulk_distribute — distribute multiple splits in a single invocation#365

Open
soundsng wants to merge 1 commit into
Lead-Studios:mainfrom
soundsng:feat/issue-188-bulk-distribute
Open

feat: add bulk_distribute — distribute multiple splits in a single invocation#365
soundsng wants to merge 1 commit into
Lead-Studios:mainfrom
soundsng:feat/issue-188-bulk-distribute

Conversation

@soundsng
Copy link
Copy Markdown

Summary

  • Add bulk_distribute(e, caller, split_ids) to splitter.rs
  • Pre-validates caller is sender for every ID before touching any funds
  • Rejects batches larger than 10 IDs
  • Tests cover the happy-path (2 splits) and the limit guard (11 IDs)

Closes #188

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@soundsng 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

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 bulk_distribute — distribute multiple splits in a single contract invocation

1 participant