From 937985fdd1556d7d491935fe2a7a42037068ac35 Mon Sep 17 00:00:00 2001 From: Eduard Fina Date: Fri, 2 Jun 2023 11:30:11 +0200 Subject: [PATCH 1/2] Move to Review --- EIPS/eip-6997.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-6997.md b/EIPS/eip-6997.md index 3cccd5a21f571e..3c66b382e70621 100644 --- a/EIPS/eip-6997.md +++ b/EIPS/eip-6997.md @@ -4,7 +4,7 @@ title: ERC-721 with transaction validation step. description: A new validation step for transfer and approve calls, achieving a security step in case of stolen wallet. author: Eduard López i Fina (@eduardfina) discussions-to: https://ethereum-magicians.org/t/erc721-with-a-validation-step/14071 -status: Draft +status: Review type: Standards Track category: ERC created: 2023-05-07 From 06624917f4a7d78a9e4765e7a3963f7ee6a7cc1a Mon Sep 17 00:00:00 2001 From: eduardfina Date: Tue, 13 Jun 2023 19:00:52 +0200 Subject: [PATCH 2/2] Last Call status --- EIPS/eip-6997.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-6997.md b/EIPS/eip-6997.md index 3c66b382e70621..0cd49af211e3eb 100644 --- a/EIPS/eip-6997.md +++ b/EIPS/eip-6997.md @@ -4,7 +4,7 @@ title: ERC-721 with transaction validation step. description: A new validation step for transfer and approve calls, achieving a security step in case of stolen wallet. author: Eduard López i Fina (@eduardfina) discussions-to: https://ethereum-magicians.org/t/erc721-with-a-validation-step/14071 -status: Review +status: Last Call type: Standards Track category: ERC created: 2023-05-07 @@ -43,7 +43,7 @@ When the transfer is called by an approved account and not the owner, it MUST be When validating a `TransferValidation` or `ApprovalValidation` the valid field MUST be set to true and MUST NOT be validated again. -The operations that validate a `TransferValidation` SHALL change the ownership of the NFT or enable the approval. +The operations that validate a `TransferValidation` SHALL change the ownership of the NFT. The operations that validate an `ApprovalValidation` SHALL enable the approval.