Closed dimalinux closed 1 year ago
Patch coverage: 94.52
% and project coverage change: -0.09
:warning:
Comparison is base (
8941163
) 61.00% compared to head (4d7d99d
) 60.91%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR depends on https://github.com/AthanorLabs/go-p2p-net/pull/9, which should get merged with a new release tag first.
We don't want to maintain separate sets of bootnodes for every supported environment. The
go-p2p-net
library, which was already adding a protocol ID prefix to stream names, was adjusted to add the same prefixes to advertised-in-the-DHT namespaces. Instead of advertising "XMR" in the namespace,swapd
instance will now advertise/atomic-swap/${chain_name}/${protocol_version}/XMR
instead.