Skip to content

Commit 020fb48

Browse files
committed
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.
1 parent c3e5053 commit 020fb48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

beacon_node/client/src/notifier.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,11 @@ async fn capella_readiness_logging<T: BeaconChainTypes>(
460460

461461
match beacon_chain.check_capella_readiness().await {
462462
CapellaReadiness::Ready => {
463-
info!(log, "Ready for Capella")
463+
info!(
464+
log,
465+
"Ready for Capella";
466+
"info" => "ensure the execution endpoint is updated to the latest Capella/Shanghai release"
467+
)
464468
}
465469
readiness @ CapellaReadiness::ExchangeCapabilitiesFailed { error: _ } => {
466470
error!(

0 commit comments

Comments
 (0)