|
|
a6ff93122b
|
chore: fix linting issues
|
2025-08-30 14:08:53 +05:30 |
|
|
|
8e6e88140f
|
fix: add support for rsa, ecdsa keys in quic
|
2025-08-30 14:08:53 +05:30 |
|
|
|
342ac746f8
|
fix: client certificate verification done
|
2025-08-30 14:08:52 +05:30 |
|
|
|
b3f0a4e8c4
|
DEBUG: client certificate at server
|
2025-08-30 14:08:32 +05:30 |
|
|
|
0f64bb49b5
|
chore: log cleanup
|
2025-08-30 14:08:22 +05:30 |
|
|
|
03bf071739
|
chore: cleanup and near v1 quic impl
|
2025-08-30 14:08:22 +05:30 |
|
|
|
c15c317514
|
fix: accept stream on server side
|
2025-08-30 14:08:22 +05:30 |
|
|
|
6c45862fe9
|
fix: succesfull echo example completed
|
2025-08-30 14:08:22 +05:30 |
|
|
|
8f0cdc9ed4
|
fix: succesfull echo
|
2025-08-30 14:08:22 +05:30 |
|
|
|
bbe632bd85
|
fix: initial connection succesfull
|
2025-08-30 14:08:21 +05:30 |
|
|
|
2689040d48
|
fix: handle short quic headers and compelete connection establishment
|
2025-08-30 14:08:06 +05:30 |
|
|
|
8263052f88
|
fix: peer verification successful
|
2025-08-30 14:08:06 +05:30 |
|
|
|
e2fee14bc5
|
fix: try to fix connection id updation
|
2025-08-30 14:08:06 +05:30 |
|
|
|
6633eb01d4
|
fix: add QUICTLSSecurityConfig for better security config handle
|
2025-08-30 14:08:06 +05:30 |
|
|
|
123c86c091
|
fix: duplication connection creation for same sessions
|
2025-08-30 14:08:06 +05:30 |
|
|
|
369f79306f
|
chore: add logs to debug connection
|
2025-08-30 14:08:06 +05:30 |
|
|
|
cb6fd27626
|
fix: process packets received and send to quic
|
2025-08-30 14:08:06 +05:30 |
|
|
|
a1d1a07d4c
|
fix: implement missing methods
|
2025-08-30 14:08:05 +05:30 |
|
|
|
ac01cc5038
|
fix: add echo example
|
2025-08-30 14:07:54 +05:30 |
|
|
|
45c5f16379
|
fix: update conn and transport for security
|
2025-08-30 14:07:31 +05:30 |
|
|
|
ce76641ef5
|
temp: impl security modile
|
2025-08-30 14:07:31 +05:30 |
|
|
|
bc2ac47594
|
fix: add basic quic stream and associated tests
|
2025-08-30 14:07:31 +05:30 |
|
|
|
a3231af714
|
fix: add basic tests for listener
|
2025-08-30 14:07:31 +05:30 |
|
|
|
54b3055eaa
|
fix: impl quic listener
|
2025-08-30 14:07:31 +05:30 |
|
|
|
446a22b0f0
|
temp: temporty quic impl
|
2025-08-30 14:07:31 +05:30 |
|
|
|
2ed2587fc9
|
fix: removed dummy ID(b) from upgrade_security for inbound connections (#681)
* fix: removed dummy ID(b) from upgrade_security for inbound connections
* added newsfragment
* updated newsfragment
|
2025-06-17 06:25:50 -06:00 |
|
|
|
bdadec7519
|
ft. modernise py-libp2p (#618)
* fix pyproject.toml , add ruff
* rm lock
* make progress
* add poetry lock ignore
* fix type issues
* fix tcp type errors
* fix text example - type error - wrong args
* add setuptools to dev
* test ci
* fix docs build
* fix type issues for new_swarm & new_host
* fix types in gossipsub
* fix type issues in noise
* wip: factories
* revert factories
* fix more type issues
* more type fixes
* fix: add null checks for noise protocol initialization and key handling
* corrected argument-errors in peerId and Multiaddr in peer tests
* fix: Noice - remove redundant type casts in BaseNoiseMsgReadWriter
* fix: update test_notify.py to use SwarmFactory.create_batch_and_listen, fix type hints, and comment out ClosedStream assertions
* Fix type checks for pubsub module
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* Fix type checks for pubsub module-tests
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* noise: add checks for uninitialized protocol and key states in PatternXX
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
* pubsub: add None checks for optional fields in FloodSub and Pubsub
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
* Fix type hints and improve testing
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
* remove redundant checks
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
* fix build issues
* add optional to trio service
* fix types
* fix type errors
* Fix type errors
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
* fixed more-type checks in crypto and peer_data files
* wip: factories
* replaced union with optional
* fix: type-error in interp-utils and peerinfo
* replace pyright with pyrefly
* add pyrefly.toml
* wip: fix multiselect issues
* try typecheck
* base check
* mcache test fixes , typecheck ci update
* fix ci
* will this work
* minor fix
* use poetry
* fix wokflow
* use cache,fix err
* fix pyrefly.toml
* fix pyrefly.toml
* fix cache in ci
* deploy commit
* add main baseline
* update to v5
* improve typecheck ci (#14)
* fix typo
* remove holepunching code (#16)
* fix gossipsub typeerrors (#17)
* fix: ensure initiator user includes remote peer id in handshake (#15)
* fix ci (#19)
* typefix: custom_types | core/peerinfo/test_peer_info | io/abc | pubsub/floodsub | protocol_muxer/multiselect (#18)
* fix: Typefixes in PeerInfo (#21)
* fix minor type issue (#22)
* fix type errors in pubsub (#24)
* fix: Minor typefixes in tests (#23)
* Fix failing tests for type-fixed test/pubsub (#8)
* move pyrefly & ruff to pyproject.toml & rm .project-template (#28)
* move the async_context file to tests/core
* move crypto test to crypto folder
* fix: some typefixes (#25)
* fix type errors
* fix type issues
* fix: update gRPC API usage in autonat_pb2_grpc.py (#31)
* md: typecheck ci
* rm comments
* clean up : from review suggestions
* use | None over Optional as per new python standards
* drop supporto for py3.9
* newsfragments
---------
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
Co-authored-by: acul71 <luca.pisani@birdo.net>
Co-authored-by: kaneki003 <sakshamchauhan707@gmail.com>
Co-authored-by: sukhman <sukhmansinghsaluja@gmail.com>
Co-authored-by: varun-r-mallya <varunrmallya@gmail.com>
Co-authored-by: varunrmallya <100590632+varun-r-mallya@users.noreply.github.com>
Co-authored-by: lla-dane <abhinavagarwalla6@gmail.com>
Co-authored-by: Collins <ArtemisfowlX@protonmail.com>
Co-authored-by: Abhinav Agarwalla <120122716+lla-dane@users.noreply.github.com>
Co-authored-by: guha-rahul <52607971+guha-rahul@users.noreply.github.com>
Co-authored-by: Sukhman Singh <63765293+sukhman-sukh@users.noreply.github.com>
Co-authored-by: acul71 <34693171+acul71@users.noreply.github.com>
Co-authored-by: pacrob <5199899+pacrob@users.noreply.github.com>
|
2025-06-09 11:39:59 -06:00 |
|
|
|
e56974078a
|
Fix exception handling
|
2025-05-15 13:49:02 -06:00 |
|
|
|
745458cdff
|
Reduce logging level to debug in TCPListener.listen()
|
2025-05-15 13:49:02 -06:00 |
|
|
|
bb21af7694
|
Adds exception handling in TCPListener.listen()
|
2025-05-15 13:49:02 -06: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 |
|
|
|
e7a9ee78a8
|
rename typing.py to custom_types.py for clarity
|
2025-02-02 07:18:52 -07:00 |
|
|
|
8787613e91
|
run lint with pyupgrade at py39-plus
|
2025-01-25 15:48:39 -07:00 |
|
|
|
94483714a3
|
run lint and fix errors, except mypy
|
2024-02-19 16:05:58 -07:00 |
|
|
|
080f8edc8e
|
Use trio.lowlevel instead of trio.hazmat
Since trio 0.15.0, hazmat has been deprecated.
trio-typing and mypy are bumped to support newer trio and each other.
|
2021-02-23 22:02:34 +07:00 |
|
|
|
89338914d3
|
Add comment for serve_tcp
|
2020-02-04 17:45:56 +08:00 |
|
|
|
ce5663705f
|
Merge branch 'master' into feature/porting-to-trio
|
2019-12-24 02:19:43 +08:00 |
|
|
|
fb0519129d
|
Refine Mplex.close and SwarmConn.close
Ensure `close` cleans up things and cancel the service finally.
|
2019-12-17 15:50:55 +08:00 |
|
|
|
3b9d7c7acd
|
Apply PR feedback
|
2019-12-10 17:20:41 -08:00 |
|
|
|
1929f307fb
|
Fix all modules except for security
|
2019-12-06 17:06:37 +08:00 |
|
|
|
63fd531ed0
|
Fixes to add python 3.6 compatibility
|
2019-12-02 16:33:32 -08:00 |
|
|
|
79fcdf3a02
|
Update tests in test_tcp.py
Besides, run `make format`
|
2019-12-01 16:26:16 +08:00 |
|
|
|
ec43c25b45
|
Rewrite factories, made some of the test running
|
2019-11-26 19:24:30 +08:00 |
|
|
|
417b5e7d61
|
remove unused asyncio
|
2019-11-26 15:27:06 +08:00 |
|
|
|
6ab0e108d3
|
minor
|
2019-11-26 15:27:06 +08:00 |
|
|
|
a397ccdc04
|
makes test_mplex_stream.py::test_mplex_stream_read_write work
|
2019-11-26 15:27:06 +08:00 |
|
|
|
41ff884eef
|
rewrite tcp reader/writer interface
|
2019-11-26 15:27:05 +08:00 |
|
|
|
ded3792924
|
Merge pull request #331 from dmuhs/fix/docs-format
Add automatic docstring formatting
|
2019-10-28 09:39:52 -06:00 |
|
|
|
bafdd8512d
|
Enforce pre-summary newline in docstrings
|
2019-10-24 20:10:45 +02:00 |
|
|
|
2e38d5e5fb
|
Rename TransportUpgrader initiator flag
|
2019-10-24 19:06:49 +02:00 |
|