Merge branch 'unstable' into gloas-proposer-preferences-duty-fix

This commit is contained in:
Eitan Seri-Levi
2026-05-31 03:03:40 -07:00
committed by GitHub
131 changed files with 3083 additions and 3806 deletions

View File

@@ -169,7 +169,7 @@ impl<S: ValidatorStore + 'static, T: SlotClock + 'static> ProposerPreferencesSer
proposal_slot: duty.slot,
validator_index: duty.validator_index,
fee_recipient,
gas_limit: proposal_data.gas_limit,
target_gas_limit: proposal_data.gas_limit,
},
));
}