-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
PendingConfigs
storage item public (#5467)
## Description This PR changes `PendingConfigs` storage item's visibility from crate to public. This enable us to read it in our runtime. --------- Co-authored-by: Bastian Köcher <[email protected]>
- Loading branch information
1 parent
7e7c334
commit 0d7becf
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: Make PendingConfigs storage item public | ||
|
||
doc: | ||
- audience: Runtime Dev | ||
description: | | ||
Make PendingConfigs storage item in polkadot's configuration crate public. | ||
|
||
crates: | ||
- name: polkadot-runtime-parachains | ||
bump: minor |