mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Merge branch 'gloas-block-and-bid-production' into gloas-devnet-0
This commit is contained in:
@@ -431,6 +431,16 @@ async fn bellatrix_readiness_logging<T: BeaconChainTypes>(
|
|||||||
current_slot: Slot,
|
current_slot: Slot,
|
||||||
beacon_chain: &BeaconChain<T>,
|
beacon_chain: &BeaconChain<T>,
|
||||||
) {
|
) {
|
||||||
|
// There is no execution payload in gloas blocks, so this will trigger
|
||||||
|
// bellatrix readiness logging in gloas if we dont skip the check below
|
||||||
|
if beacon_chain
|
||||||
|
.spec
|
||||||
|
.fork_name_at_slot(current_slot)
|
||||||
|
.gloas_enabled()
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
let merge_completed = beacon_chain
|
let merge_completed = beacon_chain
|
||||||
.canonical_head
|
.canonical_head
|
||||||
.cached_head()
|
.cached_head()
|
||||||
|
|||||||
Reference in New Issue
Block a user