|
|
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 |
|
|
|
ab94e77310
|
Merge branch 'main' into feature/bootstrap
|
2025-07-15 14:40:20 -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 |
|
|
|
9f38d48e26
|
Fix valid bootstrap address in test case
|
2025-07-14 01:45:12 +05:30 |
|
|
|
2c1e50428a
|
Merge branch 'feature/bootstrap' of https://github.com/sumanjeet0012/py-libp2p into feature/bootstrap
|
2025-07-14 01:38:53 +05:30 |
|
|
|
9e76940e75
|
Refactor logging configuration to reduce verbosity and improve peer discovery events
|
2025-07-14 01:38:15 +05:30 |
|
|
|
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 |
|
|
|
d03bdd75d6
|
Merge branch 'main' into feature/bootstrap
|
2025-07-12 07:48:04 -07:00 |
|
|
|
8ff7bb1f20
|
Merge branch 'main' into todo/handletimeout
|
2025-07-12 07:25:08 -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 |
|
|
|
21db1c3b72
|
Merge branch 'main' into feature/bootstrap
|
2025-07-10 20:43:25 +05:30 |
|
|
|
3592ad308f
|
Merge branch 'main' into add-read-write-lock
|
2025-07-10 07:52:06 -07:00 |
|
|
|
9669a92976
|
Fix formatting and linting issues
|
2025-07-10 19:25:58 +05:30 |
|
|
|
2dfee68f20
|
Refactor bootstrap discovery to use async methods and update bootstrap peers list
|
2025-07-10 19:24:09 +05:30 |
|
|
|
505d3b2a8f
|
Bump version: 0.2.8 → 0.2.9
|
2025-07-09 15:19:54 -06:00 |
|
|
|
f4eb0158fe
|
Compile release notes for v0.2.9
|
2025-07-09 15:18:41 -06:00 |
|
|
|
b716d64184
|
fix formatting and some naming in newsfragments (#754)
|
2025-07-09 15:13:16 -06:00 |
|
|
|
198208aef3
|
validate and filter bootstrap addresses during discovery initialization
|
2025-07-09 20:23:47 +05:30 |
|
|
|
cda163fc48
|
change ReadWriteLock class
|
2025-07-09 18:18:37 +05:30 |
|
|
|
26ed99dafd
|
change tests path
|
2025-07-09 18:09:07 +05:30 |
|
|
|
a26fd95854
|
Merge branch 'feature/bootstrap' of https://github.com/sumanjeet0012/py-libp2p into feature/bootstrap
|
2025-07-09 01:46:31 +05:30 |
|
|
|
2965b4e364
|
DNS resolution working
|
2025-07-09 01:45:15 +05:30 |
|
|
|
242998ae9d
|
add test for read-write-lock
|
2025-07-08 20:06:30 +05:30 |
|
|
|
5f497c7f5d
|
add file in newsfragments folder
|
2025-07-08 19:17:43 +05:30 |
|
|
|
e65e38a3f1
|
fix: linting error related to read
|
2025-07-08 19:11:56 +05:30 |
|
|
|
8fb664bfdf
|
Fix: linting errors
|
2025-07-08 18:34:30 +05:30 |
|
|
|
3dcd99a2d1
|
todo: handle timeout
|
2025-07-08 17:48:57 +05:30 |
|
|
|
75abc8b863
|
run ruff format
|
2025-07-08 07:35:45 +05:30 |
|
|
|
91dca97d83
|
TODO: add read/write lock
|
2025-07-07 21:55:32 +05:30 |
|
|
|
80c686ddce
|
Merge branch 'main' into feature/bootstrap
|
2025-07-07 08:51:53 -07:00 |
|
|
|
0679efb299
|
Merge pull request #648 from lla-dane/feat/match-peerstore
WIP: Matching `py-libp2p <-> go-libp2p` PeerStore Implementation
|
2025-07-06 21:20:00 -07:00 |
|