Merge branch 'gloas-proposer-preferences-sse' into glamsterdam-devnet-4

This commit is contained in:
Eitan Seri-Levi
2026-05-24 13:26:40 +03:00
5 changed files with 45 additions and 0 deletions

View File

@@ -14,8 +14,10 @@ use tree_hash_derive::TreeHash;
pub struct ProposerPreferences {
pub dependent_root: Hash256,
pub proposal_slot: Slot,
#[serde(with = "serde_utils::quoted_u64")]
pub validator_index: u64,
pub fee_recipient: Address,
#[serde(with = "serde_utils::quoted_u64")]
pub target_gas_limit: u64,
}