mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
latest gloas-container fixes (#8273)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user