model.parts.pos_incentives#
# Proof of Stake Incentives
Calculation of PoS incentives such as attestation and block proposal rewards and penalties.
Functions
|
## Attestation Penalties Policy Function Validators are penalized for not attesting to the source, target, and head. |
|
## Attestation Rewards Policy Function Derived from ethereum/eth2.0-specs |
|
## Block Proposal Reward Policy Function Derived from ethereum/eth2.0-specs |
|
## Slashing Policy Function Derived from ethereum/eth2.0-specs |
|
## Sync Committee Penalty Policy Function Derived from ethereum/eth2.0-specs |
|
## Sync Committee Reward Policy Function Derived from ethereum/eth2.0-specs |
|
## Base Reward State Update Function Calculate and update base reward per validator |
|
## Validating Penalties State Update Function Calculate and update total validating penalties |
|
## Validating Rewards State Update Function Calculate and update total validating rewards |