mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 05:18:30 +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:
@@ -49,11 +49,10 @@ excluded_paths = [
|
||||
"bls12-381-tests/hash_to_G2",
|
||||
"tests/.*/eip6110",
|
||||
"tests/.*/whisk",
|
||||
"tests/.*/eip7594",
|
||||
# Fulu tests are not yet being run
|
||||
"tests/.*/fulu",
|
||||
# TODO(electra): SingleAttestation tests are waiting on Eitan's PR
|
||||
"tests/.*/electra/ssz_static/SingleAttestation"
|
||||
"tests/.*/electra/ssz_static/SingleAttestation",
|
||||
"tests/.*/fulu/ssz_static/SingleAttestation",
|
||||
"tests/.*/fulu/ssz_static/MatrixEntry",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user