We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b6767 commit 63606c8Copy full SHA for 63606c8
prdoc/pr_5364.prdoc
@@ -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
17
+ - name: polkadot-service
18
19
+ - name: cumulus-relay-chain-minimal-node
20
+ bump: none
21
+ - name: polkadot-parachain-bin
22
0 commit comments