fe3f7adc1b
fix typos
2025-08-26 12:49:51 +05:30
91bee9df89
Moved env_to_send_in_RPC function to libp2p/peer/peerstore.py
2025-08-26 12:49:51 +05:30
cea1985c5c
add reissuing mechanism of records if addrs dont change
2025-08-26 12:49:51 +05:30
d1792588f9
added tests for signed-peee-record transfer in kad-dht
2025-08-26 12:49:51 +05:30
53db128f69
fix typos
2025-08-26 12:49:51 +05:30
eb3121b818
remove completed TODO task comments
2025-08-10 11:28:11 +05:30
16445714f7
overwrite old_addr with new_addrs in consume_peer_record
2025-07-26 22:38:28 +05:30
2d335d4394
Integrated Signed-peer-record transfer with identify/identify-push
2025-07-26 22:38:28 +05:30
8b8b051885
batch operations for consume_peer_record
2025-07-26 22:38:28 +05:30
07c8d4cd1f
added periodic cleanup task
2025-07-26 22:38:28 +05:30
09e6feea8e
merge new addresses with existing ones, in consume_peer_record
2025-07-26 22:38:28 +05:30
601a8a3ef0
enforce_peer_record_limit
2025-07-26 22:38:28 +05:30
9d597012cc
fixed the linter <> protobuf issues
2025-07-26 22:38:28 +05:30
c2b1738cd9
fix sphinx/docutils bugs
2025-07-26 22:38:28 +05:30
aab2a0b603
Completed: CertifiedAddrBook interface with related tests
2025-07-26 22:38:28 +05:30
6431fb8788
Implemented: Envelope wrapper class + linter hacks for protobuf checks
2025-07-26 22:38:28 +05:30
6eba9d8ca0
downgrade the peer-record protobuf files to v@25.3
2025-07-26 22:38:27 +05:30
2ff5ae9c90
added hacks for linting errors
2025-07-26 22:38:27 +05:30
ecc443dcfe
linter respacing
2025-07-26 22:38:27 +05:30
aa6039bcd3
PeerRecord class with ProtoBuff implemented
2025-07-26 22:38:27 +05:30
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
9c2560d000
fix: added valid CID and fix typecheck
2025-07-13 21:28:50 +00: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
d1c31483bd
Implemented addr_stream in the peerstore
2025-07-06 14:45:42 +05:30
faeacf686a
fix typos
2025-07-06 14:45:42 +05:30
9943697054
Added docstrings
2025-07-06 14:45:42 +05:30
4e53327079
Metrics: added tests
2025-07-06 14:45:42 +05:30
3d369bc142
Proto-Book: added tests
2025-07-06 14:45:42 +05:30
5de458482c
refactor after rebase
2025-07-06 14:45:42 +05:30
f3d8cbf968
feat: Matching go-libp2p PeerStore implementation
2025-07-06 14:45:42 +05:30
303bf3060a
implemented peer exchange
2025-06-21 18:54:17 +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
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
4a53fc3111
Direct Peers : Gossipsub V1.1 ( #594 )
...
* added basic structure for direct peers
* added direct connect heartbeat
* added logic to reject GRAFT from direct peers
* added invocation of direct_connect_heartbeat
* updated _get_peers_to_send to include direct peers
* fixed failing gossipsub core and demo tests
* fixed failing test_examples.py
* add tests for peer management
* fix lint
* update tests
* fixed direct_peers type and peer_records test
* fixed failing gossipsub direct peers test
* added reject graft test
* updated reconnection test
* added newsfragment
* improved reject graft test
* updated default value for direct peers
* renamed direct_connect_init_delay parameter
* reverted back to direct_connect_initial_delay param name
---------
Co-authored-by: Khwahish Patel <khwahish.p1@ahduni.edu.in >
2025-05-20 07:31:57 -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
8787613e91
run lint with pyupgrade at py39-plus
2025-01-25 15:48:39 -07:00
f957e310d6
refactored add_addrs in peerdata and added test_peerdata.py
2024-11-24 14:39:29 -07:00
94483714a3
run lint and fix errors, except mypy
2024-02-19 16:05:58 -07:00
f1dbd52d67
Merge branch 'master' into feature/trio
2020-02-06 10:39:54 +08:00
3372c32432
Fix examples and modify new_node
...
- Fix examples `chat.py` and `echo.py`
- Use trio directly, instead of `trio-asyncio`
- Remove redundant code
- Change entry API `new_node` to `new_host_trio`
2019-12-24 18:03:18 +08:00
0827d0d9ef
add 2 more instances of formatting violations
2019-12-19 18:09:47 +01:00
b1248ff315
enforced f-strings everywhere, %s on logging
...
extended _multiaddr_from_socket to support UDP and IPv6 automatically
changed TCPListener to use _ip4_or_6_from_multiaddr to get host, and not ip4 only
enforced `from error` everywhere with raises
added call braces to exceptions
2019-12-19 17:31:18 +01:00
794d2101e9
fixes #197
2019-12-17 11:00:45 +01:00
9f3f2c53da
Apply PR feedback:
...
use defaultdict for peer data map
2019-11-26 16:18:15 +08:00
94c7a0bca4
Apply PR feedback and fix
2019-11-26 14:04:28 +08:00
fab27b0357
Fix lint
2019-11-26 12:35:50 +08:00
ffa73f5649
Check if pubkey matches peer ID before add
2019-11-26 12:33:55 +08:00
0bfbdf7fab
Move keypair into PeerData
2019-11-26 12:27:59 +08:00
828ae69c66
Apply PR feedback: add_key_pair
2019-11-26 11:52:31 +08:00