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
this isn't a critical bug, it's more just overkill.
OnValidatorModified withdraws all the fees of the validator including commission to the validators liquid account. This makes sense to occur for:
validator commission rate changes
validator changes self-bond
This procedure contains all the necessary updates but also more for:
validator power change due to (non-self) delegation
really we should create a new type of function hook which is used for non-self delegations. This hook does not need to force the validator to withdraw their rewards to their liquid account, but does require them to withdraw global pool accum.
going to think about this more - maybe not even a bad idea to just leave this anyways.
CC @cwgoes
The text was updated successfully, but these errors were encountered:
Ref #2764 (comment)
this isn't a critical bug, it's more just overkill.
OnValidatorModified withdraws all the fees of the validator including commission to the validators liquid account. This makes sense to occur for:
This procedure contains all the necessary updates but also more for:
really we should create a new type of function hook which is used for non-self delegations. This hook does not need to force the validator to withdraw their rewards to their liquid account, but does require them to withdraw global pool accum.
going to think about this more - maybe not even a bad idea to just leave this anyways.
CC @cwgoes
The text was updated successfully, but these errors were encountered: