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
Validators are able to observe how each other validator is doing during the epoch (i.e. how much work they put in to validating and executing transactions)
Near the end of epoch, validators are able to collect each validator's assessment of each other, and use it to determine a gas reward distribution for each validator. All validators should come to the same consistent distribution
Such distribution is then passed to the system transaction during reconfiguration to actually distribute gas reward.
#1 is straight forward can have a simple PR. #2 is more complex and still needs to be designed. For internal readiness would need to dedicate an engineer to write scripts and prepare for this.
design doc: https://www.notion.so/mystenlabs/Tallying-Rule-dd2174c0153a4fe2a271a6b6a6d1735e
The text was updated successfully, but these errors were encountered: