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
Minimize the differences between x/slashing and its upstream's, especially on /cosmos.slashing.v1beta1.ValidatorSigningInfo.
Problem Definition
Before cosmos/cosmos-sdk#10312 resolved, we should have introduced the additional field VoterSetCounter into ValidatorSigningInfo, because our consensus engine does not guarantee that every bonded validator participate in the vote every time (it's on purpose). Now the issue has been resolved, and we can revert the changes on proto, which minimizes the burden on tracking the upstream.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Minimize the differences between x/slashing and its upstream's, especially on
/cosmos.slashing.v1beta1.ValidatorSigningInfo
.Problem Definition
Before cosmos/cosmos-sdk#10312 resolved, we should have introduced the additional field
VoterSetCounter
intoValidatorSigningInfo
, because our consensus engine does not guarantee that every bonded validator participate in the vote every time (it's on purpose). Now the issue has been resolved, and we can revert the changes on proto, which minimizes the burden on tracking the upstream.For Admin Use
The text was updated successfully, but these errors were encountered: