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. // No FCU override tests prior to bellatrix.
if self.handler_name == "should_override_forkchoice_update" if self.handler_name == "should_override_forkchoice_update"
&& fork_name < ForkName::Bellatrix && !fork_name.bellatrix_enabled()
{ {
return false; return false;
} }

View File

@@ -397,7 +397,7 @@ mod ssz_static {
.run(); .run();
SszStaticHandler::<LightClientBootstrapDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only() SszStaticHandler::<LightClientBootstrapDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only()
.run(); .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() // SszStaticHandler::<LightClientBootstrapElectra<MinimalEthSpec>, MinimalEthSpec>::electra_only()
// .run(); // .run();
// SszStaticHandler::<LightClientBootstrapElectra<MainnetEthSpec>, MainnetEthSpec>::electra_only() // SszStaticHandler::<LightClientBootstrapElectra<MainnetEthSpec>, MainnetEthSpec>::electra_only()
@@ -477,7 +477,7 @@ mod ssz_static {
SszStaticHandler::<LightClientFinalityUpdateDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only( SszStaticHandler::<LightClientFinalityUpdateDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only(
) )
.run(); .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( // SszStaticHandler::<LightClientFinalityUpdateElectra<MinimalEthSpec>, MinimalEthSpec>::electra_only(
// ) // )
// .run(); // .run();
@@ -507,7 +507,7 @@ mod ssz_static {
.run(); .run();
SszStaticHandler::<LightClientUpdateDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only() SszStaticHandler::<LightClientUpdateDeneb<MainnetEthSpec>, MainnetEthSpec>::deneb_only()
.run(); .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( // SszStaticHandler::<LightClientUpdateElectra<MinimalEthSpec>, MinimalEthSpec>::electra_only(
// ) // )
// .run(); // .run();