Skip to content

Commit

Permalink
PRdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkazu committed Sep 28, 2024
1 parent a1ed269 commit c0baae5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions prdoc/pr_5842.prdoc
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c0baae5

Please sign in to comment.