Oracles POA Network BallotsManager contract features checklist (old) - oraclesorg/oracles-contract GitHub Wiki

Description Status
1 Mining/payout/voting keys can be changed by owner anytime good
2 Ballot management is accessed only with valid voting key good
3 Ballot creation isn't possible, if limit of licenses distribution (52) is reached good
4 Ballot creation to add notary isn't possible, if notary is already added to PoA good
5 Ballot creation to add/remove notary isn't possible, if notary was removed from PoA before good
6 Voting is accessed only with valid voting key good
7 Voter is able to vote for the same ballot only once good
8 Voting is prohibited after ballot's expiration good
9 Ballot is successfully finished, if total amount of voters >= 3 good
10 If ballot is successfully finished, removing or adding of notary is started only if amount of votes for > amount of votes against good