mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-29 11:54:51 +00:00
f4798370aa
* Fix bug whereby `intersection` (replaced by `slashable_indices `) could be non-empty, but no validator gets penalized because they were all already penalized. * Rename `SlashableVote` to `SlashableAttestation` (for consistency with `Attestation`, and to avoid having "Vote" be a synonym of "Attestation"). * Rename `slot_included` to `inclusion_slot` for consistency with the `_slot` (and `_epoch`) postfix convention * Homogenise ordering of fields in `Attestation` and `SlashableAttestation` objects (one has an `aggregation_bitfield` instead of the other's `validator_indices`). * Homogenise ordering of fields in `Attestation` and `PendingAttestation` objects (one has an `aggregate_signature` instead of the other's `inclusion_slot`). * Light presentation cleanup