forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor: drop usages of llmq/utils to check if hard-fork is active #5753
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
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
68442e8
chore: add TODO for llmq/utils.h refactoring
knst a7ad399
refactor: drop IsDIP0024Active and its usage of llmq_vbc
knst c329615
refactor: use value_or in std::optional
knst 8f3d3db
refactor: drop dependency governance/classes on llmq/utils
knst c25d336
refactor: drop dependency masternode/payments on llmq/utils
knst f3d2f2d
refactor: drop dependency unit test block_reward_reallocation_tests o…
knst bacaa80
fix: use proper pindex/pindex->pprev in credit pool code during v20/m…
knst e94f575
refactor: drop dependency of specialtxman on llmq/utils
knst 82c01ea
refactor: drop dependency creditpool on llmq/utils
knst 251a897
refactor: rename argument pindex to pindexPrev in GetMNPayee and GetP…
knst 13adedb
refactor: move common code in deterministicmns to the helper
knst f7274c4
refactor: use deployment status in deterministicmns instead llmq's he…
knst 5a84eb0
refactor: drop default value from IsDIP3Enforced()
knst a79aa56
refactor: move out helper IsDIP3Enforced from deterministicmns
knst c742b9a
refactor: drop unused llmq::utils::IsMNRewardReallocationActive
knst 377d929
refactor: drop dependency evo/simplifiedmns on llmq/utils
knst 488c895
refactor: use DeploymentActiveAfter in ehf_signals
knst 2128d58
refactor: use DeploymentActiveAfter in cbtx
knst 9aa4371
refactor: use DeploymentActiveAfter in evo/mnauth
knst 7bce9d8
refactor: use CFinalCommitment::GetVersion in llmq/{commitment,dkgses…
knst c4d634c
refactor: use DeploymentActiveAfter in init.cpp
knst 39dc612
refactor: drop dependency test/util/setup_common on llmq/utils
knst 1ed7f0c
refactor: use DeploymentActiveAfter instead llmq::utils in rpc/
knst ad4d753
refactor: use DeploymentActiveAfter in llmq/blockprocessor
knst 55abf7f
refactor: drop dependency test/evo_deterministicmns_tests on llmq::utils
knst 5d4b16a
refactor: drop public method llmq::utils::IsV19Active
knst db43793
refactor: drop dependency miner on llmq::utils::IsV20Active
knst 70fa626
refactor: drop dependency validation on llmq/utils
knst bc0f0bf
chore: removed TODO for TESTNET_LLMQ_25_67_ACTIVATION_HEIGHT so far a…
knst 917089d
refactor: drop public llmq::utils::IsV20Active method
knst f57859f
refactor: drop llmq_versionbitscache in favor of g_versionbitscache
knst 1b3237d
fix: remove unused cs_main lock from src/miner.cpp - it's not used by…
knst c3c9ccf
refactor: drop global variable fDIP0001ActiveAtTip - partial implemen…
knst 42e65f4
chore: remaining TODO goes to other PRs
knst 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
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
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.