You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After the Paris update in the src/tzkt/tzkt_reward_api.py file, the use of the blockFees reward in rewards_and_fees calculation is missing, so now all generated rewards are slightly lower.
To Reproduce
Steps to reproduce the behavior:
Take any validator and cycle with non-empty blockFees
Compare the generated delegator reward amount with TzKT explorer's expected reward (the income column that already includes the validator fee and should match the generated result https://tzkt.io/tz1RitQmGzcbH2j9uNt9Wau5BpFPeEHyrkvj/rewards)
The text was updated successfully, but these errors were encountered:
we are not including the block fees into the reward distribution anymore, because the stakers don't get any block fees, so it would be strange if delegators received them.
Describe the bug
After the Paris update in the
src/tzkt/tzkt_reward_api.py
file, the use of theblockFees
reward inrewards_and_fees
calculation is missing, so now all generated rewards are slightly lower.To Reproduce
Steps to reproduce the behavior:
blockFees
The text was updated successfully, but these errors were encountered: