added newsfragement and tests that would fail without these changes but pass with them

This commit is contained in:
Winter-Soren
2025-06-18 23:32:48 +05:30
parent d4ed859b19
commit 8c16b316ac
2 changed files with 150 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Store public key and peer ID in peerstore during handshake
Modified the InsecureTransport class to accept an optional peerstore parameter and updated the handshake process to store the received public key and peer ID in the peerstore when available.