go-ethereum/beacon/light
Felföldi Zsolt dead6c8c0b 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-10 17:21:09 +08:00
..
canonical.go beacon/light: add CommitteeChain (#27766) 2023-12-10 17:21:09 +08:00
committee_chain.go beacon/light: add CommitteeChain (#27766) 2023-12-10 17:21:09 +08:00
committee_chain_test.go beacon/light: add CommitteeChain (#27766) 2023-12-10 17:21:09 +08:00
range.go beacon/light: add CommitteeChain (#27766) 2023-12-10 17:21:09 +08:00
test_helpers.go beacon/light: add CommitteeChain (#27766) 2023-12-10 17:21:09 +08:00