[wip] epoch 4 release branch#7210
Merged
hstove-stacks merged 18 commits intoJun 5, 2026
Merged
Conversation
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 27019162550Warning Build has drifted: This PR's base is out of sync with its target branch, so coverage data may include unrelated changes. Coverage increased (+0.05%) to 86.011%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions6541 previously-covered lines in 98 files lost coverage.
Coverage Stats
💛 - Coveralls |
adriano-stacks
approved these changes
Jun 5, 2026
brice-stacks
approved these changes
Jun 5, 2026
Contributor
|
Should we also go ahead and update versions.toml here? (that one unit test fails because this doesn't match |
Contributor
Author
|
@brice-stacks yep, doing that now |
brice-stacks
approved these changes
Jun 5, 2026
8368a48
into
stacks-network:pox-wf-integration
22 checks passed
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.