Skip to content
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

Add reorg_attempts_activity_timeout_ms config option and tenure_activity table to track miner activity #5755

Merged
merged 16 commits into from
Feb 5, 2025
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
953388b
Update signerdb to have tenure_activity table and use in is_timed_out
jferrant Jan 27, 2025
e668895
Add reorg_attempts_activity_timeout_exceeded test and add config opti…
jferrant Jan 27, 2025
faebfda
Rename test to reorg_attempts_activity_timeout_exceeded
jferrant Jan 28, 2025
6ff1668
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jferrant Jan 28, 2025
e85e8c3
CRC and fix test compilatation after merge
jferrant Jan 29, 2025
c3c0392
Update changelog
jferrant Jan 29, 2025
abff263
Fix bad change to database call to get signed blocks in a tenure
jferrant Jan 29, 2025
04f32a5
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jferrant Jan 29, 2025
8b1de4c
Merge branch 'develop' into feat/last-active-timestamp
jferrant Jan 29, 2025
98f3f83
Merge branch 'feat/last-active-timestamp' of https://github.com/stack…
jferrant Jan 29, 2025
98fa647
Cleanup reorg_attempts_activity_timeout_exceeded test
jferrant Jan 29, 2025
ba32406
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jferrant Jan 30, 2025
f09306e
Fix reorg_attempts_activity_timeout_exceeded test
jferrant Jan 30, 2025
f7bc7d6
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jferrant Jan 30, 2025
32a47ce
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jferrant Feb 5, 2025
a4e152a
Merge branch 'develop' of https://github.com/stacks-network/stacks-co…
jferrant Feb 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bitcoin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- tests::signer::v0::single_miner_empty_sortition
- tests::signer::v0::multiple_miners_empty_sortition
- tests::signer::v0::block_proposal_timeout
- tests::signer::v0::reorg_attempts_count_towards_miner_validity
- tests::signer::v0::reorg_attempts_activity_timeout_exceeded
- tests::signer::v0::late_reorg_attempts_do_not_count_towards_miner_validity
- tests::signer::v0::allow_reorg_within_first_proposal_burn_block_timing_secs
- tests::nakamoto_integrations::burn_ops_integration_test
Expand Down