feat: Add blacklisting of peers (#651)

* init

* remove blacklist validation after hello packet

* add docs and newsfragment
This commit is contained in:
guha-rahul
2025-06-05 20:40:04 +05:30
committed by GitHub
parent a3c9ac61e6
commit 5ca6f26933
3 changed files with 466 additions and 3 deletions

View File

@ -0,0 +1 @@
implement blacklist management for `pubsub.Pubsub` with methods to get, add, remove, check, and clear blacklisted peer IDs.