mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 22:38:34 +00:00
Remove stupid GLOAS comments
This commit is contained in:
@@ -4855,8 +4855,8 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
return Err(Box::new(DoNotReOrg::NotProposing.into()));
|
||||
}
|
||||
|
||||
// TODO(gloas): reorg weight logic needs updating for GLOAS. For now use
|
||||
// total weight which is correct for pre-GLOAS and conservative for post-GLOAS.
|
||||
// TODO(gloas): reorg weight logic needs updating for Gloas. For now use
|
||||
// total weight which is correct for pre-Gloas and conservative for post-Gloas.
|
||||
let head_weight = info.head_node.weight();
|
||||
let parent_weight = info.parent_node.weight();
|
||||
|
||||
|
||||
@@ -671,7 +671,7 @@ pub fn post_validator_prepare_beacon_proposer<T: BeaconChainTypes>(
|
||||
.await;
|
||||
|
||||
// TODO(gloas): verify this is correct. We skip proposer preparation for
|
||||
// GLOAS because the execution payload is no longer embedded in the beacon
|
||||
// Gloas because the execution payload is no longer embedded in the beacon
|
||||
// block (it's in the payload envelope), so the head block's
|
||||
// execution_payload() is unavailable.
|
||||
let next_slot = current_slot + 1;
|
||||
|
||||
Reference in New Issue
Block a user