Files
pezkuwi-subxt/prdoc/1.6.0/pr_2403.prdoc
T
Egor_P f80cfc2259 [Backport] Version bumps from 1.6.0 release (#2965)
This PR backports version bumps from release branch
`release-polkadot-v1.6.0` back to `master` and also moved `prdoc` files
related to the release to the appropriate folder
2024-01-17 14:40:23 +00:00

10 lines
405 B
Plaintext

title: Configurable block number provider in pallet-vesting
doc:
- audience: Runtime Dev
description: |
Adds `BlockNumberProvider` type to pallet-vesting Config trait, allowing for custom providers instead of hardcoding frame-system.
This is particularly useful for parachains wanting to use `cumulus_pallet_parachain_system::RelaychainDataProvider` with `pallet-vesting`.
crates: [ ]