[WIP] Add function to batch votings #20
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "features/batch-voting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The batchVote function accepts an array of proposal ids and votes for
every one.
Normally arrays without fix length are problematic and gas usage can not be
estimated really well. So we need to see how that works or what other
pattern could be used.
lgtm 👍
generally we need to keep an eye on the fees as those will ne n times vote(). and maybe n proposals will be executed (also see #10 for discussion)
That would be an acceptable scenario, as one would have to pay the same fee for all seperate vote transactions in this case.
Pull request closed