Skip to content

Commit

Permalink
add prodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Jul 18, 2024
1 parent e8037de commit 8d62d46
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions prdoc/pr_4938.prdoc
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: [ ]

0 comments on commit 8d62d46

Please sign in to comment.