mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
* (Unrelated) DoppelGanger: Improve message.
* `beacon-blocks-by-range`: Add `--network` option.
* `ensurePeerConnections`: Remove capital letter in error message.
* `MultiAddressBuilder{WithID}`: Refactor.
* `buildOptions`: Improve log.
* `NewService`: Bubbles up errors.
* `tcp` ==> `libp2ptcp`
* `multiAddressBuilderWithID`: Add the ability to build QUIC multiaddr
* `p2p Start`: Fix error message.
* `p2p`: Add QUIC support.
* Status: Implement `{Inbound,Outbound}Connected{TCP,QUIC}`.
* Logging: Display the number of TCP/QUIC connected peers.
* P2P: Implement `{Inbound,Outbound}ConnectedWithProtocol`.
* Hide QUIC protocol behind the `--enable-quic` feature flag.
* `e2e`: Add `--enable-quic` flag.
* Add `--enable-quic` in `devModeFlag`.
* `convertToMultiAddrs` ==> `retrieveMultiAddrsFromNode`.
* `convertToAddrInfo`: Ensure `len(infos) == 1`.