We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a tracking issue of all of the beacon portal network hive test that we would like to get implemented.
Provide valid bootstrap, few light client updates, optimistic and finality updates in order to allow syncing
LightClientBootstrap
Tests that require lc sync:
LightClientHeader
current_sync_committee
BeaconBlockHeader
LightClientUpdatesByRange
count
attested_header
next_sync_committee
finalized_header
LightClientUpdate
HistoricalSummariesWithProof
LightClientFinalityUpdate
LightClientOptimisticUpdate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a tracking issue of all of the beacon portal network hive test that we would like to get implemented.
1. Test light client sync
Provide valid bootstrap, few light client updates, optimistic and finality updates in order to allow syncing
2. Test
LightClientBootstrap
interop and validationsTests that require lc sync:
LightClientHeader
current_sync_committee
objectBeaconBlockHeader
LightClientBootstrap
3. Test
LightClientUpdatesByRange
interop and validationsTests that require lc sync:
count
field doesn't match the light client updates count in the content valueattested_header
next_sync_committee
finalized_header
attested_header
finalized_header
LightClientUpdate
4. Test
HistoricalSummariesWithProof
interop and validationsTests that require lc sync:
HistoricalSummariesWithProof
with invalid fork digestHistoricalSummariesWithProof
with invalid proofHistoricalSummariesWithProof
with a valid proof5. Test
LightClientFinalityUpdate
interop and validationsLightClientFinalityUpdate
finalized slotLightClientFinalityUpdate
6. Test
LightClientOptimisticUpdate
interop and validationsLightClientOptimisticUpdate
signature slotLightClientOptimisticUpdate
The text was updated successfully, but these errors were encountered: