c5a2836829
stream_muxer(yamux): add ReadWriteLock to YamuxStream to prevent concurrent read/write corruption
...
Introduce a read/write lock abstraction and integrate it into `YamuxStream` so that simultaneous
reads and writes do not interleave, eliminating potential data corruption and race conditions.
Major changes:
- Abstract `ReadWriteLock` into its own util module
- Integrate locking into YamuxStream for `write` operations
- Ensure tests pass for lock correctness
- Fix lint & type issues discovered during review
Closes #793
2025-09-13 09:11:07 +01:00
74f4aaf136
updated random walk status in readme ( #907 )
2025-09-06 14:28:05 -06:00
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
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
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
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
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
d385cb45cf
Merge branch 'libp2p:main' into fix/cross_platform_path_tests
2025-09-02 03:22:56 +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
9df542f97f
Merge branch 'main' into fix_multiselect_negotiate_type
2025-09-02 02:38:33 +05:30
93fe070cfb
Merge pull request #884 from acul71/fix/issue-883-transport-issues-todos
...
fix: remove unused upgrade_listener function (Issue 2 from #726 )
2025-09-02 02:38:17 +05:30
7a4c955c98
Merge branch 'main' into fix/issue-883-transport-issues-todos
2025-09-02 01:50:14 +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
970b535b25
Merge pull request #889 from lla-dane/pubsub-record
...
Signed-Peer-Record support in Pubsub/Gossipsub message transfer
2025-09-02 01:39:44 +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
1783a6b0b9
Merge pull request #876 from bomanaps/feat/swarm-multi-connection-support
...
feat(swarm): enhance swarm with retry backoff
2025-09-02 00:35:48 +05:30
1077516196
update newsfragment
2025-09-01 18:11:22 +05:30
aad87f983f
Adress documentation comment
2025-09-01 11:58:42 +01:00
69680e9c1f
Added negative testcases
2025-09-01 10:30:25 +05:30
7d6eb28d7c
message inconsistency fixed
2025-09-01 09:48:08 +05:30
fcb35084b3
fix(docs): Update tomllib import handling and streamline pyproject path resolution
2025-09-01 03:14:09 +05:30
42c8937a8d
build(app): Add fallback to os.path.join + newsfragment 886
2025-09-01 02:53:53 +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
eab8df84df
chore: add news fragment
2025-08-31 17:09:22 +00:00
9749be6574
fix: refine selection of quic transport while init
2025-08-31 16:07:41 +00:00
186113968e
chore: remove unwanted code, fix type issues and comments
2025-08-31 13:15:51 +00:00
e1141ee376
fix: fix nim interop env setup file
2025-08-31 06:47:15 +00:00