From d55b09319e3b950be053dc8d5d280f5cecfb7834 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile Date: Fri, 6 Sep 2024 12:52:41 +0000 Subject: [PATCH] Add PRdoc Signed-off-by: Alexandru Vasile --- prdoc/pr_5609.prdoc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 prdoc/pr_5609.prdoc diff --git a/prdoc/pr_5609.prdoc b/prdoc/pr_5609.prdoc new file mode 100644 index 000000000000..c62d2f14e8f2 --- /dev/null +++ b/prdoc/pr_5609.prdoc @@ -0,0 +1,16 @@ +title: Update litep2p network backend to v0.7.0 + +doc: + - audience: [ Node Dev, Node Operator ] + description: | + This PR updates the Litep2p network backend to version 0.7.0. + This new release introduces several new features, improvements, and fixes to the litep2p library. + Key updates include enhanced error handling propagated through metrics, configurable connection limits, + and a new API for managing public addresses. + + The Identify protocol no longer includes public addresses in its configuration. + Instead, we rely on the `litep2p.public_addresses` interface to propagate external addresses of the node. + +crates: + - name: sc-network + bump: minor