-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now that `Endpoint` has public constructors, there's no need for the `QuicP2p` interface. This also removes a decent chunk of code from `Endpoint` itself. This leaves behind some redundant `Error` variants, but the intention is to remove that whole type soon. BREAKING CHANGE: The `QuicP2p` type has been removed. Use `Endpoint::new` or `Endpoint::new_client` instead. The `BootstrapFailure`, `EmptyBootstrapNodesList`, `Io`, `Endpoint`, `NoEchoServerEndpointDefined`, `EchoServiceFailure`, `CannotAssignPort`, `IncorrectPublicAddress`, and `UnresolvedPublicIp` `Error` variants have been removed.
- Loading branch information
Showing
9 changed files
with
34 additions
and
478 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 was deleted.
Oops, something went wrong.
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.