Skip to content

Commit

Permalink
Clarify "Ready for Capella" (sigp#4095)
Browse files Browse the repository at this point in the history
## Issue Addressed

Resolves sigp#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.
  • Loading branch information
paulhauner authored and Woodpile37 committed Jan 6, 2024
1 parent 928bd82 commit 09d0fb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion beacon_node/client/src/notifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,11 @@ async fn capella_readiness_logging<T: BeaconChainTypes>(

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!(
Expand Down

0 comments on commit 09d0fb2

Please sign in to comment.