-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix light requests handler error handling and logging target #8046
Conversation
expenses
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.
Fantastic! 👍🏻
client/network/src/service.rs
Outdated
| } | ||
| { | ||
| 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_TARGETeverywhere it is missing, and properly returns an errors instead of returning empty successful results.