gloas genesis fix

This commit is contained in:
Eitan Seri-Levi
2026-05-01 13:19:01 +02:00
18 changed files with 432 additions and 86 deletions

View File

@@ -16,7 +16,7 @@ use tree_hash_derive::TreeHash;
#[context_deserialize(ForkName)]
// https://github.com/ethereum/consensus-specs/blob/master/specs/gloas/p2p-interface.md#new-proposerpreferences
pub struct ProposerPreferences {
pub checkpoint_root: Hash256,
pub dependent_root: Hash256,
pub proposal_slot: Slot,
pub validator_index: u64,
pub fee_recipient: Address,