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
The number of No votes casted can be added up correctly with the individual votes we found. However, this seems not right with the spec of gov module regarding inheritance is explaining.
If the delegator votes before its validator, it will not inherit from the validator's vote.
In my understanding, it means if the validator votes after the delegator, the validator can't override the vote of the delegator. This is not the case in the current tally result. 500K of our delegation is from DokiaCapital which they have voted before Forbole.
I expect the total votes from Forbole would be 500K less than 3.4M but this is not the case. Does validator's vote after delegator override the vote of delegator's original vote? Am I interpreting the meaning of the spec wrongly?
The text was updated successfully, but these errors were encountered:
@kwunyeung Thanks for verifying! This is a known bug, where the tally function was incorrectly handling validators who delegated to other validators (order of votes doesn't matter).
I am verifying the votes on proposal 23. The following are the numbers we see at height
508255
.The number of
No
votes casted can be added up correctly with the individual votes we found. However, this seems not right with the spec ofgov
module regarding inheritance is explaining.https://github.com/cosmos/cosmos-sdk/blob/master/x/gov/spec/01_concepts.md#inheritance
It says,
In my understanding, it means if the validator votes after the delegator, the validator can't override the vote of the delegator. This is not the case in the current tally result. 500K of our delegation is from
DokiaCapital
which they have voted beforeForbole
.https://cosmos.bigdipper.live/validator/cosmosvaloper14kn0kk33szpwus9nh8n87fjel8djx0y070ymmj/delegations
I expect the total votes from
Forbole
would be 500K less than 3.4M but this is not the case. Does validator's vote after delegator override the vote of delegator's original vote? Am I interpreting the meaning of the spec wrongly?The text was updated successfully, but these errors were encountered: