ipns pubsub router republish
Open
need/analysis
P2
- Dominant language
- TypeScript
- Stars
- 1.3k
- Forks
- 159
- Avg merge
- 2h 11m
- Merged PRs (30d)
- 16
Description
https://specs.ipfs.tech/ipns/ipns-pubsub-router/#protocol
> 4. When receiving a record if it's better than the current record keep it and republish the message
Currently the PubSubRouter does not republish better records on finding them. The IPNS Republisher does republish records to all routers but this is on interval and happens every 24 hours which is mostly relevant for the DHT.
The PubSubRouter should be updated to pubsub publish any better records it finds, from libp2p/fetch or on the pubsub topic.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.