mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-25 16:58:28 +00:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user