From c0baae586f781c93f5b91875979634bbbf415ca7 Mon Sep 17 00:00:00 2001 From: ndkazu Date: Sat, 28 Sep 2024 17:16:53 +0900 Subject: [PATCH] PRdoc --- prdoc/pr_5842.prdoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 prdoc/pr_5842.prdoc diff --git a/prdoc/pr_5842.prdoc b/prdoc/pr_5842.prdoc new file mode 100644 index 000000000000..c45a4f91404c --- /dev/null +++ b/prdoc/pr_5842.prdoc @@ -0,0 +1,17 @@ +# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0 +# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json + +title: Get rid of libp2p dependency in sc-authority-discovery + +doc: + - audience: + - Node Dev + description: | + Removes `libp2p` types in authority-discovery, and replace them with network backend agnostic types from `sc-network-types`. + The `sc-network` interface is therefore updated accordingly. + +crates: + - name: sc-network + bump: patch + - name: sc-authority-discovery + bump: patch