rewards: preserve inactive stake credits and checkpoint recovery - #286
Closed
7layermagik wants to merge 4 commits into
Closed
7layermagik wants to merge 4 commits into
7layermagik wants to merge 4 commits into
Conversation
Retain activation status from the existing points calculation and exclude inactive stakes from the Alpenglow skipped-reward credit advance. Preserve explicit forced-update cases. Add an epoch-116 fixture that reproduces the original slot 6264001 bank hash before the fix and the expected footer hash afterward. Include reward regressions in the race CI job.
Keep the epoch boundary replayable when distribution consumes its last spool before a failed bank verification. Apply the hold again after finality gating, and commit the full reward window atomically so ordinary fold batches cannot leave an unrecoverable active EpochRewards checkpoint. Cover failed distribution, finality lag, completion generations, small fold batches and failed-commit retry. Document the epoch-116 diagnosis, bank-hash evidence and verified recovery checkpoint.
This was referenced Sep 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Correct epoch-transition inputs and checkpoint recovery independently of the performance work.
Validation: targeted epoch/rewards/replay regression tests pass. The complete replay and rewards package suites also pass in the dependent checkpoint branch. The captured fixture is not a fresh full-cluster replay or deployment.