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.
This commit is contained in:
Paul Hauner 2023-03-17 00:44:04 +00:00
parent c3e5053612
commit 020fb483fe

View File

@ -460,7 +460,11 @@ async fn capella_readiness_logging<T: BeaconChainTypes>(
match beacon_chain.check_capella_readiness().await { match beacon_chain.check_capella_readiness().await {
CapellaReadiness::Ready => { 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: _ } => { readiness @ CapellaReadiness::ExchangeCapabilitiesFailed { error: _ } => {
error!( error!(