From d0c5d02eabb10659bc3c968bab1316ff0427a554 Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:52:24 +0200 Subject: [PATCH 1/2] Update eip-1.md --- ERCS/eip-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERCS/eip-1.md b/ERCS/eip-1.md index 08df84e8ed..782736af3e 100644 --- a/ERCS/eip-1.md +++ b/ERCS/eip-1.md @@ -25,7 +25,7 @@ There are three types of EIP: - **Core**: improvements requiring a consensus fork (e.g. [EIP-5](./eip-5.md), [EIP-101](./eip-101.md)), as well as changes that are not necessarily consensus critical but may be relevant to [“core dev” discussions](https://github.com/ethereum/pm) (for example, [EIP-90], and the miner/node strategy changes 2, 3, and 4 of [EIP-86](./eip-86.md)). - **Networking**: includes improvements around [devp2p](https://github.com/ethereum/devp2p/blob/readme-spec-links/rlpx.md) ([EIP-8](./eip-8.md)) and [Light Ethereum Subprotocol](https://ethereum.org/en/developers/docs/nodes-and-clients/#light-node), as well as proposed improvements to network protocol specifications of [whisper](https://github.com/ethereum/go-ethereum/issues/16013#issuecomment-364639309) and [swarm](https://github.com/ethereum/go-ethereum/pull/2959). - **Interface**: includes improvements around language-level standards like method names ([EIP-6](./eip-6.md)) and [contract ABIs](https://docs.soliditylang.org/en/develop/abi-spec.html). - - **ERC**: application-level standards and conventions, including contract standards such as token standards ([ERC-20](./eip-20.md)), name registries ([ERC-137](./eip-137.md)), URI schemes, library/package formats, and wallet formats. + - **ERC**: application-level standards and conventions, including contract standards such as token standards ([ERC-20](./erc-20.md)), name registries ([ERC-137](./erc-137.md)), URI schemes, library/package formats, and wallet formats. - A **Meta EIP** describes a process surrounding Ethereum or proposes a change to (or an event in) a process. Process EIPs are like Standards Track EIPs but apply to areas other than the Ethereum protocol itself. They may propose an implementation, but not to Ethereum's codebase; they often require community consensus; unlike Informational EIPs, they are more than recommendations, and users are typically not free to ignore them. Examples include procedures, guidelines, changes to the decision-making process, and changes to the tools or environment used in Ethereum development. Any meta-EIP is also considered a Process EIP. From cc4627d585a4b68102e36680dd160f3ef9d68aa3 Mon Sep 17 00:00:00 2001 From: monem <119044801+pucedoteth@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:53:55 +0200 Subject: [PATCH 2/2] Update erc-1046.md --- ERCS/erc-1046.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ERCS/erc-1046.md b/ERCS/erc-1046.md index 8151c125cb..e23b13a844 100644 --- a/ERCS/erc-1046.md +++ b/ERCS/erc-1046.md @@ -13,7 +13,7 @@ requires: 20, 721, 1155 ## Abstract -[ERC-721](./eip-721.md) introduced a `tokenURI` function for non-fungible tokens to handle miscellaneous metadata such as: +[ERC-721](./erc-721.md) introduced a `tokenURI` function for non-fungible tokens to handle miscellaneous metadata such as: - thumbnail image - title @@ -21,11 +21,11 @@ requires: 20, 721, 1155 - special asset properties - etc. -This ERC adds a `tokenURI` function to [ERC-20](./eip-20.md), and extends [ERC-721](./eip-721.md) and [ERC-1155](./eip-1155.md) to enable interoperability between all three types of token URI. +This ERC adds a `tokenURI` function to [ERC-20](./erc-20.md), and extends [ERC-721](./erc-721.md) and [ERC-1155](./erc-1155.md) to enable interoperability between all three types of token URI. ## Motivation -See the note about the metadata extension in [ERC-721](./eip-721.md#rationale). The same arguments apply to ERC-20. +See the note about the metadata extension in [ERC-721](./erc-721.md#rationale). The same arguments apply to ERC-20. Being able to use similar mechanisms to extract metadata for ERC-20, ERC-721, ERC-1155, and future standards is useful for determining: