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

A couple of fixes for CActiveMasternodeManager::Init() #3326

Merged
merged 3 commits into from
Feb 8, 2020

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Feb 7, 2020

Socket connectivity check is broken in develop due to changes brought by backporting 11363 via #3305 - have to create new socket manually now.

Not sure why we skip this part on regtest, I didn't notice any issues with tests after re-enabling it (diff ignoring changes in whitespaces: 669b21b?w=1, Travis: https://travis-ci.org/UdjinM6/dash/builds/647121898).

Also, fixing incorrect log output while at it.

@UdjinM6 UdjinM6 added this to the 16 milestone Feb 7, 2020
Copy link

@codablock codablock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@UdjinM6 UdjinM6 merged commit dff9430 into dashpay:develop Feb 8, 2020
@UdjinM6 UdjinM6 deleted the fixsocacmas branch November 26, 2020 13:26
gades pushed a commit to cosanta/cosanta-core that referenced this pull request Jun 25, 2021
* Create socket manually when self-checking masternode connectivity in Init

This is needed after backporting 11363 in 3305

* Check socket connectivity on regtest too

* Fix log output
gades pushed a commit to cosanta/cosanta-core that referenced this pull request Mar 17, 2022
* Create socket manually when self-checking masternode connectivity in Init

This is needed after backporting 11363 in 3305

* Check socket connectivity on regtest too

* Fix log output
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.

3 participants