|
|
12ad2dcdf4
|
Added bootstrap module
|
2025-06-30 11:37:40 +05:30 |
|
|
|
f274d20715
|
feat: attached mdns instance with host
|
2025-06-25 23:44:32 +05:30 |
|
|
|
22d93b39ae
|
Add ttl for peer data expiration (#655)
* Add ttl and last_identified to peerdata
* Add test for ttl
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* Fix lint and add newsfragments
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* Fix failing ci
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* fix ttl time from 600 to 120
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* fix test ttl timeout and lint errors
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* Fix docstrings
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
* rebase main
* remove print statement
---------
Signed-off-by: sukhman <sukhmansinghsaluja@gmail.com>
Co-authored-by: pacrob <5199899+pacrob@users.noreply.github.com>
|
2025-06-09 12:42:59 -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 |
|
|
|
94483714a3
|
run lint and fix errors, except mypy
|
2024-02-19 16:05:58 -07:00 |
|
|
|
6e01a7da31
|
PR feedback: async with host.run()
|
2020-01-26 16:44:42 +08:00 |
|
|
|
a63f00d8f8
|
Store our pubkey/privkey info during
`initialize_default_swarm`
|
2019-11-25 16:55:55 +08:00 |
|
|
|
32c55bcaf2
|
hosts track their public key
|
2019-11-06 11:41:27 -08: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 |
|
|
|
ac9feef26c
|
Pull request feedback
|
2019-10-15 20:32:25 +02:00 |
|
|
|
8143563831
|
Added tests for 'RoutedHost' and modified 'FindPeer'
|
2019-10-15 01:01:16 +02:00 |
|
|
|
3f24b015ab
|
Implemented Host that includes a routing system. Explicitly separating different Host types as in Go implementation
|
2019-10-14 00:29:28 +02:00 |
|