adding michael commits

This commit is contained in:
Michael Sproul
2025-12-11 12:33:39 +11:00
committed by hopinheimer
parent 491b69f364
commit 3e3ccba1a6
6 changed files with 54 additions and 16 deletions

View File

@@ -111,7 +111,7 @@ pub struct ProtoNode {
#[ssz(with = "four_byte_option_usize")]
pub best_descendant: Option<usize>,
/// Indicates if an execution node has marked this block as valid. Also contains the execution
/// block hash.
/// block hash. This is only used pre-Gloas.
#[superstruct(only(V17), partial_getter(copy))]
pub execution_status: ExecutionStatus,
#[superstruct(getter(copy))]