[go: up one dir, main page]

Accuser: attestations with different slots are not denunced under feature flag

What

The accuser no longer denounces attestations when their only difference is their slot, under aggregate_attestation feature flag.

Why

Double attestating evidence with different slots are no longer (or won't be in a near future) slashed under aggregate_attestation feature flag.

The accuser should be updated accordingly to no longer denounce attestations because of different slots, under aggregate_attestation feature flag.

How

Manually testing the MR

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by Adam

Merge request reports

Loading