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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Without registering seed for an bootstrap validator, it receives the correct reward for the first block forged. The block generation is disabled immediately after and is enabled again after 206 blocks since then. Subsequently, the validator receives a reward when it forges a block as expected, however the amount credited to validator account is different compared to the amount when it forged the very first block.
Expected behavior
The amount credited should be same as the amount credited after forging the first block.
Steps to reproduce
Without registering seed, check first block reward and stop block generation then enable after 206 blocks
Optional - offset value can be changed in the config to avoid long waiting time (2160 blocks) :
"modules": {
"dynamicReward": {
"offset": 1
}
},
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered:
This is the expected behavior of Dynamic Reward module, and is not caused by whether or not a validator has registered hash onion seed.
The rewards per block are increasing because the number of available validators is constantly decreasing as of round 4. The reward calculation is handled in this section of Dynamic Reward module:
Actual behavior
Without registering seed for an bootstrap validator, it receives the correct reward for the first block forged. The block generation is disabled immediately after and is enabled again after 206 blocks since then. Subsequently, the validator receives a reward when it forges a block as expected, however the amount credited to validator account is different compared to the amount when it forged the very first block.
Expected behavior
The amount credited should be same as the amount credited after forging the first block.
Steps to reproduce
Without registering seed, check first block reward and stop block generation then enable after 206 blocks
Optional - offset value can be changed in the config to avoid long waiting time (2160 blocks) :
Which version(s) does this affect? (Environment, OS, etc...)
development
The text was updated successfully, but these errors were encountered: