mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Update to spec v1.1.8 (#2893)
## Proposed Changes Change the canonical fork name for the merge to Bellatrix. Keep other merge naming the same to avoid churn. I've also fixed and enabled the `fork` and `transition` tests for Bellatrix, and the v1.1.7 fork choice tests. Additionally, the `BellatrixPreset` has been added with tests. It gets served via the `/config/spec` API endpoint along with the other presets.
This commit is contained in:
@@ -30,18 +30,11 @@ excluded_paths = [
|
||||
# LightClientUpdate
|
||||
"tests/.*/.*/ssz_static/LightClientUpdate",
|
||||
# LightClientSnapshot
|
||||
"tests/minimal/altair/ssz_static/LightClientSnapshot",
|
||||
"tests/mainnet/altair/ssz_static/LightClientSnapshot",
|
||||
"tests/minimal/merge/ssz_static/LightClientSnapshot",
|
||||
"tests/mainnet/merge/ssz_static/LightClientSnapshot",
|
||||
"tests/.*/.*/ssz_static/LightClientSnapshot",
|
||||
# Merkle-proof tests for light clients
|
||||
"tests/mainnet/altair/merkle/single_proof",
|
||||
"tests/minimal/altair/merkle/single_proof",
|
||||
"tests/mainnet/merge/merkle/single_proof",
|
||||
"tests/minimal/merge/merkle/single_proof",
|
||||
# FIXME(merge): Merge transition tests are now available but not yet passing
|
||||
"tests/mainnet/merge/transition/",
|
||||
"tests/minimal/merge/transition/",
|
||||
"tests/.*/.*/merkle/single_proof",
|
||||
# One of the EF researchers likes to pack the tarballs on a Mac
|
||||
".*\.DS_Store.*"
|
||||
]
|
||||
|
||||
def normalize_path(path):
|
||||
|
||||
Reference in New Issue
Block a user