latest gloas-container fixes (#8273)

This commit is contained in:
Shane K Moore
2025-10-23 09:56:57 -04:00
committed by GitHub
parent 9da4528e59
commit acac0503ed
2 changed files with 6 additions and 1 deletions

View File

@@ -1574,6 +1574,10 @@ async fn proposer_duties_from_head_fulu() {
}
/// Test that we can compute the proposer shuffling for the Gloas fork epoch itself using lookahead!
// TODO(EIP-7732): Extend to gloas
// `state.latest_execution_payload_header()` not available in Gloas
// called from `add_block_at_slot` -> `make_block` -> `produce_block_on_state` -> `produce_partial_beacon_block` -> `get_execution_payload` -> `Error`
#[ignore]
#[tokio::test]
async fn proposer_lookahead_gloas_fork_epoch() {
let gloas_fork_epoch = Epoch::new(4);