Closed ASuciuX closed 1 month ago
Could be part of the mine_2_nakamoto_reward_cycles or an extended version of it. It should verify in the second reward cycle that the blocks are not signed by the signers that were in the first reward cycle (and aren't anymore).
Update: there is one integration test doing this exact flow here - signer_set_rollover.
Update 2: after analyzing multiple PRs and looking for signer_set_rollover CI run, this integration test is working in the latest develop as expected.
signer_set_rollover
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Could be part of the mine_2_nakamoto_reward_cycles or an extended version of it. It should verify in the second reward cycle that the blocks are not signed by the signers that were in the first reward cycle (and aren't anymore).
Update: there is one integration test doing this exact flow here - signer_set_rollover.
Update 2: after analyzing multiple PRs and looking for
signer_set_rollover
CI run, this integration test is working in the latest develop as expected.