From b0590b73a30a56976e82017d25cb4e757c99ae36 Mon Sep 17 00:00:00 2001
From: Levente Pap <levente.pap@iota.org>
Date: Thu, 19 Oct 2023 18:47:15 +0200
Subject: [PATCH] Update README and tips with status changes after IOTA
 Stardust release (#138)

* Update README and tips with status changes after IOTA Stardust release

* mark TIP-37 withdrawn

* Update README.md

Co-authored-by: Thibault Martinez <thibault@iota.org>

* Add status figure to README from TIP-1

---------

Co-authored-by: Thibault Martinez <thibault@iota.org>
---
 README.md                 | 82 ++++++++++++++++++++-------------------
 tips/TIP-0006/tip-0006.md |  3 +-
 tips/TIP-0007/tip-0007.md |  3 +-
 tips/TIP-0008/tip-0008.md |  3 +-
 tips/TIP-0009/tip-0009.md |  3 +-
 tips/TIP-0011/tip-0011.md |  3 +-
 tips/TIP-0013/tip-0013.md |  3 +-
 tips/TIP-0015/tip-0015.md |  2 +-
 tips/TIP-0016/tip-0016.md |  3 +-
 tips/TIP-0017/tip-0017.md |  2 +-
 tips/TIP-0018/tip-0018.md |  2 +-
 tips/TIP-0019/tip-0019.md |  2 +-
 tips/TIP-0020/tip-0020.md |  2 +-
 tips/TIP-0021/tip-0021.md |  2 +-
 tips/TIP-0022/tip-0022.md |  2 +-
 tips/TIP-0023/tip-0023.md |  2 +-
 tips/TIP-0024/tip-0024.md |  2 +-
 tips/TIP-0025/tip-0025.md |  2 +-
 tips/TIP-0026/tip-0026.md |  2 +-
 tips/TIP-0027/tip-0027.md |  2 +-
 tips/TIP-0028/tip-0028.md |  2 +-
 tips/TIP-0029/tip-0029.md |  2 +-
 tips/TIP-0030/tip-0030.md |  2 +-
 tips/TIP-0031/tip-0031.md |  2 +-
 tips/TIP-0032/tip-0032.md |  2 +-
 tips/TIP-0034/tip-0034.md |  2 +-
 tips/TIP-0035/tip-0035.md |  2 +-
 27 files changed, 76 insertions(+), 65 deletions(-)

diff --git a/README.md b/README.md
index b1da09f1d..dcfbf7896 100644
--- a/README.md
+++ b/README.md
@@ -24,51 +24,55 @@ more improvements. Browse the [list of TIPs](#list-of-tips) below with the _Star
 
 ## List of TIPs
 
- - Last updated: 2022-05-20
+ - Last updated: 2023-10-19
  - The _Status_ of a TIP reflects its current state with respect to its progression to being supported on the IOTA mainnet.
    - `Draft` TIPs are work in progress. They may or may not have a working implementation on a testnet.
    - `Proposed` TIPs are demonstrated to have a working implementation. These TIPs are supported on Shimmer, the staging network of IOTA.
    - `Active` TIPs are supported on the IOTA mainnet.
+   - `Replaced` TIPs have been replaced by a newer TIP.
+   - `Obsolete` TIPs are no longer in use.
 
+![image](tips/TIP-0001/process.svg)
 
-| #   | Title                                                                     | Description                                                                                                                                    | Type      | Layer     | Status   | Initial Target |
-|-----|---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-----------|----------|----------------|
-| 1   | [TIP Process](tips/TIP-0001/tip-0001.md)                                  | Purpose and guidelines of the contribution framework                                                                                           | Process   | -         | Active   | -              |
-| 2   | [White Flag Ordering](tips/TIP-0002/tip-0002.md)                          | Mitigate conflict spamming by ignoring conflicts                                                                                               | Standards | Core      | Active   | Chrysalis      |
-| 3   | [Uniform Random Tip Selection](tips/TIP-0003/tip-0003.md)                 | Perform fast tip-selection to increase message throughput                                                                                      | Standards | Core      | Active   | Chrysalis      |
-| 4   | [Milestone Merkle Validation](tips/TIP-0004/tip-0004.md)                  | Add Merkle tree hash to milestone for local ledger state verification                                                                          | Standards | Core      | Active   | Chrysalis      |
-| 5   | [Binary To Ternary Encoding](tips/TIP-0005/tip-0005.md)                   | Define the conversion between binary and ternary data                                                                                          | Standards | Core      | Active   | Chrysalis      |
-| 6   | [Tangle Message](tips/TIP-0006/tip-0006.md)                               | Generalization of the Tangle transaction concept                                                                                               | Standards | Core      | Active   | Chrysalis      |
-| 7   | [Transaction Payload](tips/TIP-0007/tip-0007.md)                          | UTXO-based transaction structure                                                                                                               | Standards | Core      | Active   | Chrysalis      |
-| 8   | [Milestone Payload](tips/TIP-0008/tip-0008.md)                            | Coordinator issued milestone structure with Ed25519 authentication                                                                             | Standards | Core      | Active   | Chrysalis      |
-| 9   | [Local Snapshot File Format](tips/TIP-0009/tip-0009.md)                   | File format to export/import ledger state                                                                                                      | Standards | Interface | Active   | Chrysalis      |
-| 10  | [Mnemonic Ternary Seed](tips/TIP-0010/tip-0010.md)                        | Represent ternary seed as a mnemonic sentence                                                                                                  | Standards | IRC       | Obsolete | Legacy IOTA    |
-| 11  | [Bech32 Address Format](tips/TIP-0011/tip-0011.md)                        | Extendable address format supporting various signature schemes and address types                                                               | Standards | Interface | Active   | Chrysalis      |
-| 12  | [Message PoW](tips/TIP-0012/tip-0012.md)                                  | Define message proof-of-work as a means to rate-limit the network                                                                              | Standards | Core      | Active   | Chrysalis      |
-| 13  | [REST API](tips/TIP-0013/tip-0013.md)                                     | Node REST API routes and objects in OpenAPI Specification                                                                                      | Standards | Interface | Active   | Chrysalis      |
-| 14  | [Ed25519 Validation](tips/TIP-0014/tip-0014.md)                           | Adopt [ZIP-215](https://zips.z.cash/zip-0215) to explicitly define Ed25519 validation criteria                                                 | Standards | Core      | Active   | Chrysalis      |
-| 15  | [Dust Protection](tips/TIP-0015/tip-0015.md)                              | Prevent bloating the ledger size with to dust outputs                                                                                          | Standards | Core      | Active   | Chrysalis      |
-| 16  | [Event API](tips/TIP-0016/tip-0016.md)                                    | Node event API definitions in AsyncAPI Specification                                                                                           | Standards | Interface | Active   | Chrysalis      |
-| 17  | [Wotsicide](tips/TIP-0017/tip-0017.md)                                    | Define migration from legacy WOTS addresses to post-Chrysalis Phase 2 network                                                                  | Standards | Core      | Active   | Chrysalis      |
-| 18  | [Multi-Asset Ledger and ISC Support](tips/TIP-0018/tip-0018.md)           | Transform IOTA into a multi-asset ledger that supports running IOTA Smart Contracts                                                            | Standards | Core      | Proposed | **Stardust**   |
-| 19  | [Dust Protection Based on Byte Costs](tips/TIP-0019/tip-0019.md)          | Prevent bloating the ledger size with dust outputs                                                                                             | Standards | Core      | Proposed | **Stardust**   |
-| 20  | [Transaction Payload with New Output Types](tips/TIP-0020/tip-0020.md)    | UTXO-based transaction structure with TIP-18                                                                                                   | Standards | Core      | Proposed | **Stardust**   |
-| 21  | [Serialization Primitives](tips/TIP-0021/tip-0021.md)                     | Introduce primitives to describe the binary serialization of objects                                                                           | Standards | Core      | Proposed | **Stardust**   |
-| 22  | [IOTA Protocol Parameters](tips/TIP-0022/tip-0022.md)                     | Describes the global protocol parameters for the IOTA protocol                                                                                 | Standards | Core      | Draft    | **Stardust**   |
-| 23  | [Tagged Data Payload](tips/TIP-0023/tip-0023.md)                          | Payload for arbitrary data                                                                                                                     | Standards | Core      | Proposed | **Stardust**   |
-| 24  | [Tangle Block](tips/TIP-0024/tip-0024.md)                                 | A new version of TIP-6 that renames messages to blocks and removes the Indexation Payload in favor of the Tagged Data Payload. Replaces TIP-6. | Standards | Core      | Proposed | **Stardust**   |
-| 25  | [Core REST API](tips/TIP-0025/tip-0025.md)                                | Node Core REST API routes and objects in OpenAPI Specification. Replaces TIP-13.                                                               | Standards | Interface | Proposed | **Stardust**   |
-| 26  | [UTXO Indexer REST API](tips/TIP-0026/tip-0026.md)                        | UTXO Indexer REST API routes and objects in OpenAPI Specification.                                                                             | Standards | Interface | Proposed | **Stardust**   |
-| 27  | [IOTA NFT standards](tips/TIP-0027/tip-0027.md)          | Define NFT metadata standard, collection system and creator royalties                                                                          | Standards | IRC       | Proposed    | **Stardust**   |
-| 28  | [Node Event API](tips/TIP-0028/tip-0028.md)                               | Node event API definitions in AsyncAPI Specification. Replaces TIP-16.                                                                         | Standards | Interface | Proposed | **Stardust**   |
-| 29  | [Milestone Payload](tips/TIP-0029/tip-0029.md)                            | Milestone Payload with keys removed from essence. Replaces TIP-8.                                                                              | Standards | Core      | Proposed | **Stardust**   |
-| 30  | [Native Token Metadata Standard](tips/TIP-0030/tip-0030.md)               | A JSON schema that describes token metadata format for native token foundries                                                                  | Standards | IRC       | Proposed | **Stardust**   |
-| 31  | [Bech32 Address Format for IOTA and Shimmer](tips/TIP-0031/tip-0031.md)   | Extendable address format supporting various signature schemes and address types. Replaces TIP-11.                                             | Standards | Interface | Proposed | **Stardust**   |
-| 32  | [Shimmer Protocol Parameters](tips/TIP-0032/tip-0032.md)                  | Describes the global protocol parameters for the Shimmer network                                                                               | Standards | Core      | Proposed | **Stardust**   |
-| 33  | [Public Token Registry](https://github.com/iotaledger/tips/pull/72)       | Defines an open public registry for NFT collection ID and native tokens metadata                                                               | Standards | IRC       | Draft    | **Stardust**   |
-| 34  | [Wotsicide (Stardust update)](tips/TIP-0034/tip-0034.md)                  | Define migration from legacy W-OTS addresses to post-Chrysalis networks. Replaces TIP-17.                                                      | Standards | Core      | Proposed | **Stardust**   |
-| 35  | [Local Snapshot File Format (Stardust Update)](tips/TIP-0035/tip-0035.md) | File format to export/import ledger state. Replaces TIP-9.                                                                                     | Standards | Interface | Proposed | **Stardust**   |
-| 37  | [Dynamic Proof-of-Work](https://github.com/iotaledger/tips/pull/81)       | Dynamically adapt the PoW difficulty                                                                                                           | Standards | Core      | Draft    | **Stardust**   |
+
+| #  | Title                                                                     | Description                                                                                                                                      | Type      | Layer     | Status             | Initial Target |
+|----|---------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-----------|--------------------|----------------|
+| 1  | [TIP Process](tips/TIP-0001/tip-0001.md)                                  | Purpose and guidelines of the contribution framework                                                                                             | Process   | -         | Active             | -              |
+| 2  | [White Flag Ordering](tips/TIP-0002/tip-0002.md)                          | Mitigate conflict spamming by ignoring conflicts                                                                                                 | Standards | Core      | Active             | Chrysalis      |
+| 3  | [Uniform Random Tip Selection](tips/TIP-0003/tip-0003.md)                 | Perform fast tip-selection to increase message throughput                                                                                        | Standards | Core      | Active             | Chrysalis      |
+| 4  | [Milestone Merkle Validation](tips/TIP-0004/tip-0004.md)                  | Add Merkle tree hash to milestone for local ledger state verification                                                                            | Standards | Core      | Active             | Chrysalis      |
+| 5  | [Binary To Ternary Encoding](tips/TIP-0005/tip-0005.md)                   | Define the conversion between binary and ternary data                                                                                            | Standards | Core      | Active             | Chrysalis      |
+| 6  | [Tangle Message](tips/TIP-0006/tip-0006.md)                               | Generalization of the Tangle transaction concept                                                                                                 | Standards | Core      | Replaced by TIP-24 | Chrysalis      |
+| 7  | [Transaction Payload](tips/TIP-0007/tip-0007.md)                          | UTXO-based transaction structure                                                                                                                 | Standards | Core      | Replaced by TIP-20 | Chrysalis      |
+| 8  | [Milestone Payload](tips/TIP-0008/tip-0008.md)                            | Coordinator issued milestone structure with Ed25519 authentication                                                                               | Standards | Core      | Replaced by TIP-29 | Chrysalis      |
+| 9  | [Local Snapshot File Format](tips/TIP-0009/tip-0009.md)                   | File format to export/import ledger state                                                                                                        | Standards | Interface | Replaced by TIP-35 | Chrysalis      |
+| 10 | [Mnemonic Ternary Seed](tips/TIP-0010/tip-0010.md)                        | Represent ternary seed as a mnemonic sentence                                                                                                    | Standards | IRC       | Obsolete           | Legacy IOTA    |
+| 11 | [Bech32 Address Format](tips/TIP-0011/tip-0011.md)                        | Extendable address format supporting various signature schemes and address types                                                                 | Standards | Interface | Replaced by TIP-31 | Chrysalis      |
+| 12 | [Message PoW](tips/TIP-0012/tip-0012.md)                                  | Define message proof-of-work as a means to rate-limit the network                                                                                | Standards | Core      | Active             | Chrysalis      |
+| 13 | [REST API](tips/TIP-0013/tip-0013.md)                                     | Node REST API routes and objects in OpenAPI Specification                                                                                        | Standards | Interface | Replaced by TIP-25 | Chrysalis      |
+| 14 | [Ed25519 Validation](tips/TIP-0014/tip-0014.md)                           | Adopt [ZIP-215](https://zips.z.cash/zip-0215) to explicitly define Ed25519 validation criteria                                                   | Standards | Core      | Active             | Chrysalis      |
+| 15 | [Dust Protection](tips/TIP-0015/tip-0015.md)                              | Prevent bloating the ledger size with to dust outputs                                                                                            | Standards | Core      | Replaced by TIP-19 | Chrysalis      |
+| 16 | [Event API](tips/TIP-0016/tip-0016.md)                                    | Node event API definitions in AsyncAPI Specification                                                                                             | Standards | Interface | Replaced by TIP-28 | Chrysalis      |
+| 17 | [Wotsicide](tips/TIP-0017/tip-0017.md)                                    | Define migration from legacy WOTS addresses to post-Chrysalis Phase 2 network                                                                    | Standards | Core      | Obsolete           | Chrysalis      |
+| 18 | [Multi-Asset Ledger and ISC Support](tips/TIP-0018/tip-0018.md)           | Transform IOTA into a multi-asset ledger that supports running IOTA Smart Contracts                                                              | Standards | Core      | Active             | **Stardust**   |
+| 19 | [Dust Protection Based on Byte Costs](tips/TIP-0019/tip-0019.md)          | Prevent bloating the ledger size with dust outputs                                                                                               | Standards | Core      | Active             | **Stardust**   |
+| 20 | [Transaction Payload with New Output Types](tips/TIP-0020/tip-0020.md)    | UTXO-based transaction structure with TIP-18                                                                                                     | Standards | Core      | Active             | **Stardust**   |
+| 21 | [Serialization Primitives](tips/TIP-0021/tip-0021.md)                     | Introduce primitives to describe the binary serialization of objects                                                                             | Standards | Core      | Active             | **Stardust**   |
+| 22 | [IOTA Protocol Parameters](tips/TIP-0022/tip-0022.md)                     | Describes the global protocol parameters for the IOTA protocol                                                                                   | Standards | Core      | Active             | **Stardust**   |
+| 23 | [Tagged Data Payload](tips/TIP-0023/tip-0023.md)                          | Payload for arbitrary data                                                                                                                       | Standards | Core      | Active             | **Stardust**   |
+| 24 | [Tangle Block](tips/TIP-0024/tip-0024.md)                                 | A new version of TIP-6 that renames messages to blocks and removes the Indexation Payload in favor of the Tagged Data Payload. Replaces TIP-6.   | Standards | Core      | Active             | **Stardust**   |
+| 25 | [Core REST API](tips/TIP-0025/tip-0025.md)                                | Node Core REST API routes and objects in OpenAPI Specification. Replaces TIP-13.                                                                 | Standards | Interface | Active             | **Stardust**   |
+| 26 | [UTXO Indexer REST API](tips/TIP-0026/tip-0026.md)                        | UTXO Indexer REST API routes and objects in OpenAPI Specification.                                                                               | Standards | Interface | Active             | **Stardust**   |
+| 27 | [IOTA NFT standards](tips/TIP-0027/tip-0027.md)                           | Define NFT metadata standard, collection system and creator royalties                                                                            | Standards | IRC       | Active             | **Stardust**   |
+| 28 | [Node Event API](tips/TIP-0028/tip-0028.md)                               | Node event API definitions in AsyncAPI Specification. Replaces TIP-16.                                                                           | Standards | Interface | Active             | **Stardust**   |
+| 29 | [Milestone Payload](tips/TIP-0029/tip-0029.md)                            | Milestone Payload with keys removed from essence. Replaces TIP-8.                                                                                | Standards | Core      | Active             | **Stardust**   |
+| 30 | [Native Token Metadata Standard](tips/TIP-0030/tip-0030.md)               | A JSON schema that describes token metadata format for native token foundries                                                                    | Standards | IRC       | Active             | **Stardust**   |
+| 31 | [Bech32 Address Format for IOTA and Shimmer](tips/TIP-0031/tip-0031.md)   | Extendable address format supporting various signature schemes and address types. Replaces TIP-11.                                               | Standards | Interface | Active             | **Stardust**   |
+| 32 | [Shimmer Protocol Parameters](tips/TIP-0032/tip-0032.md)                  | Describes the global protocol parameters for the Shimmer network                                                                                 | Standards | Core      | Active             | **Stardust**   |
+| 33 | [Public Token Registry](https://github.com/iotaledger/tips/pull/72)       | Defines an open public registry for NFT collection ID and native tokens metadata                                                                 | Standards | IRC       | Draft              | **Stardust**   |
+| 34 | [Wotsicide (Stardust update)](tips/TIP-0034/tip-0034.md)                  | Define migration from legacy W-OTS addresses to post-Chrysalis networks. Replaces TIP-17.                                                        | Standards | Core      | Obsolete           | **Stardust**   |
+| 35 | [Local Snapshot File Format (Stardust Update)](tips/TIP-0035/tip-0035.md) | File format to export/import ledger state. Replaces TIP-9.                                                                                       | Standards | Interface | Active             | **Stardust**   |
+| 37 | [Dynamic Proof-of-Work](https://github.com/iotaledger/tips/pull/81)       | Dynamically adapt the PoW difficulty                                                                                                             | Standards | Core      | Withdrawn          | **Stardust**   |
 
 ## Need help?
 
diff --git a/tips/TIP-0006/tip-0006.md b/tips/TIP-0006/tip-0006.md
index 0490aaea3..df3e49ae1 100644
--- a/tips/TIP-0006/tip-0006.md
+++ b/tips/TIP-0006/tip-0006.md
@@ -4,10 +4,11 @@ title: Tangle Message
 description: Generalization of the Tangle transaction concept
 author: Gal Rogozinski (@GalRogozinski) <gal.rogozinski@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/17
-status: Active
+status: Replaced
 type: Standards
 layer: Core
 created: 2020-07-28
+superseded-by: TIP-24
 ---
 
 + Changelog:
diff --git a/tips/TIP-0007/tip-0007.md b/tips/TIP-0007/tip-0007.md
index 84073a995..16c2c774d 100644
--- a/tips/TIP-0007/tip-0007.md
+++ b/tips/TIP-0007/tip-0007.md
@@ -4,10 +4,11 @@ title: Transaction Payload
 description: UTXO-based transaction structure
 author: Luca Moser (@luca-moser) <luca.moser@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/18
-status: Active
+status: Replaced
 type: Standards
 layer: Core
 created: 2020-07-10
+superseded-by: TIP-20
 ---
 
 # Summary
diff --git a/tips/TIP-0008/tip-0008.md b/tips/TIP-0008/tip-0008.md
index d87a30fb2..34f5cb4e0 100644
--- a/tips/TIP-0008/tip-0008.md
+++ b/tips/TIP-0008/tip-0008.md
@@ -4,10 +4,11 @@ title: Milestone Payload
 description: Coordinator issued milestone structure with Ed25519 authentication
 author: Angelo Capossele (@capossele) <angelo.capossele@iota.org>, Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/19
-status: Active
+status: Replaced
 type: Standards
 layer: Core
 created: 2020-07-28
+superseded-by: TIP-29
 ---
 
 # Summary
diff --git a/tips/TIP-0009/tip-0009.md b/tips/TIP-0009/tip-0009.md
index c9f8594e4..e93b44a01 100644
--- a/tips/TIP-0009/tip-0009.md
+++ b/tips/TIP-0009/tip-0009.md
@@ -4,10 +4,11 @@ title: Local Snapshot File Format
 description: File format to export/import ledger state 
 author: Luca Moser (@luca-moser) <luca.moser@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/25
-status: Active
+status: Replaced
 type: Standards
 layer: Interface
 created: 2020-08-25
+superseded-by: TIP-35
 ---
 
 # Summary
diff --git a/tips/TIP-0011/tip-0011.md b/tips/TIP-0011/tip-0011.md
index c990100e5..b7c81981b 100644
--- a/tips/TIP-0011/tip-0011.md
+++ b/tips/TIP-0011/tip-0011.md
@@ -4,10 +4,11 @@ title: Bech32 Address Format
 description: Extendable address format supporting various signature schemes and address types
 author: Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/20
-status: Active
+status: Replaced
 type: Standards
 layer: Interface
 created: 2020-07-28
+superseded-by: TIP-31
 ---
 
 # Summary
diff --git a/tips/TIP-0013/tip-0013.md b/tips/TIP-0013/tip-0013.md
index 5815cdf80..574098e1d 100644
--- a/tips/TIP-0013/tip-0013.md
+++ b/tips/TIP-0013/tip-0013.md
@@ -4,10 +4,11 @@ title: REST API
 description: Node REST API routes and objects in OpenAPI Specification
 author: Samuel Rufinatscha (@rufsam) <samuel.rufinatscha@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/26
-status: Active
+status: Replaced
 type: Standards
 layer: Interface
 created: 2020-09-10
+superseded-by: TIP-25
 ---
 
 # Summary
diff --git a/tips/TIP-0015/tip-0015.md b/tips/TIP-0015/tip-0015.md
index 98fc193e1..6fc02e693 100644
--- a/tips/TIP-0015/tip-0015.md
+++ b/tips/TIP-0015/tip-0015.md
@@ -4,7 +4,7 @@ title: Dust Protection
 description: Prevent bloating the ledger size with dust outputs
 author: Gal Rogozinski (@GalRogozinski) <gal.rogozinski@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/32
-status: Active
+status: Replaced
 type: Standards
 layer: Core
 created: 2020-12-07
diff --git a/tips/TIP-0016/tip-0016.md b/tips/TIP-0016/tip-0016.md
index 8c885a032..3444e78b7 100644
--- a/tips/TIP-0016/tip-0016.md
+++ b/tips/TIP-0016/tip-0016.md
@@ -4,10 +4,11 @@ title: Event API
 description: Node event API definitions in AsyncAPI Specification
 author: Luca Moser (@luca-moser) <luca.moser@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/33
-status: Active
+status: Replaced
 type: Standards
 layer: Interface
 created: 2021-01-06
+superseded-by: TIP-28
 ---
 
 # Summary
diff --git a/tips/TIP-0017/tip-0017.md b/tips/TIP-0017/tip-0017.md
index 3c0100cd7..81201d21b 100644
--- a/tips/TIP-0017/tip-0017.md
+++ b/tips/TIP-0017/tip-0017.md
@@ -4,7 +4,7 @@ title: Wotsicide
 description: Define migration from legacy WOTS addresses to post-Chrysalis Phase 2 network
 author: Luca Moser (@luca-moser) <luca.moser@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/35
-status: Active
+status: Obsolete
 type: Standards
 layer: Core
 created: 2021-01-13
diff --git a/tips/TIP-0018/tip-0018.md b/tips/TIP-0018/tip-0018.md
index 6e4d14131..22f75bd7f 100644
--- a/tips/TIP-0018/tip-0018.md
+++ b/tips/TIP-0018/tip-0018.md
@@ -4,7 +4,7 @@ title: Multi-Asset Ledger and ISC Support
 description: Transform IOTA into a multi-asset ledger that supports running IOTA Smart Contracts
 author: Levente Pap (@lzpap) <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/38
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 created: 2021-11-04
diff --git a/tips/TIP-0019/tip-0019.md b/tips/TIP-0019/tip-0019.md
index a63145875..b80a46ba6 100644
--- a/tips/TIP-0019/tip-0019.md
+++ b/tips/TIP-0019/tip-0019.md
@@ -4,7 +4,7 @@ title: Dust Protection Based on Byte Costs (Storage Deposit)
 description: Prevent bloating the ledger size with dust outputs
 author: Max Hase (@muXxer) <maximilian.hase@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/39
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 created: 2021-11-04
diff --git a/tips/TIP-0020/tip-0020.md b/tips/TIP-0020/tip-0020.md
index 8f39fb254..d342415a4 100644
--- a/tips/TIP-0020/tip-0020.md
+++ b/tips/TIP-0020/tip-0020.md
@@ -4,7 +4,7 @@ title: Transaction Payload with TIP-18 Output Types
 description: Add output types, unlocks, and output features from TIP-18 into Transaction Payload
 author: Levente Pap (@lzpap) <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/40
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 created: 2021-11-18
diff --git a/tips/TIP-0021/tip-0021.md b/tips/TIP-0021/tip-0021.md
index 8acad273a..54785a72e 100644
--- a/tips/TIP-0021/tip-0021.md
+++ b/tips/TIP-0021/tip-0021.md
@@ -4,7 +4,7 @@ title: Serialization Primitives
 description: Introduce primitives to describe the binary serialization of objects.
 author: Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/41
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 created: 2021-11-22
diff --git a/tips/TIP-0022/tip-0022.md b/tips/TIP-0022/tip-0022.md
index 2395230b7..d4b20d109 100644
--- a/tips/TIP-0022/tip-0022.md
+++ b/tips/TIP-0022/tip-0022.md
@@ -4,7 +4,7 @@ title: IOTA Protocol Parameters
 description: Describes the global protocol parameters for the IOTA protocol
 author: Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/43
-status: Draft
+status: Active
 type: Standards
 layer: Core
 created: 2021-11-29
diff --git a/tips/TIP-0023/tip-0023.md b/tips/TIP-0023/tip-0023.md
index de7a3473a..f466560d6 100644
--- a/tips/TIP-0023/tip-0023.md
+++ b/tips/TIP-0023/tip-0023.md
@@ -4,7 +4,7 @@ title: Tagged Data Payload
 description: Block payload for arbitrary data
 author: Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/54
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 created: 2022-01-24
diff --git a/tips/TIP-0024/tip-0024.md b/tips/TIP-0024/tip-0024.md
index ce9e8ca20..35d08652c 100644
--- a/tips/TIP-0024/tip-0024.md
+++ b/tips/TIP-0024/tip-0024.md
@@ -4,7 +4,7 @@ title: Tangle Block
 description: Generalization of the Tangle transaction concept
 author: Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/55
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 replaces: 6
diff --git a/tips/TIP-0025/tip-0025.md b/tips/TIP-0025/tip-0025.md
index 85d3ab899..6c5749639 100644
--- a/tips/TIP-0025/tip-0025.md
+++ b/tips/TIP-0025/tip-0025.md
@@ -4,7 +4,7 @@ title: Core REST API
 description: Node Core REST API routes and objects in OpenAPI Specification
 author: Samuel Rufinatscha (@rufsam) <samuel.rufinatscha@iota.org>, Levente Pap (@lzpap) <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/27, https://github.com/iotaledger/tips/discussions/53, https://github.com/iotaledger/tips/pull/57
-status: Proposed
+status: Active
 type: Standards
 layer: Interface
 replaces: 13
diff --git a/tips/TIP-0026/tip-0026.md b/tips/TIP-0026/tip-0026.md
index 34e9fd288..a596602a0 100644
--- a/tips/TIP-0026/tip-0026.md
+++ b/tips/TIP-0026/tip-0026.md
@@ -4,7 +4,7 @@ title: UTXO Indexer API
 description: UTXO Indexer REST API routes and objects in OpenAPI Specification
 author: Levente Pap (@lzpap) <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/62, https://github.com/iotaledger/tips/discussions/53
-status: Proposed
+status: Active
 type: Standards
 layer: Interface
 created: 2022-01-27
diff --git a/tips/TIP-0027/tip-0027.md b/tips/TIP-0027/tip-0027.md
index e0c3495fc..60ddeca92 100644
--- a/tips/TIP-0027/tip-0027.md
+++ b/tips/TIP-0027/tip-0027.md
@@ -4,7 +4,7 @@ title: IOTA NFT Standard IRC27
 description: Define NFT standard and creator royalties
 author: Adam Eunson (@AdamCroply) <adam@tanglelabs.io>, Merul Dhiman (@coodos) <merul@tanglelabs.io>
 discussions-to: https://github.com/iotaledger/tips/discussions/59
-status: Proposed
+status: Active
 type: Standards
 layer: IRC
 created: 2022-03-04
diff --git a/tips/TIP-0028/tip-0028.md b/tips/TIP-0028/tip-0028.md
index 715e03e47..0673b7125 100644
--- a/tips/TIP-0028/tip-0028.md
+++ b/tips/TIP-0028/tip-0028.md
@@ -4,7 +4,7 @@ title: Event API
 description: Node event API definitions in AsyncAPI Specification
 author: Luca Moser (@luca-moser) <luca.moser@iota.org>, Levente Pap (@lzpap) <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/33, https://github.com/iotaledger/tips/pull/66
-status: Proposed
+status: Active
 type: Standards
 layer: Interface
 created: 2022-03-02
diff --git a/tips/TIP-0029/tip-0029.md b/tips/TIP-0029/tip-0029.md
index 81f8abe82..3ce16e5fa 100644
--- a/tips/TIP-0029/tip-0029.md
+++ b/tips/TIP-0029/tip-0029.md
@@ -4,7 +4,7 @@ title: Milestone Payload
 description: Coordinator issued milestone payload with Ed25519 authentication
 author: Angelo Capossele (@capossele) <angelo.capossele@iota.org>, Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/69
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 created: 2022-03-25
diff --git a/tips/TIP-0030/tip-0030.md b/tips/TIP-0030/tip-0030.md
index c48e0786c..1feaba702 100644
--- a/tips/TIP-0030/tip-0030.md
+++ b/tips/TIP-0030/tip-0030.md
@@ -4,7 +4,7 @@ title: Native Token Metadata JSON Schema
 description: A JSON schema that describes token metadata format for native token foundries.
 author: Levente Pap @lzpap <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/68
-status: Proposed
+status: Active
 type: Standards
 layer: IRC
 created: 2022-03-25
diff --git a/tips/TIP-0031/tip-0031.md b/tips/TIP-0031/tip-0031.md
index 587afd5c6..4ff9dd53b 100644
--- a/tips/TIP-0031/tip-0031.md
+++ b/tips/TIP-0031/tip-0031.md
@@ -4,7 +4,7 @@ title: Bech32 Address Format
 description: Extendable address format supporting various signature schemes and address types
 author: Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>, Levente Pap (@lzpap) <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/20
-status: Proposed
+status: Active
 type: Standards
 layer: Interface
 created: 2022-04-04
diff --git a/tips/TIP-0032/tip-0032.md b/tips/TIP-0032/tip-0032.md
index 95e1e486e..ee2e6788e 100644
--- a/tips/TIP-0032/tip-0032.md
+++ b/tips/TIP-0032/tip-0032.md
@@ -4,7 +4,7 @@ title: Shimmer Protocol Parameters
 description: Describes the global protocol parameters for the Shimmer protocol
 author: Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>, Levente Pap (@lzpap) <levente.pap@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/71
-status: Proposed
+status: Active
 type: Standards
 layer: Core
 created: 2022-04-04
diff --git a/tips/TIP-0034/tip-0034.md b/tips/TIP-0034/tip-0034.md
index 4d94481d6..5b2ce7449 100644
--- a/tips/TIP-0034/tip-0034.md
+++ b/tips/TIP-0034/tip-0034.md
@@ -4,7 +4,7 @@ title: Wotsicide (Stardust)
 description: Define migration from legacy W-OTS addresses to post-Chrysalis network
 author: Luca Moser (@luca-moser) <luca.moser@iota.org>, Wolfgang Welz (@Wollac) <wolfgang.welz@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/74
-status: Proposed
+status: Obsolete
 type: Standards
 layer: Core
 created: 2022-04-21
diff --git a/tips/TIP-0035/tip-0035.md b/tips/TIP-0035/tip-0035.md
index 5601eda1a..40b9380c8 100644
--- a/tips/TIP-0035/tip-0035.md
+++ b/tips/TIP-0035/tip-0035.md
@@ -4,7 +4,7 @@ title: Local Snapshot File Format
 description: File format to export and import ledger state
 author: Luca Moser (@luca-moser) <luca.moser@iota.org>, Max Hase (@muXxer) <maximilian.hase@iota.org>
 discussions-to: https://github.com/iotaledger/tips/pull/25
-status: Proposed
+status: Active
 type: Standards
 layer: Interface
 created: 2022-05-06