63a8458d45
add import to __init__
2025-08-24 23:40:05 +05:30
fa174230ba
Refactor echo example to use optimal binding address
...
- Replaced hardcoded listen address with `get_optimal_binding_address` for improved flexibility.
- Imported address validation utilities in `echo.py` and updated `__init__.py` to include new functions.
2025-08-09 01:22:17 +05:30
37e4fee9f8
feat: Add identify-push raw format support and yamux logging improvements
...
- Add comprehensive integration tests for identify-push protocol
- Support both raw protobuf and varint message formats
- Improve yamux logging integration with LIBP2P_DEBUG
- Fix RawConnError handling to reduce log noise
- Add Ctrl+C handling to identify examples
- Enhance identify-push listener/dialer demo
Fixes : #784
2025-07-20 20:19:18 +02:00
8ec67289da
feat: add length-prefixed protobuf support to identify protocol
2025-07-13 15:55:37 +02:00
18c6f529c6
Feat/issue 605 debug logging via env variable ( #608 )
...
* feat: Debug Logging via Environment Variable
* refactor: deleted libp2p/utils.py
* fix: double messages logging fix
* doc: add logging info to getting_started.rst
2025-05-20 14:07:22 -06:00