Commit graph

3 commits

Author SHA1 Message Date
islishude
7888f922e7 gofmt 2025-03-02 09:56:40 +08:00
islishude
0b28df8e7b all: replace slice manipulation with slices package for improved readability 2025-03-01 23:09:54 +08:00
Felföldi Zsolt
fff843cfaf
beacon/light: add CommitteeChain (#27766)
This change implements CommitteeChain which is a key component of the beacon light client. It is a passive data structure that can validate, hold and update a chain of beacon light sync committees and updates, starting from a checkpoint that proves the starting committee through a beacon block hash, header and corresponding state. Once synced to the current sync period, CommitteeChain can also validate signed beacon headers.
2023-12-08 13:38:00 +01:00