Skip to content

Commit b213fe5

Browse files
committed
Resolve merge conflicts
1 parent 1f72e63 commit b213fe5

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

book/src/api_lighthouse.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -447,29 +447,6 @@ indicating that all states with slots `>= 0` are available, i.e., full state his
447447
on the specific meanings of these fields see the docs on [Checkpoint
448448
Sync](./advanced_checkpoint_sync.md#how-to-run-an-archived-node).
449449

450-
<<<<<<< HEAD
451-
=======
452-
## `/lighthouse/custody/info`
453-
454-
Information about data columns custody info.
455-
456-
```bash
457-
curl "http://localhost:5052/lighthouse/custody/info" | jq
458-
```
459-
460-
```json
461-
{
462-
"earliest_custodied_data_column_slot": "8823040",
463-
"custody_group_count": "4",
464-
"custody_columns": [
465-
"117",
466-
"72",
467-
"31",
468-
"79"
469-
]
470-
}
471-
```
472-
473450
## `/lighthouse/custody/backfill`
474451

475452
Starts a custody backfill sync from the current epoch with the nodes latest custody requirements. The sync won't begin immediately, it waits until the current epoch is finalized before triggering.
@@ -479,7 +456,6 @@ curl -X POST "http://localhost:5052/lighthouse/custody/backfill"
479456
```
480457

481458

482-
>>>>>>> 9d30af8cc (Add tests)
483459
## `/lighthouse/merge_readiness`
484460

485461
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:

0 commit comments

Comments
 (0)