Merge unstable into gloas-containers.

Co-authored-by: ethDreamer <mark@sigmaprime.io>
This commit is contained in:
Jimmy Chen
2025-12-05 10:43:29 +11:00
parent 8c83d92e2a
commit 7c789aaf4f
182 changed files with 2979 additions and 2439 deletions

View File

@@ -7,7 +7,7 @@ use lighthouse_network::rpc::{RequestType, methods::*};
use lighthouse_network::service::api_types::AppRequestId;
use lighthouse_network::{NetworkEvent, ReportSource, Response};
use ssz::Encode;
use ssz_types::VariableList;
use ssz_types::{RuntimeVariableList, VariableList};
use std::sync::Arc;
use std::time::{Duration, Instant};
use tokio::runtime::Runtime;
@@ -17,7 +17,7 @@ use types::{
BeaconBlock, BeaconBlockAltair, BeaconBlockBase, BeaconBlockBellatrix, BeaconBlockHeader,
BlobSidecar, ChainSpec, DataColumnSidecar, DataColumnsByRootIdentifier, EmptyBlock, Epoch,
EthSpec, FixedBytesExtended, ForkName, Hash256, KzgCommitment, KzgProof, MinimalEthSpec,
RuntimeVariableList, Signature, SignedBeaconBlock, SignedBeaconBlockHeader, Slot,
Signature, SignedBeaconBlock, SignedBeaconBlockHeader, Slot,
};
type E = MinimalEthSpec;