-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fixes bug that collator wasn't sending Declare message
#1895
Conversation
montekki
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.
LGTM minus debug prints
node/network/bridge/src/lib.rs
Outdated
| }; | ||
|
|
||
| Ok(NetworkAction::WriteNotification(peer, peer_set, message)) | ||
| Ok(NetworkAction::WriteNotification(peer, dbg!(peer_set), message)) |
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.
dbg
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.
Fuck xD
node/network/bridge/src/lib.rs
Outdated
| peers, | ||
| dbg!(peers), | ||
| PeerSet::Collation, | ||
| WireMessage::ProtocolMessage(msg), | ||
| dbg!(WireMessage::ProtocolMessage(msg)), |
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.
dbg
| // it should be handled here. | ||
| } | ||
| PeerViewChange(peer_id, view) => { | ||
| println!("PEERVIEWCHANGE: {:?} {:?}", peer_id, view); |
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.
println
I'm an idiot
|
bot merge |
|
Missing process info; check that the PR belongs to a project column. Merge can be attempted if:
See https://github.com/paritytech/parity-processbot#faq |
* master: Adder collator improvements (#1896) Fixes bug that collator wasn't sending `Declare` message (#1895) fix service build: enable notifications protocol only under real overseer (#1894) Adds test parachain adder collator (#1864) A real overseer feature (#1892) Implementer's guide: Approval Voting Subsystem (#1691) Companion for #6912 (#1784)
No description provided.