Skip to content

Commit

Permalink
doc review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dharjeezy committed Dec 3, 2024
1 parent 04559e1 commit c9297a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prdoc/prdoc/pr_6715.prdoc → prdoc/pr_6715.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ 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.

This PR makes the block number provider used in the nomination pool pallet configurable. Before this PR, nomination pool pallet always used the system block number,
with this PR some runtime can opt to use the relay chain block number instead.
crates:
- name: pallet-nomination-pools
bump: major

0 comments on commit c9297a1

Please sign in to comment.