Make frame crate not use the feature experimental (#7177)
We already use it for lots of pallet. Keeping it feature gated by experimental means we lose the information of which pallet was using experimental before the migration to frame crate usage. We can consider `polkadot-sdk-frame` crate unstable but let's not use the feature `experimental`. --------- Co-authored-by: command-bot <>
parent
f5673cf2
Showing
- docs/sdk/packages/guides/first-pallet/Cargo.toml 1 addition, 1 deletiondocs/sdk/packages/guides/first-pallet/Cargo.toml
- docs/sdk/packages/guides/first-runtime/Cargo.toml 1 addition, 1 deletiondocs/sdk/packages/guides/first-runtime/Cargo.toml
- polkadot/xcm/docs/Cargo.toml 1 addition, 1 deletionpolkadot/xcm/docs/Cargo.toml
- prdoc/pr_7177.prdoc 20 additions, 0 deletionsprdoc/pr_7177.prdoc
- substrate/frame/atomic-swap/Cargo.toml 1 addition, 1 deletionsubstrate/frame/atomic-swap/Cargo.toml
- substrate/frame/examples/frame-crate/Cargo.toml 1 addition, 1 deletionsubstrate/frame/examples/frame-crate/Cargo.toml
- substrate/frame/mixnet/Cargo.toml 1 addition, 1 deletionsubstrate/frame/mixnet/Cargo.toml
- substrate/frame/multisig/Cargo.toml 1 addition, 1 deletionsubstrate/frame/multisig/Cargo.toml
- substrate/frame/node-authorization/Cargo.toml 1 addition, 1 deletionsubstrate/frame/node-authorization/Cargo.toml
- substrate/frame/proxy/Cargo.toml 1 addition, 1 deletionsubstrate/frame/proxy/Cargo.toml
- substrate/frame/salary/Cargo.toml 1 addition, 1 deletionsubstrate/frame/salary/Cargo.toml
- substrate/frame/src/lib.rs 1 addition, 2 deletionssubstrate/frame/src/lib.rs
- substrate/frame/support/test/stg_frame_crate/Cargo.toml 1 addition, 1 deletionsubstrate/frame/support/test/stg_frame_crate/Cargo.toml
prdoc/pr_7177.prdoc
0 → 100644
Please register or sign in to comment