Skip to content

Commit

Permalink
Add suggestion on how much clients should store
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jan 13, 2025
1 parent 26ea7c0 commit 0a096a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history/history-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ content_key = selector + SSZ.serialize(block_number_key)

##### Ephemeral Block Headers

This content type represents block headers *near* the HEAD of the chain. They are provable by tracing through the chain of `header.parent_hash` values. All nodes in the network are assumed to store some amount of this content. The `Ping.custom_data` and `Pong.custom_data` fields can be used to learn the number of recent headers that a client makes available.
This content type represents block headers *near* the HEAD of the chain. They are provable by tracing through the chain of `header.parent_hash` values. All nodes in the network are assumed to store some amount of this content. The `Ping.custom_data` and `Pong.custom_data` fields can be used to learn the number of recent headers that a client makes available. It is recommended that clients store the full window of 8192 blocks of this data.

> Note: The history network does not provide a mechanism for knowing the HEAD of the chain. Clients to this network **MUST** have an external oracle for this information. The Portal Beacon Network is able to provide this information.
Expand Down

0 comments on commit 0a096a1

Please sign in to comment.