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
{{ message }}
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
For certain use cases, different participants may have different voting weight; i.e. their votes count more or less than other participants. We'd like to implement the input of weighting data for different participant addresses during distribution of the voting tokens, as well as the automatic calculation of voting weights during tallying.
Possibly the easiest way to do this is to issue multiple tokens to each participant according to their weight. However, this may allow users to vote simultaneously for multiple candidates during a voting round. We can therefore split this functionality into 2 modes: one that allows simultaneous voting, and one that disallows simultaneous voting.
The text was updated successfully, but these errors were encountered:
For certain use cases, different participants may have different voting weight; i.e. their votes count more or less than other participants. We'd like to implement the input of weighting data for different participant addresses during distribution of the voting tokens, as well as the automatic calculation of voting weights during tallying.
Possibly the easiest way to do this is to issue multiple tokens to each participant according to their weight. However, this may allow users to vote simultaneously for multiple candidates during a voting round. We can therefore split this functionality into 2 modes: one that allows simultaneous voting, and one that disallows simultaneous voting.
The text was updated successfully, but these errors were encountered: