From ac05b17792ba351e41e72419606f5555367920f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20SDPC?= Date: Mon, 19 Jun 2023 12:26:16 +0200 Subject: [PATCH] chore(2[234567]): move to Final --- README.md | 26 +++++++++++++------------- wip-0022.md | 2 +- wip-0023.md | 2 +- wip-0024.md | 2 +- wip-0025.md | 2 +- wip-0026.md | 2 +- wip-0027.md | 2 +- 7 files changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index dfd1cfa..310936f 100644 --- a/README.md +++ b/README.md @@ -30,29 +30,29 @@ Having a WIP here does not make it a formally accepted standard until its status | [19](wip-0019.md) | Consensus (hard fork) | Random Number Generation (RNG) functionality | [Adán SDPC](https://github.com/aesedepece) | Standards Track | Final | | [20](wip-0020.md) | Consensus (hard fork) | Support HTTP-POST in RADON | [Tomasz Polaczyk](https://github.com/tmpolaczyk) | Standards Track | Final | | [21](wip-0021.md) | Consensus (hard fork) | Add StringParseXMLMap to RADON operators | [Luis Rubio](https://github.com/lrubiorod) | Standards Track | Final | -| [22](wip-0022.md) | Consensus (hard fork) | Data request reward collateral ratio | [drcpu](https://github.com/drcpu-github) | Standards Track | Proposed | -| [23](wip-0023.md) | Consensus (hard fork) | Burn slashed collateral | [drcpu](https://github.com/drcpu-github) | Standards Track | Proposed | -| [24](wip-0024.md) | Consensus (hard fork) | Improved processing of numbers in oracle queries | [Adán SDPC](https://github.com/aesedepece) | Standards Track | Proposed | -| [25](wip-0025.md) | Consensus (hard fork) | HTTP redirects in retrievals | [Adán SDPC](https://github.com/aesedepece) | Standards Track | Proposed | -| [26](wip-0026.md) | Consensus (hard fork) | Introduce new EncodeReveal RADON error | [Tomasz Polaczyk](https://github.com/tmpolaczyk) | Standards Track | Proposed | -| [27](wip-0027.md) | Consensus (hard fork) | Increase the age requirement for using transaction outputs as collateral | [Adán SDPC](https://github.com/aesedepece) | Standards Track | Proposed | +| [22](wip-0022.md) | Consensus (hard fork) | Data request reward collateral ratio | [drcpu](https://github.com/drcpu-github) | Standards Track | Final | +| [23](wip-0023.md) | Consensus (hard fork) | Burn slashed collateral | [drcpu](https://github.com/drcpu-github) | Standards Track | Final | +| [24](wip-0024.md) | Consensus (hard fork) | Improved processing of numbers in oracle queries | [Adán SDPC](https://github.com/aesedepece) | Standards Track | Final | +| [25](wip-0025.md) | Consensus (hard fork) | HTTP redirects in retrievals | [Adán SDPC](https://github.com/aesedepece) | Standards Track | Final | +| [26](wip-0026.md) | Consensus (hard fork) | Introduce new EncodeReveal RADON error | [Tomasz Polaczyk](https://github.com/tmpolaczyk) | Standards Track | Final | +| [27](wip-0027.md) | Consensus (hard fork) | Increase the age requirement for using transaction outputs as collateral | [Adán SDPC](https://github.com/aesedepece) | Standards Track | Final | ## TAPI signals These are the bits currently being used for signaling support for and activating Witnet Improvement Proposals through the procedure set forth by [WIP-0014]: _Threshold Activation of Protocol Improvements (TAPI)_. -| Bit position | WIP(s) | First signaling epoch | State | +| Bit position | WIP(s) | First signaling epoch | State | |:------------:|:-------------------------------------------------------:|:---------------------:|:-----------:| | 0 | [14](wip-0014.md), [16](wip-0016.md) | `522240` | `In force` | | 1 | [17](wip-0017.md), [18](wip-0018.md), [19](wip-0019.md) | `656640` | `In force` | | 2 | [20](wip-0020.md), [21](wip-0021.md) | `1032960` | `In force` | -| 3 | [22](wip-0022.md) | `1655120` | `Signaling` | -| 4 | [23](wip-0023.md) | `1655120` | `Signaling` | -| 5 | [24](wip-0024.md) | `1655120` | `Signaling` | -| 6 | [25](wip-0025.md) | `1655120` | `Signaling` | -| 7 | [26](wip-0026.md) | `1655120` | `Signaling` | -| 8 | [27](wip-0027.md) | `1655120` | `Signaling` | +| 3 | [22](wip-0022.md) | `1655120` | `In force` | +| 4 | [23](wip-0023.md) | `1655120` | `In force` | +| 5 | [24](wip-0024.md) | `1655120` | `In force` | +| 6 | [25](wip-0025.md) | `1655120` | `In force` | +| 7 | [26](wip-0026.md) | `1655120` | `In force` | +| 8 | [27](wip-0027.md) | `1655120` | `In force` | [discord]: https://discord.gg/X4uurfP [WIP-0014]: wip-0014.md diff --git a/wip-0022.md b/wip-0022.md index ccb8065..d5d0e79 100644 --- a/wip-0022.md +++ b/wip-0022.md @@ -4,7 +4,7 @@ Title: Data request reward collateral ratio Authors: drcpu Discussions-To: https://github.com/witnet/witnet-rust/discussions/2168 - Status: Proposed + Status: Final Type: Standards Track Created: 2022-10-04 License: BSD-2-Clause diff --git a/wip-0023.md b/wip-0023.md index 98b02de..ca54db2 100644 --- a/wip-0023.md +++ b/wip-0023.md @@ -4,7 +4,7 @@ Title: Burn slashed collateral Authors: drcpu Discussions-To: https://github.com/witnet/witnet-rust/discussions/2238 - Status: Proposed + Status: Final Type: Standards Track Created: 2022-10-06 License: BSD-2-Clause diff --git a/wip-0024.md b/wip-0024.md index 4bc23d0..ef1fba5 100644 --- a/wip-0024.md +++ b/wip-0024.md @@ -4,7 +4,7 @@ Title: Improved processing of numbers in oracle queries Authors: Adán SDPC Discussions-To: `#dev-lounge` channel on Witnet Community's Discord server - Status: Proposed + Status: Final Type: Standards Track Created: 2022-07-27 License: BSD-2-Clause diff --git a/wip-0025.md b/wip-0025.md index df709e6..0844f59 100644 --- a/wip-0025.md +++ b/wip-0025.md @@ -4,7 +4,7 @@ Title: HTTP redirects in retrievals Authors: Adán SDPC Discussions-To: `#dev-lounge` channel on Witnet Community's Discord server - Status: Proposed + Status: Final Type: Standards Track Created: 2023-01-11 License: BSD-2-Clause diff --git a/wip-0026.md b/wip-0026.md index f443c1e..9b51e88 100644 --- a/wip-0026.md +++ b/wip-0026.md @@ -4,7 +4,7 @@ Title: Introduce new EncodeReveal RADON error Authors: Tomasz Polaczyk Discussions-To: `#dev-general` channel on Witnet Community's Discord server - Status: Proposed + Status: Final Type: Standards Track Created: 2023-01-12 License: BSD-2-Clause diff --git a/wip-0027.md b/wip-0027.md index 7ff9025..c50260f 100644 --- a/wip-0027.md +++ b/wip-0027.md @@ -4,7 +4,7 @@ Title: Increase the age requirement for using transaction outputs as collateral Authors: Adán SDPC Discussions-To: `#dev-lounge` channel on Witnet Community's Discord server - Status: Proposed + Status: Final Type: Standards Track Created: 2022-10-26 License: BSD-2-Clause