mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Implement PeerDAS Fulu fork activation (#6795)
Addresses #6706 This PR activates PeerDAS at the Fulu fork epoch instead of `EIP_7594_FORK_EPOCH`. This means we no longer support testing PeerDAS with Deneb / Electrs, as it's now part of a hard fork.
This commit is contained in:
@@ -225,10 +225,10 @@ impl StoreItem for BlobInfo {
|
||||
pub struct DataColumnInfo {
|
||||
/// The slot after which data columns are or *will be* available (>=).
|
||||
///
|
||||
/// If this slot is in the future, then it is the first slot of the EIP-7594 fork, from which
|
||||
/// If this slot is in the future, then it is the first slot of the Fulu fork, from which
|
||||
/// data columns will be available.
|
||||
///
|
||||
/// If the `oldest_data_column_slot` is `None` then this means that the EIP-7594 fork epoch is
|
||||
/// If the `oldest_data_column_slot` is `None` then this means that the Fulu fork epoch is
|
||||
/// not yet known.
|
||||
pub oldest_data_column_slot: Option<Slot>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user