67P / kredits-contracts

:warning: [MOVED] Smart contracts and JS API for Kosmos Kredits
https://gitea.kosmos.org/kredits/contracts
4 stars 4 forks source link

Batch proposal voting #19

Closed bumi closed 6 years ago

bumi commented 6 years ago

Right now it is only possible to vote for one proposal. To make it quicker it should be possible to vote in batches with one transaction.

PR: https://github.com/67P/truffle-kredits/pull/20

bumi commented 6 years ago

potential problems:

raucao commented 6 years ago

Both variably and fixed size arrays are supported in storage and as parameters of external functions: ...

https://ethereumbuilders.gitbooks.io/guide/content/en/solidity_tutorials.html

raucao commented 6 years ago

Actually, this is kind of obsolete, now that votes are not the normal means of confirming contributions anymore. Closing for now.