-
Notifications
You must be signed in to change notification settings - Fork 706
Added tenure size checker/limiter #6486
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
rdeioris
wants to merge
31
commits into
stacks-network:develop
Choose a base branch
from
rdeioris:feat/max_tenure_bytes
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.
Open
Changes from 5 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
dd2090d
added total_tenure_size tracking and limiting
rdeioris 669a9cc
prepare for better test
rdeioris 0438a27
Merge branch 'develop' into feat/max_tenure_bytes
rdeioris 29c484e
improve integration test
rdeioris fbc31c1
added integration tests
rdeioris 209b9c1
fixed typo, enforce max_tenure_bytes to 0 for shadow blocks
rdeioris d292f8a
added CHAINSTATE_VERSION_NUMBER
rdeioris 1c25cb8
refactored total_tenure_size query
rdeioris 9b841d9
added tenure extend if total tenure size is > 50% [prototype]
rdeioris 01affd3
merged with develop
rdeioris fa75b94
fixed tests
rdeioris fd3193e
Merge branch 'develop' into feat/max_tenure_bytes
rdeioris 7461739
merged with develop
rdeioris bffb2d8
report max_tenure_bytes
rdeioris c569ba7
take into account tenure size limit when tenure extending
rdeioris 2e5576d
check if signers still fail
rdeioris b2c29fe
fix cargo check
rdeioris 2d9ca07
another check for CI
rdeioris 5aceb9e
Merge branch 'develop' into feat/max_tenure_bytes
rdeioris 2390efc
fixed postblock_proposal
rdeioris 55b7c5f
re-added tenure extend management
rdeioris d00bd11
fixed tenure extend support
rdeioris f0759f5
added config option for log_skipped_transactions
rdeioris 84cb785
Merge branch 'develop' into feat/max_tenure_bytes
rdeioris 5b12dce
Merge branch 'develop' into feat/max_tenure_bytes
rdeioris d6a0e87
better error management for get_block_header_nakamoto_total_tenure_size
rdeioris 6c1e699
fixed typo
rdeioris 23f3477
added sql comment about total_tenure_size
rdeioris 432252a
added tenure extend check
rdeioris 686d36d
ensure no tenure extend in tests
rdeioris ef4a9dc
added comment about total_tenure_size not being consensus critical
rdeioris 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.
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.