|
|
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 |
|
|
|
94483714a3
|
run lint and fix errors, except mypy
|
2024-02-19 16:05:58 -07:00 |
|
|
|
bafdd8512d
|
Enforce pre-summary newline in docstrings
|
2019-10-24 20:10:45 +02:00 |
|
|
|
eef505f2d9
|
Add automatic docstring formatter and apply
|
2019-10-24 08:41:10 +02:00 |
|
|
|
0cc3fc24a7
|
Add source for some secure bytes, e.g. to provide a nonce
|
2019-08-24 22:37:44 +02:00 |
|
|
|
7535a02da7
|
Clean up key gen
|
2019-08-15 19:24:30 -07:00 |
|
|
|
2e3ffb9d53
|
Use types for {Private,Public}Key and address other missing type hints
|
2019-08-15 16:33:34 -07:00 |
|
|
|
9e18d7561d
|
Supply local priv and pub key when upgrading to a secure transport
|
2019-08-15 16:33:34 -07:00 |
|
|
|
879cbf1abd
|
Add an "insecure session" that satisfies the ISecureConn interface
|
2019-08-15 16:33:33 -07:00 |
|