1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-08-31 18:47:36 +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 | Murch
| Process | Process
| Deployed | Deployed
|- |- style="background-color: #ffffcf"
| [[bip-0008.mediawiki|8]] | [[bip-0008.mediawiki|8]]
| |
| Version bits with lock-in by height | Version bits with lock-in by height
| Shaolin Fry, Luke Dashjr | Shaolin Fry, Luke Dashjr
| Informational | Informational
| Draft | Complete
|- style="background-color: #cfffcf" |- style="background-color: #cfffcf"
| [[bip-0009.mediawiki|9]] | [[bip-0009.mediawiki|9]]
| |

View File

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