Merge branch 'main' into replace/peerID/attribute

This commit is contained in:
Manu Sheel Gupta
2025-07-17 01:47:06 -07:00
committed by GitHub
23 changed files with 2290 additions and 62 deletions

View File

@ -0,0 +1 @@
identify protocol use now prefix-length messages by default. use use_varint_format param for old raw messages

View File

@ -0,0 +1 @@
add length-prefixed support to identify protocol

View File

@ -0,0 +1 @@
Fix raw format reading in identify/push protocol and add comprehensive test coverage for both varint and raw formats