ecc443dcfe
linter respacing
2025-07-26 22:38:27 +05:30
aa6039bcd3
PeerRecord class with ProtoBuff implemented
2025-07-26 22:38:27 +05:30
ceb9f7d3f7
Merge branch 'main' into todo/handletimeout
2025-07-26 20:54:53 +05:30
eca548851b
added new fragment and tests
2025-07-25 16:19:29 +05:30
3a927c8419
Merge branch 'main' into feature/bootstrap
2025-07-21 06:43:34 -07: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
7b181f3ce5
Merge branch 'main' into add-read-write-lock
2025-07-18 23:53:12 -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
99db5b309f
fix raw format in identify and tests
2025-07-19 04:11:27 +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
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
4115d033a8
feat: identify identify/push raw-format fix and tests
2025-07-16 20:22:45 +02:00
42f07ae1ab
Merge branch 'main' into add-read-write-lock
2025-07-15 14:54:29 -07:00
06f0c7d35c
Merge branch 'main' into identify-fix-varint-go
2025-07-15 14:50:02 -07:00
ab94e77310
Merge branch 'main' into feature/bootstrap
2025-07-15 14:40:20 -07:00
9c2560d000
fix: added valid CID and fix typecheck
2025-07-13 21:28:50 +00:00
9f38d48e26
Fix valid bootstrap address in test case
2025-07-14 01:45:12 +05:30
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
d03bdd75d6
Merge branch 'main' into feature/bootstrap
2025-07-12 07:48:04 -07:00
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
1507100632
Add interoperability test for py-libp2p and js-libp2p with enhanced logging
2025-07-10 23:59:26 +02:00
26ed99dafd
change tests path
2025-07-09 18:09:07 +05:30
80c686ddce
Merge branch 'main' into feature/bootstrap
2025-07-07 08:51:53 -07:00
b21591f8d5
remove redundants
2025-07-06 14:45:42 +05:30
d1c31483bd
Implemented addr_stream in the peerstore
2025-07-06 14:45:42 +05:30
51c08de1bc
test added: clear protocol data
2025-07-06 14:45:42 +05:30
ff966bbfa0
Metadata: added test
2025-07-06 14:45:42 +05:30
1b025e552c
Key-Book: added tests
2025-07-06 14:45:42 +05:30
4e53327079
Metrics: added tests
2025-07-06 14:45:42 +05:30
3d369bc142
Proto-Book: added tests
2025-07-06 14:45:42 +05:30
51313a5909
Merge branch 'main' into main
2025-07-05 14:39:31 -07:00
a7d122a0f9
added extra tests for identifu push for concurrency cap
2025-07-04 17:28:44 +05:30
383d7cb722
added tests
2025-07-04 16:56:20 +05:30
5ac4fc1aba
seperated tests for better understanding
2025-07-03 22:20:35 +05:30
f96fe0c1b6
Merge branch 'main' into main
2025-07-03 01:43:12 -07:00
dcb199a6b7
Merge branch 'main' into feature/bootstrap
2025-07-03 01:31:43 -07:00
16be6fab85
Merge branch 'main' into feature/bootstrap
2025-07-03 00:21:19 +05:30
83b42b7850
Merge branch 'main' into limit_concurrency
2025-07-02 10:22:21 -07:00
5a95212697
Merge branch 'main' into main
2025-07-02 10:22:01 -07:00
572c6915f6
added tests for negotiate/response timeout
2025-07-01 23:27:19 +05:30
cbb1e26a4f
refactor fixed some lint issues
2025-06-30 23:19:03 +05:30