Skip to content

Commit e2d327e

Browse files
prdoc changes
1 parent 424db48 commit e2d327e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

prdoc/pr_7719.prdoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ title: Add `export-chain-spec` substrate CLI command
22
doc:
33
- audience: Runtime Dev
44
description: |-
5-
1. Idea is introduce a function export-chain-spec that does the chain-spec exporting. build-spec will work as before, but have a deprecation message on usage.
6-
2. For now, this new command will focus on the ability to take the chain-specs embedded in the node and "exports" them to a json file
7-
3. We will not include the addition of boot node functionality, that the build-spec command has right now into the new command, if along the process, we decide otherwise, we can include it
8-
4. Part of this PR will also be to display the message the build-spec will soon be on deprecation path
5+
This release adds a new export-chain-spec command to export raw chain specs directly from the node. The build-spec command is now on a deprecation path across all nodes and will display a warning, encouraging the use of export-chain-spec for chain spec exports.
96

107
crates:
118
- name: sc-cli
129
bump: minor
1310
- name: polkadot-cli
1411
bump: major
12+
- name: polkadot-parachain-bin
13+
- bump: major

0 commit comments

Comments
 (0)