Move gloas http logic to modules.

This commit is contained in:
Jimmy Chen
2026-02-05 12:25:40 +11:00
parent f9bfaf9da6
commit 339ba6e143
10 changed files with 321 additions and 258 deletions

View File

@@ -1718,7 +1718,7 @@ pub type JsonProduceBlockV3Response<E> =
pub enum FullBlockContents<E: EthSpec> {
/// This is a full deneb variant with block and blobs.
BlockContents(BlockContents<E>),
/// This variant is for all pre-deneb full blocks.
/// This variant is for all pre-deneb full blocks or post-gloas beacon block.
Block(BeaconBlock<E>),
}