-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix light requests handler error handling and logging target #8046
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.
Fantastic! 👍🏻
client/network/src/service.rs
Outdated
@@ -1528,6 +1528,7 @@ impl<B: BlockT + 'static, H: ExHashT> Future for NetworkWorker<B, H> { | |||
} | |||
{ | |||
let mut peers_notifications_sinks = this.peers_notifications_sinks.lock(); | |||
println!("peers_notifications_sinks.insert({:?}, {:?})", remote, protocol); |
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.
Pierre :D
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.
Ah fuck
I have absolutely no idea how to fix these tests. |
Merging with master fixed it for me |
so... is there anyone working on fixing these tests? |
That should be me. |
closing due to a lack of progress. |
Adds
target: LOG_TARGET
everywhere it is missing, and properly returns an errors instead of returning empty successful results.