IntersectMBO / IntersectMBO/ouroboros-network
Unify dns handling in P2P diffusion
Open
good first issue
technical debt
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
[Diffusion.P2P.Interfaces](https://github.com/input-output-hk/ouroboros-network/blob/p2p-master/ouroboros-network/src/Ouroboros/Network/Diffusion/P2P.hs#L506) take two dns related entries:
* `diNtnDomainResolver :: [DomainAddress] -> m (Map DomainAddress (Set ntnAddr))`,
* `diDnsActions :: DNSActions resolver resolverError m`.
It would be preferable to just use 'DNSActions' instead.
Contributor guide
Assessment
This issue has not been assessed yet.