mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-04 01:01:41 +00:00
Gloas(EIP-7732): Containers / Constants (#7923)
* #7850 This is the first round of the conga line! 🎉 Just spec constants and container changes so far. Co-Authored-By: shane-moore <skm1790@gmail.com> Co-Authored-By: Mark Mackey <mark@sigmaprime.io> Co-Authored-By: Shane K Moore <41407272+shane-moore@users.noreply.github.com> Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com> Co-Authored-By: ethDreamer <37123614+ethDreamer@users.noreply.github.com> Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com> Co-Authored-By: Jimmy Chen <jimmy@sigmaprime.io> Co-Authored-By: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
@@ -1699,8 +1699,9 @@ async fn test_blobs_by_range_spans_fulu_fork() {
|
||||
spec.fulu_fork_epoch = Some(Epoch::new(1));
|
||||
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(
|
||||
64,
|
||||
62,
|
||||
BeaconProcessorConfig::default(),
|
||||
NodeCustodyType::Fullnode,
|
||||
spec,
|
||||
|
||||
Reference in New Issue
Block a user