Expand description
Delta encoding for fixed-size SSZ FIFO queues.
A queue transition is represented as the number of items consumed from the front of the queue together with the raw SSZ bytes of newly appended items.
This encoding is suitable for append-only FIFO structures such as the Electra pending operation queues.
Functionsยง
- apply_
fifo_ queue - Applies a FIFO queue delta in place.
- diff_
fifo_ queue - Computes the delta between two serialized FIFO queues.