mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Rename eip4844 to deneb (#4129)
* rename 4844 to deneb * rename 4844 to deneb * move excess data gas field * get EF tests working * fix ef tests lint * fix the blob identifier ef test * fix accessed files ef test script * get beacon chain tests passing
This commit is contained in:
@@ -50,7 +50,11 @@ excluded_paths = [
|
||||
# some bls tests are not included now
|
||||
"bls12-381-tests/deserialization_G1",
|
||||
"bls12-381-tests/deserialization_G2",
|
||||
"bls12-381-tests/hash_to_G2"
|
||||
"bls12-381-tests/hash_to_G2",
|
||||
# FIXME(sean)
|
||||
"tests/mainnet/capella/light_client/single_merkle_proof/BeaconBlockBody/*",
|
||||
"tests/mainnet/deneb/light_client/single_merkle_proof/BeaconBlockBody/*",
|
||||
"tests/general/deneb/kzg"
|
||||
]
|
||||
|
||||
def normalize_path(path):
|
||||
|
||||
Reference in New Issue
Block a user