You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Process snapshot to output VoterHIR
Use VoterHIR as the output format for the snapshot
tool
* Add cap for voting influence in snapshot
Limit overall influence of actors in an election by capping their
maximum voting power at arbitrary levels.
Since a lot of configurations are going in the snapshot process,
I'm thinking of having it output two different artifacts:
the list of VoterHIRs, as already proposed, and another one which
is a light wrapper around VoterHIR which contains contributions
from snapshot, to be used for the reward process.
I'm proposing to keep the separate because the first one is
more general, while the second one is tied to our current
deployment and more likely to change.
* update rewards
* add test for representatives
* add missing cli options
* simplify direct voter rewards
* remove unused import
0 commit comments