Add EIP: P2P History Network #16263
Annotations
6 errors and 3 warnings
EIPS/eip-template.md#L35
error[markdown-order-section]: body has extra section(s)
--> EIPS/eip-template.md
|
35 | ## Overview
|
= help: see https://ethereum.github.io/eipw/markdown-order-section/
|
EIPS/eip-template.md#L15
error[markdown-rel-links]: non-relative link or image
--> EIPS/eip-template.md
|
15 | An overlay network over Discv5 based off the `Portal Wire Protocol` [EIP-x](https://github.com/ethereum/EIPs/pull/8629). This overlay network is called the Portal History Network and serves headers, block bodies, and receipts. Look ups on the network are done via block hash. All data has strong validity conditions, but proving path will differ based certain fork transitions
|
= help: see https://ethereum.github.io/eipw/markdown-rel-links/
|
EIPS/eip-template.md#L2
error[preamble-eip]: preamble header `eip` must be an unsigned integer
--> EIPS/eip-template.md:2:5
|
2 | eip:
| ^ not a non-negative integer
|
= help: see https://ethereum.github.io/eipw/preamble-eip/
|
EIPS/eip-template.md#L2
error[preamble-file-name]: file name must reflect the preamble header `eip`
--> EIPS/eip-template.md:2:5
|
2 | eip:
| ^ this value
|
= help: this file's name should be `eip-.md`
= help: see https://ethereum.github.io/eipw/preamble-file-name/
|
EIPS/eip-template.md#L4
error[preamble-len-description]: preamble header `description` value is too long (max 140)
--> EIPS/eip-template.md:4:13
|
4 | description: Instead of every fullnode storing all the block history headers, transactions, and receipts distribute them amongst all nodes. To maintain the availability but lowering the storage requirements for all.
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long
|
= help: see https://ethereum.github.io/eipw/preamble-len-description/
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
EIPS/eip-template.md#L27
warning[markdown-html-comments]: HTML comments are only allowed while `status` is one of: `Draft`, `Withdrawn`
--> EIPS/eip-template.md
|
27 | <!--
|
::: EIPS/eip-template.md
|
377 | <!--
|
= help: see https://ethereum.github.io/eipw/markdown-html-comments/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "pr_number".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading