mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 04:09:33 +00:00
318667e442
* chore: renewPeer() returns the new found peer * feat: ping & peer renewal * chore: add tests * fix: tests * chore: remove only * chore: remove comments * chore(tests): decrease timeout * chore: add array index validation * chore: remove only * chore: move defaults into a separate variable * chore: update lightpush with new API * chore: include peer renewals within `ping` instead of `interval` * chore: update tests * chore: add new test * chore: address comments