Sasha eab8ce81b4
feat!: local peer discovery improvements (#2557)
* update local peer discovery, make it configurable for cache

* move to separate file

* up tests, remove local storage from tests

* pass local peer cache options

* add e2e tests

* add aditional e2e tests for local cache

* rename local-peer-cache into peer-cache

* update tests, ci

* prevent filterign ws addresses
2025-08-15 00:14:32 +02:00

5 lines
150 B
TypeScript

import { Tags } from "@waku/interfaces";
export const DEFAULT_PEER_CACHE_TAG_NAME = Tags.PEER_CACHE;
export const DEFAULT_PEER_CACHE_TAG_VALUE = 50;