lighthouse/beacon_node/lighthouse_network
realbigsean ac0eb39ced Complete match for has_context_bytes (#3972)
## Issue Addressed

- Add a complete match for `Protocol` here. 
- The incomplete match was causing us not to append context bytes to the light client protocols
- This is the relevant part of the spec and it looks like context bytes are defined https://github.com/ethereum/consensus-specs/blob/dev/specs/altair/light-client/p2p-interface.md#getlightclientbootstrap

Disclaimer: I have no idea if people are using it but it shouldn't have been working so not sure why it wasn't caught

Co-authored-by: realbigsean <seananderson33@gmail.com>
2023-03-15 01:27:46 +00:00
..
src Complete match for has_context_bytes (#3972) 2023-03-15 01:27:46 +00:00
tests Support for Ipv6 (#4046) 2023-03-14 01:13:34 +00:00
Cargo.toml Merge remote-tracking branch 'origin/staging' into capella-update 2023-02-17 12:05:36 +11:00