forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat!: masternode node hard-fork activation DIP-0023 #5469
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
612faa8
feat: imlemented new hard-fork mechanism that uses MN Activation Height
knst c8d84a8
fix: MnEHF transaction should be accepted to mempool bypass fee limits
knst 33ab318
feat: add CMNHFManager and logic to make hard-forks accordingly recei…
knst b85a497
feat: new functional test for feature MnEHF
knst 2c4597d
feat: improve functional tests for MnEHF to check block reconsideration
knst 4e03666
Update src/chainparams.cpp
knst bb8d06a
fix: conflict resolve due to new fuzz test (versionbits) and -Wno-reo…
knst 628ce18
feat: let unknown deployments to be mined in blocks
knst 0878e18
fix: check MnEHF earlier
knst ef14b53
feat: add functional test for unknown and invalid version bits of EHF…
knst 5bcbcc8
docs: documented UpdateMNActivationParam
knst df4c366
fix: logs in chainparams moved out from if(fJustCheck)
knst 5d9085f
Update src/chainparams.cpp
knst 7b18bc8
fix: EHF takes care not only about nTimeOut but about nStartTime also
knst 3973f2b
feat: update functional tests for Mn EHF - to use same bit more than …
knst 92be5e0
fix: now EHF transactions expires after nExpiryEHF blocks
knst 13f28a0
fix: mark invalid EHF tx in mempool
knst 5e31bd5
refactor: multiple fixes, cleanups, improvements and refactorings
knst d83dbd2
fix: fix previous commit with fixes
knst 4b046bb
use deployment nStartTime as a signal expiration mark, adjust tests
UdjinM6 f7705cd
fix: scan quorums instead just using verified sigs
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 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 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 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 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add documentation for this function