Update docs to remove lighthouse/database/historical_blocks (removed in #4307) (#4627)

This commit is contained in:
Jimmy Chen 2023-08-17 01:13:44 +10:00 committed by GitHub
parent e1991e7e81
commit ba6662344b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -563,11 +563,6 @@ curl -X POST "http://localhost:5052/lighthouse/database/reconstruct" | jq
The endpoint will return immediately. See the beacon node logs for an indication of progress.
### `/lighthouse/database/historical_blocks`
Manually provide `SignedBeaconBlock`s to backfill the database. This is intended
for use by Lighthouse developers during testing only.
### `/lighthouse/merge_readiness`
Returns the current difficulty and terminal total difficulty of the network. Before [The Merge](https://ethereum.org/en/roadmap/merge/) on 15<sup>th</sup> September 2022, you will see that the current difficulty is less than the terminal total difficulty, An example is shown below:
```bash