last updates

This commit is contained in:
realbigsean
2024-07-15 15:41:59 -07:00
parent c0fd66f5e9
commit 064c4611b9
2 changed files with 4 additions and 4 deletions

View File

@@ -584,7 +584,7 @@ impl<E: EthSpec + TypeName> Handler for ForkChoiceHandler<E> {
// No FCU override tests prior to bellatrix.
if self.handler_name == "should_override_forkchoice_update"
&& fork_name < ForkName::Bellatrix
&& !fork_name.bellatrix_enabled()
{
return false;
}

View File

@@ -397,7 +397,7 @@ mod ssz_static {
.run();
SszStaticHandler::<LightClientBootstrapDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only()
.run();
// Re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
// TODO(electra) re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
// SszStaticHandler::<LightClientBootstrapElectra<MinimalEthSpec>, MinimalEthSpec>::electra_only()
// .run();
// SszStaticHandler::<LightClientBootstrapElectra<MainnetEthSpec>, MainnetEthSpec>::electra_only()
@@ -477,7 +477,7 @@ mod ssz_static {
SszStaticHandler::<LightClientFinalityUpdateDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only(
)
.run();
// Re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
// TODO(electra) re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
// SszStaticHandler::<LightClientFinalityUpdateElectra<MinimalEthSpec>, MinimalEthSpec>::electra_only(
// )
// .run();
@@ -507,7 +507,7 @@ mod ssz_static {
.run();
SszStaticHandler::<LightClientUpdateDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only()
.run();
// Re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
// TODO(electra) re-enable once https://github.com/sigp/lighthouse/issues/6002 is resolved
// SszStaticHandler::<LightClientUpdateElectra<MinimalEthSpec>, MinimalEthSpec>::electra_only(
// )
// .run();