mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-15 09:48:20 +00:00
- PeerType::PreGloas/PostGloas -> Block/GloasChild (names describe how a peer relates to the block, not the fork). - Add PeerType::new(parent_block_hash) and use it; search_parent_of_child now takes peer_type: &PeerType instead of the raw parent_block_hash. - request_batches_should_not_loop_infinitely: drop the bogus gloas skip and use 8 validators (4 was too few for a Gloas genesis -> InvalidIndicesCount).