mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 10:28:15 +00:00
* chore: upgrade nwaku to v0.33.1 * chore: upgrade to nwaku 0.34.0 * feat: connect nwaku nodes amongst each other over relay * chore(lightpush): use multiple service nodes for lightpush (instead of just one) - nwaku now expects >=1 nodes at least connected * chore: all single-node lightpush requests should now be expected to fail * chore: update sharding tests * chore: update tests * chore: improve Docker network config reliability * chore: deduplicate ecies encrypted payloads * chore: update to precise expects * fix: return early if expect passes * chore: lightpush 5 times instead of 30 * fix: non duplicacy should happen in application-specific scenario * chore: update mocha config + fix epehermal tests * chore: reinstall deps after rebase * chore: attempt stability for test suite * fix: store tests to now use multiple nodes, delete uneeded test * fix: memory leak * chore: switch while loop with timeout-promise * chore: remove redundant nodes startup * chore: add delays for nwaku setup