Skip to content

Commit

Permalink
pr doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dharjeezy committed Dec 1, 2024
1 parent 2c2e28f commit 139bab6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions prdoc/prdoc/pr_6715.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: Update Nomination Pool Pallet to Support Block Number Provider

doc:
- audience: Runtime Dev
description: |
This PR makes the nomination pool pallet use the relay chain as a block provider for a parachain on a regular schedule.
To migrate existing nomination pool implementations, simply add `type BlockNumberProvider = System` to have the same behavior as before.

crates:
- name: pallet-nomination-pools
bump: minor

0 comments on commit 139bab6

Please sign in to comment.