Add a guide to partially reconstruct historic states to Lighthouse book (#7679)

The main change is adding a guide to partially reconstruct historic states to the FAQ.

Other changes:
- Update the database scheme info
- Delete the Homebrew issue as it has been solved in https://github.com/Homebrew/homebrew-core/pull/225877
- Update default gas limit in: [7cbf7f1](7cbf7f1516)
- Updated the binary installation page [8076ca7](8076ca7905) as Lighthouse now supports aarch-apple binary built since v7.1.0
This commit is contained in:
chonghe
2025-07-14 11:24:49 +08:00
committed by GitHub
parent 90ff64381e
commit 6409a32274
5 changed files with 41 additions and 7 deletions

View File

@@ -6,11 +6,12 @@ on Github](https://github.com/sigp/lighthouse/releases).
## Platforms
Binaries are supplied for four platforms:
Binaries are supplied for five platforms:
- `x86_64-unknown-linux-gnu`: AMD/Intel 64-bit processors (most desktops, laptops, servers)
- `aarch64-unknown-linux-gnu`: 64-bit ARM processors (Raspberry Pi 4)
- `x86_64-apple-darwin`: macOS with Intel chips
- `aarch64-apple-darwin`: macOS with ARM chips
- `x86_64-windows`: Windows with 64-bit processors
## Usage