Merge branch 'main' into add-read-write-lock

This commit is contained in:
Manu Sheel Gupta
2025-07-15 14:54:29 -07:00
committed by GitHub
14 changed files with 258 additions and 27 deletions

View File

@ -0,0 +1,3 @@
Improved type safety in `get_mux()` and `get_protocols()` by returning properly typed values instead
of `Any`. Also updated `identify.py` and `discovery.py` to handle `None` values safely and
compare protocols correctly.

View File

@ -0,0 +1 @@
Add comprehensive tests for relay_discovery method in circuit_relay_v2

View File

@ -0,0 +1 @@
Add logic to clear_peerdata method in peerstore

View File

@ -0,0 +1 @@
fixed malformed PeerId in test_peerinfo

View File

@ -0,0 +1 @@
fixed a typecheck error using cast in peerinfo.py