Skip to content

Commit

Permalink
Add prdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 14, 2024
1 parent 4aaa153 commit 9c1534b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions prdoc/pr_5364.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
title: Improve `sc-service` API

doc:
- audience: Node Dev
description: |
This improves `sc-service` API by not requiring the whole `&Configuration`, using specific configuration options
instead. `RpcConfiguration` was also extracted from `Configuration` to group all RPC options together.
If `sc-service` is used as a library with lower-level APIs, `Configuration` can now be avoided in most cases.

crates:
- name: sc-service
bump: major
- name: sc-network-common
bump: patch
- name: sc-cli
bump: major
- name: polkadot-service
bump: patch
- name: cumulus-relay-chain-minimal-node
bump: none
- name: polkadot-parachain-bin
bump: major

0 comments on commit 9c1534b

Please sign in to comment.