Small link fixes to EIP-8, EIP-778, EIP-868, EIP-1459 (#2416)

Approved-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
Alex Beregszaszi 2019-12-16 14:41:10 +00:00 committed by GitHub
parent b1502bf20c
commit 14fdbcd62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 8 deletions

View File

@ -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/).

View File

@ -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

View File

@ -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/).

View File

@ -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/).