-
Notifications
You must be signed in to change notification settings - Fork 766
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8037de
commit 8d62d46
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 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: introduce pallet-parameters to Westend to parameterize inflation | ||
|
||
doc: | ||
- audience: Runtime User | ||
description: | | ||
This PR adds `pallet-parameters` to the Westend runtime, and makes the inflation formula be | ||
adjustable based on this. | ||
|
||
Moreover, the old `era_payout` function has been removed from `polkadot_runtime_common` and is | ||
replaced by `relay_era_payout`. This function is only meant to be used in the Polkadot relay | ||
chains, and other users are encouraged to provide their own implementation of `type | ||
EraPayout`. | ||
|
||
crates: [ ] |