We could not send vesting to many users in one proposal #834
Problem We had only single-recipient vesting transfer. So if we needed to vest tokens to many addresses, we had to add many separate messages into one governance proposal.
Main limitation Governance proposals have practical size/count limits. With many recipients, the proposal became too large (too many messages), and distribution could not be done in one clean operation.
Why we solved it We needed a simple way to send vesting to many addresses at once, in one proposal, to avoid splitting into multiple proposals and reduce operational risk.
Target result Add one batch vesting message so one proposal can include many recipients and execute the distribution in a single run.
Assign this task to me plz.
🔄 Auto-synced from Issue #834 every hour.