From 14fdbcd62ef0544e1efb29ce9711b2f48f4f4950 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 16 Dec 2019 14:41:10 +0000 Subject: [PATCH] Small link fixes to EIP-8, EIP-778, EIP-868, EIP-1459 (#2416) Approved-by: Felix Lange --- EIPS/eip-1459.md | 9 ++++----- EIPS/eip-778.md | 2 +- EIPS/eip-8.md | 4 ++++ EIPS/eip-868.md | 4 ++-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/EIPS/eip-1459.md b/EIPS/eip-1459.md index 6e7aa39e..9c269fe8 100644 --- a/EIPS/eip-1459.md +++ b/EIPS/eip-1459.md @@ -32,7 +32,8 @@ configure the client to use the provider's list. # Specification -A 'node list' is a list of [node records](eip-778) of arbitrary length. Lists +A 'node list' is a list of 'node records' [as defined by EIP-778](https://eips.ethereum.org/EIPS/eip-778) +of arbitrary length. Lists may refer to other lists using links. The entire list is signed using a secp256k1 private key. The corresponding public key must be known to the client in order to verify the list. @@ -164,11 +165,9 @@ all linked names to the sync horizon. # References 1. The base64 and base32 encodings used to represent binary data are defined in - RFC 4648 (https://tools.ietf.org/html/rfc4648). No padding is used for base64 + [RFC 4648](https://tools.ietf.org/html/rfc4648). No padding is used for base64 and base32 data. -[eip-778]: https://eips.ethereum.org/EIPS/eip-778 - # Copyright -Copyright and related rights waived via CC0. +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). diff --git a/EIPS/eip-778.md b/EIPS/eip-778.md index b0976c87..3a09d7d3 100644 --- a/EIPS/eip-778.md +++ b/EIPS/eip-778.md @@ -154,6 +154,6 @@ The RLP structure of the record is: # Copyright -Copyright and related rights waived via CC0. +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). [base64url]: https://tools.ietf.org/html/rfc4648#section-5 diff --git a/EIPS/eip-8.md b/EIPS/eip-8.md index 6a01a1ce..3cdb98e8 100644 --- a/EIPS/eip-8.md +++ b/EIPS/eip-8.md @@ -382,3 +382,7 @@ Running B's `ingress-mac` keccak state on the string "foo" yields the hash ```text ingress-mac("foo") = 0c7ec6340062cc46f5e9f1e3cf86f8c8c403c5a0964f5df0ebd34a75ddc86db5 ``` + +### Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). diff --git a/EIPS/eip-868.md b/EIPS/eip-868.md index f92af599..4f4a4419 100644 --- a/EIPS/eip-868.md +++ b/EIPS/eip-868.md @@ -13,7 +13,7 @@ discussions-to: https://github.com/ethereum/devp2p/issues/44 # Abstract This EIP defines an extension to Node Discovery Protocol v4 to enable authoritative -resolution of Ethereum Node Records (ENR). +resolution of [Ethereum Node Records (ENR)](https://eips.ethereum.org/EIPS/eip-778). # Motivation @@ -82,4 +82,4 @@ return the record from the response. # Copyright -Copyright and related rights waived via CC0. +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).