Add EIP: Privileged Non-Fungible Tokens Tied To RWA #16991
ci.yml
on: pull_request
Save PR Number
2s
HTMLProofer
58s
Link Check
24s
CodeSpell
17s
EIP Walidator
5s
Markdown Linter
8s
Annotations
14 errors and 7 warnings
the first match of the given pattern must be a link:
EIPS/eip-7766.md#L64
error[markdown-link-first]: the first match of the given pattern must be a link
--> EIPS/eip-7766.md
|
64 | This EIP inherits the ERC-721 NFT token standard for all transfer and approval logic. All transfer and approval functions are inherited from this token standard without changes. Additionally, this EIP also inherits the ERC-721 Metadata standards for name, symbol, and metadata URI lookup.
|
= info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`
= help: see https://ethereum.github.io/eipw/markdown-link-first/
|
the first match of the given pattern must be a link:
EIPS/eip-7766.md#L64
error[markdown-link-first]: the first match of the given pattern must be a link
--> EIPS/eip-7766.md
|
64 | This EIP inherits the ERC-721 NFT token standard for all transfer and approval logic. All transfer and approval functions are inherited from this token standard without changes. Additionally, this EIP also inherits the ERC-721 Metadata standards for name, symbol, and metadata URI lookup.
|
= info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`
|
the first match of the given pattern must be a link:
EIPS/eip-7766.md#L131
error[markdown-link-first]: the first match of the given pattern must be a link
--> EIPS/eip-7766.md
|
131 | The **metadata extension** is OPTIONAL for ERC-7766 smart contracts. This allows your smart contract to be interrogated for its details about the privileges which your NFTs carry.
|
= info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`
|
the first match of the given pattern must be a link:
EIPS/eip-7766.md#L149
error[markdown-link-first]: the first match of the given pattern must be a link
--> EIPS/eip-7766.md
|
149 | This is the “ERC-7766 Metadata JSON Schema” referenced above.
|
= info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`
|
the first match of the given pattern must be a link:
EIPS/eip-7766.md#L206
error[markdown-link-first]: the first match of the given pattern must be a link
--> EIPS/eip-7766.md
|
206 | This standard is an extension of EIP-721. It is fully compatible with both of the commonly used optional extensions (IERC721Metadata and IERC721Enumerable) mentioned in the EIP-721 standard.
|
= info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`
|
the first match of the given pattern must be a link:
EIPS/eip-7766.md#L206
error[markdown-link-first]: the first match of the given pattern must be a link
--> EIPS/eip-7766.md
|
206 | This standard is an extension of EIP-721. It is fully compatible with both of the commonly used optional extensions (IERC721Metadata and IERC721Enumerable) mentioned in the EIP-721 standard.
|
= info: the pattern in question: `(?i)(?:eip|erc)-[0-9]+`
|
proposals must be referenced with the form `ERC-N` (not `ERCN` or `ERC N`):
EIPS/eip-7766.md#L191
error[markdown-re-erc-dash]: proposals must be referenced with the form `ERC-N` (not `ERCN` or `ERC N`)
--> EIPS/eip-7766.md
|
191 | 6. IERC7766Metadata provides specifications for obtaining metadata information of privileges. A contract that implements IERC7766Metadata **SHALL** also implement IERC7766.
|
= info: the pattern in question: `(?i)erc[\s]*[0-9]+`
= help: see https://ethereum.github.io/eipw/markdown-re-erc-dash/
|
proposals must be referenced with the form `ERC-N` (not `ERCN` or `ERC N`):
EIPS/eip-7766.md#L191
error[markdown-re-erc-dash]: proposals must be referenced with the form `ERC-N` (not `ERCN` or `ERC N`)
--> EIPS/eip-7766.md
|
191 | 6. IERC7766Metadata provides specifications for obtaining metadata information of privileges. A contract that implements IERC7766Metadata **SHALL** also implement IERC7766.
|
= info: the pattern in question: `(?i)erc[\s]*[0-9]+`
|
proposals must be referenced with the form `ERC-N` (not `ERCN` or `ERC N`):
EIPS/eip-7766.md#L206
error[markdown-re-erc-dash]: proposals must be referenced with the form `ERC-N` (not `ERCN` or `ERC N`)
--> EIPS/eip-7766.md
|
206 | This standard is an extension of EIP-721. It is fully compatible with both of the commonly used optional extensions (IERC721Metadata and IERC721Enumerable) mentioned in the EIP-721 standard.
|
= info: the pattern in question: `(?i)erc[\s]*[0-9]+`
|
references to proposals with a `category` of `ERC` must use a prefix of `ERC`:
EIPS/eip-7766.md#L206
error[markdown-refs]: references to proposals with a `category` of `ERC` must use a prefix of `ERC`
--> EIPS/eip-7766.md
|
206 | This standard is an extension of EIP-721. It is fully compatible with both of the commonly used optional extensions (IERC721Metadata and IERC721Enumerable) mentioned in the EIP-721 standard.
|
= help: see https://ethereum.github.io/eipw/markdown-refs/
|
Fenced code blocks should be surrounded by blank lines [Context: "```"]:
EIPS/eip-7766.md#L150
EIPS/eip-7766.md:150 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "```"]
|
Markdown Linter
Failed with exit code: 1
|
HTMLProofer
Canceling since a higher priority waiting request for 'Continuous Integration-8861' exists
|
HTMLProofer
The operation was canceled.
|
Save PR Number
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@65d862660abb392b8c4a3d1195a2108db131dd05. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
EIP Walidator
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/
|
HTML comments are only allowed while `status` is one of: `Draft`, `Withdrawn`:
EIPS/eip-7766.md#L13
warning[markdown-html-comments]: HTML comments are only allowed while `status` is one of: `Draft`, `Withdrawn`
--> EIPS/eip-7766.md
|
13 | <!--
|
::: EIPS/eip-7766.md
|
27 | <!--
|
::: EIPS/eip-7766.md
|
37 | <!--
|
::: EIPS/eip-7766.md
|
54 | <!--
|
::: EIPS/eip-7766.md
|
173 | <!--
|
::: EIPS/eip-7766.md
|
195 | <!--
|
::: EIPS/eip-7766.md
|
210 | <!--
|
::: EIPS/eip-7766.md
|
223 | <!--
|
= help: see https://ethereum.github.io/eipw/markdown-html-comments/
|
Markdown Linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@47fbe2df0ad0e27efb67a70beac3555f192b062f, DavidAnson/markdownlint-cli2-action@f5cf187ef11bd3a68a127321b794aa252ff23019. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
CodeSpell
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/
|
Link Check
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/
|
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 |
|