Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(iroh-net)!: Rename MagicEndpoint -> Endpoint (#2287)
## Description This renames the MagicEndpoint (and it's builder) into Endpoint. Hopefully providing a more consistent API. ## Breaking Changes - iroh_net::magic_endpoint -> iroh_net::endpoint - iroh_net::magic_endpoint::MagicEndpoint -> iroh_net::endpoint::Endpoint - iroh_net::magic_endpoint::MagicEndpointBuilder -> iroh_net::endpoint::Builder - iroh::node::Node::magic_endpoint -> iroh::node::Node::endpoint ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review. - [x] Documentation updates if relevant. - [x] Tests if relevant. - [x] All breaking changes documented.
- Loading branch information