diff --git a/README.md b/README.md index a982ccf..7b90c47 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-24 + - Last updated: 2026-03-20 - 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. @@ -42,9 +42,9 @@ You may find more information about the IIP Process in [IIP-1](./iips/IIP-0001/i | 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 | -| 9 | [Abstract IOTA Accounts](iips/IIP-0009/IIP-0009.md) | Abstract accounts on IOTA enable smart-contract-based authentication of addresses. | Standards | Core | Draft | -| 10 | [Package Metadata](iips/IIP-0010/IIP-0010.md) | Immutable on-chain object that provides trusted metadata about Move packages during execution | 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 | Active | +| 9 | [Abstract IOTA Accounts](iips/IIP-0009/IIP-0009.md) | Abstract accounts on IOTA enable smart-contract-based authentication of addresses. | Standards | Core | Proposed | +| 10 | [Package Metadata](iips/IIP-0010/IIP-0010.md) | Immutable on-chain object that provides trusted metadata about Move packages during execution | Standards | Core | Proposed | ## Need help? diff --git a/iips/IIP-0008/IIP-0008.md b/iips/IIP-0008/IIP-0008.md index 4e1631c..63c6733 100644 --- a/iips/IIP-0008/IIP-0008.md +++ b/iips/IIP-0008/IIP-0008.md @@ -4,7 +4,7 @@ title: Dynamic Minimum Commission based on the Validator's Voting Power per Epoc description: A dynamic minimum validator commission rate set to the validator's voting power percentage to prevent stake hoarding and promote decentralization. author: DLT.GREEN (@dlt_green) discussions-to: https://github.com/iotaledger/IIPs/discussions/29 -status: Draft +status: Active type: Standards Track layer: Core created: 2026-01-16 diff --git a/iips/IIP-0009/IIP-0009.md b/iips/IIP-0009/IIP-0009.md index 21d3a43..4781d58 100644 --- a/iips/IIP-0009/IIP-0009.md +++ b/iips/IIP-0009/IIP-0009.md @@ -4,7 +4,7 @@ title: Abstract IOTA Accounts description: Abstract accounts on IOTA enable smart-contract-based authentication of addresses. author: Mirko Zichichi (@miker83z) , Valerii Reutov (@valeriyr) , Levente Pap (@lzpap) , discussions-to: https://github.com/iotaledger/IIPs/discussions/35 -status: Draft +status: Proposed type: Standards Track layer: Core created: 2026-02-11 diff --git a/iips/IIP-0010/IIP-0010.md b/iips/IIP-0010/IIP-0010.md index d0d1b93..0245d41 100644 --- a/iips/IIP-0010/IIP-0010.md +++ b/iips/IIP-0010/IIP-0010.md @@ -4,7 +4,7 @@ title: Package Metadata description: Immutable on-chain object that provides trusted metadata about Move packages during execution. author: Mirko Zichichi (@miker83z) , Valerii Reutov (@valeriyr) discussions-to: https://github.com/iotaledger/IIPs/discussions/36 -status: Draft +status: Proposed type: Standards Track layer: Core created: 2026-02-17