Update EIP-1571: Fix Typos in EIP Documents #18567
ci.yml
on: pull_request
Save PR Number
2s
HTMLProofer
1m 0s
Link Check
16s
CodeSpell
24s
EIP Walidator
5s
Markdown Linter
5s
Annotations
12 errors and 16 warnings
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Abstract"]:
EIPS/eip-1571.md#L12
EIPS/eip-1571.md:12 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Abstract"]
|
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Conventions"]:
EIPS/eip-1571.md#L15
EIPS/eip-1571.md:15 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Conventions"]
|
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Rationale"]:
EIPS/eip-1571.md#L20
EIPS/eip-1571.md:20 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Rationale"]
|
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Stratum design flaws"]:
EIPS/eip-1571.md#L27
EIPS/eip-1571.md:27 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Stratum design flaws"]
|
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Sources of inspiration"]:
EIPS/eip-1571.md#L30
EIPS/eip-1571.md:30 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Sources of inspiration"]
|
Lists should be surrounded by blank lines [Context: "- [NiceHash EthereumStratum/1...."]:
EIPS/eip-1571.md#L31
EIPS/eip-1571.md:31 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [NiceHash EthereumStratum/1...."]
|
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Specification"]:
EIPS/eip-1571.md#L34
EIPS/eip-1571.md:34 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Specification"]
|
Lists should be surrounded by blank lines [Context: "- `Requests` : messages for wh..."]:
EIPS/eip-1571.md#L37
EIPS/eip-1571.md:37 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `Requests` : messages for wh..."]
|
Lists should be surrounded by blank lines [Context: "- Requests **MUST** have an `i..."]:
EIPS/eip-1571.md#L46
EIPS/eip-1571.md:46 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Requests **MUST** have an `i..."]
|
Lists should be surrounded by blank lines [Context: "- JSON member `jsonrpc` (alway..."]:
EIPS/eip-1571.md#L53
EIPS/eip-1571.md:53 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- JSON member `jsonrpc` (alway..."]
|
HTMLProofer
Canceling since a higher priority waiting request for 'Continuous Integration-9262' exists
|
HTMLProofer
The operation was canceled.
|
Save PR Number
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
EIP Walidator
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
body has extra section(s):
EIPS/eip-1571.md#L57
warning[markdown-order-section]: body has extra section(s)
--> EIPS/eip-1571.md
|
57 | ## Conventions
|
::: EIPS/eip-1571.md
|
151 | ## Protocol Flow
|
= help: see https://ethereum.github.io/eipw/markdown-order-section/
|
non-relative link or image:
EIPS/eip-1571.md#L16
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
16 | The key words `MUST`, `MUST NOT`, `REQUIRED`, `SHALL`, `SHALL NOT`, `SHOULD`, `SHOULD NOT`, `RECOMMENDED`, `MAY`, and `OPTIONAL` in ...
|
= help: see https://ethereum.github.io/eipw/markdown-rel-links/
|
non-relative link or image:
EIPS/eip-1571.md#L21
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
21 | Ethereum does not have an official Stratum implementation yet. It officially supports only getWork which requires miners to constant...
|
|
non-relative link or image:
EIPS/eip-1571.md#L22
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
22 | The Stratum protocol on the other hand relies on a standard stateful TCP connection which allows two-way exchange of line-based mess...
|
|
non-relative link or image:
EIPS/eip-1571.md#L22
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
22 | The Stratum protocol on the other hand relies on a standard stateful TCP connection which allows two-way exchange of line-based mess...
|
|
non-relative link or image:
EIPS/eip-1571.md#L23
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
23 | Unfortunately, in absence of a well defined standard, various flavours of Stratum have bloomed for Ethereum mining as a derivative w...
|
|
non-relative link or image:
EIPS/eip-1571.md#L25
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
25 | Due to the simplicity of the subject, the proponent, means to stick with JSON formatted objects rather than investigating more verbo...
|
|
non-relative link or image:
EIPS/eip-1571.md#L31
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
31 | - [NiceHash EthereumStratum/1.0.0](https://github.com/nicehash/Specifications/blob/master/EthereumStratum_NiceHash_v1.0.0.txt)
|
|
non-relative link or image:
EIPS/eip-1571.md#L32
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
32 | - [Zcash variant of the Stratum protocol](https://github.com/zcash/zips/blob/23d74b0373c824dd51c7854c0e3ea22489ba1b76/drafts/str4d-s...
|
|
non-relative link or image:
EIPS/eip-1571.md#L35
warning[markdown-rel-links]: non-relative link or image
--> EIPS/eip-1571.md
|
35 | The Stratum protocol is an instance of [JSON-RPC-2.0](https://www.jsonrpc.org/specification). The miner is a JSON-RPC client, and th...
|
|
Markdown Linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Link Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CodeSpell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deprecation notice: v1, v2, and v3 of the artifact actions
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/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
pr_number
|
87 Bytes |
|