mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-27 01:33:33 +00:00
Merge devnet 3 (#2859)
## Issue Addressed N/A ## Proposed Changes Changes required for the `merge-devnet-3`. Added some more non substantive renames on top of @realbigsean 's commit. Note: this doesn't include the proposer boosting changes in kintsugi v3. This devnet isn't running with the proposer boosting fork choice changes so if we are looking to merge https://github.com/sigp/lighthouse/pull/2822 into `unstable`, then I think we should just maintain this branch for the devnet temporarily. Co-authored-by: realbigsean <seananderson33@gmail.com> Co-authored-by: Paul Hauner <paul@paulhauner.com>
This commit is contained in:
@@ -39,6 +39,19 @@ excluded_paths = [
|
||||
"tests/minimal/altair/merkle/single_proof",
|
||||
"tests/mainnet/merge/merkle/single_proof",
|
||||
"tests/minimal/merge/merkle/single_proof",
|
||||
# Temporarily disabled due to addition of proposer boosting.
|
||||
#
|
||||
# These tests will be reintroduced in:
|
||||
# https://github.com/sigp/lighthouse/pull/2822
|
||||
"tests/minimal/phase0/fork_choice",
|
||||
"tests/minimal/altair/fork_choice",
|
||||
"tests/minimal/merge/fork_choice",
|
||||
"tests/mainnet/phase0/fork_choice",
|
||||
"tests/mainnet/altair/fork_choice",
|
||||
"tests/mainnet/merge/fork_choice",
|
||||
# Tests yet to be implemented.
|
||||
"tests/mainnet/merge/transition",
|
||||
"tests/minimal/merge/transition",
|
||||
]
|
||||
|
||||
def normalize_path(path):
|
||||
|
||||
Reference in New Issue
Block a user