Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
dharjeezy committed Jan 25, 2025
1 parent 3e9f335 commit b432eef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions prdoc/pr_6715.prdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ title: Update Nomination Pool Pallet to Support Block Number Provider
doc:
- audience: Runtime Dev
description: |
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.
This PR makes the block number provider in the Society pallet configurable so that runtimes can choose between using the system block number or an alternative source like the relay chain’s block number.
If you want to keep the existing behavior, simply set the provider to System. For scenarios that require a different notion of block number—such as using a relay chain number you can select another provider,
ensuring flexibility in how the nomination pools pallet references the current block.
crates:
- name: pallet-nomination-pools
bump: major

0 comments on commit b432eef

Please sign in to comment.