Add EIP: Add wallet_signIntendedValidatorData method #16758
Annotations
10 errors and 2 warnings
EIPS/eip-x.md#L25
error[markdown-link-first]: the first match of the given pattern must be a link
--> EIPS/eip-x.md
|
25 | ERC-191 defines three versions: 0x45, 0x01, and 0x00. This proposal aims to fully support EIP-191 by introducing the rpc call for 0x00 version, which enables signing data with an intended validator address. This new method will:
|
= info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`
= help: see https://ethereum.github.io/eipw/markdown-link-first/
|
EIPS/eip-x.md#L25
error[markdown-refs]: references to proposals with a `category` of `ERC` must use a prefix of `ERC`
--> EIPS/eip-x.md
|
25 | ERC-191 defines three versions: 0x45, 0x01, and 0x00. This proposal aims to fully support EIP-191 by introducing the rpc call for 0x00 version, which enables signing data with an intended validator address. This new method will:
|
= help: see https://ethereum.github.io/eipw/markdown-refs/
|
EIPS/eip-x.md#L5
error[preamble-discussions-to]: preamble header `discussions-to` is not a valid URL
--> EIPS/eip-x.md:5:16
|
5 | discussions-to: TBD
| ^^^^ relative URL without a base
|
= help: see https://ethereum.github.io/eipw/preamble-discussions-to/
|
EIPS/eip-x.md#L2
error[preamble-len-title]: preamble header `title` value is too long (max 44)
--> EIPS/eip-x.md:2:7
|
2 | title: Add wallet_signIntendedValidatorData JSON-RPC
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ too long
|
= help: see https://ethereum.github.io/eipw/preamble-len-title/
|
EIPS/eip-x.md#L5
error[preamble-re-discussions-to]: preamble header `discussions-to` should point to a thread on ethereum-magicians.org
--> EIPS/eip-x.md:5:16
|
5 | discussions-to: TBD
| ^^^^ 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/
|
EIPS/eip-x.md#L3
error[preamble-refs-description]: references to proposals with a `category` of `ERC` must use a prefix of `ERC`
--> EIPS/eip-x.md:3:92
|
3 | description: A new RPC method to sign data with an intended validator address according to EIP-191 version 0x00.
| ^^^^^^^ referenced here
|
= help: see https://ethereum.github.io/eipw/preamble-refs-description/
|
EIPS/eip-x.md#L1
error[preamble-req]: preamble is missing header(s): `eip`
--> EIPS/eip-x.md
|
|
= help: see https://ethereum.github.io/eipw/preamble-req/
|
EIPS/eip-x.md#L3
error[preamble-requires-ref-description]: proposals mentioned in preamble header `description` must appear in `requires`
--> EIPS/eip-x.md:3:92
|
3 | description: A new RPC method to sign data with an intended validator address according to EIP-191 version 0x00.
| ^^^^^^^ mentioned here
|
= help: see https://ethereum.github.io/eipw/preamble-requires-ref-description/
|
EIPS/eip-x.md#L10
error[preamble-uint-requires]: preamble header `requires` items must be unsigned integers
--> EIPS/eip-x.md:10:10
|
10 | requires: EIP-191 - EIP-712
| ^^^^^^^^^^^^^^^^^^ not a non-negative integer
|
= help: see https://ethereum.github.io/eipw/preamble-uint-requires/
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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