EIP-7916: SSZ ProgressiveByteList

This EIP introduces a new Simple Serialize (SSZ) type to make List[T, N] with large capacities N more efficient in cases where the list is much shorter than the capacity.

1 Like
  • Added ProgressiveBitlist
  • Tree now grows to left instead of right
  • Fixed incorrect Bitvector notion in graphic: Unused chunks are padded with 0 chunks instead of default(T) chunks.
  • Simplified Merkleization code