mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
59b2661444
This PR backports Node version and `spec_version` bumps to `1.8.0` from the latest release and orders prdoc files related to it.
13 lines
550 B
Plaintext
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
|