From 020fb483feac4fbb05a04845fab330ac861f3855 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 17 Mar 2023 00:44:04 +0000 Subject: [PATCH] Clarify "Ready for Capella" (#4095) ## Issue Addressed Resolves #4061 ## Proposed Changes Adds a message to tell users to check their EE. ## Additional Info I really struggled to come up with something succinct and complete, so I'm totally open to feedback. --- beacon_node/client/src/notifier.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/beacon_node/client/src/notifier.rs b/beacon_node/client/src/notifier.rs index fb8a9b634..1105bc41f 100644 --- a/beacon_node/client/src/notifier.rs +++ b/beacon_node/client/src/notifier.rs @@ -460,7 +460,11 @@ async fn capella_readiness_logging( match beacon_chain.check_capella_readiness().await { CapellaReadiness::Ready => { - info!(log, "Ready for Capella") + info!( + log, + "Ready for Capella"; + "info" => "ensure the execution endpoint is updated to the latest Capella/Shanghai release" + ) } readiness @ CapellaReadiness::ExchangeCapabilitiesFailed { error: _ } => { error!(