heze block prod

This commit is contained in:
Eitan Seri-Levi
2026-04-30 13:10:11 +02:00
parent b4ac2eefda
commit 12d31dbfbf
2 changed files with 46 additions and 7 deletions

View File

@@ -544,7 +544,11 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
| BeaconState::Capella(_)
| BeaconState::Deneb(_)
| BeaconState::Electra(_)
| BeaconState::Fulu(_)
| BeaconState::Fulu(_) => {
return Err(BlockProductionError::GloasNotImplemented(
"complete_partial_beacon_block_gloas called with pre-Gloas state".to_owned(),
));
},
BeaconState::Gloas(_) => BeaconBlock::Gloas(BeaconBlockGloas {
slot,
proposer_index,