mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 20:32:45 +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:
@@ -699,7 +699,7 @@ mod test {
|
||||
|
||||
#[tokio::test]
|
||||
async fn empty_data_column_sidecars_fails_validation() {
|
||||
let spec = ForkName::latest().make_genesis_spec(E::default_spec());
|
||||
let spec = ForkName::Fulu.make_genesis_spec(E::default_spec());
|
||||
let harness = BeaconChainHarness::builder(E::default())
|
||||
.spec(spec.into())
|
||||
.deterministic_keypairs(64)
|
||||
|
||||
Reference in New Issue
Block a user