mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
Fixes after rebasing Kintsugi onto unstable (#2799)
* Fix fork choice after rebase * Remove paulhauner warp dep * Fix fork choice test compile errors * Assume fork choice payloads are valid * Add comment * Ignore new tests * Fix error in test skipping
This commit is contained in:
@@ -32,9 +32,16 @@ excluded_paths = [
|
||||
# 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",
|
||||
# Merkle-proof tests for light clients
|
||||
"tests/mainnet/altair/merkle/single_proof/pyspec_tests/",
|
||||
"tests/minimal/altair/merkle/single_proof/pyspec_tests/"
|
||||
"tests/mainnet/altair/merkle/single_proof",
|
||||
"tests/minimal/altair/merkle/single_proof",
|
||||
"tests/mainnet/merge/merkle/single_proof",
|
||||
"tests/minimal/merge/merkle/single_proof",
|
||||
# Fork choice tests featuring PoW blocks
|
||||
"tests/minimal/merge/fork_choice/on_merge_block/",
|
||||
"tests/mainnet/merge/fork_choice/on_merge_block/"
|
||||
]
|
||||
|
||||
def normalize_path(path):
|
||||
|
||||
Reference in New Issue
Block a user