From ba6662344b86d39a188f3c4080424134a928fd1c Mon Sep 17 00:00:00 2001 From: Jimmy Chen Date: Thu, 17 Aug 2023 01:13:44 +1000 Subject: [PATCH] Update docs to remove `lighthouse/database/historical_blocks` (removed in #4307) (#4627) --- book/src/api-lighthouse.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/book/src/api-lighthouse.md b/book/src/api-lighthouse.md index 7626d6401..552e1fd6f 100644 --- a/book/src/api-lighthouse.md +++ b/book/src/api-lighthouse.md @@ -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 15th September 2022, you will see that the current difficulty is less than the terminal total difficulty, An example is shown below: ```bash