mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Gloas serve post block state for finalized/justified state requests (#9092)
Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com> Co-Authored-By: Pawan Dhananjay <pawandhananjay@gmail.com>
This commit is contained in:
@@ -125,7 +125,15 @@ 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