|
|
3bdbde57c7
|
feat: Add Windows compatibility using coincurve
|
2025-03-27 15:49:30 -06:00 |
|
|
|
479b12f64d
|
Bump version: 0.2.2 → 0.2.3
|
2025-03-27 14:47:07 -06:00 |
|
|
|
f9b8ac9da1
|
Compile release notes for v0.2.3
|
2025-03-27 14:46:44 -06:00 |
|
|
|
1613cf02d4
|
fix: add missing examples/identify/__init__.py and doc docs/examples.identify.rst
|
2025-03-27 14:37:43 -06:00 |
|
|
|
9379deab5a
|
add macos details, update details
Signed-off-by: Dave Grantham <dwg@linuxprogrammer.org>
|
2025-03-27 14:31:11 -06:00 |
|
|
|
4514e86ee4
|
move pubsub testing tools into tests/utils
|
2025-03-27 14:21:45 -06:00 |
|
|
|
24b2704d8c
|
move factories to tests/utils/factories
|
2025-03-27 14:21:45 -06:00 |
|
|
|
95f0e84418
|
use console script entry for identify demo
|
2025-03-24 17:55:16 -06:00 |
|
|
|
604a447287
|
feat: add identify protocol example
|
2025-03-24 17:55:16 -06:00 |
|
|
|
51c7d53453
|
test: add test_complete_remote_address_delegation_chain
|
2025-03-24 08:02:21 -06:00 |
|
|
|
9350caa65c
|
feat: Add observed addresses of remote peer using get_remote_address
|
2025-03-24 08:02:21 -06:00 |
|
|
|
fabf2cefc4
|
feat: implement get_remote_address via delegation pattern
|
2025-03-24 08:02:21 -06:00 |
|
|
|
798229cd3a
|
feat: add observed_addr to identify protocol
|
2025-03-24 08:02:21 -06:00 |
|
|
|
bd8bd953ec
|
feat: add agent version to identify protocol and improved tests
|
2025-03-24 08:02:21 -06:00 |
|
|
|
dc903460dc
|
fix some imports
|
2025-03-24 07:59:35 -06:00 |
|
|
|
df72979606
|
moved factories to tests
|
2025-03-24 07:59:35 -06:00 |
|
|
|
ddf68ee4e0
|
rebuild protobufs with protoc v30.1
|
2025-03-23 16:49:19 -06:00 |
|
|
|
b2a6294cfa
|
feat(host): add get_live_peers() to track connection state
|
2025-03-23 15:01:18 -06:00 |
|
|
|
f6279c23ac
|
added : demos to test ci
|
2025-03-23 14:46:24 -06:00 |
|
|
|
bef8a82a52
|
fixed lint
|
2025-03-17 09:27:13 -06:00 |
|
|
|
3c01c03e4e
|
incorporated import changes as suggested
|
2025-03-17 09:27:13 -06:00 |
|
|
|
c86f3d0467
|
added dedicated test file and moved timed_cache to tools
|
2025-03-17 09:27:13 -06:00 |
|
|
|
bf699351e1
|
improved newsfragment description
|
2025-03-17 09:27:13 -06:00 |
|
|
|
ddd8930854
|
fixed doc errors
|
2025-03-17 09:27:13 -06:00 |
|
|
|
e5f3e88134
|
added : timed_cache sub-module
|
2025-03-17 09:27:13 -06:00 |
|
|
|
0fa8711ca7
|
updated : seen message map type to bool from int
|
2025-03-17 09:27:13 -06:00 |
|
|
|
f392f47822
|
update the newsfragment
|
2025-03-16 07:02:53 -06:00 |
|
|
|
ea85067beb
|
check other cases and add test_rsa.py
|
2025-03-16 07:02:53 -06:00 |
|
|
|
d1390c824c
|
fixed: newsfragment
|
2025-03-16 07:02:53 -06:00 |
|
|
|
dc6de9b53a
|
rufuse large RSA keys
|
2025-03-16 07:02:53 -06:00 |
|
|
|
e150d3153a
|
rufuse large RSA keys
|
2025-03-16 07:02:53 -06:00 |
|
|
|
7d324b129b
|
add newsfragment
|
2025-03-13 19:59:04 -06:00 |
|
|
|
3b187348ff
|
docs: add Sphinx-style docstrings in abc.py
|
2025-03-13 19:59:04 -06:00 |
|
|
|
65bc17a739
|
update Feature Breakdown to more closely match official implementations list of features
|
2025-02-25 06:50:26 -07:00 |
|
|
|
0c4ea5064f
|
fix: broken import in the examples after net_stream_interface rename
|
2025-02-25 06:37:09 -07:00 |
|
|
|
676d2d3148
|
fix: broken import in the examples after net_stream_interface rename
|
2025-02-25 06:37:09 -07:00 |
|
|
|
d0d92e9870
|
fix: broken import in the examples after net_stream_interface rename
|
2025-02-25 06:37:09 -07:00 |
|
|
|
d497a2225b
|
fix: broken import in the examples after net_stream_interface rename
|
2025-02-25 06:37:09 -07:00 |
|
|
|
0f0d51305c
|
fix ci not running lint, bump pre-commit-hooks version
|
2025-02-24 19:46:46 -07:00 |
|
|
|
d7eab27564
|
refactored and moved all interfaces to abc.py (#504)
* refactored : host_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored : network_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored : notifee_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored : net_connection_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored: raw_connection_interface, secure_conn_interface and stream_muxer abc.py
* refactored: addrbook_interface
* refactored :peerdata_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored :peermetadata_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored :multiselect_client_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored :multiselect_communicator_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored :multiselect_muxer_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored :interfaces
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored :security_transport_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* refactored :listener_interface
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* moved all interfaces and typing files
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
* fixed documentation and moved pubsub abc.py
Co-authored-by: Khwahish Patel <khwahish.p1@ahduni.edu.in>
* added exclude-members in custom_types docs
* added : newsfragment for moving all interfaces to libp2p.abc
---------
Co-authored-by: mystical-prog <jdgt.vd.0405@gmail.com>
Co-authored-by: Mystical <125946525+mystical-prog@users.noreply.github.com>
|
2025-02-21 16:01:45 -07:00 |
|
|
|
4e64347f1e
|
Bump version: 0.2.1 → 0.2.2
|
2025-02-20 09:15:39 -07:00 |
|
|
|
68f6a362fd
|
Compile release notes for v0.2.2
|
2025-02-20 09:15:25 -07:00 |
|
|
|
e7a9ee78a8
|
rename typing.py to custom_types.py for clarity
|
2025-02-02 07:18:52 -07:00 |
|
|
|
d0234bb183
|
update README with better legends
|
2025-01-28 14:17:36 -07:00 |
|
|
|
8787613e91
|
run lint with pyupgrade at py39-plus
|
2025-01-25 15:48:39 -07:00 |
|
|
|
20580b9a4e
|
drop py38 from CI
|
2025-01-25 15:48:39 -07:00 |
|
|
|
fe43b84a7d
|
Merge pull request #496 from pacrob/upgrade-template
Upgrade template, adding python 3.13 support
|
2025-01-25 15:37:01 -07:00 |
|
|
|
e0814c9860
|
move interop tests tools into tests folder
|
2025-01-25 15:28:32 -07:00 |
|
|
|
460db3dce8
|
merge template, fill vars, lint
|
2025-01-25 14:43:45 -07:00 |
|
|
|
de2e17dcdf
|
fix(readme): fix broken link to standard libp2p implementation modules
|
2025-01-23 15:25:32 -07:00 |
|