go-waku/waku/v2/peermanager
richΛrd 67d57a36b8
refactor: only log errors different from `ErrNoPeersAvailable` when selecting random peers. (#864)
Includes a minor refactor to not need to use pointers for the peerID
2023-11-03 12:13:38 -04:00
..
common_discovery_service.go feat(CommonService): add channel and use commonService in discv5 (#735) 2023-09-18 16:41:40 +07:00
connection_gater.go feat: metadata protocol 2023-10-20 20:30:23 -04:00
mock_peer_discoverer.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
peer_connector.go fix: race condition in peer connector / manager interaction (#837) 2023-10-25 21:25:56 -04:00
peer_manager.go refactor: only log errors different from `ErrNoPeersAvailable` when selecting random peers. (#864) 2023-11-03 12:13:38 -04:00
peer_manager_test.go Update peer selection options for light protocols (#787) 2023-10-16 22:12:01 +05:30
service_slot.go Update peer selection options for light protocols (#787) 2023-10-16 22:12:01 +05:30
service_slot_test.go Update peer selection options for light protocols (#787) 2023-10-16 22:12:01 +05:30
topic_event_handler.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30