-
Notifications
You must be signed in to change notification settings - Fork 49
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
A0-4289: Rewrite Gossip #1705
A0-4289: Rewrite Gossip #1705
Conversation
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.
is this mostly deletion with some ctr+c +ctrl+v? Where is an interesting part to look at?
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.
Very cool, but still found some ways to complain. ;>
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.
Nice, only very minor comments left.
Description
Replacing gossip service with
SyncNetworkService
andNotificationService
which are responsible for managing new connections and sending data respectively. Now every protocol will be handled by a separateNotificationService
, thus making our gossip code obsolete.Type of change