From c2b8a23299d6458ccc197dc5380a9b5caa35797b Mon Sep 17 00:00:00 2001 From: Murch Date: Mon, 3 Aug 2026 13:23:25 -0700 Subject: [PATCH 1/2] bip8: Add Changelog --- bip-0008.mediawiki | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki index 7cbb5fbc87..7aac31c4ba 100644 --- a/bip-0008.mediawiki +++ b/bip-0008.mediawiki @@ -7,6 +7,7 @@ Type: Informational Assigned: 2017-02-01 License: BSD-3-Clause OR CC0-1.0 + Version: 0.3.2 ==Abstract== @@ -275,3 +276,30 @@ A living list of deployment proposals can be found [[bip-0008/assignments.mediaw This document is dual licensed as BSD 3-clause, and Creative Commons CC0 1.0 Universal. +==Changelog== +* **0.3.2** (2021-02-17): +** Make activation threshold configurable. +** Reduce recommended threshold from 95% to 90%. +** Update guidance for bit selection and naming conventions. +** Clarify economic majority upgrade expectations. +* **0.3.1** (2021-02-04): +** Simplify pseudocode for MUST_SIGNAL validation check. +* **0.3.0** (2021-02-02): +** Make signaling during LOCKED_IN recommended instead of mandatory. +** Allow some blocks to not signal during MUST_SIGNAL as long as threshold is met. +* **0.2.0** (2020-10-17): +** Replace FAILING state with MUST_SIGNAL phase. +** Require startheight and timeoutheight to be at retarget boundaries. +** Require timeoutheight to be at least 4032 blocks after startheight. +** Add note about lockinontimeout=true peer connectivity. +* **0.1.0** (2020-06-26): +** Return document Draft status. +** Fix timeout logic and state transition ordering. +** Add minimum_activation_height parameter. +** Update GBT section for MUST_SIGNAL state. +** Add reference implementation link. +** Fix pseudocode initialization bug. +* **0.0.2** (2020-02-26): +** Move to Rejected due to 3-year time-out. +* **0.0.1** (2017-02-01): +** Initial Draft published. From 8ab6d513933f36ee3fa00c41420e75191a7b9697 Mon Sep 17 00:00:00 2001 From: Murch Date: Mon, 3 Aug 2026 13:26:57 -0700 Subject: [PATCH 2/2] bip8: Move to Closed due to inactivity --- README.mediawiki | 4 ++-- bip-0008.mediawiki | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index 7386dc7a05..524fcdbb87 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -43,13 +43,13 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Murch | Process | Deployed -|- +|- style="background-color: #ffcfcf" | [[bip-0008.mediawiki|8]] | | Version bits with lock-in by height | Shaolin Fry, Luke Dashjr | Informational -| Draft +| Closed |- style="background-color: #cfffcf" | [[bip-0009.mediawiki|9]] | diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki index 7aac31c4ba..587ecfa99b 100644 --- a/bip-0008.mediawiki +++ b/bip-0008.mediawiki @@ -3,11 +3,11 @@ Title: Version bits with lock-in by height Authors: Shaolin Fry Luke Dashjr - Status: Draft + Status: Closed Type: Informational Assigned: 2017-02-01 License: BSD-3-Clause OR CC0-1.0 - Version: 0.3.2 + Version: 0.3.3 ==Abstract== @@ -277,6 +277,8 @@ A living list of deployment proposals can be found [[bip-0008/assignments.mediaw This document is dual licensed as BSD 3-clause, and Creative Commons CC0 1.0 Universal. ==Changelog== +* **0.3.3** (2026-08-03): +** Move to Closed after no updates in over five years. * **0.3.2** (2021-02-17): ** Make activation threshold configurable. ** Reduce recommended threshold from 95% to 90%.