go-waku/waku
Siddarth Kumar 7badb4a37b
Fix panic in peer manager (#714)
* fix: slice error for index out of bounds

this commit fixes slicing `notConnectedPeers` array with 0 to  a negative value of `numPeersToConnect` by first checking if `numPeersToConnect` are greater than 0
2023-09-07 12:06:43 +05:30
..
cliutils revert: "refactor: use an address instead of public key for the node setup" 2023-05-22 17:03:40 -04:00
metrics refactor: add libp2p metrics, and make each protocol responsable for defining its own metrics 2023-08-18 13:56:43 -04:00
persistence refactor: add libp2p metrics, and make each protocol responsable for defining its own metrics 2023-08-18 13:56:43 -04:00
tools chore: switch to Google's Protobuf library 2023-02-16 11:37:59 -04:00
try feat: Implement logic for publish from node 2021-12-07 14:32:02 +01:00
v2 Fix panic in peer manager (#714) 2023-09-07 12:06:43 +05:30