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
637bd5d560
Merge branch 'libp2p:main' into fix/885-Update-default-Bind-address
2025-09-05 18:14:44 +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
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
56732a1506
Merge branch 'main' into fix_pubsub_msg_id_type_inconsistency
2025-09-04 16:26:01 +05:30
c5a8f26490
Merge branch 'main' into fix/885-Update-default-Bind-address
2025-09-04 14:17:35 +05:30
69a0d3da9d
Merge branch 'main' into main
2025-09-04 14:13:20 +05:30
d0c81301b5
fix: quic transport mock in quic connection
2025-09-02 18:47:07 +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
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
5633d52a63
test: Add comprehensive tests for address validation utilities and ensure secure binding addresses (127.0.0.1) are used instead of wildcard (0.0.0.0)
2025-09-02 03:02:41 +05:30
14a74fdbd1
Merge branch 'main' into fix/cross_platform_path_tests
2025-09-02 01:42:11 +05:30
934f49af83
Merge branch 'main' into fix_multiselect_negotiate_type
2025-09-02 01:40:40 +05:30
145727a9ba
Refactor logging code: Remove unnecessary blank lines in logging setup and cleanup functions for improved readability. Update tests to reflect formatting changes.
2025-09-02 01:39:24 +05:30
84c1a7031a
Enhance logging cleanup: Introduce global handler management for proper resource cleanup on exit and during logging setup. Update tests to ensure file handlers are closed correctly across platforms.
2025-09-02 01:23:12 +05:30
fc6b290c56
Merge branch 'main' into fix_multiselect_negotiate_type
2025-09-02 01:08:21 +05:30
20edc3830a
Merge branch 'main' into fix_pubsub_msg_id_type_inconsistency
2025-09-02 01:07:16 +05:30
ef6557518c
Merge branch 'main' into pubsub-record
2025-09-02 01:01:08 +05:30
6742dd38f7
Merge branch 'main' into fix/cross_platform_path_tests
2025-09-02 01:00:23 +05:30
69680e9c1f
Added negative testcases
2025-09-01 10:30:25 +05:30
64ccce17eb
fix(app): 882 Comprehensive cross-platform path handling utilities
2025-09-01 02:03:51 +05:30
6a24b138dd
feat: Add cross-platform path utilities module
2025-09-01 01:35:32 +05:30
9749be6574
fix: refine selection of quic transport while init
2025-08-31 16:07:41 +00:00
e1141ee376
fix: fix nim interop env setup file
2025-08-31 06:47:15 +00:00
59e1d9ae39
address architectural refactoring discussed
2025-08-31 01:38:29 +01:00
89cb8c0bd9
fix: check forced failure for nim interop
2025-08-30 14:08:53 +05:30
d97b86081b
fix: add nim libp2p echo interop
2025-08-30 14:08:53 +05:30
2c03ac46ea
fix: Peer ID verification during dial ( #7 )
2025-08-30 14:08:53 +05:30
760f94bd81
fix: quic maddr test
2025-08-30 14:08:53 +05:30
f550c19b2c
multiple streams ping, invalid certificate handling
2025-08-30 14:08:53 +05:30
03bf071739
chore: cleanup and near v1 quic impl
2025-08-30 14:08:22 +05:30
c15c317514
fix: accept stream on server side
2025-08-30 14:08:22 +05:30
6c45862fe9
fix: succesfull echo example completed
2025-08-30 14:08:22 +05:30
e2fee14bc5
fix: try to fix connection id updation
2025-08-30 14:08:06 +05:30
ac01cc5038
fix: add echo example
2025-08-30 14:07:54 +05:30
45c5f16379
fix: update conn and transport for security
2025-08-30 14:07:31 +05:30
ce76641ef5
temp: impl security modile
2025-08-30 14:07:31 +05:30
bc2ac47594
fix: add basic quic stream and associated tests
2025-08-30 14:07:31 +05:30
a3231af714
fix: add basic tests for listener
2025-08-30 14:07:31 +05:30
54b3055eaa
fix: impl quic listener
2025-08-30 14:07:31 +05:30
446a22b0f0
temp: temporty quic impl
2025-08-30 14:07:31 +05:30
b26e8333bd
updated as per the suggestions in #815
2025-08-29 18:06:25 +05:30
d99b67eafa
now ignoring pubsub messages upon receving invalid-signed-records
2025-08-29 18:06:09 +05:30
cdfb083c06
added tests to see if transfer works correctly
2025-08-29 18:06:09 +05:30
426aae7efb
Merge branch 'main' into fix_multiselect_negotiate_type
2025-08-29 03:25:12 +05:30