[wip] epoch 4 release branch#7210
Open
hstove-stacks wants to merge 34 commits into
Open
Conversation
Moved from tracking `rewards-paid` to `rewards-per-token-paid`. This is required to account for scenarios where a signer's staked amount changes without claiming rewards. This is the case, for example, with early L1 unlocks.
* update the epoch_4_0 end-to-end test framework such that the signer-set stakes through pox-5 * remove test-only signer set overrides (no longer needed) * add logic for iterating the signer set in pox-5, fetching signer keys, and signer weights * add proptests for signer set calculations
The trait definition for `<signer-manager>` has changed since this code was written, so this commit updates the example contract deployed in signer tests.
Previously, the maps were called `staker-set-..`, but this reflected a previous design. Now, the linked list only contains signer principals. This commit updates those maps, functions, and argument names to reflect the fact that the linked list contains the _signer_ set.
Coverage Report for CI Build 25904007932Coverage decreased (-38.5%) to 47.459%Details
Uncovered Changes
Coverage Regressions88645 previously-covered lines in 346 files lost coverage.
Coverage Stats
💛 - Coveralls |
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.
This branch is built on top of #7197 and #7199 . The key difference is that I've updated
RELEASE_LATEST_EPOCHin order to run this as a "proper" testnet in stacks-regtest-env.