Skip to content

Commit 0d838c0

Browse files
Merge pull request #1 from aarishnaiyer/patch-9
remove the file path from project proposal.
2 parents 9f0c656 + 9e03505 commit 0d838c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/lighthouse-decentralized-checkpoint-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Our solution is a trust-minimized checkpoint sync strategy borrowed from/inspire
9595

9696
**Data Collection Test Handler (Aarish)**
9797

98-
The `light_client_data_collection` test handler has been implemented in `testing/ef_tests/src/cases/light_client_data_collection.rs`. The handler follows Lighthouse's `LoadCase` + `Case` trait pattern:
98+
The `light_client_data_collection` test handler has been implemented and the handler follows Lighthouse's `LoadCase` + `Case` trait pattern:
9999

100100
- `LoadCase` reads `initial_state.ssz_snappy` into a Beacon state, parses `steps.yaml` using typed structs, and loads `SignedBeaconBlock` objects using fork-aware SSZ deserialization via `from_ssz_bytes_by_fork`
101101
- `Case` initializes a `BeaconChainHarness` from the initial state, processes `NewBlock` steps by importing blocks and calling `recompute_and_cache_updates` directly on `light_client_server_cache` using the block's own sync aggregate

0 commit comments

Comments
 (0)