js-waku/packages/dns-discovery
fryorcraken.eth 952aadd7bb
fix(dns-discovery/peer-exchange): check if peer is already tagged
If we `continue` when the peer is already known by the `peerStore` then
the next step of checking the tags is useless (no tags if peer is not
known).

There are two ways around it:
1. either do nothing if peer is already in peer store
2. OR, do nothing if peer is in peer store and is already tagged

I opted for the second approach to ensure all peers are tagged properly.
2023-03-10 10:09:10 +11:00
..
src fix(dns-discovery/peer-exchange): check if peer is already tagged 2023-03-10 10:09:10 +11:00
.eslintrc.cjs tests: fix karma 2022-11-03 14:24:08 +11:00
.mocharc.json feat: add mocha to dns-discovery (#1154) 2023-02-11 22:25:11 +01:00
.prettierignore tests: fix karma 2022-11-03 14:24:08 +11:00
CHANGELOG.md chore: update note in CHANGELOG and add missing (#1178) 2023-02-14 01:11:40 +01:00
karma.conf.cjs chore: get dns-discovery to compile (almost) 2022-11-03 14:24:08 +11:00
package.json chore: rename build-utils to avoid potential conflict 2023-03-07 16:44:57 +11:00
rollup.config.js chore: rename build-utils to avoid potential conflict 2023-03-07 16:44:57 +11:00
tsconfig.dev.json chore: merge tsconfig 2022-12-02 15:54:30 +11:00
tsconfig.json chore: merge tsconfig 2022-12-02 15:54:30 +11:00