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 rewards API should return the whistleblower reward
Are you talking about whistleblower reward for a) whistleblower himself or b) proposer including the slashing? If former, currently there is no reward given to whistleblower. whistleblower_index in the spec is always None and thus the reward goes to the proposer instead. If latter, slashing rewards for proposer can already be queried using block rewards endpoint.
The rewards API should return the slashing penalty for a slashed validator
Yea we can extend the block rewards endpoint to include slashing penalty info like which validator gets proposer/attester slashed and by how much and its initial penalty. For correlation penalty, it will be hard to calculate. I can draft something up if this is deemed useful.
Yea we can extend the block rewards endpoint to include slashing penalty info like which validator gets proposer/attester slashed and by how much. I can draft something up
Description
The text was updated successfully, but these errors were encountered: