5e2840d5b5
Merge branch 'main' into enhancement/yamuxstream-lock
2025-09-23 00:43:22 +05:30
43bb36338c
Merge branch 'main' into fix/885-Update-default-Bind-address
2025-09-22 22:07:12 +05:30
77208e95cc
Refactor example scripts and core modules to enhance security by using secure loopback addresses for network binding
2025-09-20 13:32:43 +05:30
ae3e2ff943
Update examples to use wildcard addresses for network binding and improve connection timeout comments
2025-09-20 13:11:22 +05:30
b01f2bd105
Merge branch 'main' into fix/885-Update-default-Bind-address
2025-09-18 00:58:04 +05:30
1a4fe91419
doc: websocket newsframgment
2025-09-17 13:38:17 -04:00
1326592fe2
Merge branch 'main' into enhancement/yamuxstream-lock
2025-09-17 15:30:22 +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
6e8960b383
Merge branch 'main' into enhancement/yamuxstream-lock
2025-09-16 01:03:02 +05:30
1250b2ec12
Merge branch 'main' into fix/885-Update-default-Bind-address
2025-09-16 01:02:18 +05:30
b4a5d9037c
Merge branch 'main' into enhancement/yamuxstream-lock
2025-09-16 00:47:59 +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
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
4e8ebf707a
Merge branch 'main' into fix_expose_timeout_muxer_multistream
2025-09-09 00:43:38 +05:30
637bd5d560
Merge branch 'libp2p:main' into fix/885-Update-default-Bind-address
2025-09-05 18:14:44 +05:30
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
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
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
f54a14b713
Merge branch 'main' into issue-798
2025-09-04 13:41:45 +05:30
37a4d96f90
add rst
2025-09-02 22:23:11 +05:30
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
e8d1a0fc32
chore: add newsfragment for 885 issue fix
2025-09-02 03:03:12 +05:30
9df542f97f
Merge branch 'main' into fix_multiselect_negotiate_type
2025-09-02 02:38:33 +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
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
1077516196
update newsfragment
2025-09-01 18:11:22 +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
eab8df84df
chore: add news fragment
2025-08-31 17:09:22 +00:00
d620270eaf
docs: add newsfragment for issue 883 - remove unused upgrade_listener function
2025-08-31 00:10:15 +02:00
96e2149f4d
added newsfragment
2025-08-29 18:06:27 +05:30
426aae7efb
Merge branch 'main' into fix_multiselect_negotiate_type
2025-08-29 03:25:12 +05:30
40dad64949
Merge branch 'main' into fix_pubsub_msg_id_type_inconsistency
2025-08-29 03:24:53 +05:30