network: Enable tests of Notifications
#4692
Labels
I3-annoyance
The node behaves within expectations, however this “expected behaviour” itself is at issue.
T0-node
This PR/Issue is related to the topic “node”.
T10-tests
This PR/Issue is related to tests.
libp2p
upgrade to v0.52.3 brought newStream
abstraction that hasnew()
method private. This madeNotifications
tests not compile without possibility to make them work. So, they were commented out in #4682 (see the commit).This issue is about trying to upstream the patch to
libp2p
that makesStream::new()
method public and restoring the functionality ofNotifications
tests.cc @paritytech/networking
The text was updated successfully, but these errors were encountered: