Merge branch 'deneb-free-blobs' into partial-processing

This commit is contained in:
Pawan Dhananjay
2023-03-20 22:29:40 +05:30
27 changed files with 857 additions and 1032 deletions

View File

@@ -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!(