aad87f983f
Adress documentation comment
2025-09-01 11:58:42 +01:00
9a06ee429f
Fix documentation build issues and add _build/ to .gitignore
2025-08-31 02:01:39 +01:00
526b65e1d5
style: apply ruff formatting fixes
2025-08-31 01:43:27 +01:00
59e1d9ae39
address architectural refactoring discussed
2025-08-31 01:38:29 +01:00
df39e240e7
Merge branch 'main' into feat/swarm-multi-connection-support
2025-08-29 03:11:08 +05:30
5c11ac20e7
Merge pull request #815 from lla-dane/kad-record
...
Signed-Peer-Record support in KAD-DHT message transfer mechanism.
2025-08-29 03:09:07 +05:30
9fa3afbb04
fix: format code to pass CI lint
2025-08-28 22:18:33 +01:00
c577fd2f71
feat(swarm): enhance swarm with retry backoff
2025-08-28 20:59:36 +01:00
c2c4228591
added test for ADD_PROVIDER record processing
2025-08-27 13:02:32 +05:30
943bcc4d36
fix the logic error in add_provider handling
2025-08-27 10:17:40 +05:30
2006b2c92c
added newsfragment
2025-08-26 12:59:18 +05:30
fe3f7adc1b
fix typos
2025-08-26 12:49:51 +05:30
7b2d637382
Now using env_to_send_in_RPC for issuing records in Identify rpc messages
2025-08-26 12:49:51 +05:30
91bee9df89
Moved env_to_send_in_RPC function to libp2p/peer/peerstore.py
2025-08-26 12:49:51 +05:30
5bf9c7b537
Fix spinx error
2025-08-26 12:49:51 +05:30
8958c0fac3
Moved env_to_send_in_RPC function to libp2p/init.py
2025-08-26 12:49:51 +05:30
091ac082b9
Commented out the bool variable from env_to_send_in_RPC() at places
2025-08-26 12:49:51 +05:30
15f4a399ec
Added and docstrings and removed typos
2025-08-26 12:49:51 +05:30
3917d7b596
verify peer_id in signed-record matches authenticated sender
2025-08-26 12:49:51 +05:30
3aacb3a391
remove the timeout bound from the kad-dht test
2025-08-26 12:49:51 +05:30
ba39e91a2e
added test for req rejection upon invalid record transfer
2025-08-26 12:49:51 +05:30
57d1c9d807
reject dht-msgs upon receiving invalid records
2025-08-26 12:49:51 +05:30
efc899e872
fix abc.py file
2025-08-26 12:49:51 +05:30
cea1985c5c
add reissuing mechanism of records if addrs dont change
2025-08-26 12:49:51 +05:30
702ad4876e
remove too much repeatitive code
2025-08-26 12:49:51 +05:30
a21d9e878b
recompile protobuf schema and remove typos
2025-08-26 12:49:51 +05:30
5ab68026d6
removed redundant logs
2025-08-26 12:49:51 +05:30
d1792588f9
added tests for signed-peee-record transfer in kad-dht
2025-08-26 12:49:51 +05:30
53db128f69
fix typos
2025-08-26 12:49:51 +05:30
292bd1a942
Merge pull request #811 from yashksaini-coder/feat/804-add-thin-waist-address
...
✨ Feat: add Thin Waist address validation utilities and integrate into echo example
2025-08-25 15:52:36 +05:30
c9795e3138
Merge branch 'main' into feat/804-add-thin-waist-address
2025-08-25 15:52:14 +05:30
b80817b5ae
Merge pull request #855 from bomanaps/tests/notifee-coverage
...
Add listener lifecycle tests
2025-08-25 15:29:22 +05:30
6c6adf7459
chore(app): 804 Suggested changes - Remove the comment
2025-08-25 12:43:18 +05:30
79f3a173f4
renamed newsfragments to internal
2025-08-25 06:09:40 +01:00
7fb3c2da9f
Add newsfragment for PR #855 (PubsubNotifee integration tests)
2025-08-24 23:31:39 +01:00
6b7f50be3d
Merge branch 'libp2p:main' into tests/notifee-coverage
2025-08-24 23:03:42 +01:00
6a0a7c21e8
chore(app): Add newsfragment for 811.feature.rst
2025-08-25 01:31:30 +05:30
fde8c8f127
Merge branch 'main' into feat/804-add-thin-waist-address
2025-08-24 23:46:17 +05:30
bc1b1ed6ae
fix_gossipsub_mid_type ( #859 )
...
* fix_gossipsub_mid_type
* Fix lint and add newsfragments
* Fix mid formation
* Revert "Fix mid formation"
This reverts commit 835d4ca7af58f0716db51a00a8a7aa6cc15ac0a6.
2025-08-24 12:11:36 -06:00
63a8458d45
add import to __init__
2025-08-24 23:40:05 +05:30
ed91ee0c31
refactor(app): 804 refactored find_free_port() in address_validation.py
2025-08-24 23:28:02 +05:30
75ffb791ac
fix: Ensure newline at end of file in address_validation.py and update news fragment formatting
2025-08-24 22:06:07 +05:30
cf48d2e9a4
chore(app): Add 811.internal.rst
2025-08-24 22:03:31 +05:30
88a1f0a390
cherry pick 7a1198c8c6/libp2p/utils/address_validation.py
2025-08-24 21:17:29 +05:30
b38d504fc1
Merge pull request #1 from acul71/fix/multi-address-listening-bug
...
Fix/multi address listening bug
2025-08-24 13:02:56 +05:30
3bd6d1f579
doc: add newsfragment
2025-08-24 02:29:23 +02:00
b6cbd78943
Fix multi-address listening bug in swarm.listen()
...
- Fix early return in swarm.listen() that prevented listening on all addresses
- Add comprehensive tests for multi-address listening functionality
- Ensure all available interfaces are properly bound and connectable
2025-08-24 01:49:42 +02:00
ed2716c1bf
feat: Enhance echo example to dynamically find free ports and improve address handling
...
- Added a function to find a free port on localhost.
- Updated the run function to use the new port finding logic when a non-positive port is provided.
- Modified address printing to handle multiple listen addresses correctly.
- Improved the get_available_interfaces function to ensure the IPv4 loopback address is included.
2025-08-22 11:48:37 +05:30
9efc5a1bd1
Merge branch 'libp2p:main' into tests/notifee-coverage
2025-08-21 08:07:53 +01:00
5b9bec8e28
fix: Enhance error handling in echo stream handler to manage stream closure and exceptions
2025-08-20 18:29:35 +05:30