Merge branch 'gloas-fix-proposer-pref-gossip-verification' into gloas-alpha-spec-9

This commit is contained in:
Eitan Seri-Levi
2026-06-11 18:10:48 +03:00
8 changed files with 199 additions and 60 deletions

View File

@@ -2925,7 +2925,7 @@ impl ApiTester {
.expect("slot index should be in lookahead") as usize;
let preferences = ProposerPreferences {
dependent_root: Hash256::ZERO,
dependent_root: head.beacon_block_root,
proposal_slot,
validator_index: validator_index as u64,
fee_recipient: Address::repeat_byte(0xaa),