From 0b996e463797f98649d1d1be089fe6a0c6066c1c Mon Sep 17 00:00:00 2001 From: danieljperry Date: Fri, 7 Nov 2025 09:44:21 +0800 Subject: [PATCH 1/3] Move CHIP-42 to Last Call in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fbe5105..394beed4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ The rest of this document is a summary of all notable CHIPs, organized by status ### Review * [39 - Fee Service Standard](https://github.com/Chia-Network/chips/pull/138) -* [42 - Protected Single Sided Offers](https://github.com/Chia-Network/chips/pull/143) * [43 - Meta Inner Puzzle Spec (MIPS)](https://github.com/Chia-Network/chips/pull/145) * [50 - Action Layer and Slots](https://github.com/Chia-Network/chips/pull/165) * [51 - Reward Distributor](https://github.com/Chia-Network/chips/pull/165) @@ -43,7 +42,7 @@ The rest of this document is a summary of all notable CHIPs, organized by status * None ### Last Call -* None +* [42 - Protected Single Sided Offers](https://github.com/Chia-Network/chips/pull/143) ### Final * [2 - dApp Protocol](/CHIPs/chip-0002.md) From e1b44aeaeeda4a0a9c7b3e2b2e3bf654d10dc629 Mon Sep 17 00:00:00 2001 From: danieljperry Date: Fri, 7 Nov 2025 13:30:55 +0800 Subject: [PATCH 2/3] Move CHIP-39 to Last Call in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 394beed4..f584a3b0 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ The rest of this document is a summary of all notable CHIPs, organized by status * [49 - Proof Format Fork Timelines](https://github.com/Chia-Network/chips/pull/161) ### Review -* [39 - Fee Service Standard](https://github.com/Chia-Network/chips/pull/138) * [43 - Meta Inner Puzzle Spec (MIPS)](https://github.com/Chia-Network/chips/pull/145) * [50 - Action Layer and Slots](https://github.com/Chia-Network/chips/pull/165) * [51 - Reward Distributor](https://github.com/Chia-Network/chips/pull/165) @@ -42,6 +41,7 @@ The rest of this document is a summary of all notable CHIPs, organized by status * None ### Last Call +* [39 - Fee Service Standard](https://github.com/Chia-Network/chips/pull/138) * [42 - Protected Single Sided Offers](https://github.com/Chia-Network/chips/pull/143) ### Final From 41c983444c9ec7d0a2555563abbf21765a38b301 Mon Sep 17 00:00:00 2001 From: danieljperry Date: Fri, 7 Nov 2025 14:30:02 +0800 Subject: [PATCH 3/3] Update name of CHIP-49 to make more general --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f584a3b0..0da0ac82 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The rest of this document is a summary of all notable CHIPs, organized by status ### Draft * [46 - Detecting Dishonest NFT Offers](https://github.com/Chia-Network/chips/pull/151) * [48 - New Proof of Space](https://github.com/Chia-Network/chips/pull/160) -* [49 - Proof Format Fork Timelines](https://github.com/Chia-Network/chips/pull/161) +* [49 - 3.0 Fork Info](https://github.com/Chia-Network/chips/pull/161) ### Review * [43 - Meta Inner Puzzle Spec (MIPS)](https://github.com/Chia-Network/chips/pull/145)