7a1aa548a1
Merge branch 'main' into add-ws-transport
2025-07-26 21:17:42 +05:30
8352d19113
Merge pull request #752 from Minimega12121/todo/handletimeout
...
todo: handle timeout
2025-07-26 21:16:12 +05:30
ceb9f7d3f7
Merge branch 'main' into todo/handletimeout
2025-07-26 20:54:53 +05:30
65faa214da
Merge branch 'main' into add-ws-transport
2025-07-26 01:56:53 +05:30
9b667bd472
Merge pull request #711 from sumanjeet0012/feature/bootstrap
...
feat: Implemented Bootstrap module in py-libp2p
2025-07-26 01:56:16 +05:30
eca548851b
added new fragment and tests
2025-07-25 16:19:29 +05:30
e91f458446
Enhance peer discovery logging and address resolution handling in BootstrapDiscovery
2025-07-24 00:11:05 +05:30
53a16d0476
Merge branch 'add-ws-transport' of https://github.com/GautamBytes/py-libp2p into add-ws-transport
2025-07-23 08:24:39 +00:00
1997777c52
Fix IPv6 host bracketing in WebSocket transport
2025-07-23 08:10:51 +00:00
8a21435fc4
Merge branch 'main' into add-ws-transport
2025-07-22 16:29:19 +00:00
0416572457
Merge branch 'main' into feature/bootstrap
2025-07-21 20:55:51 +05:30
39375fb338
Merge branch 'main' into todo/handletimeout
2025-07-21 08:17:08 -07:00
7469238bb4
Merge branch 'main' into add-ws-transport
2025-07-21 08:09:30 -07:00
8bf261ca77
Merge pull request #766 from acul71/py-multiaddr
...
feat: add py-multiaddr from git
2025-07-21 08:06:04 -07:00
b6c36373a9
Merge branch 'main' into add-ws-transport
2025-07-21 06:44:56 -07:00
3a927c8419
Merge branch 'main' into feature/bootstrap
2025-07-21 06:43:34 -07:00
ec92af20e7
Merge branch 'main' into py-multiaddr
2025-07-21 06:27:11 -07:00
01db5d5fa0
Merge pull request #785 from acul71/feat/issue-784-identify-push-raw-format
...
feat: Add identify-push raw format support and yamux logging improvent
2025-07-21 06:27:00 -07:00
21ee417793
Pin py-multiaddr dependency to specific git commit db8124e2321f316d3b7d2733c7df11d6ad9c03e6
2025-07-20 23:48:16 +02:00
4fb7132b4e
Prevent crash in JS interop test
...
Signed-off-by: GautamBytes <manchandanigautam@gmail.com >
2025-07-20 19:10:03 +00:00
37e4fee9f8
feat: Add identify-push raw format support and yamux logging improvements
...
- Add comprehensive integration tests for identify-push protocol
- Support both raw protobuf and varint message formats
- Improve yamux logging integration with LIBP2P_DEBUG
- Fix RawConnError handling to reduce log noise
- Add Ctrl+C handling to identify examples
- Enhance identify-push listener/dialer demo
Fixes : #784
2025-07-20 20:19:18 +02:00
c277cce2ed
Merge branch 'main' into feature/bootstrap
2025-07-20 04:39:56 -07:00
fa0b64dca8
Merge branch 'main' into add-ws-transport
2025-07-20 09:44:11 +00:00
227a5c6441
small tweak
...
Signed-off-by: GautamBytes <manchandanigautam@gmail.com >
2025-07-20 09:30:21 +00:00
187418378a
added WebSocket transport support
...
Signed-off-by: GautamBytes <manchandanigautam@gmail.com >
2025-07-20 09:23:42 +00:00
048e6deb96
fix: utf-8 in reading in py-cid
2025-07-19 23:24:39 +00:00
2dc2dd4670
Merge branch 'main' into py-multiaddr
2025-07-19 02:22:39 -07:00
e6a355d395
Merge pull request #748 from Jineshbansal/add-read-write-lock
...
TODO: add read/write lock
2025-07-19 02:04:52 -07:00
7b181f3ce5
Merge branch 'main' into add-read-write-lock
2025-07-18 23:53:12 -07:00
0606788ab6
Merge pull request #779 from acul71/fix/issue-778-Incorrect_handling_of_raw_format_in_identify
...
Fix/issue 778 incorrect handling of raw format in identify
2025-07-18 22:11:58 -07:00
7d62a2f558
Merge branch 'main' into fix/issue-778-Incorrect_handling_of_raw_format_in_identify
2025-07-19 04:25:48 +02:00
26fd169ccc
doc: newsfragment raw identify message
2025-07-19 04:25:06 +02:00
99db5b309f
fix raw format in identify and tests
2025-07-19 04:11:27 +02:00
7cfe5b9dc7
style: add new line within newsfragment
2025-07-19 01:19:23 +02:00
092b9c0c57
chore(newsfragment): add entry to the release notes
2025-07-19 01:19:23 +02:00
fcf0546831
style: enforce consistent import block
2025-07-19 01:19:23 +02:00
85bad2d0ae
replace: attributes with cache cached_property
2025-07-19 01:19:23 +02:00
11560f5cc9
TODO: throttle on async validators ( #755 )
...
* fixed todo: throttle on async validators
* added test: validate message respects concurrency limit
* added newsfragment
* added configurable validator semaphore in the PubSub constructor
* added the concurrency-checker in the original test-validate-msg test case
* separate out a _run_async_validator function
* remove redundant run_async_validator
2025-07-18 06:01:28 -06:00
3507531344
chore: clarify newline requirement in newsfragments README.md ( #775 )
...
* chore: clarify newline requirement in README
Small change in newsfragments README.md, that reduces some possible room for pull-request tox workflow errors.
* style: remove double backticks for single backticks
the linter strikes again XD.
* docs: clarify trailing newline requirement in newsfragments for lint checks
---------
Co-authored-by: Manu Sheel Gupta <manusheel.edu@gmail.com >
2025-07-17 20:43:00 -06:00
c9162beb2b
add grave that were removed by mistake
2025-07-17 20:55:49 +05:30
f587e50cab
Merge branch 'main' into todo/handletimeout
2025-07-17 02:36:44 -07:00
d1a0f4f767
Merge branch 'main' into py-multiaddr
2025-07-17 02:32:52 -07:00
3ca27c6e93
Merge pull request #772 from LVivona/replace/peerID/attribute
...
removal: private attribute for cached_property
2025-07-17 01:58:36 -07:00
b4482e1a5e
Merge branch 'main' into replace/peerID/attribute
2025-07-17 01:47:06 -07:00
ae82895d86
style: add new line within newsfragment
2025-07-16 22:12:05 -04:00
9f40d97a05
chore(newsfragment): add entry to the release notes
2025-07-16 22:08:25 -04:00
6fe28dcdd3
Merge branch 'main' into py-multiaddr
2025-07-17 02:39:05 +02:00
41b1ecb67c
Merge branch 'main' into feature/bootstrap
2025-07-16 15:00:35 -07:00
e3c9b4bd54
Merge branch 'main' into add-read-write-lock
2025-07-16 14:59:44 -07:00
e132b154e3
Merge branch 'main' into todo/handletimeout
2025-07-16 14:59:24 -07:00