forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 725
[Backport] 5.0.1 backports #2138
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
Conversation
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
Fixing PIVX-Project#1617 Github-Pull: PIVX-Project#2128 Rebased-From: fdcceb6
Github-Pull: PIVX-Project#2133 Rebased-From: 400cf67
We should generally avoid writing to debug.log unconditionally for inbound peers which misbehave (the peer being about to be banned being an exception, since they cannot do this twice). To avoid removing logs for outbound peers, a new log is added to notify users when a new outbound peer is connected which mimics the version print. Github-Pull: PIVX-Project#2130 Rebased-From: 4801464
Github-Pull: PIVX-Project#2134 Rebased-From: 28969ff
also fix IsMasterNodeType Github-Pull: PIVX-Project#2134 Rebased-From: 50d9569
Github-Pull: PIVX-Project#2129 Rebased-From: 5c56a13
Github-Pull: PIVX-Project#2136 Rebased-From: 71fe589
Github-Pull: PIVX-Project#2136 Rebased-From: 0cf23fa
Github-Pull: PIVX-Project#2136 Rebased-From: 6838ddf
Github-Pull: PIVX-Project#2137 Rebased-From: cc02690
Github-Pull: PIVX-Project#2137 Rebased-From: e210f2e
Github-Pull: PIVX-Project#2137 Rebased-From: af1a902
Github-Pull: PIVX-Project#2137 Rebased-From: a2e70d3
furszy
approved these changes
Jan 14, 2021
furszy
left a comment
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.
ACK 40a66b6
random-zebra
approved these changes
Jan 14, 2021
random-zebra
left a comment
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.
ACK 40a66b6
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.
backport the following PRs to the
5.0branch:#2128
#2133
#2130
#2134
#2129
#2136
#2137