Merge branch 'unstable' into gloas-head-block-number

This commit is contained in:
Eitan Seri-Levi
2026-06-11 08:04:01 -07:00
committed by GitHub
92 changed files with 6037 additions and 3172 deletions

View File

@@ -152,7 +152,7 @@ impl ForkChoiceTestDefinition {
pub fn run(self) {
let spec = self.spec.unwrap_or_else(|| {
let mut spec = MainnetEthSpec::default_spec();
spec.proposer_score_boost = Some(50);
spec.proposer_score_boost = 50;
// Legacy test definitions target pre-Gloas behaviour unless explicitly overridden.
spec.gloas_fork_epoch = None;
spec