Skip to content

Commit

Permalink
chore(2[234567]): move to Final
Browse files Browse the repository at this point in the history
  • Loading branch information
aesedepece committed Jun 19, 2023
1 parent b2e8fdc commit ac05b17
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion wip-0022.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Title: Data request reward collateral ratio
Authors: drcpu <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion wip-0023.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Title: Burn slashed collateral
Authors: drcpu <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion wip-0024.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Title: Improved processing of numbers in oracle queries
Authors: Adán SDPC <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion wip-0025.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Title: HTTP redirects in retrievals
Authors: Adán SDPC <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion wip-0026.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Title: Introduce new EncodeReveal RADON error
Authors: Tomasz Polaczyk <[email protected]>
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
Expand Down
2 changes: 1 addition & 1 deletion wip-0027.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Title: Increase the age requirement for using transaction outputs as collateral
Authors: Adán SDPC <[email protected]>
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
Expand Down

0 comments on commit ac05b17

Please sign in to comment.