mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Merge branch 'libp2p:main' into main
This commit is contained in:
1
newsfragments/579.feature.rst
Normal file
1
newsfragments/579.feature.rst
Normal file
@ -0,0 +1 @@
|
||||
Added support for ``Kademlia DHT`` in py-libp2p.
|
||||
1
newsfragments/678.misc.rst
Normal file
1
newsfragments/678.misc.rst
Normal file
@ -0,0 +1 @@
|
||||
Refactored gossipsub heartbeat logic to use a single helper method `_handle_topic_heartbeat` that handles both fanout and gossip heartbeats.
|
||||
1
newsfragments/679.feature.rst
Normal file
1
newsfragments/679.feature.rst
Normal file
@ -0,0 +1 @@
|
||||
Added sparse connect utility function to pubsub test utilities for creating test networks with configurable connectivity.
|
||||
2
newsfragments/681.breaking.rst
Normal file
2
newsfragments/681.breaking.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Reordered the arguments to `upgrade_security` to place `is_initiator` before `peer_id`, and made `peer_id` optional.
|
||||
This allows the method to reflect the fact that peer identity is not required for inbound connections.
|
||||
1
newsfragments/684.misc.rst
Normal file
1
newsfragments/684.misc.rst
Normal file
@ -0,0 +1 @@
|
||||
Uses the `decapsulate` method of the `Multiaddr` class to clean up the observed address.
|
||||
1
newsfragments/685.feature.rst
Normal file
1
newsfragments/685.feature.rst
Normal file
@ -0,0 +1 @@
|
||||
Optimized pubsub publishing to send multiple topics in a single message instead of separate messages per topic.
|
||||
Reference in New Issue
Block a user