1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-08-24 18:47:19 +00:00

bip8: Advance to Complete

This commit is contained in:
Murch
2026-08-03 15:36:49 -07:00
parent 72fb11fae7
commit 1766568df5
2 changed files with 6 additions and 4 deletions

View File

@@ -43,13 +43,13 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
| Murch
| Process
| Deployed
|-
|- style="background-color: #ffffcf"
| [[bip-0008.mediawiki|8]]
|
| Version bits with lock-in by height
| Shaolin Fry, Luke Dashjr
| Informational
| Draft
| Complete
|- style="background-color: #cfffcf"
| [[bip-0009.mediawiki|9]]
|

View File

@@ -3,11 +3,11 @@
Title: Version bits with lock-in by height
Authors: Shaolin Fry <shaolinfry@protonmail.ch>
Luke Dashjr <luke+bip@dashjr.org>
Status: Draft
Status: Complete
Type: Informational
Assigned: 2017-02-01
License: BSD-3-Clause OR CC0-1.0
Version: 0.3.2
Version: 1.0.0
</pre>
==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==
* **1.0.0** (2026-08-03):
** Advance to Complete.
* **0.3.2** (2021-02-17):
** Make activation threshold configurable.
** Reduce recommended threshold from 95% to 90%.