mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Range sync
This commit is contained in:
@@ -46,6 +46,7 @@ impl<E: EthSpec> LookupBlock<E> {
|
||||
/// This includes any and all blobs/columns required, including zero if
|
||||
/// none are required. This can happen if the block is pre-deneb or if
|
||||
/// it's simply past the DA boundary.
|
||||
#[derive(Clone)]
|
||||
pub enum RangeSyncBlock<E: EthSpec> {
|
||||
Base(AvailableBlock<E>),
|
||||
Gloas {
|
||||
|
||||
@@ -48,7 +48,7 @@ pub struct EnvelopeImportData<E: EthSpec> {
|
||||
_phantom: PhantomData<E>,
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
#[allow(dead_code)]
|
||||
pub struct AvailableEnvelope<E: EthSpec> {
|
||||
execution_block_hash: ExecutionBlockHash,
|
||||
|
||||
Reference in New Issue
Block a user