From 4bc0f0d2bbbfb1aa8adb1d71347614077e26b609 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 9 Jul 2024 06:29:40 -0400 Subject: [PATCH] Update enr.md --- standards/core/enr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/standards/core/enr.md b/standards/core/enr.md index 3ad4627..7971cc6 100644 --- a/standards/core/enr.md +++ b/standards/core/enr.md @@ -8,7 +8,7 @@ contributors: ## Abstract -This RFC describes the usage of the ENR (Ethereum Node Records) format for [10/WAKU2](https://rfc.vac.dev/waku/standards/core/10/waku2) purposes. +This RFC describes the usage of the ENR (Ethereum Node Records) format for [10/WAKU2](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/10/waku2.md) purposes. The ENR format is defined in [EIP-778](https://eips.ethereum.org/EIPS/eip-778) [[3]](#references). This RFC is an extension of EIP-778, ENR used in Waku v2 MUST adhere to both EIP-778 and 31/WAKU2-ENR. @@ -41,7 +41,7 @@ Would carry some ambiguity: Is the certificate securing the websocket port valid the ipv4 address? the ipv6 address? -The [10/WAKU2](https://rfc.vac.dev/waku/standards/core/10/waku2) protocol family is built on the [libp2p](https://github.com/libp2p/specs) protocol stack. +The [10/WAKU2](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/10/waku2.md) protocol family is built on the [libp2p](https://github.com/libp2p/specs) protocol stack. Hence, it uses [multiaddr](https://github.com/multiformats/multiaddr) to format network addresses. Directly storing one or several multiaddresses in the ENR would fix the issues listed above: @@ -162,7 +162,7 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public ## References -- [1](https://rfc.vac.dev/waku/standards/core/10/waku2) +- [1](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/10/waku2.md) - [2](https://github.com/status-im/nim-waku/pull/690) - [3](https://github.com/vacp2p/rfc/issues/462#issuecomment-943869940) - [4](https://eips.ethereum.org/EIPS/eip-778)