mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Merge branch 'main' into dependency-chore
This commit is contained in:
1
newsfragments/818.bugfix.rst
Normal file
1
newsfragments/818.bugfix.rst
Normal file
@ -0,0 +1 @@
|
||||
Recompiled protobufs that were out of date and added a `make` rule so that protobufs are always up to date.
|
||||
6
newsfragments/826.feature.rst
Normal file
6
newsfragments/826.feature.rst
Normal file
@ -0,0 +1,6 @@
|
||||
Implement closed_stream notification in MyNotifee
|
||||
|
||||
- Add notify_closed_stream method to swarm notification system for proper stream lifecycle management
|
||||
- Integrate remove_stream hook in SwarmConn to enable stream closure notifications
|
||||
- Add comprehensive tests for closed_stream functionality in test_notify.py
|
||||
- Enable stream lifecycle integration for proper cleanup and resource management
|
||||
1
newsfragments/846.bugfix.rst
Normal file
1
newsfragments/846.bugfix.rst
Normal file
@ -0,0 +1 @@
|
||||
Fix kbucket splitting in routing table when full. Routing table now maintains multiple kbuckets and properly distributes peers as specified by the Kademlia DHT protocol.
|
||||
Reference in New Issue
Block a user