-
Notifications
You must be signed in to change notification settings - Fork 714
Support abritrary epochs in TestChainstate #6619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jacinta-stacks
wants to merge
29
commits into
stacks-network:develop
Choose a base branch
from
jacinta-stacks:feat/expand-consensus-test-to-support-pre-nakamoto-epochs
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,157
−1,247
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
1eb48de
Add support for pre naka blocks
jacinta-stacks 59c48ea
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jacinta-stacks 0d2e5fa
Set lower block limits
jacinta-stacks 9f8c670
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jacinta-stacks ed30abc
Generate Epoch List on the Fly
jacinta-stacks eafad79
Fix Clarity versions per Epoch and update contract_call_consensus_tes…
jacinta-stacks 3650058
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jacinta-stacks 7500516
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jacinta-stacks 13659d1
CRC: check for epoch at deployment time to enable better clarity vers…
jacinta-stacks d7c728a
CRC: rename some functions and improve their scope
jacinta-stacks 84306cd
CRC: remove coinbase txs from epoch receipt for pre nakamoto tenures
jacinta-stacks c37946e
CRC: fix duplicate calls and cleanup ContractConsensusTest struct
jacinta-stacks 76edefd
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jacinta-stacks 74e94fc
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jacinta-stacks 14e13e2
Automatically create StacksEpochId::ALL from varients to prevent manu…
jacinta-stacks 0e71860
Move functions around for easier understanding
jacinta-stacks 6069c36
Split ConsensusTest's chain logic out to underlying ConsensusChain an…
jacinta-stacks 0a44f6c
Create network_epoch helper function
jacinta-stacks 779315b
Fmt
jacinta-stacks a7c544d
CRC: use the prepare phase start to determine if Epoch 2.5 or Epoch 3…
jacinta-stacks 3ea9d35
CRC: use saturating sub in load_nakamoto_reward_set to ensure 0th cyc…
jacinta-stacks 381398d
Move asserts about nakamoto boot state to a helper function that can …
jacinta-stacks e4e5ab6
Cannot use prepare phase length to determine reward set calculation
jacinta-stacks 7fec308
CRC: cleanup comments and move epoch assertions into build_nakamoto_c…
jacinta-stacks 6da8514
Cleanup assert_valid_epoch_3_0_activation and rename to validate_naka…
jacinta-stacks 70727c6
Fix tests that have reward cycle starting on boundary
jacinta-stacks b299a8c
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jacinta-stacks 52fc4c4
CRC: use the prepare phase start to determine if Epoch 2.5 or Epoch 3…
jacinta-stacks 1ff2cd8
Do not check epochs in new_with_observer
jacinta-stacks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.