ceb9f7d3f7
Merge branch 'main' into todo/handletimeout
2025-07-26 20:54: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
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
8bf261ca77
Merge pull request #766 from acul71/py-multiaddr
...
feat: add py-multiaddr from git
2025-07-21 08:06:04 -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
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
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
62ea3bbf9a
Merge pull request #762 from acul71/identify-fix-varint-go
...
feat: add length-prefixed support to identify protocol
2025-07-16 14:53:08 -07:00
430527625b
Merge branch 'main' into replace/peerID/attribute
2025-07-16 17:15:10 -04:00
4115d033a8
feat: identify identify/push raw-format fix and tests
2025-07-16 20:22:45 +02:00
93fc063e70
Merge branch 'main' into todo/handletimeout
2025-07-16 10:11:23 -07:00
4bd24621f0
Merge branch 'main' into identify-fix-varint-go
2025-07-16 10:10:24 -07:00
5315816521
Merge branch 'main' into add-read-write-lock
2025-07-16 09:38:10 -07:00
d5797572ea
Merge pull request #760 from Jineshbansal/improve-error-message
...
Improve error message
2025-07-16 09:35:20 -07:00
311b750511
add newsfragment file
2025-07-16 20:54:22 +05:30
42f07ae1ab
Merge branch 'main' into add-read-write-lock
2025-07-15 14:54:29 -07:00
773962c070
Merge branch 'main' into todo/handletimeout
2025-07-15 14:53:48 -07:00
8ccf58bb83
Merge branch 'main' into improve-error-message
2025-07-15 14:50:28 -07:00
06f0c7d35c
Merge branch 'main' into identify-fix-varint-go
2025-07-15 14:50:02 -07:00