[WIP] Add function to batch votings #20

Closed
bumi wants to merge 1 commits from features/batch-voting into master

1 Commits

Author SHA1 Message Date
c9f2e67594 Add function to batch votings
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.
2018-04-08 14:56:32 +02:00