-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (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`.
- Loading branch information
Showing
29 changed files
with
703 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.