Skip to content

Commit 63606c8

Browse files
committed
Add prdoc
1 parent a8b6767 commit 63606c8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

prdoc/pr_5364.prdoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: Improve `sc-service` API
2+
3+
doc:
4+
- audience: Node Dev
5+
description: |
6+
This improves `sc-service` API by not requiring the whole `&Configuration`, using specific configuration options
7+
instead. `RpcConfiguration` was also extracted from `Configuration` to group all RPC options together.
8+
If `sc-service` is used as a library with lower-level APIs, `Configuration` can now be avoided in most cases.
9+
10+
crates:
11+
- name: sc-service
12+
bump: major
13+
- name: sc-network-common
14+
bump: patch
15+
- name: sc-cli
16+
bump: major
17+
- name: polkadot-service
18+
bump: patch
19+
- name: cumulus-relay-chain-minimal-node
20+
bump: none
21+
- name: polkadot-parachain-bin
22+
bump: major

0 commit comments

Comments
 (0)