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

[Net_processing] Do not log "notfound" msg as unknown. #2676

Merged
merged 3 commits into from
Dec 12, 2021

Conversation

furszy
Copy link

@furszy furszy commented Dec 10, 2021

Grouped few findings that discovered testing #2659.

  • The "not found" message is not being processed properly. Logging an unnecessary "unknown message type" error.
    It become even more evident syncing a peer running 2659 from a normal network peer, because of the non-updated peer blockage from relaying budget items that described there (the ClearSeen bug..).

  • Then some extra refactoring, removing unneeded chain height argument in PushTierTwoGetDataRequest and adapted 2c09a52 to our sources as well.

@furszy furszy self-assigned this Dec 10, 2021
@furszy furszy added the Network label Dec 10, 2021
src/protocol.cpp Outdated Show resolved Hide resolved
@furszy furszy added this to the 6.0.0 milestone Dec 11, 2021
Also move the enum to the top, and remove a deceptive TODO
comment.

Adaptation of btc@2c09a5209ab00573a2422e1e65c437a6e2f59624
Copy link

@random-zebra random-zebra left a comment

Choose a reason for hiding this comment

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

utACK 800ed43

Copy link
Collaborator

@Fuzzbawls Fuzzbawls left a comment

Choose a reason for hiding this comment

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

ACK 800ed43

@furszy furszy merged commit 8eb5087 into PIVX-Project:master Dec 12, 2021
@Fuzzbawls Fuzzbawls modified the milestones: 6.0.0, 5.5.0 Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants