-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potential poll exclusion via ( (poll length) >(cpid & stake).age ) #219
Comments
I have received this as well on the 1 year polls. Anyone joining in after a poll is created will be unable to join a poll. Maybe we should modify it so that anyone, even those joining in after the creation of the poll, can vote during the last days? What is the meaning of this limitation? |
The idea behind this might be that you cannot vote twice with your coins. This prevents you from voting, transfer your coins to a new address and vote again. |
Can't see the reason for this since you can vote and then move your coins to another address. What prevents me from doing that when I can vote later on, after I cast my vote? |
A quick modification of the Gridcoin client code (and a self-compile) can result in this check being entirely eliminated, there are no checks performed against cast votes - it's all client side. |
Closed by #1809. |
If you set a large poll duration, then more users will be unable to participate in the poll. We've been creating longer duration polls recently (2 1 year polls, several technical polls which last months).
On one hand, this prevents users who have been inactive (cold storage) from suddenly participating (somewhat encouraging these individuals to actively stake), on the other hand we exclude new users from polls with a large poll duration.
Perhaps this is causing low vote weight participation?
Thoughts?
The text was updated successfully, but these errors were encountered: