mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 16:55:46 +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!
|
/// 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]
|
#[tokio::test]
|
||||||
async fn proposer_lookahead_gloas_fork_epoch() {
|
async fn proposer_lookahead_gloas_fork_epoch() {
|
||||||
let gloas_fork_epoch = Epoch::new(4);
|
let gloas_fork_epoch = Epoch::new(4);
|
||||||
|
|||||||
@@ -1705,8 +1705,9 @@ async fn test_blobs_by_range_spans_fulu_fork() {
|
|||||||
spec.fulu_fork_epoch = Some(Epoch::new(1));
|
spec.fulu_fork_epoch = Some(Epoch::new(1));
|
||||||
spec.gloas_fork_epoch = Some(Epoch::new(2));
|
spec.gloas_fork_epoch = Some(Epoch::new(2));
|
||||||
|
|
||||||
|
// This test focuses on Electra→Fulu blob counts (epoch 0 to 1). Build 62 blocks since no need for Gloas activation at slot 64.
|
||||||
let mut rig = TestRig::new_parametric(
|
let mut rig = TestRig::new_parametric(
|
||||||
64,
|
62,
|
||||||
BeaconProcessorConfig::default(),
|
BeaconProcessorConfig::default(),
|
||||||
NodeCustodyType::Fullnode,
|
NodeCustodyType::Fullnode,
|
||||||
spec,
|
spec,
|
||||||
|
|||||||
Reference in New Issue
Block a user