go-waku/waku/v2
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
..
discv5 fix: allow mixing named and static shards 2023-09-04 10:10:49 -04:00
dnsdisc refactor: add libp2p metrics, and make each protocol responsable for defining its own metrics 2023-08-18 13:56:43 -04:00
hash feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
node fix: allow mixing named and static shards 2023-09-04 10:10:49 -04:00
payload refactor: move payload handling to its own package 2022-12-15 21:55:14 -04:00
peermanager Fix panic in peer manager (#714) 2023-09-07 12:06:43 +05:30
peerstore refactor(WakuPeerStore): nit origin (#685) 2023-08-25 19:36:06 +04:00
protocol chore(rln-relay): confirm that the provided credential is correct using onchain query 2023-09-06 10:17:46 -04:00
rendezvous refactor: remove unused function and simplify code related to creating db and migrations 2023-08-10 10:37:22 -04:00
timesource refactor: service interface 2023-01-07 11:25:32 -04:00
utils chore: utils tests (#661) 2023-08-22 19:18:43 +05:30