Files
pezkuwi-subxt/prdoc/1.8.0/pr_1660.prdoc
T
Egor_P 59b2661444 [Backport] Node version and spec_version bumps and ordering of the prdoc files from 1.8.0 (#3508)
This PR backports Node version and `spec_version` bumps to `1.8.0` from
the latest release and orders prdoc files related to it.
2024-03-01 08:51:53 +00:00

13 lines
550 B
Plaintext

title: Implements a percentage cap on staking rewards from era inflation
doc:
- audience: Runtime Dev
description: |
The `pallet-staking` exposes a new perbill configuration, `MaxStakersRewards`, which caps the
amount of era inflation that is distributed to the stakers. The remainder of the era
inflation is minted directly into `T::RewardRemainder` account. This allows the runtime to be
configured to assign a minimum inflation value per era to a specific account (e.g. treasury).
crates:
- name: pallet-staking