You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#522 commented out the place where peers were banned if they didn't support the protocol (it was just a low hanging fruit for Ping, ostensibly could be used in other places), because it's no longer available on the Swarm.
#522 commented out the place where peers were banned if they didn't support the protocol (it was just a low hanging fruit for
Ping
, ostensibly could be used in other places), because it's no longer available on theSwarm
.The new approach seems to be similar to #538 , to add a new module to our behaviour: https://github.com/libp2p/rust-libp2p/tree/v0.52/misc/allow-block-list
The text was updated successfully, but these errors were encountered: