You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isssue is to track the list of items to specify and implement before we can say that the History Network is "feature complete".
As you will see, it is mostly about providing functionality so that the already existing content types can all be verified as part of the canonical chain.
Not all of these items are actually tasks for the history network itself. Some are to be provided by the Portal beacon network.
For most of these specifications need to be added/updated still and some further research might/will be required.
Have a functional Portal beacon network: Required to be able to do beacon LC sync to be able to follow the head of the chain.
Provide the historical_summaries field of the BeaconState with its proof on the Portal beacon network: Required for proving historical headers (> ~27h ) to be canonical. Requires to resolve / decided on How to keep historical_summaries and its proof up to date #253
This isssue is to track the list of items to specify and implement before we can say that the History Network is "feature complete".
As you will see, it is mostly about providing functionality so that the already existing content types can all be verified as part of the canonical chain.
Not all of these items are actually tasks for the history network itself. Some are to be provided by the Portal beacon network.
For most of these specifications need to be added/updated still and some further research might/will be required.
HeaderWithProof
content type to accomodate for proofs post merge, proofs post capella, and proofs for recent headers: Add HistoricalRootsBlockProof for merge till capella blocks #287 and Add HistoricalSummariesBlockProof for headers from Capella onwards #291Once all that is done, we should be able to gossip latest and all older headers, bodies and receipts into the network and also verify those.
Further (performance) improvements are not really part of this issue to track but might pop-up as we continue to fill up the current network.
The text was updated successfully, but these errors were encountered: