From 9775fd347ba8a6a0ed12f874cda679e249c93d07 Mon Sep 17 00:00:00 2001 From: danieljperry Date: Sat, 26 Apr 2025 07:34:07 +0800 Subject: [PATCH 1/2] Add CHIP-47 as a Draft --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7b75b4e4..40fbd242 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ The rest of this document is a summary of all notable CHIPs, organized by status * [43 - Meta Inner Puzzle Spec (MIPS)](https://github.com/Chia-Network/chips/pull/145) * [45 - Options contracts](https://github.com/Chia-Network/chips/pull/152) * [46 - Detecting Dishonest NFT Offers](https://github.com/Chia-Network/chips/pull/151) +* [47 - NFC Offer Data](https://github.com/Chia-Network/chips/pull/158) ### Review * [38 - Revocable CATs](https://github.com/Chia-Network/chips/pull/136) From c8ca4f9ac83ff56298d21272e554505188c89b57 Mon Sep 17 00:00:00 2001 From: danieljperry Date: Fri, 9 May 2025 10:49:13 +0800 Subject: [PATCH 2/2] Add CHIP-47 to review in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40fbd242..66884a6a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ The rest of this document is a summary of all notable CHIPs, organized by status * [43 - Meta Inner Puzzle Spec (MIPS)](https://github.com/Chia-Network/chips/pull/145) * [45 - Options contracts](https://github.com/Chia-Network/chips/pull/152) * [46 - Detecting Dishonest NFT Offers](https://github.com/Chia-Network/chips/pull/151) -* [47 - NFC Offer Data](https://github.com/Chia-Network/chips/pull/158) ### Review * [38 - Revocable CATs](https://github.com/Chia-Network/chips/pull/136) @@ -39,6 +38,7 @@ The rest of this document is a summary of all notable CHIPs, organized by status * [41 - Streaming Puzzle](https://github.com/Chia-Network/chips/pull/142) * [42 - Protected Single Sided Offers](https://github.com/Chia-Network/chips/pull/143) * [44 - Clawback Standard v2](https://github.com/Chia-Network/chips/pull/150) +* [47 - NFC Offer Data](https://github.com/Chia-Network/chips/pull/158) ### Review (Fast Track) * None