Merge branch 'main' into identify-fix-varint-go

This commit is contained in:
acul71
2025-07-13 17:25:51 +02:00
committed by GitHub
10 changed files with 248 additions and 21 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