From e876abfc3165dd24283f77ad83a0007e22ad48c0 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 25 Jul 2025 11:47:18 +0800 Subject: [PATCH 1/2] docs: clarify client version requirements in Pectra upgrade documentation --- docs/Announcement/pectra-upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Announcement/pectra-upgrade.md b/docs/Announcement/pectra-upgrade.md index fb0d787..2ee8019 100644 --- a/docs/Announcement/pectra-upgrade.md +++ b/docs/Announcement/pectra-upgrade.md @@ -137,9 +137,9 @@ cp network_config/config.yaml /path/to/your/config.yaml #### Update client version -You need to be running these client versions or any later stable release before the Pectra fork epoch. +You need to be running consensus,validator,execution client version or any later stable release before the Pectra fork epoch. -**For consensus/validator clients:** +**For consensus & validator clients:** - [Lighthouse version 7.0.0](https://github.com/sigp/lighthouse/releases/tag/v7.0.0) - If the previous launch included parameters: `--http-allow-sync-stalled` ,**remove** it. ref:https://github.com/sigp/lighthouse/issues/5430 From 08df6fb34725e8dfc73680d59d967de6e8f765ee Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 31 Jul 2025 17:34:36 +0800 Subject: [PATCH 2/2] docs: add post-upgrade verification steps to Pectra upgrade documentation --- docs/Announcement/pectra-upgrade.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Announcement/pectra-upgrade.md b/docs/Announcement/pectra-upgrade.md index 2ee8019..4dde17a 100644 --- a/docs/Announcement/pectra-upgrade.md +++ b/docs/Announcement/pectra-upgrade.md @@ -243,6 +243,15 @@ ethpillar 3. Navigate to Consensus Client > Update to latest release 4. Navigate to MEV-Boost > Update to latest release +once update, Navigate to `System Administration -> View software versions`, you should see the following output: + +```bash +Consensus client: Nimbus/v25.4.1-77cfa7-stateofus +Execution client: reth/v1.3.12-6f8e725/x86_64-unknown-linux-gnu +Validator client: Nimbus v25.4.1 +Mev-boost: 1.9 +``` + Check the logs. If there is similar output, it indicates a successful upgrade,otherwise you need to check the logs for more details and get help from our Discord. ```bash journalctl -u execution --since today | grep 'Prague'