Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,6 @@ members = [
"substrate/frame/salary",
"substrate/frame/sassafras",
"substrate/frame/scheduler",
"substrate/frame/scored-pool",
"substrate/frame/session",
"substrate/frame/session/benchmarking",
"substrate/frame/society",
Expand Down
16 changes: 16 additions & 0 deletions prdoc/pr_12746.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: Remove `pallet-scored-pool`
doc:
- audience: Runtime Dev
description: |-
`pallet-scored-pool` has been removed. It was not used by any runtime in the
Polkadot SDK and had received no functional changes in years.

Runtimes depending on it should migrate to one of the maintained membership
pallets, such as `pallet-membership`, `pallet-ranked-collective` or
`pallet-core-fellowship`, depending on the desired semantics.

Users of the `polkadot-sdk` umbrella crate should remove the
`pallet-scored-pool` feature from their dependency declaration.
crates:
- name: polkadot-sdk
bump: major
45 changes: 0 additions & 45 deletions substrate/frame/scored-pool/Cargo.toml

This file was deleted.

73 changes: 0 additions & 73 deletions substrate/frame/scored-pool/README.md

This file was deleted.

Loading
Loading