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

v12.2.5 Release #12

Merged
merged 310 commits into from
Mar 24, 2019
Merged

v12.2.5 Release #12

merged 310 commits into from
Mar 24, 2019

Conversation

CryptoCentric
Copy link

No description provided.

nmarley and others added 30 commits February 28, 2019 21:14
* rename nEpochStart variable and adjust comments

* rename GetBlockStart() -> GetBlockHeight()

* change var name to nBlockHeight
…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
…1644)

* Use `override` keyword for all overriden functions

* more override
…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)
* 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
@CryptoCentric
Copy link
Author

Ready for v12.2.5 Release

@CryptoCentric CryptoCentric merged commit 99cb6d7 into master Mar 24, 2019
@CryptoCentric CryptoCentric deleted the v12.2.5PRBR4 branch March 24, 2019 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.