Skip to content

Era end rewards #48

Answered by fizyk20
davidatwhiletrue asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

This has to do with how the new rewards scheme in Condor works. Now, every block can cite finality signatures for a few previous blocks and citing those signatures rewards the signer as well as the proposer of the citing block. The first few blocks in each era are allowed to cite signatures for the final blocks of the previous era. But since the signer of the block from the previous era might no longer be a validator in the current era, the rewards distribution code needs to know which parts of the full reward belong to which era. This is what this does: the first amount in the array is assigned to the current era, and the second is for the previous era.

At the moment, the arrays can …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davidatwhiletrue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants