Expand description
Delta encoding for Phase0 pending attestations.
current_epoch_attestations is an append-only log during an epoch.
previous_epoch_attestations is completely replaced at epoch boundaries.
Functionsยง
- apply_
attestations - Applies an attestation delta in place.
- diff_
attestations_ append - Diffs an append-only attestation list (e.g.,
current_epoch_attestations). - diff_
attestations_ replacement - Diffs a replaced attestation list (e.g.,
previous_epoch_attestations).