Skip to content

Commit 2d3ecdd

Browse files
authored
Merge pull request #23 from iotaledger/iip-3-to-active
feat: IIP-3 status changed to Active after v1.4.1 release
2 parents 32ec933 + 39121c5 commit 2d3ecdd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You may find more information about the IIP Process in [IIP-1](./iips/IIP-0001/i
2525

2626
## List of IIPs
2727

28-
- Last updated: 2025-07-23
28+
- Last updated: 2025-08-24
2929
- The _Status_ of a IIP reflects its current state with respect to its progression to being supported on the IOTA Mainnet.
3030
- `Draft` IIPs are work in progress. They may or may not have a working implementation on a testnet.
3131
- `Proposed` IIPs are demonstrated to have a working implementation on the IOTA Devnet or Testnet.
@@ -35,12 +35,12 @@ You may find more information about the IIP Process in [IIP-1](./iips/IIP-0001/i
3535

3636
![image](iips/IIP-0001/process.svg)
3737

38-
| \# | Title | Description | Type | Layer | Status |
39-
|----|----------------------------------------------------------|------------------------------------------------------------------------------------|-----------|-----------|----------|
40-
| 1 | [IIP Process](iips/IIP-0001/iip-0001.md) | Purpose and guidelines of the contribution framework | Process | \- | Active |
41-
| 2 | [Starfish Consensus Protocol](iips/IIP-0002/iip-0002.md) | A DAG-based consensus protocol improving liveness and efficiency | Standards | Core | Draft |
42-
| 3 | [Sequencer Improvements](iips/IIP-0003/iip-0003.md) | Improved sequencing algorithm for reducing the number of transaction cancellations | Standards | Core | Proposed |
43-
| 5 | [Move View Functions](iips/IIP-0005/iip-0005.md) | A standardized interface for application-specific queries to on-chain state | Standards | Interface | Draft |
38+
| \# | Title | Description | Type | Layer | Status |
39+
|----|----------------------------------------------------------|------------------------------------------------------------------------------------|-----------|-----------|--------|
40+
| 1 | [IIP Process](iips/IIP-0001/iip-0001.md) | Purpose and guidelines of the contribution framework | Process | \- | Active |
41+
| 2 | [Starfish Consensus Protocol](iips/IIP-0002/iip-0002.md) | A DAG-based consensus protocol improving liveness and efficiency | Standards | Core | Draft |
42+
| 3 | [Sequencer Improvements](iips/IIP-0003/iip-0003.md) | Improved sequencing algorithm for reducing the number of transaction cancellations | Standards | Core | Active |
43+
| 5 | [Move View Functions](iips/IIP-0005/iip-0005.md) | A standardized interface for application-specific queries to on-chain state | Standards | Interface | Draft |
4444

4545

4646
## Need help?

iips/IIP-0003/iip-0003.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Sequencer Improvements
44
description: A sequencing algorithm that assigns the earliest available execution slot to transactions.
55
author: Can Umut Ileri (@cuileri) and Andrew Cullen (@cyberphysic4l)
66
discussions-to: https://github.com/iotaledger/IIPs/discussions/14
7-
status: Proposed
7+
status: Active
88
type: Standards Track
99
layer: Core
1010
created: 2025-04-23

0 commit comments

Comments
 (0)