Update docs on Siren port and other small updates (#8399)

Co-Authored-By: Tan Chee Keong <tanck@sigmaprime.io>
This commit is contained in:
chonghe
2025-11-27 13:21:44 +08:00
committed by GitHub
parent e21a433748
commit 4494b0a684
3 changed files with 4 additions and 4 deletions

View File

@@ -160,7 +160,7 @@ curl -H "Accept: application/octet-stream" "http://localhost:5052/eth/v1/beacon/
where `$SLOT` is the slot number. A slot which is an epoch boundary slot (i.e., first slot of an epoch) should always be used for manual checkpoint sync.
If the block contains blobs, all state, block and blobs must be provided and must point to the same slot. The
If the block contains blobs, all state, block and blobs must be provided and must point to the same slot (only applies for slots before Fulu). The
state may be from the same slot as the block (unadvanced), or advanced to an epoch boundary,
in which case it will be assumed to be finalized at that epoch.