Gloas local block building cleanup (#8834)

Continuation of #8754, some small cleanups and address TODOs


  


Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
This commit is contained in:
Jimmy Chen
2026-02-17 20:22:16 +11:00
committed by GitHub
parent 41291a8aec
commit 4625cb6ab6
5 changed files with 23 additions and 48 deletions

View File

@@ -5262,7 +5262,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
err = ?e,
block_slot = %state.slot(),
?exit,
"Attempted to include an invalid proposer slashing"
"Attempted to include an invalid voluntary exit"
);
})
.is_ok()
@@ -5672,7 +5672,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
}
BeaconState::Gloas(_) => {
return Err(BlockProductionError::GloasNotImplemented(
"Attempting to produce gloas beacn block via non gloas code path".to_owned(),
"Attempting to produce gloas beacon block via non gloas code path".to_owned(),
));
}
};