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
As an implementor, I want slash bad-acting proposers based on epoch rather than slot, so that bad-acting proposers are slashed in accordance with the beacon chain spec.
Acceptance Criteria
During the proposer_slashing routine in the per-block processing logic, verify that the epoch is the same in the proposal data, as opposed to the slot. See linked PR for code.
Description
As an implementor, I want slash bad-acting proposers based on epoch rather than slot, so that bad-acting proposers are slashed in accordance with the beacon chain spec.
Acceptance Criteria
proposer_slashing
routine in the per-block processing logic, verify that the epoch is the same in the proposal data, as opposed to the slot. See linked PR for code.Additional Information
See ethereum/consensus-specs#762
The text was updated successfully, but these errors were encountered: