Expand description
Delta encoding for the Eth1 data vote list.
Eth1 data votes accumulate during an Eth1 voting period and are reset when the voting period changes. This module represents those transitions using either an append-only update or a complete replacement.
The delta operates directly on the serialized SSZ representation and does not deserialize individual Eth1 data values.
Functionsยง
- apply_
eth1_ votes - Applies an Eth1 data vote delta to a serialized vote list in place.
- diff_
eth1_ votes - Computes a delta between two serialized Eth1 data vote lists.