forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 4
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
v12.2.5 Release #12
Merged
Merged
v12.2.5 Release #12
Conversation
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
* rename nEpochStart variable and adjust comments * rename GetBlockStart() -> GetBlockHeight() * change var name to nBlockHeight
…locks), just relay what we have (dashpay#1922)
…hpay#1923) This makes PS mockable. And we don't need that much of a precision here anyway.
…ks to group them together (dashpay#1925) DSHA256 and X11 also have additional tests for data from 32 to 2048 bytes (for comparison, in steps)
Also cleanup existing atoi-s in Dash code
- make incoming strWalletFile a const reference, do not modify it directly inside the function - follow `false false ... false true` principle
* Do not filter non-upgraded mns in DSEG Reverts dashpay#1373, we need non-upgraded MNs to verify their old govvotes * Split mn list/single vin logic for DSEG This should prevent looping till the end of the list if we were asked for a single mn and a) we have it but some following `if` has failed or b) we don't have it. It also should be a bit easier to follow the logic this way.
* Move trigger expiration logic into CSuperblock and handle executed/non-executed triggers differently * Actually execute triggers
…ed string of a string (dashpay#1934) * Change format of gobject, store/transmit vchData instead of hex-encoded string * fix (limited string for old format)
…DEFAULT_MAX_PEER_CONNECTIONS (dashpay#1935)
* Call CheckMnbAndUpdateMasternodeList when when starting MN Otherwise the invoking node won't have nCollateralMinConfBlockHash updated correctly, resulting in the MN showing up in the wrong position when masternode ranks are calculated. * Remove UpdateMasternodeList and remaining uses of it
Ready for v12.2.5 Release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.