mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-03 22:33:07 +00:00
* 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