Revert Gloas API changes from 9092 (#9151)

This reverts commit 2749e18d0e, from:

- #9092

We no longer need those changes since the abolition of pending/full states.


  


Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Michael Sproul
2026-04-21 17:23:07 +10:00
committed by GitHub
parent cf3d5e285e
commit 02c2841db0
3 changed files with 15 additions and 54 deletions

View File

@@ -125,15 +125,7 @@ impl fmt::Display for BlockId {
pub enum StateId {
Head,
Genesis,
/// Pre-gloas the finalized state is the checkpoint block state
/// advanced to the epoch boundary.
/// Post-gloas this state is always the checkpoint post-block state and is not advanced
/// to the epoch boundary.
Finalized,
/// Pre-gloas the justified state is the checkpoint block state
/// advanced to the epoch boundary.
/// Post-gloas this state is always the checkpoint post-block state and is not advanced
/// to the epoch boundary.
Justified,
Slot(Slot),
Root(Hash256),