Merge branch 'main' into write_msg_pubsub

This commit is contained in:
Manu Sheel Gupta
2025-06-29 10:12:16 -07:00
committed by GitHub
30 changed files with 910 additions and 12 deletions

View File

@ -0,0 +1 @@
Added support for ``Multicast DNS`` in py-libp2p

View File

@ -0,0 +1 @@
align stream creation logic with yamux specification

View File

@ -0,0 +1 @@
Fixed an issue in `Pubsub` where async validators were not handled reliably under concurrency. Now uses a safe aggregator list for consistent behavior.