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
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
e3c9b4bd54
Merge branch 'main' into add-read-write-lock
2025-07-16 14:59:44 -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
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
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
23622ea1a0
style: enforce consistent import block
2025-07-15 15:28:03 -04:00
6aeb217349
replace: attributes with cache cached_property
2025-07-15 14:59:34 -04:00
003e7bf278
Merge branch 'main' into py-multiaddr
2025-07-15 10:38:01 -07:00
719246c996
Merge pull request #764 from acul71/fix/issue-757-test-peerinfo-valid-cid
...
fix: added valid CID and fix typecheck
2025-07-15 10:23:51 -07:00
e013e80689
doc: newsfragments
2025-07-15 15:43:48 +00:00
6f33cde9a9
feat: add py-multiaddr from git
2025-07-13 21:56:07 +00:00
9c2560d000
fix: added valid CID and fix typecheck
2025-07-13 21:28:50 +00:00
53614200bd
doc: fix doc issues
2025-07-13 17:43:31 +02:00
41ed0769f6
Merge branch 'main' into identify-fix-varint-go
2025-07-13 17:25:51 +02:00
1c59653946
breaking: identify protocol use now prefix-length messages by default. use use_varint_format param for old raw messages
2025-07-13 17:24:56 +02:00
4bbb08ce2d
feat: add length-prefixed protobuf support to identify protocol
2025-07-13 16:13:52 +02:00
912669a924
doc: newsfragment
2025-07-13 16:04:46 +02:00
8ec67289da
feat: add length-prefixed protobuf support to identify protocol
2025-07-13 15:55:37 +02:00
9cd3805542
make readwrite more safe
2025-07-13 18:37:44 +05:30
b81168dae9
improve error message
2025-07-13 17:52:05 +05:30
5fcfc677f3
fixme/correct-type ( #746 )
...
* fixme/correct-type
* added newsfragment and test
2025-07-11 15:27:17 -06:00
dd14aad47c
Add tests for discovery methods in circuit_relay_v2 ( #750 )
...
* Add test for direct_connection_relay_discovery
* Add test for mux_method_relay_discovery
* Fix newsfragments
2025-07-11 14:53:27 -06:00
96434d9977
Remove .git
2025-07-10 23:59:26 +02:00