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): Switch to new iroh-relay route
/relay
instead o…
…f `/derp` (#2489) Split out from #2419, copy of #2441, because I forgot to switch the base branch 🙃 Splitting this out means we can deploy the relay changes one release in advance to the changes in the client. Otherwise, we'd need to update the relays ASAP when we release 0.20, as clients will expect to be able to connect to the `/relay` route (which may not be deployed immediately after the release). ## Description - Switches the client to connect to `/relay` instead of `/derp`. ## Breaking Changes None ## Notes & open questions Also a PR related to #2378 I allowed myself to add in another `derive_more::Debug` instance instead of a custom, outdated `impl Debug`, if that's okay with you 😁 ## Change checklist - [X] Self-review. - [X] Documentation updates if relevant. - [X] Tests if relevant. - [X] All breaking changes documented.
- Loading branch information