-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Create a new RewardState module which tracks the status of reward accounts. To do this, it needs to:
- Track delegation of stake to SPOs
- Track block production by SPOs
- Calculate total fees for each block
- Calculate reward split based on those fees and SPO data
- Take account of deposits for staking and governance
It should output a list of reward deltas for each block. We might consider making this the same format as address deltas, and reuse the AddressState module to integrate it.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels