EIP-8198 -- Beacon Chain Fork Choice¶
Note: This document is a work-in-progress for researchers and implementers.
Introduction¶
EIP-8198 uses SLOT_DURATION_SCHEDULE to map wall-clock time to slots across
historical slot durations. Deadline helpers convert the inherited basis-point
configuration into millisecond offsets using the slot duration at
EIP8198_FORK_EPOCH. Later forks that change slot duration or duty timing MUST
define their own deadline rules.
Note: This specification is built upon Heze.