Commit Graph

2415 Commits

Author SHA1 Message Date
bf132cf3dd Fix import statements and improve error handling in examples 2025-09-18 02:22:31 +05:30
4dd2454a46 Update examples to use dynamic host IP instead of hardcoded localhost 2025-09-18 02:09:51 +05:30
b01f2bd105 Merge branch 'main' into fix/885-Update-default-Bind-address 2025-09-18 00:58:04 +05:30
8d028a046d Merge pull request #935 from acul71/fix/issue-934-update-multiaddr
Update multiaddr to version 0.0.11
2025-09-17 15:19:13 +05:30
518c1f98b1 Update multiaddr to version 0.0.11
- Switch from git dependency to pip package
- Update from git+https://github.com/multiformats/py-multiaddr.git@b186e2ccadc22545dec4069ff313787bf29265e0
- Use multiaddr>=0.0.11 from PyPI

Fixes #934
2025-09-16 20:09:10 -04:00
1250b2ec12 Merge branch 'main' into fix/885-Update-default-Bind-address 2025-09-16 01:02:18 +05:30
9b0f75014c Merge pull request #896 from unniznd/fix_expose_timeout_muxer_multistream
fix: Added timeout paramter into muxer multistream
2025-09-16 01:01:13 +05:30
ecdb770c45 Merge branch 'main' into fix_expose_timeout_muxer_multistream 2025-09-16 00:45:26 +05:30
8428aff20c Merge branch 'main' into fix/885-Update-default-Bind-address 2025-09-15 06:57:27 +00:00
81cc2f06f0 Fix multiaddr dep to use specific commit hash to resolve install issue (#928)
* Fix multiaddr dependency to use specific commit hash to resolve installation issues

* fix: ops wrong filename
2025-09-14 17:45:22 -06:00
7d364da950 Refactor: update examples to utilize new address paradigm with wildcard support
- Introduced `get_wildcard_address` function for explicit wildcard binding.
- Updated examples to use `get_available_interfaces` and `get_optimal_binding_address` for address selection.
- Ensured consistent usage of the new address paradigm across all example files.
- Added tests to verify the implementation of the new address paradigm and wildcard feature.
2025-09-09 12:10:28 +05:30
4e8ebf707a Merge branch 'main' into fix_expose_timeout_muxer_multistream 2025-09-09 00:43:38 +05:30
80e22f7c4a Merge branch 'libp2p:main' into fix/885-Update-default-Bind-address 2025-09-08 19:01:49 +05:30
74f4aaf136 updated random walk status in readme (#907) 2025-09-06 14:28:05 -06:00
fe662446dd Merge branch 'main' into fix/885-Update-default-Bind-address 2025-09-06 23:41:03 +05:30
a8a71b077b Merge pull request #900 from libp2p/seetadev-patch-1
Update pyproject.toml
2025-09-06 04:04:32 +05:30
b7f11ba43d Update pyproject.toml 2025-09-06 03:41:18 +05:30
a69db8a716 refactor(app): 885 Add ignore comment since SO attr not supported to Win 2025-09-06 02:00:19 +05:30
aa2a650f85 fix: update QUIC examples to use loopback address for improved security 2025-09-05 20:54:33 +05:30
030deb42b4 refactor: update examples to use available interfaces for listening addresses and improve logging configuration 2025-09-05 20:05:10 +05:30
637bd5d560 Merge branch 'libp2p:main' into fix/885-Update-default-Bind-address 2025-09-05 18:14:44 +05:30
ce3f3a8e43 Merge pull request #763 from AkMo3/main
QUIC v1
2025-09-05 11:40:47 +05:30
f3976b7d2f docs: add some documentation for QUIC transport 2025-09-05 05:41:06 +00:00
09c9709a3e Merge remote-tracking branch 'upstream/main' 2025-09-04 21:27:51 +00:00
f0b05b8307 Merge branch 'main' into fix_expose_timeout_muxer_multistream 2025-09-05 02:57:29 +05:30
31191cbfae Merge branch 'main' into fix/885-Update-default-Bind-address 2025-09-05 02:56:39 +05:30
2fe5882013 fix: add quic utils test and improve connection performance 2025-09-04 21:25:37 +00:00
9370101a84 Merge pull request #843 from unniznd/fix_pubsub_msg_id_type_inconsistency
fix: message id type inconsistency in handle ihave and message id parsing improvement in handle iwant
2025-09-04 23:39:14 +05:30
56732a1506 Merge branch 'main' into fix_pubsub_msg_id_type_inconsistency 2025-09-04 16:26:01 +05:30
4786b48364 Merge branch 'main' into fix/885-Update-default-Bind-address 2025-09-04 16:13:43 +05:30
2ee3e0b054 Merge branch 'main' into main 2025-09-04 16:13:06 +05:30
2a249b1792 Merge pull request #849 from ankur12-1610/issue-798
Enhance Bootstrap module to dial peers after address resolution.
2025-09-04 16:12:56 +05:30
25d7706047 Added timeout passing in muxermultistream. Updated the usages. Tested the params are passed correctly 2025-09-04 14:58:22 +05:30
c5a8f26490 Merge branch 'main' into fix/885-Update-default-Bind-address 2025-09-04 14:17:35 +05:30
5ec1671608 Merge branch 'main' into issue-798 2025-09-04 14:14:31 +05:30
69a0d3da9d Merge branch 'main' into main 2025-09-04 14:13:20 +05:30
431a4807fb Merge pull request #886 from yashksaini-coder/fix/cross_platform_path_tests
Fix: Cross-Platform Path Handling Standardization
2025-09-04 14:12:04 +05:30
f54a14b713 Merge branch 'main' into issue-798 2025-09-04 13:41:45 +05:30
d0c81301b5 fix: quic transport mock in quic connection 2025-09-02 18:47:07 +00:00
d2d4c4b451 fix: proper connection config setup 2025-09-02 18:27:47 +00:00
4b4214f066 fix: add mistakenly removed windows CI/CD tests 2025-09-02 17:54:40 +00:00
37a4d96f90 add rst 2025-09-02 22:23:11 +05:30
33730bdc48 fix: type assertion for config class 2025-09-02 16:39:38 +00:00
159d2cc322 Merge remote-tracking branch 'upstream/main' 2025-09-02 16:16:21 +00:00
b8217bb8a8 Merge branch 'main' into fix_pubsub_msg_id_type_inconsistency 2025-09-02 10:16:17 +05:30
809a32a712 chore: remove temp test valid script 2025-09-02 03:35:35 +05:30
ade6f5c6ad Merge branch 'libp2p:main' into fix/885-Update-default-Bind-address 2025-09-02 03:23:20 +05:30
d385cb45cf Merge branch 'libp2p:main' into fix/cross_platform_path_tests 2025-09-02 03:22:56 +05:30
05867be37e refactor: performed pre-commit checks 2025-09-02 03:06:39 +05:30
2535305123 Merge pull request #838 from unniznd/fix_multiselect_negotiate_type
fix: Added multiselect type consistency in negotiate method
2025-09-02 03:03:56 +05:30