From 01ec2ec7ad871e2c83ab96a2266701e069e44959 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Mon, 7 Jul 2025 14:42:34 +1000 Subject: [PATCH] Update LH book for v7.1.0 (#7706) Update the book for upcoming v7.1.0 release. This is targeted at `unstable` rather than `release-v7.1.0` because the book is built from `unstable`. --- book/src/advanced_builders.md | 4 ++-- book/src/advanced_database_migrations.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/book/src/advanced_builders.md b/book/src/advanced_builders.md index d9468898b4..de7d02d956 100644 --- a/book/src/advanced_builders.md +++ b/book/src/advanced_builders.md @@ -60,7 +60,7 @@ relays, run one of the following services and configure lighthouse to use it wit ## Validator Client Configuration In the validator client you can configure gas limit and fee recipient on a per-validator basis. If no gas limit is -configured, Lighthouse will use a default gas limit of 30,000,000, which is the current default value used in execution +configured, Lighthouse will use a default gas limit of 45,000,000, which is the current default value used in execution engines. You can also enable or disable use of external builders on a per-validator basis rather than using `--builder-proposals`, `--builder-boost-factor` or `--prefer-builder-proposals`, which apply builder related preferences for all validators. In order to manage these configurations per-validator, you can either make updates to the `validator_definitions.yml` file @@ -75,7 +75,7 @@ transaction within the block to the fee recipient, so a discrepancy in fee recip is something afoot. > Note: The gas limit configured here is effectively a vote on block size, so the configuration should not be taken lightly. -> 30,000,000 is currently seen as a value balancing block size with how expensive it is for +> 45,000,000 is currently seen as a value balancing block size with how expensive it is for > the network to validate blocks. So if you don't feel comfortable making an informed "vote", using the default value is > encouraged. We will update the default value if the community reaches a rough consensus on a new value. diff --git a/book/src/advanced_database_migrations.md b/book/src/advanced_database_migrations.md index f92ae7846b..e29397619c 100644 --- a/book/src/advanced_database_migrations.md +++ b/book/src/advanced_database_migrations.md @@ -17,7 +17,7 @@ validator client or the slasher**. | Lighthouse version | Release date | Schema version | Downgrade available? | |--------------------|--------------|----------------|----------------------| -| v7.1.0 | TBD 2025 | v23 | yes | +| v7.1.0 | Jul 2025 | v26 | yes | | v7.0.0 | Apr 2025 | v22 | no | | v6.0.0 | Nov 2024 | v22 | no | @@ -207,7 +207,7 @@ Here are the steps to prune historic states: | Lighthouse version | Release date | Schema version | Downgrade available? | |--------------------|--------------|----------------|-------------------------------------| -| v7.1.0 | TBD 2025 | v23 | yes | +| v7.1.0 | Jul 2025 | v26 | yes | | v7.0.0 | Apr 2025 | v22 | no | | v6.0.0 | Nov 2024 | v22 | no | | v5.3.0 | Aug 2024 | v21 | yes before Electra using <= v7.0.0 |