Skip to content

Add EIP: EVM Modular Arithmetic Extensions (EVMMAX) #13547

Add EIP: EVM Modular Arithmetic Extensions (EVMMAX)

Add EIP: EVM Modular Arithmetic Extensions (EVMMAX) #13547

Triggered via pull request November 2, 2023 03:39
Status Failure
Total duration 10m 34s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Lists should be surrounded by blank lines [Context: "* enables elliptic curve arith..."]: EIPS/eip-6601.md#L20
EIPS/eip-6601.md:20 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* enables elliptic curve arith..."]
Heading levels should only increment by one level at a time [Expected: h3; Actual: h4]: EIPS/eip-6601.md#L27
EIPS/eip-6601.md:27 MD001/heading-increment/header-increment Heading levels should only increment by one level at a time [Expected: h3; Actual: h4]
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### Section Body"]: EIPS/eip-6601.md#L303
EIPS/eip-6601.md:303 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### Section Body"]
Fenced code blocks should be surrounded by blank lines [Context: "```"]: EIPS/eip-6601.md#L304
EIPS/eip-6601.md:304 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Gas Charging"]: EIPS/eip-6601.md#L330
EIPS/eip-6601.md:330 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Gas Charging"]
Fenced code blocks should be surrounded by blank lines [Context: "```"]: EIPS/eip-6601.md#L331
EIPS/eip-6601.md:331 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
Fenced code blocks should be surrounded by blank lines [Context: "````"]: EIPS/eip-6601.md#L353
EIPS/eip-6601.md:353 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "````"]
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "##### Execution"]: EIPS/eip-6601.md#L354
EIPS/eip-6601.md:354 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "##### Execution"]
Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Execution"]: EIPS/eip-6601.md#L354
EIPS/eip-6601.md:354 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "##### Execution"]
Fenced code blocks should be surrounded by blank lines [Context: "```"]: EIPS/eip-6601.md#L355
EIPS/eip-6601.md:355 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
body is missing section(s): `Security Considerations`, `Copyright`: EIPS/eip-6601.md#L12
error[markdown-req-section]: body is missing section(s): `Security Considerations`, `Copyright` --> EIPS/eip-6601.md | | = help: must be at the second level (`## Heading`) = help: see https://ethereum.github.io/eipw/markdown-req-section/
authors in the preamble must match the expected format: EIPS/eip-6601.md#L6
error[preamble-author]: authors in the preamble must match the expected format --> EIPS/eip-6601.md:6:8 | 6 | author: Jared Wasinger <@jwasinger>, Alex Beregszaszi (@axic) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unrecognized author | = help: Try `Random J. User (@username) <test@example.com>` for an author with a GitHub username plus email. = help: Try `Random J. User (@username)` for an author with a GitHub username. = help: Try `Random J. User <test@example.com>` for an author with an email. = help: Try `Random J. User` for an author without contact information. = help: see https://ethereum.github.io/eipw/preamble-author/
preamble header `type` has an unrecognized value: EIPS/eip-6601.md#L5
error[preamble-enum-type]: preamble header `type` has an unrecognized value --> EIPS/eip-6601.md:5:6 | 5 | type: standards track | ^^^^^^^^^^^^^^^^ must be one of: `Standards Track`, `Meta`, `Informational` | = help: see https://ethereum.github.io/eipw/preamble-enum-type/
preamble header `status` is out of order: EIPS/eip-6601.md#L4
error[preamble-order]: preamble header `status` is out of order --> EIPS/eip-6601.md | 4 | status: Draft | = help: `status` should come after `discussions-to` = help: see https://ethereum.github.io/eipw/preamble-order/
preamble header `discussions-to` should point to a thread on ethereum-magicians.org: EIPS/eip-6601.md#L7
error[preamble-re-discussions-to]: preamble header `discussions-to` should point to a thread on ethereum-magicians.org --> EIPS/eip-6601.md:7:16 | 7 | discussions-to: https://ethereum-magicians.org/t/eip-6601-evm-modular-arithmetic-extensions-evmmax | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required pattern was not matched | = info: the pattern in question: `^https://ethereum-magicians.org/t/[^/]+/[0-9]+$` = help: see https://ethereum.github.io/eipw/preamble-re-discussions-to/
preamble is missing header(s): `description`: EIPS/eip-6601.md#L1
error[preamble-req]: preamble is missing header(s): `description` --> EIPS/eip-6601.md | | = help: see https://ethereum.github.io/eipw/preamble-req/
preamble header `category` is only allowed when `type` is `Standards Track`: EIPS/eip-6601.md#L5
error[preamble-req-category]: preamble header `category` is only allowed when `type` is `Standards Track` --> EIPS/eip-6601.md:5:1 | 5 | type: standards track | --------------------- info: unless equal to `Standards Track` | ::: EIPS/eip-6601.md:8:1 | 8 | category: Core | ^^^^^^^^^^^^^^ remove this | = help: see https://ethereum.github.io/eipw/preamble-req-category/
preamble header `requires` items must be sorted in ascending order: EIPS/eip-6601.md#L10
error[preamble-uint-requires]: preamble header `requires` items must be sorted in ascending order --> EIPS/eip-6601.md | 10 | requires: 4750, 3670 | = help: see https://ethereum.github.io/eipw/preamble-uint-requires/
EIP Walidator
validation found errors :(
HTMLProofer
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
pr_number Expired
87 Bytes