mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-10 11:26:58 +00:00
* handle a breaking edge case - changes interval from static to increasing - handles an edge case which resulted in unwanted return from a function * modularise code & make defaults configurable - breaks the backoff code into a separate function - makes default values configurable - improve interval handling * clean code for checking peer in peerStore * address comments * rename `backoff` to `abort` * add locally run nwaku interop test for peer-exchange * replace `--listen-address` with `--nat:extip` * address improvements