mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
f80cfc2259
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
10 lines
405 B
Plaintext
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: [ ]
|