From 02fada4e4bad8afb1d0c200b0aaff9315e3979de Mon Sep 17 00:00:00 2001 From: Alexander Sporn Date: Tue, 10 Feb 2026 11:55:07 +0100 Subject: [PATCH 1/2] Mark Starfish as Proposed --- README.md | 14 +++++++------- iips/IIP-0002/iip-0002.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9828ff3..7d63292 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,13 @@ You may find more information about the IIP Process in [IIP-1](./iips/IIP-0001/i ![image](iips/IIP-0001/process.svg) -| \# | Title | Description | Type | Layer | Status | -|----|----------------------------------------------------------|------------------------------------------------------------------------------------|-----------|-----------|--------| -| 1 | [IIP Process](iips/IIP-0001/iip-0001.md) | Purpose and guidelines of the contribution framework | Process | \- | Active | -| 2 | [Starfish Consensus Protocol](iips/IIP-0002/iip-0002.md) | A DAG-based consensus protocol improving liveness and efficiency | Standards | Core | Draft | -| 3 | [Sequencer Improvements](iips/IIP-0003/iip-0003.md) | Improved sequencing algorithm for reducing the number of transaction cancellations | Standards | Core | Active | -| 5 | [Move View Functions](iips/IIP-0005/iip-0005.md) | A standardized interface for application-specific queries to on-chain state | Standards | Interface | Draft | -| 7 | [Validator Scoring Mechanism](iips/IIP-0007/IIP-0007.md) | An automated and standardized system for monitoring validator behavior and scores | Standards | Core | Draft | +| \# | Title | Description | Type | Layer | Status | +|----|----------------------------------------------------------|------------------------------------------------------------------------------------|-----------|-----------|----------| +| 1 | [IIP Process](iips/IIP-0001/iip-0001.md) | Purpose and guidelines of the contribution framework | Process | \- | Active | +| 2 | [Starfish Consensus Protocol](iips/IIP-0002/iip-0002.md) | A DAG-based consensus protocol improving liveness and efficiency | Standards | Core | Proposed | +| 3 | [Sequencer Improvements](iips/IIP-0003/iip-0003.md) | Improved sequencing algorithm for reducing the number of transaction cancellations | Standards | Core | Active | +| 5 | [Move View Functions](iips/IIP-0005/iip-0005.md) | A standardized interface for application-specific queries to on-chain state | Standards | Interface | Draft | +| 7 | [Validator Scoring Mechanism](iips/IIP-0007/IIP-0007.md) | An automated and standardized system for monitoring validator behavior and scores | Standards | Core | Draft | | 8 | [Dynamic Minimum Commission based on the Validator's Voting Power per Epoch](iips/IIP-0008/IIP-0008.md) | A dynamic minimum validator commission rate set to the validator's voting power percentage to prevent stake hoarding and promote decentralization | Standards | Core | Draft | diff --git a/iips/IIP-0002/iip-0002.md b/iips/IIP-0002/iip-0002.md index 62895bf..9ac4549 100644 --- a/iips/IIP-0002/iip-0002.md +++ b/iips/IIP-0002/iip-0002.md @@ -4,7 +4,7 @@ title: Starfish Consensus Protocol description: A DAG-based consensus protocol improving liveness and efficiency author: Nikita Polianskii (@polinikita) discussions-to: https://github.com/iotaledger/IIPs/discussions/10 -status: Draft +status: Proposed type: Standards Track layer: Core created: 2025-04-16 From 69c746fa75184f9855c1d209d4f9ea1d01763ccb Mon Sep 17 00:00:00 2001 From: Alexander Sporn Date: Tue, 10 Feb 2026 14:10:21 +0100 Subject: [PATCH 2/2] Update Last updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d63292..bee0a5f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You may find more information about the IIP Process in [IIP-1](./iips/IIP-0001/i ## List of IIPs - - Last updated: 2026-02-09 + - Last updated: 2026-02-10 - The _Status_ of a IIP reflects its current state with respect to its progression to being supported on the IOTA Mainnet. - `Draft` IIPs are work in progress. They may or may not have a working implementation on a testnet. - `Proposed` IIPs are demonstrated to have a working implementation on the IOTA Devnet or Testnet.