From 4f412a4af06df96814d57c5adc297ee1f7dcb1b7 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 16:46:22 -0700 Subject: [PATCH 01/26] process: Activate BIP3, close BIP2 --- README.mediawiki | 8 ++++---- bip-0002.mediawiki | 3 ++- bip-0003.md | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index c1112e4f..d72e7265 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -20,20 +20,20 @@ Those proposing changes should consider that ultimately consent may rest with th | Amir Taaki | Process | Replaced -|- style="background-color: #cfffcf" +|- style="background-color: #ffcfcf" | [[bip-0002.mediawiki|2]] | | BIP process, revised | Luke Dashjr | Process -| Active -|- style="background-color: #ffffcf" +| Replaced +|- style="background-color: #cfffcf" | [[bip-0003.md|3]] | | Updated BIP Process | Murch | Process -| Proposed +| Active |- | [[bip-0008.mediawiki|8]] | diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index c9a5d6c8..f0b6d426 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -4,12 +4,13 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0002 - Status: Active + Status: Replaced Type: Process Created: 2016-02-03 License: BSD-2-Clause OPL Replaces: 1 + Superseded-By: 3 ==Abstract== diff --git a/bip-0003.md b/bip-0003.md index b4b26548..38bab302 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -3,7 +3,7 @@ Title: Updated BIP Process Author: Murch Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0003 - Status: Proposed + Status: Active Type: Process Created: 2025-01-09 License: BSD-2-Clause From 68c12c7f7ad4344e4a03367c6f52d6a918abe2b7 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 16:11:59 -0700 Subject: [PATCH 02/26] process: Update README to match BIP3 --- README.mediawiki | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index d72e7265..28aa3e5e 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -1,10 +1,19 @@ -People wishing to submit BIPs, first should propose their idea or document to the [https://groups.google.com/g/bitcoindev bitcoindev@googlegroups.com] mailing list (do not assign a number - read BIP 2 for the full process). After discussion, please open a PR. After copy-editing and acceptance, it will be published here. +People wishing to submit BIPs should first describe their idea to the [https://groups.google.com/g/bitcoindev +bitcoindev@googlegroups.com] mailing list to get feedback on viability and community interested before working on a +formal description. Please open a pull request to this repository only when substantial progress on the draft has been +made, preferably when the draft is nearing completion. Authors do not assign a number to their own proposal. +After a proposal meets the editorial criteria, a BIP Editor will assign a number to it and publish the proposal by +merging the pull request to the repository. Please see [[bip-0003.md|BIP 3: Updated BIP Process]] for the full process. -We are fairly liberal with approving BIPs, and try not to be too involved in decision making on behalf of the community. The exception is in very rare cases of dispute resolution when a decision is contentious and cannot be agreed upon. In those cases, the conservative option will always be preferred. +The BIPs repository serves as a publication medium and archive. Having a BIP published here indicates that the proposal +is in scope and has met other formal criteria for this repository, but does not indicate that it is a good idea, has +community consensus, or that it is about to be adopted. The BIP Editors are expected to be liberal with publishing BIPs +and to try not to be too involved in decision-making on behalf of the community. Beyond the formal criteria, evaluation of +the proposals is left to the audience of the repository. The exceptions are rare cases when a decision is contentious +and cannot be agreed upon. In those cases, the conservative option will always be preferred. -Having a BIP here does not make it a formally accepted standard until its status becomes Final or Active. - -Those proposing changes should consider that ultimately consent may rest with the consensus of the Bitcoin users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority]). +Those proposing and opposing changes should consider that ultimately acceptance and adoption rests with the Bitcoin +users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority]). {| class="wikitable sortable" style="width: auto; text-align: center; font-size: smaller; table-layout: fixed;" !Number From 2f497a2bbed7edfa0a1eaf39e8a786a661242c02 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 17:26:00 -0700 Subject: [PATCH 03/26] process: Clarify handling of controversial BIPs It is preferable to close PRs over having them stuck in controversy limbo indefinitely. --- README.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index 28aa3e5e..ce2b1e56 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -9,8 +9,8 @@ The BIPs repository serves as a publication medium and archive. Having a BIP pub is in scope and has met other formal criteria for this repository, but does not indicate that it is a good idea, has community consensus, or that it is about to be adopted. The BIP Editors are expected to be liberal with publishing BIPs and to try not to be too involved in decision-making on behalf of the community. Beyond the formal criteria, evaluation of -the proposals is left to the audience of the repository. The exceptions are rare cases when a decision is contentious -and cannot be agreed upon. In those cases, the conservative option will always be preferred. +the proposals is left to the audience of the repository. When a proposal is controversial and it cannot be agreed upon +whether it should be published, the conservative option will always be preferred: the proposal will be closed. Those proposing and opposing changes should consider that ultimately acceptance and adoption rests with the Bitcoin users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority]). From 6760ba87381ea97c79223cebef81478f4d4bbc6e Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 18:02:31 -0700 Subject: [PATCH 04/26] =?UTF-8?q?process:=20Proposed=20=E2=86=A6=20Complet?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amend CI script to new statuses and update existing status field values in table and BIPs. ``` sed -z -i 's/Status: Proposed/Status: Complete/' bip-0*.md sed -z -i 's/Status: Proposed/Status: Complete/' bip-0*.mediawiki sed -i 's/| Proposed/| Complete/' README.mediawiki ``` --- README.mediawiki | 28 ++++++++++++++-------------- bip-0018.mediawiki | 2 +- bip-0045.mediawiki | 2 +- bip-0067.mediawiki | 2 +- bip-0069.mediawiki | 2 +- bip-0087.mediawiki | 2 +- bip-0088.mediawiki | 2 +- bip-0129.mediawiki | 2 +- bip-0321.mediawiki | 2 +- bip-0325.mediawiki | 2 +- bip-0328.mediawiki | 2 +- bip-0352.mediawiki | 2 +- bip-0353.mediawiki | 2 +- bip-0373.mediawiki | 2 +- bip-0388.mediawiki | 2 +- scripts/buildtable.pl | 2 +- 16 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index ce2b1e56..2e1cfd09 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -119,7 +119,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | hashScriptCheck | Luke Dashjr | Standard -| Proposed +| Complete |- style="background-color: #ffcfcf" | [[bip-0019.mediawiki|19]] | Applications @@ -266,7 +266,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Structure for Deterministic P2SH Multisignature Wallets | Manuel Araoz, Ryan X. Charles, Matias Alejo Garcia | Standard -| Proposed +| Complete |- | [[bip-0046.mediawiki|46]] | Applications @@ -379,7 +379,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Deterministic Pay-to-script-hash multi-signature addresses through public key sorting | Thomas Kerin, Jean-Pierre Rupp, Ruben de Vries | Standard -| Proposed +| Complete |- style="background-color: #cfffcf" | [[bip-0068.mediawiki|68]] | Consensus (soft fork) @@ -393,7 +393,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Lexicographical Indexing of Transaction Inputs and Outputs | Kristov Atlas | Informational -| Proposed +| Complete |- style="background-color: #cfffcf" | [[bip-0070.mediawiki|70]] | Applications @@ -505,14 +505,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Hierarchy for Deterministic Multisig Wallets | Robert Spigler | Standard -| Proposed +| Complete |- style="background-color: #ffffcf" | [[bip-0088.mediawiki|88]] | Applications | Hierarchical Deterministic Path Templates | Dmitry Petukhov | Informational -| Proposed +| Complete |- style="background-color: #cfffcf" | [[bip-0090.mediawiki|90]] | @@ -743,7 +743,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Bitcoin Secure Multisig Setup (BSMS) | Hugo Nguyen, Peter Gray, Marko Bencun, Aaron Chen, Rodolfo Novak | Standard -| Proposed +| Complete |- style="background-color: #cfffcf" | [[bip-0130.mediawiki|130]] | Peer Services @@ -1051,7 +1051,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | URI Scheme | Matt Corallo | Standard -| Proposed +| Complete |- | [[bip-0322.mediawiki|322]] | Applications @@ -1072,7 +1072,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Signet | Karl-Johan Alm, Anthony Towns | Standard -| Proposed +| Complete |- | [[bip-0326.mediawiki|326]] | Applications @@ -1093,7 +1093,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Derivation Scheme for MuSig2 Aggregate Keys | Ava Chow | Informational -| Proposed +| Complete |- | [[bip-0329.mediawiki|329]] | Applications @@ -1212,14 +1212,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Silent Payments | josibake, Ruben Somsen | Standard -| Proposed +| Complete |- style="background-color: #ffffcf" | [[bip-0353.mediawiki|353]] | Applications | DNS Payment Instructions | Matt Corallo, Bastien Teinturier | Standard -| Proposed +| Complete |- style="background-color: #cfffcf" | [[bip-0370.mediawiki|370]] | Applications @@ -1247,7 +1247,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | MuSig2 PSBT Fields | Ava Chow | Standard -| Proposed +| Complete |- | [[bip-0374.mediawiki|374]] | Applications @@ -1331,7 +1331,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Wallet Policies for Descriptor Wallets | Salvatore Ingala | Standard -| Proposed +| Complete |- | [[bip-0389.mediawiki|389]] | Applications diff --git a/bip-0018.mediawiki b/bip-0018.mediawiki index a82ab441..e29d4488 100644 --- a/bip-0018.mediawiki +++ b/bip-0018.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0018 - Status: Proposed + Status: Complete Type: Standards Track Created: 2012-01-27 License: BSD-2-Clause diff --git a/bip-0045.mediawiki b/bip-0045.mediawiki index d7215823..45b0f9f3 100644 --- a/bip-0045.mediawiki +++ b/bip-0045.mediawiki @@ -7,7 +7,7 @@ Matias Alejo Garcia Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0045 - Status: Proposed + Status: Complete Type: Standards Track Created: 2014-04-25 diff --git a/bip-0067.mediawiki b/bip-0067.mediawiki index 30ed4075..ec8f6642 100644 --- a/bip-0067.mediawiki +++ b/bip-0067.mediawiki @@ -7,7 +7,7 @@ Ruben de Vries Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0067 - Status: Proposed + Status: Complete Type: Standards Track Created: 2015-02-08 License: PD diff --git a/bip-0069.mediawiki b/bip-0069.mediawiki index f5f95c6f..11272be0 100644 --- a/bip-0069.mediawiki +++ b/bip-0069.mediawiki @@ -6,7 +6,7 @@ Editor: Daniel Cousens Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0069 - Status: Proposed + Status: Complete Type: Informational Created: 2015-06-12 License: PD diff --git a/bip-0087.mediawiki b/bip-0087.mediawiki index 5470b475..b5fc9f30 100644 --- a/bip-0087.mediawiki +++ b/bip-0087.mediawiki @@ -5,7 +5,7 @@ Author: Robert Spigler Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0087 - Status: Proposed + Status: Complete Type: Standards Track Created: 2020-03-11 License: BSD-2-Clause diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki index 7de164b9..27975e70 100644 --- a/bip-0088.mediawiki +++ b/bip-0088.mediawiki @@ -5,7 +5,7 @@ Author: Dmitry Petukhov Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0088 - Status: Proposed + Status: Complete Type: Informational Created: 2020-06-23 License: BSD-2-Clause diff --git a/bip-0129.mediawiki b/bip-0129.mediawiki index 1eaf55d6..332ba2dc 100644 --- a/bip-0129.mediawiki +++ b/bip-0129.mediawiki @@ -9,7 +9,7 @@ Rodolfo Novak Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0129 - Status: Proposed + Status: Complete Type: Standards Track Created: 2020-11-10 License: BSD-2-Clause diff --git a/bip-0321.mediawiki b/bip-0321.mediawiki index a917f617..f386aaed 100644 --- a/bip-0321.mediawiki +++ b/bip-0321.mediawiki @@ -5,7 +5,7 @@ Author: Matt Corallo Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0321 - Status: Proposed + Status: Complete Type: Standards Track Created: 2024-11-15 License: BSD-2-Clause diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki index e0bdc30e..98de20dd 100644 --- a/bip-0325.mediawiki +++ b/bip-0325.mediawiki @@ -6,7 +6,7 @@ Anthony Towns Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0325 - Status: Proposed + Status: Complete Type: Standards Track Created: 2019-03-20 License: CC0-1.0 diff --git a/bip-0328.mediawiki b/bip-0328.mediawiki index 26c5913b..b868057b 100644 --- a/bip-0328.mediawiki +++ b/bip-0328.mediawiki @@ -5,7 +5,7 @@ Author: Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0328 - Status: Proposed + Status: Complete Type: Informational Created: 2024-06-04 License: CC0-1.0 diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki index a01e4c5d..17014347 100644 --- a/bip-0352.mediawiki +++ b/bip-0352.mediawiki @@ -5,7 +5,7 @@ Author: josibake Ruben Somsen Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0352 - Status: Proposed + Status: Complete Type: Standards Track Created: 2023-03-09 License: BSD-2-Clause diff --git a/bip-0353.mediawiki b/bip-0353.mediawiki index ed020032..b92d6d0d 100644 --- a/bip-0353.mediawiki +++ b/bip-0353.mediawiki @@ -6,7 +6,7 @@ Bastien Teinturier Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0353 - Status: Proposed + Status: Complete Type: Standards Track Created: 2024-02-10 License: CC0-1.0 diff --git a/bip-0373.mediawiki b/bip-0373.mediawiki index a2f7775d..0ab16e2e 100644 --- a/bip-0373.mediawiki +++ b/bip-0373.mediawiki @@ -5,7 +5,7 @@ Author: Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0373 - Status: Proposed + Status: Complete Type: Standards Track Created: 2024-06-04 License: CC0-1.0 diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index 7d3f3d6d..5dd51336 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -5,7 +5,7 @@ Author: Salvatore Ingala Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0388 - Status: Proposed + Status: Complete Type: Standards Track Created: 2022-11-16 License: BSD-2-Clause diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index ae231970..7f687f6f 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -72,7 +72,7 @@ my %ValidLayer = ( my %ValidStatus = ( Draft => undef, Deferred => undef, - Proposed => "background-color: #ffffcf", + Complete => "background-color: #ffffcf", Rejected => "background-color: #ffcfcf", Withdrawn => "background-color: #ffcfcf", Final => "background-color: #cfffcf", From 5d3ceb37734f80b2ec206fc94245e3bfd6d5b0f0 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 18:08:44 -0700 Subject: [PATCH 05/26] =?UTF-8?q?process:=20Final/Active=20=E2=86=A6=20Dep?= =?UTF-8?q?loyed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.md sed -z -i 's/Status: Active/Status: Deployed/' bip-0*.mediawiki sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.md sed -z -i 's/Status: Final/Status: Deployed/' bip-0*.mediawiki sed -i 's/| Active/| Deployed/' README.mediawiki sed -i 's/| Final/| Deployed/' README.mediawiki ``` --- README.mediawiki | 152 +++++++++++++++++++++--------------------- bip-0003.md | 2 +- bip-0009.mediawiki | 2 +- bip-0011.mediawiki | 2 +- bip-0013.mediawiki | 2 +- bip-0014.mediawiki | 2 +- bip-0016.mediawiki | 2 +- bip-0022.mediawiki | 2 +- bip-0023.mediawiki | 2 +- bip-0030.mediawiki | 2 +- bip-0031.mediawiki | 2 +- bip-0032.mediawiki | 2 +- bip-0034.mediawiki | 2 +- bip-0035.mediawiki | 2 +- bip-0037.mediawiki | 2 +- bip-0039.mediawiki | 2 +- bip-0042.mediawiki | 2 +- bip-0043.mediawiki | 2 +- bip-0044.mediawiki | 2 +- bip-0047.mediawiki | 2 +- bip-0048.mediawiki | 2 +- bip-0049.mediawiki | 2 +- bip-0050.mediawiki | 2 +- bip-0061.mediawiki | 2 +- bip-0065.mediawiki | 2 +- bip-0066.mediawiki | 2 +- bip-0068.mediawiki | 2 +- bip-0070.mediawiki | 2 +- bip-0071.mediawiki | 2 +- bip-0072.mediawiki | 2 +- bip-0073.mediawiki | 2 +- bip-0075.mediawiki | 2 +- bip-0084.mediawiki | 2 +- bip-0085.mediawiki | 2 +- bip-0086.mediawiki | 2 +- bip-0090.mediawiki | 2 +- bip-0091.mediawiki | 2 +- bip-0094.mediawiki | 2 +- bip-0111.mediawiki | 2 +- bip-0112.mediawiki | 2 +- bip-0113.mediawiki | 2 +- bip-0123.mediawiki | 2 +- bip-0125.mediawiki | 2 +- bip-0130.mediawiki | 2 +- bip-0133.mediawiki | 2 +- bip-0137.mediawiki | 2 +- bip-0141.mediawiki | 2 +- bip-0143.mediawiki | 2 +- bip-0144.mediawiki | 2 +- bip-0145.mediawiki | 2 +- bip-0147.mediawiki | 2 +- bip-0148.mediawiki | 2 +- bip-0152.mediawiki | 2 +- bip-0155.mediawiki | 2 +- bip-0157.mediawiki | 2 +- bip-0158.mediawiki | 2 +- bip-0159.mediawiki | 2 +- bip-0173.mediawiki | 2 +- bip-0174.mediawiki | 2 +- bip-0324.mediawiki | 2 +- bip-0327.mediawiki | 2 +- bip-0339.mediawiki | 2 +- bip-0340.mediawiki | 2 +- bip-0341.mediawiki | 2 +- bip-0342.mediawiki | 2 +- bip-0343.mediawiki | 2 +- bip-0350.mediawiki | 2 +- bip-0370.mediawiki | 2 +- bip-0371.mediawiki | 2 +- bip-0380.mediawiki | 2 +- bip-0381.mediawiki | 2 +- bip-0382.mediawiki | 2 +- bip-0383.mediawiki | 2 +- bip-0384.mediawiki | 2 +- bip-0385.mediawiki | 2 +- bip-0386.mediawiki | 2 +- bip-0387.mediawiki | 2 +- scripts/buildtable.pl | 3 +- 78 files changed, 153 insertions(+), 154 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index 2e1cfd09..e66a492a 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -42,7 +42,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Updated BIP Process | Murch | Process -| Active +| Deployed |- | [[bip-0008.mediawiki|8]] | @@ -56,7 +56,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Version bits with timeout and delay | Pieter Wuille, Peter Todd, Greg Maxwell, Rusty Russell | Informational -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0010.mediawiki|10]] | Applications @@ -70,7 +70,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | M-of-N Standard Transactions | Gavin Andresen | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0012.mediawiki|12]] | Consensus (soft fork) @@ -84,14 +84,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Address Format for pay-to-script-hash | Gavin Andresen | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0014.mediawiki|14]] | Peer Services | Protocol Version and User Agent | Amir Taaki, Patrick Strateman | Standard -| Final +| Deployed |- | [[bip-0015.mediawiki|15]] | Applications @@ -105,7 +105,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Pay to Script Hash | Gavin Andresen | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0017.mediawiki|17]] | Consensus (soft fork) @@ -147,35 +147,35 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | getblocktemplate - Fundamentals | Luke Dashjr | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0023.mediawiki|23]] | API/RPC | getblocktemplate - Pooled Mining | Luke Dashjr | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0030.mediawiki|30]] | Consensus (soft fork) | Duplicate transactions | Pieter Wuille | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0031.mediawiki|31]] | Peer Services | Pong message | Mike Hearn | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0032.mediawiki|32]] | Applications | Hierarchical Deterministic Wallets | Pieter Wuille | Informational -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0033.mediawiki|33]] | Peer Services @@ -189,14 +189,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Block v2, Height in Coinbase | Gavin Andresen | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0035.mediawiki|35]] | Peer Services | mempool message | Jeff Garzik | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0036.mediawiki|36]] | Peer Services @@ -210,7 +210,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Connection Bloom filtering | Mike Hearn, Matt Corallo | Standard -| Final +| Deployed |- | [[bip-0038.mediawiki|38]] | Applications @@ -224,7 +224,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Mnemonic code for generating deterministic keys | Marek Palatinus, Pavol Rusnak, Aaron Voisine, Sean Bowe | Standard -| Final +| Deployed |- | 40 | API/RPC @@ -245,21 +245,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | A finite monetary supply for Bitcoin | Pieter Wuille | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0043.mediawiki|43]] | Applications | Purpose Field for Deterministic Wallets | Marek Palatinus, Pavol Rusnak | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0044.mediawiki|44]] | Applications | Multi-Account Hierarchy for Deterministic Wallets | Marek Palatinus, Pavol Rusnak | Standard -| Final +| Deployed |- style="background-color: #ffffcf" | [[bip-0045.mediawiki|45]] | Applications @@ -280,28 +280,28 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Reusable Payment Codes for Hierarchical Deterministic Wallets | Justus Ranvier | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0048.mediawiki|48]] | Applications | Multi-Script Hierarchy for Multi-Sig Wallets | Fontaine | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0049.mediawiki|49]] | Applications | Derivation scheme for P2WPKH-nested-in-P2SH based accounts | Daniel Weigl | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0050.mediawiki|50]] | | March 2013 Chain Fork Post-Mortem | Gavin Andresen | Informational -| Final +| Deployed |- | [[bip-0052.mediawiki|52]] | Consensus (hard fork) @@ -337,7 +337,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Reject P2P message | Gavin Andresen | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0062.mediawiki|62]] | Consensus (soft fork) @@ -365,14 +365,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | OP_CHECKLOCKTIMEVERIFY | Peter Todd | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0066.mediawiki|66]] | Consensus (soft fork) | Strict DER signatures | Pieter Wuille | Standard -| Final +| Deployed |- style="background-color: #ffffcf" | [[bip-0067.mediawiki|67]] | Applications @@ -386,7 +386,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Relative lock-time using consensus-enforced sequence numbers | Mark Friedenbach, BtcDrak, Nicolas Dorier, kinoshitajona | Standard -| Final +| Deployed |- style="background-color: #ffffcf" | [[bip-0069.mediawiki|69]] | Applications @@ -400,28 +400,28 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Payment Protocol | Gavin Andresen, Mike Hearn | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0071.mediawiki|71]] | Applications | Payment Protocol MIME types | Gavin Andresen | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0072.mediawiki|72]] | Applications | bitcoin: uri extensions for Payment Protocol | Gavin Andresen | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0073.mediawiki|73]] | Applications | Use "Accept" header for response type negotiation with Payment Request URLs | Stephen Pair | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0074.mediawiki|74]] | Applications @@ -435,7 +435,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Out of Band Address Exchange using Payment Protocol Encryption | Justin Newton, Matt David, Aaron Voisine, James MacWhyte | Standard -| Final +| Deployed |- | [[bip-0077.md|77]] | Applications @@ -484,21 +484,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Derivation scheme for P2WPKH based accounts | Pavol Rusnak | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0085.mediawiki|85]] | Applications | Deterministic Entropy From BIP32 Keychains | Ethan Kosakovsky, Aneesh Karve | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0086.mediawiki|86]] | Applications | Key Derivation for Single Key P2TR Outputs | Ava Chow | Standard -| Final +| Deployed |- style="background-color: #ffffcf" | [[bip-0087.mediawiki|87]] | Applications @@ -519,14 +519,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Buried Deployments | Suhas Daftuar | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0091.mediawiki|91]] | Consensus (soft fork) | Reduced threshold Segwit MASF | James Hilliard | Standard -| Final +| Deployed |- | [[bip-0093.mediawiki|93]] | Applications @@ -540,7 +540,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Testnet 4 | Fabian Jahr | Standard -| Final +| Deployed |- | [[bip-0098.mediawiki|98]] | Consensus (soft fork) @@ -624,21 +624,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | NODE_BLOOM service bit | Matt Corallo, Peter Todd | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0112.mediawiki|112]] | Consensus (soft fork) | CHECKSEQUENCEVERIFY | BtcDrak, Mark Friedenbach, Eric Lombrozo | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0113.mediawiki|113]] | Consensus (soft fork) | Median time-past as endpoint for lock-time calculations | Thomas Kerin, Mark Friedenbach | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0114.mediawiki|114]] | Consensus (soft fork) @@ -708,7 +708,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | BIP Classification | Eric Lombrozo | Process -| Active +| Deployed |- style="background-color: #ffcfcf" | [[bip-0124.mediawiki|124]] | Applications @@ -722,7 +722,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Opt-in Full Replace-by-Fee Signaling | David A. Harding, Peter Todd | Standard -| Final +| Deployed |- | [[bip-0126.mediawiki|126]] | @@ -750,7 +750,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | sendheaders message | Suhas Daftuar | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0131.mediawiki|131]] | Consensus (hard fork) @@ -771,7 +771,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | feefilter message | Alex Morcos | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0134.mediawiki|134]] | Consensus (hard fork) @@ -799,7 +799,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Signatures of Messages using Private Keys | Christopher Gilliard | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0140.mediawiki|140]] | Consensus (soft fork) @@ -813,7 +813,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Segregated Witness (Consensus layer) | Eric Lombrozo, Johnson Lau, Pieter Wuille | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0142.mediawiki|142]] | Applications @@ -827,21 +827,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Transaction Signature Verification for Version 0 Witness Program | Johnson Lau, Pieter Wuille | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0144.mediawiki|144]] | Peer Services | Segregated Witness (Peer Services) | Eric Lombrozo, Pieter Wuille | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0145.mediawiki|145]] | API/RPC | getblocktemplate Updates for Segregated Witness | Luke Dashjr | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0146.mediawiki|146]] | Consensus (soft fork) @@ -855,14 +855,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Dealing with dummy stack element malleability | Johnson Lau | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0148.mediawiki|148]] | Consensus (soft fork) | Mandatory activation of segwit deployment | Shaolin Fry | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0149.mediawiki|149]] | Consensus (soft fork) @@ -890,7 +890,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Compact Block Relay | Matt Corallo | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0154.mediawiki|154]] | Peer Services @@ -904,7 +904,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | addrv2 message | Wladimir J. van der Laan | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0156.mediawiki|156]] | Peer Services @@ -918,21 +918,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Client Side Block Filtering | Olaoluwa Osuntokun, Alex Akselrod, Jim Posen | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0158.mediawiki|158]] | Peer Services | Compact Block Filters for Light Clients | Olaoluwa Osuntokun, Alex Akselrod | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0159.mediawiki|159]] | Peer Services | NODE_NETWORK_LIMITED service bit | Jonas Schnelli | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0171.mediawiki|171]] | Applications @@ -953,14 +953,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Base32 address format for native v0-16 witness outputs | Pieter Wuille, Greg Maxwell | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0174.mediawiki|174]] | Applications | Partially Signed Bitcoin Transaction Format | Ava Chow | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0175.mediawiki|175]] | Applications @@ -1065,7 +1065,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Version 2 P2P Encrypted Transport Protocol | Dhruv Mehta, Tim Ruffing, Jonas Schnelli, Pieter Wuille | Standard -| Final +| Deployed |- style="background-color: #ffffcf" | [[bip-0325.mediawiki|325]] | Applications @@ -1086,7 +1086,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | MuSig2 for BIP340-compatible Multi-Signatures | Jonas Nick, Tim Ruffing, Elliott Jin | Informational -| Final +| Deployed |- style="background-color: #ffffcf" | [[bip-0328.mediawiki|328]] | Applications @@ -1135,35 +1135,35 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | WTXID-based transaction relay | Suhas Daftuar | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0340.mediawiki|340]] | | Schnorr Signatures for secp256k1 | Pieter Wuille, Jonas Nick, Tim Ruffing | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0341.mediawiki|341]] | Consensus (soft fork) | Taproot: SegWit version 1 spending rules | Pieter Wuille, Jonas Nick, Anthony Towns | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0342.mediawiki|342]] | Consensus (soft fork) | Validation of Taproot Scripts | Pieter Wuille, Jonas Nick, Anthony Towns | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0343.mediawiki|343]] | Consensus (soft fork) | Mandatory activation of taproot deployment | Shinobius, Michael Folkson | Standard -| Final +| Deployed |- style="background-color: #ffcfcf" | [[bip-0345.mediawiki|345]] | Consensus (soft fork) @@ -1198,7 +1198,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Bech32m format for v1+ witness addresses | Pieter Wuille | Standard -| Final +| Deployed |- | [[bip-0351.mediawiki|351]] | Applications @@ -1226,14 +1226,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | PSBT Version 2 | Ava Chow | Standard -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0371.mediawiki|371]] | Applications | Taproot Fields for PSBT | Ava Chow | Standard -| Final +| Deployed |- | [[bip-0372.mediawiki|372]] | Applications @@ -1275,56 +1275,56 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Output Script Descriptors General Operation | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0381.mediawiki|381]] | Applications | Non-Segwit Output Script Descriptors | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0382.mediawiki|382]] | Applications | Segwit Output Script Descriptors | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0383.mediawiki|383]] | Applications | Multisig Output Script Descriptors | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0384.mediawiki|384]] | Applications | combo() Output Script Descriptors | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0385.mediawiki|385]] | Applications | raw() and addr() Output Script Descriptors | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0386.mediawiki|386]] | Applications | tr() Output Script Descriptors | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #cfffcf" | [[bip-0387.mediawiki|387]] | Applications | Tapscript Multisig Output Script Descriptors | Pieter Wuille, Ava Chow | Informational -| Final +| Deployed |- style="background-color: #ffffcf" | [[bip-0388.mediawiki|388]] | Applications diff --git a/bip-0003.md b/bip-0003.md index 38bab302..54a354a6 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -3,7 +3,7 @@ Title: Updated BIP Process Author: Murch Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0003 - Status: Active + Status: Deployed Type: Process Created: 2025-01-09 License: BSD-2-Clause diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki index 1883562d..52b27f32 100644 --- a/bip-0009.mediawiki +++ b/bip-0009.mediawiki @@ -7,7 +7,7 @@ Rusty Russell Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0009 - Status: Final + Status: Deployed Type: Informational Created: 2015-10-04 License: PD diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki index 7e9e1f68..7c45411d 100644 --- a/bip-0011.mediawiki +++ b/bip-0011.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0011 - Status: Final + Status: Deployed Type: Standards Track Created: 2011-10-18 Post-History: 2011-10-02 diff --git a/bip-0013.mediawiki b/bip-0013.mediawiki index 70be90d3..0eaecb9f 100644 --- a/bip-0013.mediawiki +++ b/bip-0013.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0013 - Status: Final + Status: Deployed Type: Standards Track Created: 2011-10-18 diff --git a/bip-0014.mediawiki b/bip-0014.mediawiki index fded4203..61d97701 100644 --- a/bip-0014.mediawiki +++ b/bip-0014.mediawiki @@ -6,7 +6,7 @@ Patrick Strateman Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0014 - Status: Final + Status: Deployed Type: Standards Track Created: 2011-11-10 Post-History: 2011-11-02 diff --git a/bip-0016.mediawiki b/bip-0016.mediawiki index 4e8ba139..829090c6 100644 --- a/bip-0016.mediawiki +++ b/bip-0016.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0016 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-01-03 diff --git a/bip-0022.mediawiki b/bip-0022.mediawiki index 45ebacf8..0f14ceb6 100644 --- a/bip-0022.mediawiki +++ b/bip-0022.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0022 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-02-28 License: BSD-2-Clause diff --git a/bip-0023.mediawiki b/bip-0023.mediawiki index 4974a3a3..ed7f146f 100644 --- a/bip-0023.mediawiki +++ b/bip-0023.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0023 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-02-28 License: BSD-2-Clause diff --git a/bip-0030.mediawiki b/bip-0030.mediawiki index b653ba64..a99c9790 100644 --- a/bip-0030.mediawiki +++ b/bip-0030.mediawiki @@ -5,7 +5,7 @@ Author: Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0030 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-02-22 License: BSD-2-Clause diff --git a/bip-0031.mediawiki b/bip-0031.mediawiki index 7f4cec45..b8419940 100644 --- a/bip-0031.mediawiki +++ b/bip-0031.mediawiki @@ -5,7 +5,7 @@ Author: Mike Hearn Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0031 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-04-11 diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki index 648a778b..140af07f 100644 --- a/bip-0032.mediawiki +++ b/bip-0032.mediawiki @@ -13,7 +13,7 @@ RECENT CHANGES: Author: Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0032 - Status: Final + Status: Deployed Type: Informational Created: 2012-02-11 License: BSD-2-Clause diff --git a/bip-0034.mediawiki b/bip-0034.mediawiki index 88073c5c..bf2ea419 100644 --- a/bip-0034.mediawiki +++ b/bip-0034.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0034 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-07-06 diff --git a/bip-0035.mediawiki b/bip-0035.mediawiki index b476806a..70e826a3 100644 --- a/bip-0035.mediawiki +++ b/bip-0035.mediawiki @@ -5,7 +5,7 @@ Author: Jeff Garzik Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0035 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-08-16 diff --git a/bip-0037.mediawiki b/bip-0037.mediawiki index ba207b6d..e30cdc99 100644 --- a/bip-0037.mediawiki +++ b/bip-0037.mediawiki @@ -6,7 +6,7 @@ Matt Corallo Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0037 - Status: Final + Status: Deployed Type: Standards Track Created: 2012-10-24 License: PD diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 338751fe..60723afb 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -8,7 +8,7 @@ Sean Bowe Comments-Summary: Unanimously Discourage for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039 - Status: Final + Status: Deployed Type: Standards Track Created: 2013-09-10 License: MIT diff --git a/bip-0042.mediawiki b/bip-0042.mediawiki index d9cde156..d7df75bd 100644 --- a/bip-0042.mediawiki +++ b/bip-0042.mediawiki @@ -5,7 +5,7 @@ Author: Pieter Wuille Comments-Summary: Unanimously Recommended for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0042 - Status: Final + Status: Deployed Type: Standards Track Created: 2014-04-01 License: PD diff --git a/bip-0043.mediawiki b/bip-0043.mediawiki index 365550dc..84a7c4db 100644 --- a/bip-0043.mediawiki +++ b/bip-0043.mediawiki @@ -6,7 +6,7 @@ Pavol Rusnak Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0043 - Status: Final + Status: Deployed Type: Standards Track Created: 2014-04-24 diff --git a/bip-0044.mediawiki b/bip-0044.mediawiki index 5db540c7..0531ef60 100644 --- a/bip-0044.mediawiki +++ b/bip-0044.mediawiki @@ -6,7 +6,7 @@ Pavol Rusnak Comments-Summary: Mixed review (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0044 - Status: Final + Status: Deployed Type: Standards Track Created: 2014-04-24 diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki index c44bea9d..4a1f5cf6 100644 --- a/bip-0047.mediawiki +++ b/bip-0047.mediawiki @@ -10,7 +10,7 @@ RECENT CHANGES: Author: Justus Ranvier Comments-Summary: Unanimously Discourage for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0047 - Status: Final + Status: Deployed Type: Informational Created: 2015-04-24 diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki index 36cb18d0..085e8d26 100644 --- a/bip-0048.mediawiki +++ b/bip-0048.mediawiki @@ -5,7 +5,7 @@ Author: Fontaine Comments-Summary: No comments Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0048 - Status: Final + Status: Deployed Type: Standards Track Created: 2020-12-16 License: MIT diff --git a/bip-0049.mediawiki b/bip-0049.mediawiki index 3e37a016..0f7f56ae 100644 --- a/bip-0049.mediawiki +++ b/bip-0049.mediawiki @@ -5,7 +5,7 @@ Author: Daniel Weigl Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0049 - Status: Final + Status: Deployed Type: Standards Track Created: 2016-05-19 License: PD diff --git a/bip-0050.mediawiki b/bip-0050.mediawiki index 0b41c8d2..625a27fe 100644 --- a/bip-0050.mediawiki +++ b/bip-0050.mediawiki @@ -4,7 +4,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0050 - Status: Final + Status: Deployed Type: Informational Created: 2013-03-20 License: PD diff --git a/bip-0061.mediawiki b/bip-0061.mediawiki index f15b71a7..c4deee8b 100644 --- a/bip-0061.mediawiki +++ b/bip-0061.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: Controversial; some recommendation, and some discouragement Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0061 - Status: Final + Status: Deployed Type: Standards Track Created: 2014-06-18 diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index db10c0ca..b35a0f82 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -5,7 +5,7 @@ Author: Peter Todd Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0065 - Status: Final + Status: Deployed Type: Standards Track Created: 2014-10-01 License: PD diff --git a/bip-0066.mediawiki b/bip-0066.mediawiki index 53289f55..eb3c831b 100644 --- a/bip-0066.mediawiki +++ b/bip-0066.mediawiki @@ -5,7 +5,7 @@ Author: Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0066 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-01-10 License: BSD-2-Clause diff --git a/bip-0068.mediawiki b/bip-0068.mediawiki index d66c3cc1..f98d836f 100644 --- a/bip-0068.mediawiki +++ b/bip-0068.mediawiki @@ -8,7 +8,7 @@ kinoshitajona Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0068 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-05-28 diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index 9b554a52..d3a03354 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -6,7 +6,7 @@ Mike Hearn Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0070 - Status: Final + Status: Deployed Type: Standards Track Created: 2013-07-29 diff --git a/bip-0071.mediawiki b/bip-0071.mediawiki index b4e9def0..33c0319f 100644 --- a/bip-0071.mediawiki +++ b/bip-0071.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0071 - Status: Final + Status: Deployed Type: Standards Track Created: 2013-07-29 diff --git a/bip-0072.mediawiki b/bip-0072.mediawiki index ab9c32d0..7a5d7956 100644 --- a/bip-0072.mediawiki +++ b/bip-0072.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0072 - Status: Final + Status: Deployed Type: Standards Track Created: 2013-07-29 diff --git a/bip-0073.mediawiki b/bip-0073.mediawiki index e8a37a59..c757d9dd 100644 --- a/bip-0073.mediawiki +++ b/bip-0073.mediawiki @@ -5,7 +5,7 @@ Author: Stephen Pair Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0073 - Status: Final + Status: Deployed Type: Standards Track Created: 2013-08-27 diff --git a/bip-0075.mediawiki b/bip-0075.mediawiki index 6970ee92..e18ceb48 100644 --- a/bip-0075.mediawiki +++ b/bip-0075.mediawiki @@ -8,7 +8,7 @@ James MacWhyte Comments-Summary: Recommended for implementation (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0075 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-11-20 License: CC-BY-4.0 diff --git a/bip-0084.mediawiki b/bip-0084.mediawiki index 93fe64bb..cc8d1fe6 100644 --- a/bip-0084.mediawiki +++ b/bip-0084.mediawiki @@ -5,7 +5,7 @@ Author: Pavol Rusnak Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0084 - Status: Final + Status: Deployed Type: Standards Track Created: 2017-12-28 License: CC0-1.0 diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index 6ea18c2c..886928e7 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -6,7 +6,7 @@ Aneesh Karve Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0085 - Status: Final + Status: Deployed Type: Informational Created: 2020-03-20 License: BSD-2-Clause diff --git a/bip-0086.mediawiki b/bip-0086.mediawiki index 7bcaf146..dfac5f4d 100644 --- a/bip-0086.mediawiki +++ b/bip-0086.mediawiki @@ -5,7 +5,7 @@ Author: Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0086 - Status: Final + Status: Deployed Type: Standards Track Created: 2021-06-22 License: BSD-2-Clause diff --git a/bip-0090.mediawiki b/bip-0090.mediawiki index 48d41519..3069db8c 100644 --- a/bip-0090.mediawiki +++ b/bip-0090.mediawiki @@ -4,7 +4,7 @@ Author: Suhas Daftuar Comments-Summary: Mostly Recommended for implementation, with some Discouragement Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0090 - Status: Final + Status: Deployed Type: Informational Created: 2016-11-08 License: PD diff --git a/bip-0091.mediawiki b/bip-0091.mediawiki index fa3d1995..86ed7d1b 100644 --- a/bip-0091.mediawiki +++ b/bip-0091.mediawiki @@ -5,7 +5,7 @@ Author: James Hilliard Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0091 - Status: Final + Status: Deployed Type: Standards Track Created: 2017-05-22 License: BSD-3-Clause diff --git a/bip-0094.mediawiki b/bip-0094.mediawiki index 8457b072..3fe32e5b 100644 --- a/bip-0094.mediawiki +++ b/bip-0094.mediawiki @@ -5,7 +5,7 @@ Author: Fabian Jahr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0094 - Status: Final + Status: Deployed Type: Standards Track Created: 2024-05-27 License: CC0-1.0 diff --git a/bip-0111.mediawiki b/bip-0111.mediawiki index 2734ef4e..c02c9f70 100644 --- a/bip-0111.mediawiki +++ b/bip-0111.mediawiki @@ -6,7 +6,7 @@ Peter Todd Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0111 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-08-20 License: PD diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index d3e4c2e6..086dd67c 100644 --- a/bip-0112.mediawiki +++ b/bip-0112.mediawiki @@ -7,7 +7,7 @@ Eric Lombrozo Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0112 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-08-10 License: PD diff --git a/bip-0113.mediawiki b/bip-0113.mediawiki index d7362809..a61eb79a 100644 --- a/bip-0113.mediawiki +++ b/bip-0113.mediawiki @@ -6,7 +6,7 @@ Mark Friedenbach Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0113 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-08-10 License: PD diff --git a/bip-0123.mediawiki b/bip-0123.mediawiki index 9ee87c12..54933f56 100644 --- a/bip-0123.mediawiki +++ b/bip-0123.mediawiki @@ -4,7 +4,7 @@ Author: Eric Lombrozo Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0123 - Status: Active + Status: Deployed Type: Process Created: 2015-08-26 License: CC0-1.0 diff --git a/bip-0125.mediawiki b/bip-0125.mediawiki index f4060cfa..e6f0013c 100644 --- a/bip-0125.mediawiki +++ b/bip-0125.mediawiki @@ -6,7 +6,7 @@ Peter Todd Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0125 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-12-04 License: PD diff --git a/bip-0130.mediawiki b/bip-0130.mediawiki index d88329fd..7473069e 100644 --- a/bip-0130.mediawiki +++ b/bip-0130.mediawiki @@ -5,7 +5,7 @@ Author: Suhas Daftuar Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0130 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-05-08 License: PD diff --git a/bip-0133.mediawiki b/bip-0133.mediawiki index b37370d9..64060b68 100644 --- a/bip-0133.mediawiki +++ b/bip-0133.mediawiki @@ -5,7 +5,7 @@ Author: Alex Morcos Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0133 - Status: Final + Status: Deployed Type: Standards Track Created: 2016-02-13 License: PD diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index ccba17fc..4bea5e3e 100644 --- a/bip-0137.mediawiki +++ b/bip-0137.mediawiki @@ -5,7 +5,7 @@ Author: Christopher Gilliard Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0137 - Status: Final + Status: Deployed Type: Standards Track Created: 2019-02-16 License: BSD-2-Clause diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki index 4ba67984..fc7c89e0 100644 --- a/bip-0141.mediawiki +++ b/bip-0141.mediawiki @@ -7,7 +7,7 @@ Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0141 - Status: Final + Status: Deployed Type: Standards Track Created: 2015-12-21 License: PD diff --git a/bip-0143.mediawiki b/bip-0143.mediawiki index 3146b5ff..d8852958 100644 --- a/bip-0143.mediawiki +++ b/bip-0143.mediawiki @@ -6,7 +6,7 @@ Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0143 - Status: Final + Status: Deployed Type: Standards Track Created: 2016-01-03 License: PD diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki index 56e075a4..68e58e3d 100644 --- a/bip-0144.mediawiki +++ b/bip-0144.mediawiki @@ -6,7 +6,7 @@ Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0144 - Status: Final + Status: Deployed Type: Standards Track Created: 2016-01-08 License: PD diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki index f139c6a9..f358a314 100644 --- a/bip-0145.mediawiki +++ b/bip-0145.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0145 - Status: Final + Status: Deployed Type: Standards Track Created: 2016-01-30 License: BSD-2-Clause diff --git a/bip-0147.mediawiki b/bip-0147.mediawiki index 2d007c61..96551c96 100644 --- a/bip-0147.mediawiki +++ b/bip-0147.mediawiki @@ -5,7 +5,7 @@ Author: Johnson Lau Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0147 - Status: Final + Status: Deployed Type: Standards Track Created: 2016-09-02 License: PD diff --git a/bip-0148.mediawiki b/bip-0148.mediawiki index 6a7a0622..64be6bd2 100644 --- a/bip-0148.mediawiki +++ b/bip-0148.mediawiki @@ -5,7 +5,7 @@ Author: Shaolin Fry Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0148 - Status: Final + Status: Deployed Type: Standards Track Created: 2017-03-12 License: BSD-3-Clause diff --git a/bip-0152.mediawiki b/bip-0152.mediawiki index a2ca16ce..303de065 100644 --- a/bip-0152.mediawiki +++ b/bip-0152.mediawiki @@ -5,7 +5,7 @@ Author: Matt Corallo Comments-Summary: Unanimously Recommended for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0152 - Status: Final + Status: Deployed Type: Standards Track Created: 2016-04-27 License: PD diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki index d2922632..f77ac81e 100644 --- a/bip-0155.mediawiki +++ b/bip-0155.mediawiki @@ -5,7 +5,7 @@ Author: Wladimir J. van der Laan Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0155 - Status: Final + Status: Deployed Type: Standards Track Created: 2019-02-27 License: BSD-2-Clause diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki index 2c547780..5603f3c2 100644 --- a/bip-0157.mediawiki +++ b/bip-0157.mediawiki @@ -7,7 +7,7 @@ Jim Posen Comments-Summary: None yet Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0157 - Status: Final + Status: Deployed Type: Standards Track Created: 2017-05-24 License: CC0-1.0 diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 5e7b7871..3ae79213 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -6,7 +6,7 @@ Alex Akselrod Comments-Summary: None yet Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0158 - Status: Final + Status: Deployed Type: Standards Track Created: 2017-05-24 License: CC0-1.0 diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki index 1211a0fa..b1cb959d 100644 --- a/bip-0159.mediawiki +++ b/bip-0159.mediawiki @@ -5,7 +5,7 @@ Author: Jonas Schnelli Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0159 - Status: Final + Status: Deployed Type: Standards Track Created: 2017-05-11 License: BSD-2-Clause diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki index 7087fffa..4b4ee277 100644 --- a/bip-0173.mediawiki +++ b/bip-0173.mediawiki @@ -6,7 +6,7 @@ Greg Maxwell Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0173 - Status: Final + Status: Deployed Type: Informational Created: 2017-03-20 License: BSD-2-Clause diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index b60cf56c..cc4b719e 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -5,7 +5,7 @@ Author: Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0174 - Status: Final + Status: Deployed Type: Standards Track Created: 2017-07-12 License: BSD-2-Clause diff --git a/bip-0324.mediawiki b/bip-0324.mediawiki index 941d96e0..29d6e179 100644 --- a/bip-0324.mediawiki +++ b/bip-0324.mediawiki @@ -7,7 +7,7 @@ Jonas Schnelli Pieter Wuille Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0324 - Status: Final + Status: Deployed Type: Standards Track Created: 2019-03-08 License: BSD-3-Clause diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki index aa8091b7..be4d6cd9 100644 --- a/bip-0327.mediawiki +++ b/bip-0327.mediawiki @@ -5,7 +5,7 @@ Tim Ruffing Elliott Jin Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0327 - Status: Final + Status: Deployed Type: Informational Created: 2022-03-22 License: BSD-3-Clause diff --git a/bip-0339.mediawiki b/bip-0339.mediawiki index 7fb6bc4e..83b490b0 100644 --- a/bip-0339.mediawiki +++ b/bip-0339.mediawiki @@ -5,7 +5,7 @@ Author: Suhas Daftuar Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0339 - Status: Final + Status: Deployed Type: Standards Track Created: 2020-02-03 License: BSD-2-Clause diff --git a/bip-0340.mediawiki b/bip-0340.mediawiki index 90e424c7..3da9a46b 100644 --- a/bip-0340.mediawiki +++ b/bip-0340.mediawiki @@ -6,7 +6,7 @@ Tim Ruffing Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0340 - Status: Final + Status: Deployed Type: Standards Track Created: 2020-01-19 License: BSD-2-Clause diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki index 183fde3a..6186aede 100644 --- a/bip-0341.mediawiki +++ b/bip-0341.mediawiki @@ -7,7 +7,7 @@ Anthony Towns Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0341 - Status: Final + Status: Deployed Type: Standards Track Created: 2020-01-19 License: BSD-3-Clause diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki index 2b6ab709..5d9e2ae9 100644 --- a/bip-0342.mediawiki +++ b/bip-0342.mediawiki @@ -7,7 +7,7 @@ Anthony Towns Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0342 - Status: Final + Status: Deployed Type: Standards Track Created: 2020-01-19 License: BSD-3-Clause diff --git a/bip-0343.mediawiki b/bip-0343.mediawiki index cab5cb70..03493aeb 100644 --- a/bip-0343.mediawiki +++ b/bip-0343.mediawiki @@ -6,7 +6,7 @@ Michael Folkson Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0343 - Status: Final + Status: Deployed Type: Standards Track Created: 2021-04-25 License: BSD-3-Clause diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki index c4129f1f..04c5d78a 100644 --- a/bip-0350.mediawiki +++ b/bip-0350.mediawiki @@ -5,7 +5,7 @@ Author: Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0350 - Status: Final + Status: Deployed Type: Standards Track Created: 2020-12-16 License: BSD-2-Clause diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index 05d4e507..28fa20ed 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -5,7 +5,7 @@ Author: Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0370 - Status: Final + Status: Deployed Type: Standards Track Created: 2021-01-14 License: BSD-2-Clause diff --git a/bip-0371.mediawiki b/bip-0371.mediawiki index 6a0539e2..8170b034 100644 --- a/bip-0371.mediawiki +++ b/bip-0371.mediawiki @@ -5,7 +5,7 @@ Author: Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0371 - Status: Final + Status: Deployed Type: Standards Track Created: 2021-06-21 License: BSD-2-Clause diff --git a/bip-0380.mediawiki b/bip-0380.mediawiki index 0c19cb30..c8372fce 100644 --- a/bip-0380.mediawiki +++ b/bip-0380.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0380 - Status: Final + Status: Deployed Type: Informational Created: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0381.mediawiki b/bip-0381.mediawiki index b4619b42..3061b67b 100644 --- a/bip-0381.mediawiki +++ b/bip-0381.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0381 - Status: Final + Status: Deployed Type: Informational Created: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0382.mediawiki b/bip-0382.mediawiki index 49edf9b8..97417168 100644 --- a/bip-0382.mediawiki +++ b/bip-0382.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0382 - Status: Final + Status: Deployed Type: Informational Created: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0383.mediawiki b/bip-0383.mediawiki index 25c09ed7..6790bb08 100644 --- a/bip-0383.mediawiki +++ b/bip-0383.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0383 - Status: Final + Status: Deployed Type: Informational Created: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0384.mediawiki b/bip-0384.mediawiki index 3e1b0a31..848b520a 100644 --- a/bip-0384.mediawiki +++ b/bip-0384.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0384 - Status: Final + Status: Deployed Type: Informational Created: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0385.mediawiki b/bip-0385.mediawiki index 6e207ae3..10ef976d 100644 --- a/bip-0385.mediawiki +++ b/bip-0385.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0385 - Status: Final + Status: Deployed Type: Informational Created: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0386.mediawiki b/bip-0386.mediawiki index 92e026d8..ef456038 100644 --- a/bip-0386.mediawiki +++ b/bip-0386.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0386 - Status: Final + Status: Deployed Type: Informational Created: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0387.mediawiki b/bip-0387.mediawiki index ec75268c..0eccdab7 100644 --- a/bip-0387.mediawiki +++ b/bip-0387.mediawiki @@ -6,7 +6,7 @@ Ava Chow Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0387 - Status: Final + Status: Deployed Type: Informational Created: 2024-04-17 License: BSD-2-Clause diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 7f687f6f..b988598a 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -75,8 +75,7 @@ my %ValidStatus = ( Complete => "background-color: #ffffcf", Rejected => "background-color: #ffcfcf", Withdrawn => "background-color: #ffcfcf", - Final => "background-color: #cfffcf", - Active => "background-color: #cfffcf", + Deployed => "background-color: #cfffcf", Replaced => "background-color: #ffcfcf", Obsolete => "background-color: #ffcfcf", ); From 66defbdc03ad64ccddfd373e1c59af9a41ab990f Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 18:11:55 -0700 Subject: [PATCH 06/26] =?UTF-8?q?process:=20Deferred/Obsolete/Rejected/Rep?= =?UTF-8?q?laced/Withdrawn=20=E2=86=A6=20Closed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` sed -z -i 's/Status: Deferred/Status: Closed/' bip-0*.md sed -z -i 's/Status: Deferred/Status: Closed/' bip-0*.mediawiki sed -z -i 's/Status: Obsolete/Status: Closed/' bip-0*.md sed -z -i 's/Status: Obsolete/Status: Closed/' bip-0*.mediawiki sed -z -i 's/Status: Rejected/Status: Closed/' bip-0*.md sed -z -i 's/Status: Rejected/Status: Closed/' bip-0*.mediawiki sed -z -i 's/Status: Replaced/Status: Closed/' bip-0*.md sed -z -i 's/Status: Replaced/Status: Closed/' bip-0*.mediawiki sed -z -i 's/Status: Withdrawn/Status: Closed/' bip-0*.md sed -z -i 's/Status: Withdrawn/Status: Closed/' bip-0*.mediawiki ``` ``` sed -i 's/| Deferred/| Closed/' README.mediawiki sed -i 's/| Obsolete/| Closed/' README.mediawiki sed -i 's/| Rejected/| Closed/' README.mediawiki sed -i 's/| Replaced/| Closed/' README.mediawiki sed -i 's/| Withdrawn/| Closed/' README.mediawiki ``` --- README.mediawiki | 112 +++++++++++++++++++++--------------------- bip-0001.mediawiki | 2 +- bip-0002.mediawiki | 2 +- bip-0010.mediawiki | 2 +- bip-0012.mediawiki | 2 +- bip-0015.mediawiki | 2 +- bip-0017.mediawiki | 2 +- bip-0019.mediawiki | 2 +- bip-0020.mediawiki | 2 +- bip-0021.mediawiki | 2 +- bip-0033.mediawiki | 2 +- bip-0036.mediawiki | 2 +- bip-0060.mediawiki | 2 +- bip-0062.mediawiki | 2 +- bip-0064.mediawiki | 2 +- bip-0074.mediawiki | 2 +- bip-0079.mediawiki | 2 +- bip-0080.mediawiki | 2 +- bip-0081.mediawiki | 2 +- bip-0083.mediawiki | 2 +- bip-0099.mediawiki | 2 +- bip-0100.mediawiki | 2 +- bip-0101.mediawiki | 2 +- bip-0102.mediawiki | 2 +- bip-0103.mediawiki | 2 +- bip-0104.mediawiki | 2 +- bip-0105.mediawiki | 2 +- bip-0106.mediawiki | 2 +- bip-0107.mediawiki | 2 +- bip-0109.mediawiki | 2 +- bip-0114.mediawiki | 2 +- bip-0115.mediawiki | 2 +- bip-0120.mediawiki | 2 +- bip-0121.mediawiki | 2 +- bip-0124.mediawiki | 2 +- bip-0131.mediawiki | 2 +- bip-0132.mediawiki | 2 +- bip-0134.mediawiki | 2 +- bip-0135.mediawiki | 2 +- bip-0140.mediawiki | 2 +- bip-0142.mediawiki | 2 +- bip-0146.mediawiki | 2 +- bip-0149.mediawiki | 2 +- bip-0150.mediawiki | 2 +- bip-0151.mediawiki | 2 +- bip-0154.mediawiki | 2 +- bip-0156.mediawiki | 2 +- bip-0171.mediawiki | 2 +- bip-0175.mediawiki | 2 +- bip-0180.mediawiki | 2 +- bip-0199.mediawiki | 2 +- bip-0338.mediawiki | 2 +- bip-0345.mediawiki | 2 +- scripts/buildtable.pl | 6 +-- 54 files changed, 109 insertions(+), 113 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index e66a492a..acc23e49 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -28,14 +28,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | BIP Purpose and Guidelines | Amir Taaki | Process -| Replaced +| Closed |- style="background-color: #ffcfcf" | [[bip-0002.mediawiki|2]] | | BIP process, revised | Luke Dashjr | Process -| Replaced +| Closed |- style="background-color: #cfffcf" | [[bip-0003.md|3]] | @@ -63,7 +63,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Multi-Sig Transaction Distribution | Alan Reiner | Informational -| Withdrawn +| Closed |- style="background-color: #cfffcf" | [[bip-0011.mediawiki|11]] | Applications @@ -77,7 +77,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | OP_EVAL | Gavin Andresen | Standard -| Withdrawn +| Closed |- style="background-color: #cfffcf" | [[bip-0013.mediawiki|13]] | Applications @@ -92,13 +92,13 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Amir Taaki, Patrick Strateman | Standard | Deployed -|- +|- style="background-color: #ffcfcf" | [[bip-0015.mediawiki|15]] | Applications | Aliases | Amir Taaki | Standard -| Deferred +| Closed |- style="background-color: #cfffcf" | [[bip-0016.mediawiki|16]] | Consensus (soft fork) @@ -112,7 +112,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | OP_CHECKHASHVERIFY (CHV) | Luke Dashjr | Standard -| Withdrawn +| Closed |- style="background-color: #ffffcf" | [[bip-0018.mediawiki|18]] | Consensus (soft fork) @@ -126,21 +126,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | M-of-N Standard Transactions (Low SigOp) | Luke Dashjr | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0020.mediawiki|20]] | Applications | URI Scheme | Luke Dashjr | Standard -| Replaced +| Closed |- style="background-color: #ffcfcf" | [[bip-0021.mediawiki|21]] | Applications | URI Scheme | Nils Schneider, Matt Corallo | Standard -| Replaced +| Closed |- style="background-color: #cfffcf" | [[bip-0022.mediawiki|22]] | API/RPC @@ -182,7 +182,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Stratized Nodes | Amir Taaki | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0034.mediawiki|34]] | Consensus (soft fork) @@ -203,7 +203,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Custom Services | Stefan Thomas | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0037.mediawiki|37]] | Peer Services @@ -330,7 +330,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Fixed Length "version" Message (Relay-Transactions Field) | Amir Taaki | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0061.mediawiki|61]] | Peer Services @@ -344,7 +344,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Dealing with malleability | Pieter Wuille | Standard -| Withdrawn +| Closed |- | 63 | Applications @@ -358,7 +358,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | getutxo message | Mike Hearn | Standard -| Obsolete +| Closed |- style="background-color: #cfffcf" | [[bip-0065.mediawiki|65]] | Consensus (soft fork) @@ -428,7 +428,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Allow zero value OP_RETURN in Payment Protocol | Toby Padilla | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0075.mediawiki|75]] | Applications @@ -456,28 +456,28 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Bustapay :: a practical coinjoin protocol | Ryan Havar | Informational -| Replaced -|- +| Closed +|- style="background-color: #ffcfcf" | [[bip-0080.mediawiki|80]] | | Hierarchy for Non-Colored Voting Pool Deterministic Multisig Wallets | Justus Ranvier, Jimmy Song | Informational -| Deferred -|- +| Closed +|- style="background-color: #ffcfcf" | [[bip-0081.mediawiki|81]] | | Hierarchy for Colored Voting Pool Deterministic Multisig Wallets | Justus Ranvier, Jimmy Song | Informational -| Deferred +| Closed |- style="background-color: #ffcfcf" | [[bip-0083.mediawiki|83]] | Applications | Dynamic Hierarchical Deterministic Key Trees | Eric Lombrozo | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0084.mediawiki|84]] | Applications @@ -554,70 +554,70 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Motivation and deployment of consensus rule changes ([soft/hard]forks) | Jorge Timón | Informational -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0100.mediawiki|100]] | Consensus (hard fork) | Dynamic maximum block size by miner vote | Jeff Garzik, Tom Harding, Dagur Valberg Johannsson | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0101.mediawiki|101]] | Consensus (hard fork) | Increase maximum block size | Gavin Andresen | Standard -| Withdrawn +| Closed |- style="background-color: #ffcfcf" | [[bip-0102.mediawiki|102]] | Consensus (hard fork) | Block size increase to 2MB | Jeff Garzik | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0103.mediawiki|103]] | Consensus (hard fork) | Block size following technological growth | Pieter Wuille | Standard -| Withdrawn +| Closed |- style="background-color: #ffcfcf" | [[bip-0104.mediawiki|104]] | Consensus (hard fork) | 'Block75' - Max block size like difficulty | t.khan | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0105.mediawiki|105]] | Consensus (hard fork) | Consensus based block size retargeting algorithm | BtcDrak | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0106.mediawiki|106]] | Consensus (hard fork) | Dynamically Controlled Bitcoin Block Size Max Cap | Upal Chakraborty | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0107.mediawiki|107]] | Consensus (hard fork) | Dynamic limit on the block size | Washington Y. Sanchez | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0109.mediawiki|109]] | Consensus (hard fork) | Two million byte size limit with sigop and sighash limits | Gavin Andresen | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0111.mediawiki|111]] | Peer Services @@ -645,14 +645,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Merkelized Abstract Syntax Tree | Johnson Lau | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0115.mediawiki|115]] | Consensus (soft fork) | Generic anti-replay protection using Script | Luke Dashjr | Standard -| Rejected +| Closed |- | [[bip-0116.mediawiki|116]] | Consensus (soft fork) @@ -687,14 +687,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Proof of Payment | Kalle Rosenbaum | Standard -| Withdrawn +| Closed |- style="background-color: #ffcfcf" | [[bip-0121.mediawiki|121]] | Applications | Proof of Payment URI scheme | Kalle Rosenbaum | Standard -| Withdrawn +| Closed |- | [[bip-0122.mediawiki|122]] | Applications @@ -715,7 +715,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Hierarchical Deterministic Script Templates | Eric Lombrozo, William Swanson | Informational -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0125.mediawiki|125]] | Applications @@ -757,14 +757,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | "Coalescing Transaction" Specification (wildcard inputs) | Chris Priest | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0132.mediawiki|132]] | | Committee-based BIP Acceptance Process | Andy Chase | Process -| Withdrawn +| Closed |- style="background-color: #cfffcf" | [[bip-0133.mediawiki|133]] | Peer Services @@ -778,14 +778,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Flexible Transactions | Tom Zander | Standard -| Rejected +| Closed |- style="background-color: #ffcfcf" | [[bip-0135.mediawiki|135]] | | Generalized version bits voting | Sancho Panza | Informational -| Rejected +| Closed |- | [[bip-0136.mediawiki|136]] | Applications @@ -806,7 +806,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Normalized TXID | Christian Decker | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0141.mediawiki|141]] | Consensus (soft fork) @@ -820,7 +820,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Address Format for Segregated Witness | Johnson Lau | Standard -| Withdrawn +| Closed |- style="background-color: #cfffcf" | [[bip-0143.mediawiki|143]] | Consensus (soft fork) @@ -848,7 +848,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Dealing with signature encoding malleability | Johnson Lau, Pieter Wuille | Standard -| Withdrawn +| Closed |- style="background-color: #cfffcf" | [[bip-0147.mediawiki|147]] | Consensus (soft fork) @@ -869,21 +869,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Segregated Witness (second deployment) | Shaolin Fry | Standard -| Withdrawn -|- +| Closed +|- style="background-color: #ffcfcf" | [[bip-0150.mediawiki|150]] | Peer Services | Peer Authentication | Jonas Schnelli | Standard -| Deferred +| Closed |- style="background-color: #ffcfcf" | [[bip-0151.mediawiki|151]] | Peer Services | Peer-to-Peer Communication Encryption | Jonas Schnelli | Standard -| Replaced +| Closed |- style="background-color: #cfffcf" | [[bip-0152.mediawiki|152]] | Peer Services @@ -897,7 +897,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Rate Limiting via peer specified challenges | Karl-Johan Alm | Standard -| Withdrawn +| Closed |- style="background-color: #cfffcf" | [[bip-0155.mediawiki|155]] | Peer Services @@ -911,7 +911,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Dandelion - Privacy Enhancing Routing | Brad Denby, Andrew Miller, Giulia Fanti, Surya Bakshi, Shaileshh Bojja Venkatakrishnan, Pramod Viswanath | Standard -| Rejected +| Closed |- style="background-color: #cfffcf" | [[bip-0157.mediawiki|157]] | Peer Services @@ -939,7 +939,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Currency/exchange rate information API | Luke Dashjr | Standard -| Rejected +| Closed |- | [[bip-0172.mediawiki|172]] | Applications @@ -967,7 +967,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Pay to Contract Protocol | Omar Shibli, Nicholas Gregory | Informational -| Rejected +| Closed |- | [[bip-0176.mediawiki|176]] | @@ -1002,7 +1002,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Block size/weight fraud proof | Luke Dashjr | Standard -| Rejected +| Closed |- | [[bip-0197.mediawiki|197]] | Applications @@ -1016,7 +1016,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Hashed Time-Locked Contract transactions | Sean Bowe, Daira Hopwood | Standard -| Rejected +| Closed |- | [[bip-0300.mediawiki|300]] | Consensus (soft fork) @@ -1128,7 +1128,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Disable transaction relay message | Suhas Daftuar | Standard -| Withdrawn +| Closed |- style="background-color: #cfffcf" | [[bip-0339.mediawiki|339]] | Peer Services @@ -1170,7 +1170,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | OP_VAULT | James O'Beirne, Greg Sanders | Standard -| Withdrawn +| Closed |- | [[bip-0347.mediawiki|347]] | Consensus (soft fork) diff --git a/bip-0001.mediawiki b/bip-0001.mediawiki index 40fe99ca..325e0aa8 100644 --- a/bip-0001.mediawiki +++ b/bip-0001.mediawiki @@ -4,7 +4,7 @@ Author: Amir Taaki Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0001 - Status: Replaced + Status: Closed Type: Process Created: 2011-09-19 Superseded-By: 2 diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index f0b6d426..c257157b 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -4,7 +4,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0002 - Status: Replaced + Status: Closed Type: Process Created: 2016-02-03 License: BSD-2-Clause diff --git a/bip-0010.mediawiki b/bip-0010.mediawiki index 268a6047..92f92df1 100644 --- a/bip-0010.mediawiki +++ b/bip-0010.mediawiki @@ -5,7 +5,7 @@ Author: Alan Reiner Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0010 - Status: Withdrawn + Status: Closed Type: Informational Created: 2011-10-28 diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki index bd3d88c9..cd4a83f7 100644 --- a/bip-0012.mediawiki +++ b/bip-0012.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0012 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2011-10-18 diff --git a/bip-0015.mediawiki b/bip-0015.mediawiki index 9efcb81b..33f69ba0 100644 --- a/bip-0015.mediawiki +++ b/bip-0015.mediawiki @@ -5,7 +5,7 @@ Author: Amir Taaki Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0015 - Status: Deferred + Status: Closed Type: Standards Track Created: 2011-12-10 diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki index aeb87644..2f3f01aa 100644 --- a/bip-0017.mediawiki +++ b/bip-0017.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0017 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2012-01-18 License: BSD-2-Clause diff --git a/bip-0019.mediawiki b/bip-0019.mediawiki index 32179ea1..5da4ff2d 100644 --- a/bip-0019.mediawiki +++ b/bip-0019.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0019 - Status: Rejected + Status: Closed Type: Standards Track Created: 2012-01-30 License: BSD-2-Clause diff --git a/bip-0020.mediawiki b/bip-0020.mediawiki index 1e9a733b..cdff48e1 100644 --- a/bip-0020.mediawiki +++ b/bip-0020.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0020 - Status: Replaced + Status: Closed Type: Standards Track Created: 2011-01-10 License: BSD-2-Clause diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki index d4586038..6b366960 100644 --- a/bip-0021.mediawiki +++ b/bip-0021.mediawiki @@ -6,7 +6,7 @@ Matt Corallo Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0021 - Status: Replaced + Status: Closed Type: Standards Track Created: 2012-01-29 Superseded-By: 321 diff --git a/bip-0033.mediawiki b/bip-0033.mediawiki index 2c1a86fb..226069e0 100644 --- a/bip-0033.mediawiki +++ b/bip-0033.mediawiki @@ -5,7 +5,7 @@ Author: Amir Taaki Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0033 - Status: Rejected + Status: Closed Type: Standards Track Created: 2012-05-15 diff --git a/bip-0036.mediawiki b/bip-0036.mediawiki index b3393b04..2628df08 100644 --- a/bip-0036.mediawiki +++ b/bip-0036.mediawiki @@ -5,7 +5,7 @@ Author: Stefan Thomas Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0036 - Status: Rejected + Status: Closed Type: Standards Track Created: 2012-08-03 License: PD diff --git a/bip-0060.mediawiki b/bip-0060.mediawiki index 80a5f563..219115f5 100644 --- a/bip-0060.mediawiki +++ b/bip-0060.mediawiki @@ -5,7 +5,7 @@ Author: Amir Taaki Comments-Summary: Discouraged for implementation (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0060 - Status: Rejected + Status: Closed Type: Standards Track Created: 2013-06-16 License: PD diff --git a/bip-0062.mediawiki b/bip-0062.mediawiki index 418c2e45..4ca0912f 100644 --- a/bip-0062.mediawiki +++ b/bip-0062.mediawiki @@ -7,7 +7,7 @@ Author: Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0062 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2014-03-12 License: BSD-2-Clause diff --git a/bip-0064.mediawiki b/bip-0064.mediawiki index 02c4c2a8..652b5d91 100644 --- a/bip-0064.mediawiki +++ b/bip-0064.mediawiki @@ -5,7 +5,7 @@ Author: Mike Hearn Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0064 - Status: Obsolete + Status: Closed Type: Standards Track Created: 2014-06-10 diff --git a/bip-0074.mediawiki b/bip-0074.mediawiki index b6e9b390..c142c98c 100644 --- a/bip-0074.mediawiki +++ b/bip-0074.mediawiki @@ -5,7 +5,7 @@ Author: Toby Padilla Comments-Summary: Unanimously Discourage for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0074 - Status: Rejected + Status: Closed Type: Standards Track Created: 2016-01-29 License: PD diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki index 905853aa..1de43f1c 100644 --- a/bip-0079.mediawiki +++ b/bip-0079.mediawiki @@ -5,7 +5,7 @@ Author: Ryan Havar Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0079 - Status: Replaced + Status: Closed Type: Informational Created: 2018-10-05 License: CC0-1.0 diff --git a/bip-0080.mediawiki b/bip-0080.mediawiki index f367c71a..141874e7 100644 --- a/bip-0080.mediawiki +++ b/bip-0080.mediawiki @@ -5,7 +5,7 @@ Jimmy Song Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0080 - Status: Deferred + Status: Closed Type: Informational Created: 2014-08-11 License: PD diff --git a/bip-0081.mediawiki b/bip-0081.mediawiki index 923917c5..e746a1c6 100644 --- a/bip-0081.mediawiki +++ b/bip-0081.mediawiki @@ -5,7 +5,7 @@ Jimmy Song Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0081 - Status: Deferred + Status: Closed Type: Informational Created: 2014-08-11 License: PD diff --git a/bip-0083.mediawiki b/bip-0083.mediawiki index 8c6f4443..fb898593 100644 --- a/bip-0083.mediawiki +++ b/bip-0083.mediawiki @@ -5,7 +5,7 @@ Author: Eric Lombrozo Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0083 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-11-16 License: PD diff --git a/bip-0099.mediawiki b/bip-0099.mediawiki index ae8fc6dc..148b738c 100644 --- a/bip-0099.mediawiki +++ b/bip-0099.mediawiki @@ -4,7 +4,7 @@ Author: Jorge Timón Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0099 - Status: Rejected + Status: Closed Type: Informational Created: 2015-06-20 License: PD diff --git a/bip-0100.mediawiki b/bip-0100.mediawiki index aaf6beb6..e1106f20 100644 --- a/bip-0100.mediawiki +++ b/bip-0100.mediawiki @@ -7,7 +7,7 @@ Dagur Valberg Johannsson Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0100 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-06-11 License: BSD-2-Clause diff --git a/bip-0101.mediawiki b/bip-0101.mediawiki index 03215697..7733a8b1 100644 --- a/bip-0101.mediawiki +++ b/bip-0101.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0101 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2015-06-22 diff --git a/bip-0102.mediawiki b/bip-0102.mediawiki index 5a2c91a7..aedac3c7 100644 --- a/bip-0102.mediawiki +++ b/bip-0102.mediawiki @@ -5,7 +5,7 @@ Author: Jeff Garzik Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0102 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-06-23 diff --git a/bip-0103.mediawiki b/bip-0103.mediawiki index 3a8bab5a..17d3265e 100644 --- a/bip-0103.mediawiki +++ b/bip-0103.mediawiki @@ -5,7 +5,7 @@ Author: Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0103 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2015-07-21 License: BSD-2-Clause diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki index 4d81110a..fea7dab0 100644 --- a/bip-0104.mediawiki +++ b/bip-0104.mediawiki @@ -5,7 +5,7 @@ Author: t.khan Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0104 - Status: Rejected + Status: Closed Type: Standards Track Created: 2017-01-13 License: BSD-2-Clause diff --git a/bip-0105.mediawiki b/bip-0105.mediawiki index af416910..f638a861 100644 --- a/bip-0105.mediawiki +++ b/bip-0105.mediawiki @@ -5,7 +5,7 @@ Author: BtcDrak Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0105 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-08-21 License: PD diff --git a/bip-0106.mediawiki b/bip-0106.mediawiki index 84b04980..bae4a3b9 100644 --- a/bip-0106.mediawiki +++ b/bip-0106.mediawiki @@ -5,7 +5,7 @@ Author: Upal Chakraborty Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0106 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-08-24 diff --git a/bip-0107.mediawiki b/bip-0107.mediawiki index 915657aa..683ce3d8 100644 --- a/bip-0107.mediawiki +++ b/bip-0107.mediawiki @@ -5,7 +5,7 @@ Author: Washington Y. Sanchez Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0107 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-09-11 License: PD diff --git a/bip-0109.mediawiki b/bip-0109.mediawiki index ec1d7e5b..cf039c70 100644 --- a/bip-0109.mediawiki +++ b/bip-0109.mediawiki @@ -5,7 +5,7 @@ Author: Gavin Andresen Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0109 - Status: Rejected + Status: Closed Type: Standards Track Created: 2016-01-28 License: PD diff --git a/bip-0114.mediawiki b/bip-0114.mediawiki index 5b071374..ea5d4657 100644 --- a/bip-0114.mediawiki +++ b/bip-0114.mediawiki @@ -5,7 +5,7 @@ Author: Johnson Lau Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0114 - Status: Rejected + Status: Closed Type: Standards Track Created: 2016-04-02 License: PD diff --git a/bip-0115.mediawiki b/bip-0115.mediawiki index 042d0570..c2e46aa5 100644 --- a/bip-0115.mediawiki +++ b/bip-0115.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0115 - Status: Rejected + Status: Closed Type: Standards Track Created: 2016-09-23 License: BSD-2-Clause diff --git a/bip-0120.mediawiki b/bip-0120.mediawiki index c9c11e54..fe902c63 100644 --- a/bip-0120.mediawiki +++ b/bip-0120.mediawiki @@ -5,7 +5,7 @@ Author: Kalle Rosenbaum Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0120 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2015-07-28 diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki index 1b01a0bc..a7c5f9e2 100644 --- a/bip-0121.mediawiki +++ b/bip-0121.mediawiki @@ -5,7 +5,7 @@ Author: Kalle Rosenbaum Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0121 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2015-07-27 diff --git a/bip-0124.mediawiki b/bip-0124.mediawiki index 69cb1348..c9fadd5e 100644 --- a/bip-0124.mediawiki +++ b/bip-0124.mediawiki @@ -6,7 +6,7 @@ William Swanson Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0124 - Status: Rejected + Status: Closed Type: Informational Created: 2015-11-20 License: PD diff --git a/bip-0131.mediawiki b/bip-0131.mediawiki index f279ec1f..0e760775 100644 --- a/bip-0131.mediawiki +++ b/bip-0131.mediawiki @@ -5,7 +5,7 @@ Author: Chris Priest Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0131 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-11-30 License: PD diff --git a/bip-0132.mediawiki b/bip-0132.mediawiki index 2b2b26c3..1616d186 100644 --- a/bip-0132.mediawiki +++ b/bip-0132.mediawiki @@ -4,7 +4,7 @@ Author: Andy Chase Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0132 - Status: Withdrawn + Status: Closed Type: Process Created: 2015-08-31 License: PD diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki index 4af4844e..0b880b23 100644 --- a/bip-0134.mediawiki +++ b/bip-0134.mediawiki @@ -5,7 +5,7 @@ Author: Tom Zander Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0134 - Status: Rejected + Status: Closed Type: Standards Track Created: 2016-07-27 License: CC-BY-SA-4.0 diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 40c06dd9..30d96394 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -5,7 +5,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0135 https://bitco.in/forum/threads/bip9-generalized-version-bits-voting-bip-genvbvoting.1968/ - Status: Rejected + Status: Closed Type: Informational Created: 2017-03-29 License: CC0-1.0 diff --git a/bip-0140.mediawiki b/bip-0140.mediawiki index c8f22f78..3b900352 100644 --- a/bip-0140.mediawiki +++ b/bip-0140.mediawiki @@ -5,7 +5,7 @@ Author: Christian Decker Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0140 - Status: Rejected + Status: Closed Type: Standards Track Created: 2015-10-14 License: PD diff --git a/bip-0142.mediawiki b/bip-0142.mediawiki index 49ed8dca..61b9a8ef 100644 --- a/bip-0142.mediawiki +++ b/bip-0142.mediawiki @@ -5,7 +5,7 @@ Author: Johnson Lau Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0142 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2015-12-24 License: PD diff --git a/bip-0146.mediawiki b/bip-0146.mediawiki index f4a18a16..af037080 100644 --- a/bip-0146.mediawiki +++ b/bip-0146.mediawiki @@ -6,7 +6,7 @@ Pieter Wuille Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0146 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2016-08-16 License: PD diff --git a/bip-0149.mediawiki b/bip-0149.mediawiki index d4dc7325..345a77e6 100644 --- a/bip-0149.mediawiki +++ b/bip-0149.mediawiki @@ -5,7 +5,7 @@ Author: Shaolin Fry Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0149 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2017-04-14 License: BSD-3-Clause diff --git a/bip-0150.mediawiki b/bip-0150.mediawiki index bddc2e11..44c432d1 100644 --- a/bip-0150.mediawiki +++ b/bip-0150.mediawiki @@ -5,7 +5,7 @@ Author: Jonas Schnelli Comments-Summary: Discouraged for implementation (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0150 - Status: Deferred + Status: Closed Type: Standards Track Created: 2016-03-23 License: PD diff --git a/bip-0151.mediawiki b/bip-0151.mediawiki index 01a04d17..d43c4f9f 100644 --- a/bip-0151.mediawiki +++ b/bip-0151.mediawiki @@ -5,7 +5,7 @@ Author: Jonas Schnelli Comments-Summary: Controversial; some recommendation, and some discouragement Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0151 - Status: Replaced + Status: Closed Type: Standards Track Created: 2016-03-23 License: PD diff --git a/bip-0154.mediawiki b/bip-0154.mediawiki index 8e647879..843949a1 100644 --- a/bip-0154.mediawiki +++ b/bip-0154.mediawiki @@ -5,7 +5,7 @@ Author: Karl-Johan Alm Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0154 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2017-04-12 License: BSD-2-Clause diff --git a/bip-0156.mediawiki b/bip-0156.mediawiki index 3fa486a2..3017d3a5 100644 --- a/bip-0156.mediawiki +++ b/bip-0156.mediawiki @@ -9,7 +9,7 @@ Shaileshh Bojja Venkatakrishnan Pramod Viswanath Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0156 - Status: Rejected + Status: Closed Type: Standards Track Created: 2017-06-09 License: CC0-1.0 diff --git a/bip-0171.mediawiki b/bip-0171.mediawiki index c4a8414e..62bbbe28 100644 --- a/bip-0171.mediawiki +++ b/bip-0171.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171 - Status: Rejected + Status: Closed Type: Standards Track Created: 2017-03-04 License: BSD-2-Clause diff --git a/bip-0175.mediawiki b/bip-0175.mediawiki index 4ffba807..65a03579 100644 --- a/bip-0175.mediawiki +++ b/bip-0175.mediawiki @@ -6,7 +6,7 @@ Nicholas Gregory Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0175 - Status: Rejected + Status: Closed Type: Informational Created: 2017-07-17 License: BSD-2-Clause diff --git a/bip-0180.mediawiki b/bip-0180.mediawiki index 721b0b7a..d3fd51ee 100644 --- a/bip-0180.mediawiki +++ b/bip-0180.mediawiki @@ -5,7 +5,7 @@ Author: Luke Dashjr Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0180 - Status: Rejected + Status: Closed Type: Standards Track Created: 2017-03-17 License: BSD-2-Clause diff --git a/bip-0199.mediawiki b/bip-0199.mediawiki index 9ec541d0..7944604b 100644 --- a/bip-0199.mediawiki +++ b/bip-0199.mediawiki @@ -6,7 +6,7 @@ Daira Hopwood Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0199 - Status: Rejected + Status: Closed Type: Standards Track Created: 2017-03-27 License: BSD-3-Clause diff --git a/bip-0338.mediawiki b/bip-0338.mediawiki index 908aef63..71ac73be 100644 --- a/bip-0338.mediawiki +++ b/bip-0338.mediawiki @@ -5,7 +5,7 @@ Author: Suhas Daftuar Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0338 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2020-09-03 License: BSD-2-Clause diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki index 575f3e1d..7f6598f0 100644 --- a/bip-0345.mediawiki +++ b/bip-0345.mediawiki @@ -5,7 +5,7 @@ Author: James O'Beirne Greg Sanders Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0345 - Status: Withdrawn + Status: Closed Type: Standards Track Created: 2023-02-03 License: BSD-3-Clause diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index b988598a..5b1c2c48 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -71,13 +71,9 @@ my %ValidLayer = ( ); my %ValidStatus = ( Draft => undef, - Deferred => undef, Complete => "background-color: #ffffcf", - Rejected => "background-color: #ffcfcf", - Withdrawn => "background-color: #ffcfcf", Deployed => "background-color: #cfffcf", - Replaced => "background-color: #ffcfcf", - Obsolete => "background-color: #ffcfcf", + Closed => "background-color: #ffcfcf", ); my %ValidType = ( 'Standards Track' => 'Standard', From ff1f3b36f8a535930ddaa76733fe628739372f70 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 18:17:21 -0700 Subject: [PATCH 07/26] =?UTF-8?q?process:=20Superseded-By=20=E2=86=A6=20Pr?= =?UTF-8?q?oposed-Replacement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sed -z -i 's/Superseded-By: /Proposed-Replacement: /' bip-0*.md sed -z -i 's/Superseded-By: /Proposed-Replacement: /' bip-0*.mediawiki --- bip-0001.mediawiki | 2 +- bip-0002.mediawiki | 2 +- bip-0021.mediawiki | 2 +- bip-0079.mediawiki | 2 +- bip-0151.mediawiki | 2 +- bip-0173.mediawiki | 2 +- bip-0345.mediawiki | 2 +- scripts/buildtable.pl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bip-0001.mediawiki b/bip-0001.mediawiki index 325e0aa8..002c9720 100644 --- a/bip-0001.mediawiki +++ b/bip-0001.mediawiki @@ -7,7 +7,7 @@ Status: Closed Type: Process Created: 2011-09-19 - Superseded-By: 2 + Proposed-Replacement: 2 ==What is a BIP?== diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index c257157b..59a6d6cb 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -10,7 +10,7 @@ License: BSD-2-Clause OPL Replaces: 1 - Superseded-By: 3 + Proposed-Replacement: 3 ==Abstract== diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki index 6b366960..cb19d560 100644 --- a/bip-0021.mediawiki +++ b/bip-0021.mediawiki @@ -9,7 +9,7 @@ Status: Closed Type: Standards Track Created: 2012-01-29 - Superseded-By: 321 + Proposed-Replacement: 321 =Superseded by BIP 321= diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki index 1de43f1c..ff611fef 100644 --- a/bip-0079.mediawiki +++ b/bip-0079.mediawiki @@ -9,7 +9,7 @@ Type: Informational Created: 2018-10-05 License: CC0-1.0 - Superseded-By: 78 + Proposed-Replacement: 78 diff --git a/bip-0151.mediawiki b/bip-0151.mediawiki index d43c4f9f..4b215ff7 100644 --- a/bip-0151.mediawiki +++ b/bip-0151.mediawiki @@ -9,7 +9,7 @@ Type: Standards Track Created: 2016-03-23 License: PD - Superseded-By: 324 + Proposed-Replacement: 324 == Abstract == diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki index 4b4ee277..f8fbc365 100644 --- a/bip-0173.mediawiki +++ b/bip-0173.mediawiki @@ -11,7 +11,7 @@ Created: 2017-03-20 License: BSD-2-Clause Replaces: 142 - Superseded-By: 350 + Proposed-Replacement: 350 ==Introduction== diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki index 7f6598f0..e3085bf6 100644 --- a/bip-0345.mediawiki +++ b/bip-0345.mediawiki @@ -11,7 +11,7 @@ License: BSD-3-Clause Post-History: 2023-01-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-January/021318.html [bitcoin-dev] OP_VAULT announcement 2023-03-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-March/021510.html [bitcoin-dev] BIP for OP_VAULT - Superseded-By: 443 + Proposed-Replacement: 443 diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 5b1c2c48..6af9d6ba 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -35,7 +35,7 @@ my %MiscField = ( 'Post-History' => undef, 'Replaces' => undef, 'Requires' => undef, - 'Superseded-By' => undef, + 'Proposed-Replacement' => undef, ); my @FieldOrder = qw( BIP From a233bde4af52c6a11269e2e6dd9707abce441ffe Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 18:19:21 -0700 Subject: [PATCH 08/26] =?UTF-8?q?process:=20Standards=20Track=20=E2=86=A6?= =?UTF-8?q?=20Specification?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.md sed -z -i 's/Type: Standards Track/Type: Specification/' bip-0*.mediawiki ``` After the scripted changes, the changes to BIP-40, BIP-41, and BIP-63 were undone, because it breaks CI. These three BIPs only exist conceptually and their proposal documents are missing which causes changes to them ot break the CI. I defer the changes to these BIPs to a separate pull request to get CI to pass. --- README.mediawiki | 280 +++++++++++++++++++++--------------------- bip-0011.mediawiki | 2 +- bip-0012.mediawiki | 2 +- bip-0013.mediawiki | 2 +- bip-0014.mediawiki | 2 +- bip-0015.mediawiki | 2 +- bip-0016.mediawiki | 2 +- bip-0017.mediawiki | 2 +- bip-0018.mediawiki | 2 +- bip-0019.mediawiki | 2 +- bip-0020.mediawiki | 2 +- bip-0021.mediawiki | 2 +- bip-0022.mediawiki | 2 +- bip-0023.mediawiki | 2 +- bip-0030.mediawiki | 2 +- bip-0031.mediawiki | 2 +- bip-0033.mediawiki | 2 +- bip-0034.mediawiki | 2 +- bip-0035.mediawiki | 2 +- bip-0036.mediawiki | 2 +- bip-0037.mediawiki | 2 +- bip-0038.mediawiki | 2 +- bip-0039.mediawiki | 2 +- bip-0042.mediawiki | 2 +- bip-0043.mediawiki | 2 +- bip-0044.mediawiki | 2 +- bip-0045.mediawiki | 2 +- bip-0046.mediawiki | 2 +- bip-0048.mediawiki | 2 +- bip-0049.mediawiki | 2 +- bip-0052.mediawiki | 2 +- bip-0053.mediawiki | 2 +- bip-0054.md | 2 +- bip-0060.mediawiki | 2 +- bip-0061.mediawiki | 2 +- bip-0062.mediawiki | 2 +- bip-0064.mediawiki | 2 +- bip-0065.mediawiki | 2 +- bip-0066.mediawiki | 2 +- bip-0067.mediawiki | 2 +- bip-0068.mediawiki | 2 +- bip-0070.mediawiki | 2 +- bip-0071.mediawiki | 2 +- bip-0072.mediawiki | 2 +- bip-0073.mediawiki | 2 +- bip-0074.mediawiki | 2 +- bip-0075.mediawiki | 2 +- bip-0077.md | 2 +- bip-0078.mediawiki | 2 +- bip-0083.mediawiki | 2 +- bip-0084.mediawiki | 2 +- bip-0086.mediawiki | 2 +- bip-0087.mediawiki | 2 +- bip-0091.mediawiki | 2 +- bip-0094.mediawiki | 2 +- bip-0098.mediawiki | 2 +- bip-0100.mediawiki | 2 +- bip-0101.mediawiki | 2 +- bip-0102.mediawiki | 2 +- bip-0103.mediawiki | 2 +- bip-0104.mediawiki | 2 +- bip-0105.mediawiki | 2 +- bip-0106.mediawiki | 2 +- bip-0107.mediawiki | 2 +- bip-0109.mediawiki | 2 +- bip-0111.mediawiki | 2 +- bip-0112.mediawiki | 2 +- bip-0113.mediawiki | 2 +- bip-0114.mediawiki | 2 +- bip-0115.mediawiki | 2 +- bip-0116.mediawiki | 2 +- bip-0117.mediawiki | 2 +- bip-0118.mediawiki | 2 +- bip-0119.mediawiki | 2 +- bip-0120.mediawiki | 2 +- bip-0121.mediawiki | 2 +- bip-0122.mediawiki | 2 +- bip-0125.mediawiki | 2 +- bip-0127.mediawiki | 2 +- bip-0129.mediawiki | 2 +- bip-0130.mediawiki | 2 +- bip-0131.mediawiki | 2 +- bip-0133.mediawiki | 2 +- bip-0134.mediawiki | 2 +- bip-0137.mediawiki | 2 +- bip-0140.mediawiki | 2 +- bip-0141.mediawiki | 2 +- bip-0142.mediawiki | 2 +- bip-0143.mediawiki | 2 +- bip-0144.mediawiki | 2 +- bip-0145.mediawiki | 2 +- bip-0146.mediawiki | 2 +- bip-0147.mediawiki | 2 +- bip-0148.mediawiki | 2 +- bip-0149.mediawiki | 2 +- bip-0150.mediawiki | 2 +- bip-0151.mediawiki | 2 +- bip-0152.mediawiki | 2 +- bip-0154.mediawiki | 2 +- bip-0155.mediawiki | 2 +- bip-0156.mediawiki | 2 +- bip-0157.mediawiki | 2 +- bip-0158.mediawiki | 2 +- bip-0159.mediawiki | 2 +- bip-0171.mediawiki | 2 +- bip-0174.mediawiki | 2 +- bip-0178.mediawiki | 2 +- bip-0180.mediawiki | 2 +- bip-0197.mediawiki | 2 +- bip-0199.mediawiki | 2 +- bip-0300.mediawiki | 2 +- bip-0301.mediawiki | 2 +- bip-0320.mediawiki | 2 +- bip-0321.mediawiki | 2 +- bip-0322.mediawiki | 2 +- bip-0324.mediawiki | 2 +- bip-0325.mediawiki | 2 +- bip-0330.mediawiki | 2 +- bip-0331.mediawiki | 2 +- bip-0337.mediawiki | 2 +- bip-0338.mediawiki | 2 +- bip-0339.mediawiki | 2 +- bip-0340.mediawiki | 2 +- bip-0341.mediawiki | 2 +- bip-0342.mediawiki | 2 +- bip-0343.mediawiki | 2 +- bip-0345.mediawiki | 2 +- bip-0347.mediawiki | 2 +- bip-0348.md | 2 +- bip-0349.md | 2 +- bip-0350.mediawiki | 2 +- bip-0352.mediawiki | 2 +- bip-0353.mediawiki | 2 +- bip-0370.mediawiki | 2 +- bip-0371.mediawiki | 2 +- bip-0372.mediawiki | 2 +- bip-0373.mediawiki | 2 +- bip-0374.mediawiki | 2 +- bip-0375.mediawiki | 2 +- bip-0388.mediawiki | 2 +- bip-0443.mediawiki | 2 +- scripts/buildtable.pl | 2 +- 142 files changed, 281 insertions(+), 281 deletions(-) diff --git a/README.mediawiki b/README.mediawiki index acc23e49..06341ae0 100644 --- a/README.mediawiki +++ b/README.mediawiki @@ -69,105 +69,105 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | M-of-N Standard Transactions | Gavin Andresen -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0012.mediawiki|12]] | Consensus (soft fork) | OP_EVAL | Gavin Andresen -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0013.mediawiki|13]] | Applications | Address Format for pay-to-script-hash | Gavin Andresen -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0014.mediawiki|14]] | Peer Services | Protocol Version and User Agent | Amir Taaki, Patrick Strateman -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0015.mediawiki|15]] | Applications | Aliases | Amir Taaki -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0016.mediawiki|16]] | Consensus (soft fork) | Pay to Script Hash | Gavin Andresen -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0017.mediawiki|17]] | Consensus (soft fork) | OP_CHECKHASHVERIFY (CHV) | Luke Dashjr -| Standard +| Specification | Closed |- style="background-color: #ffffcf" | [[bip-0018.mediawiki|18]] | Consensus (soft fork) | hashScriptCheck | Luke Dashjr -| Standard +| Specification | Complete |- style="background-color: #ffcfcf" | [[bip-0019.mediawiki|19]] | Applications | M-of-N Standard Transactions (Low SigOp) | Luke Dashjr -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0020.mediawiki|20]] | Applications | URI Scheme | Luke Dashjr -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0021.mediawiki|21]] | Applications | URI Scheme | Nils Schneider, Matt Corallo -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0022.mediawiki|22]] | API/RPC | getblocktemplate - Fundamentals | Luke Dashjr -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0023.mediawiki|23]] | API/RPC | getblocktemplate - Pooled Mining | Luke Dashjr -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0030.mediawiki|30]] | Consensus (soft fork) | Duplicate transactions | Pieter Wuille -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0031.mediawiki|31]] | Peer Services | Pong message | Mike Hearn -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0032.mediawiki|32]] @@ -181,49 +181,49 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Peer Services | Stratized Nodes | Amir Taaki -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0034.mediawiki|34]] | Consensus (soft fork) | Block v2, Height in Coinbase | Gavin Andresen -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0035.mediawiki|35]] | Peer Services | mempool message | Jeff Garzik -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0036.mediawiki|36]] | Peer Services | Custom Services | Stefan Thomas -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0037.mediawiki|37]] | Peer Services | Connection Bloom filtering | Mike Hearn, Matt Corallo -| Standard +| Specification | Deployed |- | [[bip-0038.mediawiki|38]] | Applications | Passphrase-protected private key | Mike Caldwell, Aaron Voisine -| Standard +| Specification | Draft |- style="background-color: #cfffcf" | [[bip-0039.mediawiki|39]] | Applications | Mnemonic code for generating deterministic keys | Marek Palatinus, Pavol Rusnak, Aaron Voisine, Sean Bowe -| Standard +| Specification | Deployed |- | 40 @@ -244,35 +244,35 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Consensus (soft fork) | A finite monetary supply for Bitcoin | Pieter Wuille -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0043.mediawiki|43]] | Applications | Purpose Field for Deterministic Wallets | Marek Palatinus, Pavol Rusnak -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0044.mediawiki|44]] | Applications | Multi-Account Hierarchy for Deterministic Wallets | Marek Palatinus, Pavol Rusnak -| Standard +| Specification | Deployed |- style="background-color: #ffffcf" | [[bip-0045.mediawiki|45]] | Applications | Structure for Deterministic P2SH Multisignature Wallets | Manuel Araoz, Ryan X. Charles, Matias Alejo Garcia -| Standard +| Specification | Complete |- | [[bip-0046.mediawiki|46]] | Applications | Address Scheme for Timelocked Fidelity Bonds | Chris Belcher, Thebora Kompanioni -| Standard +| Specification | Draft |- style="background-color: #cfffcf" | [[bip-0047.mediawiki|47]] @@ -286,14 +286,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Multi-Script Hierarchy for Multi-Sig Wallets | Fontaine -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0049.mediawiki|49]] | Applications | Derivation scheme for P2WPKH-nested-in-P2SH based accounts | Daniel Weigl -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0050.mediawiki|50]] @@ -307,21 +307,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Consensus (hard fork) | Durable, Low Energy Bitcoin PoW | Michael Dubrovsky, Bogdan Penkovsky -| Standard +| Specification | Draft |- | [[bip-0053.mediawiki|53]] | Consensus (soft fork) | Disallow 64-byte transactions | Chris Stewart -| Standard +| Specification | Draft |- | [[bip-0054.md|54]] | Consensus (soft fork) | Consensus Cleanup | Antoine Poinsot, Matt Corallo -| Standard +| Specification | Draft |- style="background-color: #ffcfcf" @@ -329,21 +329,21 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Peer Services | Fixed Length "version" Message (Relay-Transactions Field) | Amir Taaki -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0061.mediawiki|61]] | Peer Services | Reject P2P message | Gavin Andresen -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0062.mediawiki|62]] | Consensus (soft fork) | Dealing with malleability | Pieter Wuille -| Standard +| Specification | Closed |- | 63 @@ -357,35 +357,35 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Peer Services | getutxo message | Mike Hearn -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0065.mediawiki|65]] | Consensus (soft fork) | OP_CHECKLOCKTIMEVERIFY | Peter Todd -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0066.mediawiki|66]] | Consensus (soft fork) | Strict DER signatures | Pieter Wuille -| Standard +| Specification | Deployed |- style="background-color: #ffffcf" | [[bip-0067.mediawiki|67]] | Applications | Deterministic Pay-to-script-hash multi-signature addresses through public key sorting | Thomas Kerin, Jean-Pierre Rupp, Ruben de Vries -| Standard +| Specification | Complete |- style="background-color: #cfffcf" | [[bip-0068.mediawiki|68]] | Consensus (soft fork) | Relative lock-time using consensus-enforced sequence numbers | Mark Friedenbach, BtcDrak, Nicolas Dorier, kinoshitajona -| Standard +| Specification | Deployed |- style="background-color: #ffffcf" | [[bip-0069.mediawiki|69]] @@ -399,56 +399,56 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Payment Protocol | Gavin Andresen, Mike Hearn -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0071.mediawiki|71]] | Applications | Payment Protocol MIME types | Gavin Andresen -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0072.mediawiki|72]] | Applications | bitcoin: uri extensions for Payment Protocol | Gavin Andresen -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0073.mediawiki|73]] | Applications | Use "Accept" header for response type negotiation with Payment Request URLs | Stephen Pair -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0074.mediawiki|74]] | Applications | Allow zero value OP_RETURN in Payment Protocol | Toby Padilla -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0075.mediawiki|75]] | Applications | Out of Band Address Exchange using Payment Protocol Encryption | Justin Newton, Matt David, Aaron Voisine, James MacWhyte -| Standard +| Specification | Deployed |- | [[bip-0077.md|77]] | Applications | Async Payjoin | Dan Gould, Yuval Kogman -| Standard +| Specification | Draft |- | [[bip-0078.mediawiki|78]] | Applications | A Simple Payjoin Proposal | Nicolas Dorier -| Standard +| Specification | Draft |- style="background-color: #ffcfcf" | [[bip-0079.mediawiki|79]] @@ -476,14 +476,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Dynamic Hierarchical Deterministic Key Trees | Eric Lombrozo -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0084.mediawiki|84]] | Applications | Derivation scheme for P2WPKH based accounts | Pavol Rusnak -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0085.mediawiki|85]] @@ -497,14 +497,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Key Derivation for Single Key P2TR Outputs | Ava Chow -| Standard +| Specification | Deployed |- style="background-color: #ffffcf" | [[bip-0087.mediawiki|87]] | Applications | Hierarchy for Deterministic Multisig Wallets | Robert Spigler -| Standard +| Specification | Complete |- style="background-color: #ffffcf" | [[bip-0088.mediawiki|88]] @@ -525,7 +525,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Consensus (soft fork) | Reduced threshold Segwit MASF | James Hilliard -| Standard +| Specification | Deployed |- | [[bip-0093.mediawiki|93]] @@ -539,14 +539,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Testnet 4 | Fabian Jahr -| Standard +| Specification | Deployed |- | [[bip-0098.mediawiki|98]] | Consensus (soft fork) | Fast Merkle Trees | Mark Friedenbach, Kalle Alm, BtcDrak -| Standard +| Specification | Draft |- style="background-color: #ffcfcf" | [[bip-0099.mediawiki|99]] @@ -560,147 +560,147 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Consensus (hard fork) | Dynamic maximum block size by miner vote | Jeff Garzik, Tom Harding, Dagur Valberg Johannsson -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0101.mediawiki|101]] | Consensus (hard fork) | Increase maximum block size | Gavin Andresen -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0102.mediawiki|102]] | Consensus (hard fork) | Block size increase to 2MB | Jeff Garzik -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0103.mediawiki|103]] | Consensus (hard fork) | Block size following technological growth | Pieter Wuille -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0104.mediawiki|104]] | Consensus (hard fork) | 'Block75' - Max block size like difficulty | t.khan -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0105.mediawiki|105]] | Consensus (hard fork) | Consensus based block size retargeting algorithm | BtcDrak -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0106.mediawiki|106]] | Consensus (hard fork) | Dynamically Controlled Bitcoin Block Size Max Cap | Upal Chakraborty -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0107.mediawiki|107]] | Consensus (hard fork) | Dynamic limit on the block size | Washington Y. Sanchez -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0109.mediawiki|109]] | Consensus (hard fork) | Two million byte size limit with sigop and sighash limits | Gavin Andresen -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0111.mediawiki|111]] | Peer Services | NODE_BLOOM service bit | Matt Corallo, Peter Todd -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0112.mediawiki|112]] | Consensus (soft fork) | CHECKSEQUENCEVERIFY | BtcDrak, Mark Friedenbach, Eric Lombrozo -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0113.mediawiki|113]] | Consensus (soft fork) | Median time-past as endpoint for lock-time calculations | Thomas Kerin, Mark Friedenbach -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0114.mediawiki|114]] | Consensus (soft fork) | Merkelized Abstract Syntax Tree | Johnson Lau -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0115.mediawiki|115]] | Consensus (soft fork) | Generic anti-replay protection using Script | Luke Dashjr -| Standard +| Specification | Closed |- | [[bip-0116.mediawiki|116]] | Consensus (soft fork) | MERKLEBRANCHVERIFY | Mark Friedenbach, Kalle Alm, BtcDrak -| Standard +| Specification | Draft |- | [[bip-0117.mediawiki|117]] | Consensus (soft fork) | Tail Call Execution Semantics | Mark Friedenbach, Kalle Alm, BtcDrak -| Standard +| Specification | Draft |- | [[bip-0118.mediawiki|118]] | Consensus (soft fork) | SIGHASH_ANYPREVOUT for Taproot Scripts | Christian Decker, Anthony Towns -| Standard +| Specification | Draft |- | [[bip-0119.mediawiki|119]] | Consensus (soft fork) | CHECKTEMPLATEVERIFY | Jeremy Rubin -| Standard +| Specification | Draft |- style="background-color: #ffcfcf" | [[bip-0120.mediawiki|120]] | Applications | Proof of Payment | Kalle Rosenbaum -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0121.mediawiki|121]] | Applications | Proof of Payment URI scheme | Kalle Rosenbaum -| Standard +| Specification | Closed |- | [[bip-0122.mediawiki|122]] | Applications | URI scheme for Blockchain references / exploration | Marco Pontello -| Standard +| Specification | Draft |- style="background-color: #cfffcf" | [[bip-0123.mediawiki|123]] @@ -721,7 +721,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Opt-in Full Replace-by-Fee Signaling | David A. Harding, Peter Todd -| Standard +| Specification | Deployed |- | [[bip-0126.mediawiki|126]] @@ -735,28 +735,28 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Simple Proof-of-Reserves Transactions | Steven Roose -| Standard +| Specification | Draft |- style="background-color: #ffffcf" | [[bip-0129.mediawiki|129]] | Applications | Bitcoin Secure Multisig Setup (BSMS) | Hugo Nguyen, Peter Gray, Marko Bencun, Aaron Chen, Rodolfo Novak -| Standard +| Specification | Complete |- style="background-color: #cfffcf" | [[bip-0130.mediawiki|130]] | Peer Services | sendheaders message | Suhas Daftuar -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0131.mediawiki|131]] | Consensus (hard fork) | "Coalescing Transaction" Specification (wildcard inputs) | Chris Priest -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0132.mediawiki|132]] @@ -770,14 +770,14 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Peer Services | feefilter message | Alex Morcos -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0134.mediawiki|134]] | Consensus (hard fork) | Flexible Transactions | Tom Zander -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0135.mediawiki|135]] @@ -798,147 +798,147 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Signatures of Messages using Private Keys | Christopher Gilliard -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0140.mediawiki|140]] | Consensus (soft fork) | Normalized TXID | Christian Decker -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0141.mediawiki|141]] | Consensus (soft fork) | Segregated Witness (Consensus layer) | Eric Lombrozo, Johnson Lau, Pieter Wuille -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0142.mediawiki|142]] | Applications | Address Format for Segregated Witness | Johnson Lau -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0143.mediawiki|143]] | Consensus (soft fork) | Transaction Signature Verification for Version 0 Witness Program | Johnson Lau, Pieter Wuille -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0144.mediawiki|144]] | Peer Services | Segregated Witness (Peer Services) | Eric Lombrozo, Pieter Wuille -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0145.mediawiki|145]] | API/RPC | getblocktemplate Updates for Segregated Witness | Luke Dashjr -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0146.mediawiki|146]] | Consensus (soft fork) | Dealing with signature encoding malleability | Johnson Lau, Pieter Wuille -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0147.mediawiki|147]] | Consensus (soft fork) | Dealing with dummy stack element malleability | Johnson Lau -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0148.mediawiki|148]] | Consensus (soft fork) | Mandatory activation of segwit deployment | Shaolin Fry -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0149.mediawiki|149]] | Consensus (soft fork) | Segregated Witness (second deployment) | Shaolin Fry -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0150.mediawiki|150]] | Peer Services | Peer Authentication | Jonas Schnelli -| Standard +| Specification | Closed |- style="background-color: #ffcfcf" | [[bip-0151.mediawiki|151]] | Peer Services | Peer-to-Peer Communication Encryption | Jonas Schnelli -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0152.mediawiki|152]] | Peer Services | Compact Block Relay | Matt Corallo -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0154.mediawiki|154]] | Peer Services | Rate Limiting via peer specified challenges | Karl-Johan Alm -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0155.mediawiki|155]] | Peer Services | addrv2 message | Wladimir J. van der Laan -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0156.mediawiki|156]] | Peer Services | Dandelion - Privacy Enhancing Routing | Brad Denby, Andrew Miller, Giulia Fanti, Surya Bakshi, Shaileshh Bojja Venkatakrishnan, Pramod Viswanath -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0157.mediawiki|157]] | Peer Services | Client Side Block Filtering | Olaoluwa Osuntokun, Alex Akselrod, Jim Posen -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0158.mediawiki|158]] | Peer Services | Compact Block Filters for Light Clients | Olaoluwa Osuntokun, Alex Akselrod -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0159.mediawiki|159]] | Peer Services | NODE_NETWORK_LIMITED service bit | Jonas Schnelli -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0171.mediawiki|171]] | Applications | Currency/exchange rate information API | Luke Dashjr -| Standard +| Specification | Closed |- | [[bip-0172.mediawiki|172]] @@ -959,7 +959,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Partially Signed Bitcoin Transaction Format | Ava Chow -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0175.mediawiki|175]] @@ -987,7 +987,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Version Extended WIF | Karl-Johan Alm -| Standard +| Specification | Draft |- | [[bip-0179.mediawiki|179]] @@ -1001,35 +1001,35 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Peer Services | Block size/weight fraud proof | Luke Dashjr -| Standard +| Specification | Closed |- | [[bip-0197.mediawiki|197]] | Applications | Hashed Time-Locked Collateral Contract | Matthew Black, Tony Cai -| Standard +| Specification | Draft |- style="background-color: #ffcfcf" | [[bip-0199.mediawiki|199]] | Applications | Hashed Time-Locked Contract transactions | Sean Bowe, Daira Hopwood -| Standard +| Specification | Closed |- | [[bip-0300.mediawiki|300]] | Consensus (soft fork) | Hashrate Escrows (Consensus layer) | Paul Sztorc, CryptAxe -| Standard +| Specification | Draft |- | [[bip-0301.mediawiki|301]] | Consensus (soft fork) | Blind Merged Mining (Consensus layer) | Paul Sztorc, CryptAxe -| Standard +| Specification | Draft |- | [[bip-0310.mediawiki|310]] @@ -1043,35 +1043,35 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | | nVersion bits for general purpose use | BtcDrak -| Standard +| Specification | Draft |- style="background-color: #ffffcf" | [[bip-0321.mediawiki|321]] | Applications | URI Scheme | Matt Corallo -| Standard +| Specification | Complete |- | [[bip-0322.mediawiki|322]] | Applications | Generic Signed Message Format | Karl-Johan Alm -| Standard +| Specification | Draft |- style="background-color: #cfffcf" | [[bip-0324.mediawiki|324]] | Peer Services | Version 2 P2P Encrypted Transport Protocol | Dhruv Mehta, Tim Ruffing, Jonas Schnelli, Pieter Wuille -| Standard +| Specification | Deployed |- style="background-color: #ffffcf" | [[bip-0325.mediawiki|325]] | Applications | Signet | Karl-Johan Alm, Anthony Towns -| Standard +| Specification | Complete |- | [[bip-0326.mediawiki|326]] @@ -1106,98 +1106,98 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Peer Services | Transaction announcements reconciliation | Gleb Naumenko, Pieter Wuille -| Standard +| Specification | Draft |- | [[bip-0331.mediawiki|331]] | Peer Services | Ancestor Package Relay | Gloria Zhao -| Standard +| Specification | Draft |- | [[bip-0337.mediawiki|337]] | API/RPC | Compressed Transactions | Tom Briar -| Standard +| Specification | Draft |- style="background-color: #ffcfcf" | [[bip-0338.mediawiki|338]] | Peer Services | Disable transaction relay message | Suhas Daftuar -| Standard +| Specification | Closed |- style="background-color: #cfffcf" | [[bip-0339.mediawiki|339]] | Peer Services | WTXID-based transaction relay | Suhas Daftuar -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0340.mediawiki|340]] | | Schnorr Signatures for secp256k1 | Pieter Wuille, Jonas Nick, Tim Ruffing -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0341.mediawiki|341]] | Consensus (soft fork) | Taproot: SegWit version 1 spending rules | Pieter Wuille, Jonas Nick, Anthony Towns -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0342.mediawiki|342]] | Consensus (soft fork) | Validation of Taproot Scripts | Pieter Wuille, Jonas Nick, Anthony Towns -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0343.mediawiki|343]] | Consensus (soft fork) | Mandatory activation of taproot deployment | Shinobius, Michael Folkson -| Standard +| Specification | Deployed |- style="background-color: #ffcfcf" | [[bip-0345.mediawiki|345]] | Consensus (soft fork) | OP_VAULT | James O'Beirne, Greg Sanders -| Standard +| Specification | Closed |- | [[bip-0347.mediawiki|347]] | Consensus (soft fork) | OP_CAT in Tapscript | Ethan Heilman, Armin Sabouri -| Standard +| Specification | Draft |- | [[bip-0348.md|348]] | Consensus (soft fork) | CHECKSIGFROMSTACK | Brandon Black, Jeremy Rubin -| Standard +| Specification | Draft |- | [[bip-0349.md|349]] | Consensus (soft fork) | OP_INTERNALKEY | Brandon Black, Jeremy Rubin -| Standard +| Specification | Draft |- style="background-color: #cfffcf" | [[bip-0350.mediawiki|350]] | Applications | Bech32m format for v1+ witness addresses | Pieter Wuille -| Standard +| Specification | Deployed |- | [[bip-0351.mediawiki|351]] @@ -1211,56 +1211,56 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Silent Payments | josibake, Ruben Somsen -| Standard +| Specification | Complete |- style="background-color: #ffffcf" | [[bip-0353.mediawiki|353]] | Applications | DNS Payment Instructions | Matt Corallo, Bastien Teinturier -| Standard +| Specification | Complete |- style="background-color: #cfffcf" | [[bip-0370.mediawiki|370]] | Applications | PSBT Version 2 | Ava Chow -| Standard +| Specification | Deployed |- style="background-color: #cfffcf" | [[bip-0371.mediawiki|371]] | Applications | Taproot Fields for PSBT | Ava Chow -| Standard +| Specification | Deployed |- | [[bip-0372.mediawiki|372]] | Applications | Pay-to-contract tweak fields for PSBT | Maxim Orlovsky -| Standard +| Specification | Draft |- style="background-color: #ffffcf" | [[bip-0373.mediawiki|373]] | Applications | MuSig2 PSBT Fields | Ava Chow -| Standard +| Specification | Complete |- | [[bip-0374.mediawiki|374]] | Applications | Discrete Log Equality Proofs | Andrew Toth, Ruben Somsen, Sebastian Falbesoner -| Standard +| Specification | Draft |- | [[bip-0375.mediawiki|375]] | Applications | Sending Silent Payments with PSBTs | Andrew Toth, Ava Chow, josibake -| Standard +| Specification | Draft |- | [[bip-0379.md|379]] @@ -1330,7 +1330,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Applications | Wallet Policies for Descriptor Wallets | Salvatore Ingala -| Standard +| Specification | Complete |- | [[bip-0389.mediawiki|389]] @@ -1365,7 +1365,7 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority | Consensus (soft fork) | OP_CHECKCONTRACTVERIFY | Salvatore Ingala -| Standard +| Specification | Draft |} diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki index 7c45411d..a49de84f 100644 --- a/bip-0011.mediawiki +++ b/bip-0011.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0011 Status: Deployed - Type: Standards Track + Type: Specification Created: 2011-10-18 Post-History: 2011-10-02 diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki index cd4a83f7..b9b01118 100644 --- a/bip-0012.mediawiki +++ b/bip-0012.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0012 Status: Closed - Type: Standards Track + Type: Specification Created: 2011-10-18 diff --git a/bip-0013.mediawiki b/bip-0013.mediawiki index 0eaecb9f..0237622a 100644 --- a/bip-0013.mediawiki +++ b/bip-0013.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0013 Status: Deployed - Type: Standards Track + Type: Specification Created: 2011-10-18 diff --git a/bip-0014.mediawiki b/bip-0014.mediawiki index 61d97701..f28d34b7 100644 --- a/bip-0014.mediawiki +++ b/bip-0014.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0014 Status: Deployed - Type: Standards Track + Type: Specification Created: 2011-11-10 Post-History: 2011-11-02 diff --git a/bip-0015.mediawiki b/bip-0015.mediawiki index 33f69ba0..6c3fc2bc 100644 --- a/bip-0015.mediawiki +++ b/bip-0015.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0015 Status: Closed - Type: Standards Track + Type: Specification Created: 2011-12-10 diff --git a/bip-0016.mediawiki b/bip-0016.mediawiki index 829090c6..688b463c 100644 --- a/bip-0016.mediawiki +++ b/bip-0016.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0016 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-01-03 diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki index 2f3f01aa..b711cc7f 100644 --- a/bip-0017.mediawiki +++ b/bip-0017.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0017 Status: Closed - Type: Standards Track + Type: Specification Created: 2012-01-18 License: BSD-2-Clause diff --git a/bip-0018.mediawiki b/bip-0018.mediawiki index e29d4488..6af3e822 100644 --- a/bip-0018.mediawiki +++ b/bip-0018.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0018 Status: Complete - Type: Standards Track + Type: Specification Created: 2012-01-27 License: BSD-2-Clause diff --git a/bip-0019.mediawiki b/bip-0019.mediawiki index 5da4ff2d..f7a9f173 100644 --- a/bip-0019.mediawiki +++ b/bip-0019.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0019 Status: Closed - Type: Standards Track + Type: Specification Created: 2012-01-30 License: BSD-2-Clause diff --git a/bip-0020.mediawiki b/bip-0020.mediawiki index cdff48e1..07be85e7 100644 --- a/bip-0020.mediawiki +++ b/bip-0020.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0020 Status: Closed - Type: Standards Track + Type: Specification Created: 2011-01-10 License: BSD-2-Clause diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki index cb19d560..d557f0b7 100644 --- a/bip-0021.mediawiki +++ b/bip-0021.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0021 Status: Closed - Type: Standards Track + Type: Specification Created: 2012-01-29 Proposed-Replacement: 321 diff --git a/bip-0022.mediawiki b/bip-0022.mediawiki index 0f14ceb6..398d0bc2 100644 --- a/bip-0022.mediawiki +++ b/bip-0022.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0022 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-02-28 License: BSD-2-Clause diff --git a/bip-0023.mediawiki b/bip-0023.mediawiki index ed7f146f..22261cb8 100644 --- a/bip-0023.mediawiki +++ b/bip-0023.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0023 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-02-28 License: BSD-2-Clause diff --git a/bip-0030.mediawiki b/bip-0030.mediawiki index a99c9790..62559d1a 100644 --- a/bip-0030.mediawiki +++ b/bip-0030.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0030 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-02-22 License: BSD-2-Clause diff --git a/bip-0031.mediawiki b/bip-0031.mediawiki index b8419940..00bf8ae6 100644 --- a/bip-0031.mediawiki +++ b/bip-0031.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0031 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-04-11 diff --git a/bip-0033.mediawiki b/bip-0033.mediawiki index 226069e0..d2167b12 100644 --- a/bip-0033.mediawiki +++ b/bip-0033.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0033 Status: Closed - Type: Standards Track + Type: Specification Created: 2012-05-15 diff --git a/bip-0034.mediawiki b/bip-0034.mediawiki index bf2ea419..3a5d25c7 100644 --- a/bip-0034.mediawiki +++ b/bip-0034.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0034 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-07-06 diff --git a/bip-0035.mediawiki b/bip-0035.mediawiki index 70e826a3..ece0e6ec 100644 --- a/bip-0035.mediawiki +++ b/bip-0035.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0035 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-08-16 diff --git a/bip-0036.mediawiki b/bip-0036.mediawiki index 2628df08..5387de8e 100644 --- a/bip-0036.mediawiki +++ b/bip-0036.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0036 Status: Closed - Type: Standards Track + Type: Specification Created: 2012-08-03 License: PD diff --git a/bip-0037.mediawiki b/bip-0037.mediawiki index e30cdc99..d19f1037 100644 --- a/bip-0037.mediawiki +++ b/bip-0037.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0037 Status: Deployed - Type: Standards Track + Type: Specification Created: 2012-10-24 License: PD diff --git a/bip-0038.mediawiki b/bip-0038.mediawiki index 6bcf4119..1d838c5b 100644 --- a/bip-0038.mediawiki +++ b/bip-0038.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: Unanimously Discourage for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0038 Status: Draft (Some confusion applies: The announcements for this never made it to the list, so it hasn't had public discussion) - Type: Standards Track + Type: Specification Created: 2012-11-20 License: PD diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 60723afb..a31894f1 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -9,7 +9,7 @@ Comments-Summary: Unanimously Discourage for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039 Status: Deployed - Type: Standards Track + Type: Specification Created: 2013-09-10 License: MIT diff --git a/bip-0042.mediawiki b/bip-0042.mediawiki index d7df75bd..f65e8d3c 100644 --- a/bip-0042.mediawiki +++ b/bip-0042.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Unanimously Recommended for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0042 Status: Deployed - Type: Standards Track + Type: Specification Created: 2014-04-01 License: PD diff --git a/bip-0043.mediawiki b/bip-0043.mediawiki index 84a7c4db..96d18937 100644 --- a/bip-0043.mediawiki +++ b/bip-0043.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0043 Status: Deployed - Type: Standards Track + Type: Specification Created: 2014-04-24 diff --git a/bip-0044.mediawiki b/bip-0044.mediawiki index 0531ef60..13f3c3f5 100644 --- a/bip-0044.mediawiki +++ b/bip-0044.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: Mixed review (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0044 Status: Deployed - Type: Standards Track + Type: Specification Created: 2014-04-24 diff --git a/bip-0045.mediawiki b/bip-0045.mediawiki index 45b0f9f3..4aea9107 100644 --- a/bip-0045.mediawiki +++ b/bip-0045.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0045 Status: Complete - Type: Standards Track + Type: Specification Created: 2014-04-25 diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki index fbab00fd..423affa4 100644 --- a/bip-0046.mediawiki +++ b/bip-0046.mediawiki @@ -6,7 +6,7 @@ Thebora Kompanioni Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0046 Status: Draft - Type: Standards Track + Type: Specification Created: 2022-04-01 License: CC0-1.0 Post-History: 2022-05-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020389.html diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki index 085e8d26..5da94abf 100644 --- a/bip-0048.mediawiki +++ b/bip-0048.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0048 Status: Deployed - Type: Standards Track + Type: Specification Created: 2020-12-16 License: MIT diff --git a/bip-0049.mediawiki b/bip-0049.mediawiki index 0f7f56ae..337c76cb 100644 --- a/bip-0049.mediawiki +++ b/bip-0049.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0049 Status: Deployed - Type: Standards Track + Type: Specification Created: 2016-05-19 License: PD diff --git a/bip-0052.mediawiki b/bip-0052.mediawiki index ab86ca22..0e6dfc23 100644 --- a/bip-0052.mediawiki +++ b/bip-0052.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0052 Status: Draft - Type: Standards Track + Type: Specification Created: 2021-05-13 License: BSD-2-Clause OPL diff --git a/bip-0053.mediawiki b/bip-0053.mediawiki index ccc3f2fd..f8fee326 100644 --- a/bip-0053.mediawiki +++ b/bip-0053.mediawiki @@ -5,7 +5,7 @@ Author: Chris Stewart Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0053 Status: Draft - Type: Standards Track + Type: Specification Created: 2025-04-11 License: BSD-3-Clause diff --git a/bip-0054.md b/bip-0054.md index 6826d89d..a1346953 100644 --- a/bip-0054.md +++ b/bip-0054.md @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0054 Status: Draft - Type: Standards Track + Type: Specification Created: 2025-04-11 License: CC0-1.0 ``` diff --git a/bip-0060.mediawiki b/bip-0060.mediawiki index 219115f5..9339139b 100644 --- a/bip-0060.mediawiki +++ b/bip-0060.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Discouraged for implementation (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0060 Status: Closed - Type: Standards Track + Type: Specification Created: 2013-06-16 License: PD diff --git a/bip-0061.mediawiki b/bip-0061.mediawiki index c4deee8b..ea1af65c 100644 --- a/bip-0061.mediawiki +++ b/bip-0061.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Controversial; some recommendation, and some discouragement Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0061 Status: Deployed - Type: Standards Track + Type: Specification Created: 2014-06-18 diff --git a/bip-0062.mediawiki b/bip-0062.mediawiki index 4ca0912f..1d8d85b2 100644 --- a/bip-0062.mediawiki +++ b/bip-0062.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0062 Status: Closed - Type: Standards Track + Type: Specification Created: 2014-03-12 License: BSD-2-Clause diff --git a/bip-0064.mediawiki b/bip-0064.mediawiki index 652b5d91..0d0a7145 100644 --- a/bip-0064.mediawiki +++ b/bip-0064.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0064 Status: Closed - Type: Standards Track + Type: Specification Created: 2014-06-10 diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index b35a0f82..17b46947 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0065 Status: Deployed - Type: Standards Track + Type: Specification Created: 2014-10-01 License: PD diff --git a/bip-0066.mediawiki b/bip-0066.mediawiki index eb3c831b..19fb536f 100644 --- a/bip-0066.mediawiki +++ b/bip-0066.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0066 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-01-10 License: BSD-2-Clause diff --git a/bip-0067.mediawiki b/bip-0067.mediawiki index ec8f6642..141bdd13 100644 --- a/bip-0067.mediawiki +++ b/bip-0067.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0067 Status: Complete - Type: Standards Track + Type: Specification Created: 2015-02-08 License: PD diff --git a/bip-0068.mediawiki b/bip-0068.mediawiki index f98d836f..3b6316b3 100644 --- a/bip-0068.mediawiki +++ b/bip-0068.mediawiki @@ -9,7 +9,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0068 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-05-28 diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index d3a03354..becb944a 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0070 Status: Deployed - Type: Standards Track + Type: Specification Created: 2013-07-29 diff --git a/bip-0071.mediawiki b/bip-0071.mediawiki index 33c0319f..f4eaa5b4 100644 --- a/bip-0071.mediawiki +++ b/bip-0071.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0071 Status: Deployed - Type: Standards Track + Type: Specification Created: 2013-07-29 diff --git a/bip-0072.mediawiki b/bip-0072.mediawiki index 7a5d7956..6b9e1508 100644 --- a/bip-0072.mediawiki +++ b/bip-0072.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0072 Status: Deployed - Type: Standards Track + Type: Specification Created: 2013-07-29 diff --git a/bip-0073.mediawiki b/bip-0073.mediawiki index c757d9dd..ebe1fe21 100644 --- a/bip-0073.mediawiki +++ b/bip-0073.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0073 Status: Deployed - Type: Standards Track + Type: Specification Created: 2013-08-27 diff --git a/bip-0074.mediawiki b/bip-0074.mediawiki index c142c98c..6689c62d 100644 --- a/bip-0074.mediawiki +++ b/bip-0074.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Unanimously Discourage for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0074 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-01-29 License: PD diff --git a/bip-0075.mediawiki b/bip-0075.mediawiki index e18ceb48..3ec72dd8 100644 --- a/bip-0075.mediawiki +++ b/bip-0075.mediawiki @@ -9,7 +9,7 @@ Comments-Summary: Recommended for implementation (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0075 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-11-20 License: CC-BY-4.0 diff --git a/bip-0077.md b/bip-0077.md index d45da982..2ecd18b2 100644 --- a/bip-0077.md +++ b/bip-0077.md @@ -6,7 +6,7 @@ Yuval Kogman Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0077 Status: Draft - Type: Standards Track + Type: Specification Created: 2023-08-08 License: BSD-2-Clause Post-History: https://github.com/bitcoin/bips/pull/1483 diff --git a/bip-0078.mediawiki b/bip-0078.mediawiki index 63cc5ed4..f008fd32 100644 --- a/bip-0078.mediawiki +++ b/bip-0078.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0078 Status: Draft - Type: Standards Track + Type: Specification Created: 2019-05-01 License: BSD-2-Clause Replaces: 79 diff --git a/bip-0083.mediawiki b/bip-0083.mediawiki index fb898593..0d0a4698 100644 --- a/bip-0083.mediawiki +++ b/bip-0083.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0083 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-11-16 License: PD diff --git a/bip-0084.mediawiki b/bip-0084.mediawiki index cc8d1fe6..d20973b4 100644 --- a/bip-0084.mediawiki +++ b/bip-0084.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0084 Status: Deployed - Type: Standards Track + Type: Specification Created: 2017-12-28 License: CC0-1.0 diff --git a/bip-0086.mediawiki b/bip-0086.mediawiki index dfac5f4d..6d7ad6f8 100644 --- a/bip-0086.mediawiki +++ b/bip-0086.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0086 Status: Deployed - Type: Standards Track + Type: Specification Created: 2021-06-22 License: BSD-2-Clause diff --git a/bip-0087.mediawiki b/bip-0087.mediawiki index b5fc9f30..77bee85a 100644 --- a/bip-0087.mediawiki +++ b/bip-0087.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0087 Status: Complete - Type: Standards Track + Type: Specification Created: 2020-03-11 License: BSD-2-Clause diff --git a/bip-0091.mediawiki b/bip-0091.mediawiki index 86ed7d1b..9f703e3f 100644 --- a/bip-0091.mediawiki +++ b/bip-0091.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0091 Status: Deployed - Type: Standards Track + Type: Specification Created: 2017-05-22 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0094.mediawiki b/bip-0094.mediawiki index 3fe32e5b..5342fc5f 100644 --- a/bip-0094.mediawiki +++ b/bip-0094.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0094 Status: Deployed - Type: Standards Track + Type: Specification Created: 2024-05-27 License: CC0-1.0 Post-History: https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/ diff --git a/bip-0098.mediawiki b/bip-0098.mediawiki index d4711bb4..63704cea 100644 --- a/bip-0098.mediawiki +++ b/bip-0098.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0098 Status: Draft - Type: Standards Track + Type: Specification Created: 2017-08-24 License: CC-BY-SA-4.0 License-Code: MIT diff --git a/bip-0100.mediawiki b/bip-0100.mediawiki index e1106f20..ccacd807 100644 --- a/bip-0100.mediawiki +++ b/bip-0100.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0100 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-06-11 License: BSD-2-Clause diff --git a/bip-0101.mediawiki b/bip-0101.mediawiki index 7733a8b1..f14a9803 100644 --- a/bip-0101.mediawiki +++ b/bip-0101.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0101 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-06-22 diff --git a/bip-0102.mediawiki b/bip-0102.mediawiki index aedac3c7..320d995a 100644 --- a/bip-0102.mediawiki +++ b/bip-0102.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0102 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-06-23 diff --git a/bip-0103.mediawiki b/bip-0103.mediawiki index 17d3265e..14a6ea1d 100644 --- a/bip-0103.mediawiki +++ b/bip-0103.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0103 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-07-21 License: BSD-2-Clause diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki index fea7dab0..40c11957 100644 --- a/bip-0104.mediawiki +++ b/bip-0104.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0104 Status: Closed - Type: Standards Track + Type: Specification Created: 2017-01-13 License: BSD-2-Clause GNU-All-Permissive diff --git a/bip-0105.mediawiki b/bip-0105.mediawiki index f638a861..fb2d2db2 100644 --- a/bip-0105.mediawiki +++ b/bip-0105.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0105 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-08-21 License: PD diff --git a/bip-0106.mediawiki b/bip-0106.mediawiki index bae4a3b9..3ae4ebf3 100644 --- a/bip-0106.mediawiki +++ b/bip-0106.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0106 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-08-24 diff --git a/bip-0107.mediawiki b/bip-0107.mediawiki index 683ce3d8..d0b99f7c 100644 --- a/bip-0107.mediawiki +++ b/bip-0107.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0107 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-09-11 License: PD diff --git a/bip-0109.mediawiki b/bip-0109.mediawiki index cf039c70..32f0190e 100644 --- a/bip-0109.mediawiki +++ b/bip-0109.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0109 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-01-28 License: PD diff --git a/bip-0111.mediawiki b/bip-0111.mediawiki index c02c9f70..5193b805 100644 --- a/bip-0111.mediawiki +++ b/bip-0111.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0111 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-08-20 License: PD diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index 086dd67c..2f5ad509 100644 --- a/bip-0112.mediawiki +++ b/bip-0112.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0112 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-08-10 License: PD diff --git a/bip-0113.mediawiki b/bip-0113.mediawiki index a61eb79a..059faaaa 100644 --- a/bip-0113.mediawiki +++ b/bip-0113.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0113 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-08-10 License: PD diff --git a/bip-0114.mediawiki b/bip-0114.mediawiki index ea5d4657..663f2bdc 100644 --- a/bip-0114.mediawiki +++ b/bip-0114.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0114 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-04-02 License: PD diff --git a/bip-0115.mediawiki b/bip-0115.mediawiki index c2e46aa5..4baff436 100644 --- a/bip-0115.mediawiki +++ b/bip-0115.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0115 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-09-23 License: BSD-2-Clause diff --git a/bip-0116.mediawiki b/bip-0116.mediawiki index e04cd8db..30610766 100644 --- a/bip-0116.mediawiki +++ b/bip-0116.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0116 Status: Draft - Type: Standards Track + Type: Specification Created: 2017-08-25 License: CC-BY-SA-4.0 License-Code: MIT diff --git a/bip-0117.mediawiki b/bip-0117.mediawiki index 4b5706ef..34e746ac 100644 --- a/bip-0117.mediawiki +++ b/bip-0117.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0117 Status: Draft - Type: Standards Track + Type: Specification Created: 2017-08-25 License: CC-BY-SA-4.0 License-Code: MIT diff --git a/bip-0118.mediawiki b/bip-0118.mediawiki index 09d63a5b..d34a0a80 100644 --- a/bip-0118.mediawiki +++ b/bip-0118.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0118 Status: Draft - Type: Standards Track + Type: Specification Created: 2017-02-28 License: BSD-3-Clause Requires: 340, 341, 342 diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki index 65d44a7e..8481d7d2 100644 --- a/bip-0119.mediawiki +++ b/bip-0119.mediawiki @@ -5,7 +5,7 @@ Author: Jeremy Rubin Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0119 Status: Draft - Type: Standards Track + Type: Specification Created: 2020-01-06 License: BSD-3-Clause diff --git a/bip-0120.mediawiki b/bip-0120.mediawiki index fe902c63..ef908c54 100644 --- a/bip-0120.mediawiki +++ b/bip-0120.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0120 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-07-28 diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki index a7c5f9e2..eb6312cc 100644 --- a/bip-0121.mediawiki +++ b/bip-0121.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0121 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-07-27 diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki index 6243c64f..85bcac0d 100644 --- a/bip-0122.mediawiki +++ b/bip-0122.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0122 Status: Draft - Type: Standards Track + Type: Specification Created: 2015-08-29 License: PD Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010712.html diff --git a/bip-0125.mediawiki b/bip-0125.mediawiki index e6f0013c..2618b2eb 100644 --- a/bip-0125.mediawiki +++ b/bip-0125.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0125 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-12-04 License: PD diff --git a/bip-0127.mediawiki b/bip-0127.mediawiki index 87071d8e..29fc4bd4 100644 --- a/bip-0127.mediawiki +++ b/bip-0127.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0127 Status: Draft - Type: Standards Track + Type: Specification Created: 2019-01-28 License: CC0-1.0 diff --git a/bip-0129.mediawiki b/bip-0129.mediawiki index 332ba2dc..5cfad5ec 100644 --- a/bip-0129.mediawiki +++ b/bip-0129.mediawiki @@ -10,7 +10,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0129 Status: Complete - Type: Standards Track + Type: Specification Created: 2020-11-10 License: BSD-2-Clause diff --git a/bip-0130.mediawiki b/bip-0130.mediawiki index 7473069e..87ff4308 100644 --- a/bip-0130.mediawiki +++ b/bip-0130.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0130 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-05-08 License: PD diff --git a/bip-0131.mediawiki b/bip-0131.mediawiki index 0e760775..0a225821 100644 --- a/bip-0131.mediawiki +++ b/bip-0131.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0131 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-11-30 License: PD diff --git a/bip-0133.mediawiki b/bip-0133.mediawiki index 64060b68..5636efdb 100644 --- a/bip-0133.mediawiki +++ b/bip-0133.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0133 Status: Deployed - Type: Standards Track + Type: Specification Created: 2016-02-13 License: PD diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki index 0b880b23..6217718e 100644 --- a/bip-0134.mediawiki +++ b/bip-0134.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0134 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-07-27 License: CC-BY-SA-4.0 OPL diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index 4bea5e3e..9febd0db 100644 --- a/bip-0137.mediawiki +++ b/bip-0137.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0137 Status: Deployed - Type: Standards Track + Type: Specification Created: 2019-02-16 License: BSD-2-Clause diff --git a/bip-0140.mediawiki b/bip-0140.mediawiki index 3b900352..bc89a34b 100644 --- a/bip-0140.mediawiki +++ b/bip-0140.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0140 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-10-14 License: PD diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki index fc7c89e0..7b11bfad 100644 --- a/bip-0141.mediawiki +++ b/bip-0141.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0141 Status: Deployed - Type: Standards Track + Type: Specification Created: 2015-12-21 License: PD diff --git a/bip-0142.mediawiki b/bip-0142.mediawiki index 61b9a8ef..1f6bf5d5 100644 --- a/bip-0142.mediawiki +++ b/bip-0142.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0142 Status: Closed - Type: Standards Track + Type: Specification Created: 2015-12-24 License: PD diff --git a/bip-0143.mediawiki b/bip-0143.mediawiki index d8852958..377b4888 100644 --- a/bip-0143.mediawiki +++ b/bip-0143.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0143 Status: Deployed - Type: Standards Track + Type: Specification Created: 2016-01-03 License: PD diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki index 68e58e3d..f5c2b869 100644 --- a/bip-0144.mediawiki +++ b/bip-0144.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0144 Status: Deployed - Type: Standards Track + Type: Specification Created: 2016-01-08 License: PD diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki index f358a314..2e98c517 100644 --- a/bip-0145.mediawiki +++ b/bip-0145.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0145 Status: Deployed - Type: Standards Track + Type: Specification Created: 2016-01-30 License: BSD-2-Clause OPL diff --git a/bip-0146.mediawiki b/bip-0146.mediawiki index af037080..5be51cf3 100644 --- a/bip-0146.mediawiki +++ b/bip-0146.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0146 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-08-16 License: PD diff --git a/bip-0147.mediawiki b/bip-0147.mediawiki index 96551c96..f378000f 100644 --- a/bip-0147.mediawiki +++ b/bip-0147.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0147 Status: Deployed - Type: Standards Track + Type: Specification Created: 2016-09-02 License: PD diff --git a/bip-0148.mediawiki b/bip-0148.mediawiki index 64be6bd2..906e66f6 100644 --- a/bip-0148.mediawiki +++ b/bip-0148.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0148 Status: Deployed - Type: Standards Track + Type: Specification Created: 2017-03-12 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0149.mediawiki b/bip-0149.mediawiki index 345a77e6..6769f47a 100644 --- a/bip-0149.mediawiki +++ b/bip-0149.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0149 Status: Closed - Type: Standards Track + Type: Specification Created: 2017-04-14 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0150.mediawiki b/bip-0150.mediawiki index 44c432d1..3984770c 100644 --- a/bip-0150.mediawiki +++ b/bip-0150.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Discouraged for implementation (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0150 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-03-23 License: PD diff --git a/bip-0151.mediawiki b/bip-0151.mediawiki index 4b215ff7..01c2826c 100644 --- a/bip-0151.mediawiki +++ b/bip-0151.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Controversial; some recommendation, and some discouragement Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0151 Status: Closed - Type: Standards Track + Type: Specification Created: 2016-03-23 License: PD Proposed-Replacement: 324 diff --git a/bip-0152.mediawiki b/bip-0152.mediawiki index 303de065..9d3d49d0 100644 --- a/bip-0152.mediawiki +++ b/bip-0152.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Unanimously Recommended for implementation Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0152 Status: Deployed - Type: Standards Track + Type: Specification Created: 2016-04-27 License: PD diff --git a/bip-0154.mediawiki b/bip-0154.mediawiki index 843949a1..83399821 100644 --- a/bip-0154.mediawiki +++ b/bip-0154.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0154 Status: Closed - Type: Standards Track + Type: Specification Created: 2017-04-12 License: BSD-2-Clause diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki index f77ac81e..37a4cbae 100644 --- a/bip-0155.mediawiki +++ b/bip-0155.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0155 Status: Deployed - Type: Standards Track + Type: Specification Created: 2019-02-27 License: BSD-2-Clause diff --git a/bip-0156.mediawiki b/bip-0156.mediawiki index 3017d3a5..fffd611f 100644 --- a/bip-0156.mediawiki +++ b/bip-0156.mediawiki @@ -10,7 +10,7 @@ Pramod Viswanath Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0156 Status: Closed - Type: Standards Track + Type: Specification Created: 2017-06-09 License: CC0-1.0 diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki index 5603f3c2..d1ae496b 100644 --- a/bip-0157.mediawiki +++ b/bip-0157.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: None yet Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0157 Status: Deployed - Type: Standards Track + Type: Specification Created: 2017-05-24 License: CC0-1.0 Requires: 158 diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 3ae79213..99c6eb4e 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: None yet Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0158 Status: Deployed - Type: Standards Track + Type: Specification Created: 2017-05-24 License: CC0-1.0 Requires: 157 diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki index b1cb959d..63dff70d 100644 --- a/bip-0159.mediawiki +++ b/bip-0159.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0159 Status: Deployed - Type: Standards Track + Type: Specification Created: 2017-05-11 License: BSD-2-Clause diff --git a/bip-0171.mediawiki b/bip-0171.mediawiki index 62bbbe28..f185f1c2 100644 --- a/bip-0171.mediawiki +++ b/bip-0171.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171 Status: Closed - Type: Standards Track + Type: Specification Created: 2017-03-04 License: BSD-2-Clause diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index cc4b719e..472efe75 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0174 Status: Deployed - Type: Standards Track + Type: Specification Created: 2017-07-12 License: BSD-2-Clause diff --git a/bip-0178.mediawiki b/bip-0178.mediawiki index 55226640..af2f9484 100644 --- a/bip-0178.mediawiki +++ b/bip-0178.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: Discouraged for implementation (one person) Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0178 Status: Draft - Type: Standards Track + Type: Specification Created: 2018-04-04 License: CC0-1.0 diff --git a/bip-0180.mediawiki b/bip-0180.mediawiki index d3fd51ee..0bb420e0 100644 --- a/bip-0180.mediawiki +++ b/bip-0180.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0180 Status: Closed - Type: Standards Track + Type: Specification Created: 2017-03-17 License: BSD-2-Clause diff --git a/bip-0197.mediawiki b/bip-0197.mediawiki index 7e5e8e3d..10a144e0 100644 --- a/bip-0197.mediawiki +++ b/bip-0197.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0197 Status: Draft - Type: Standards Track + Type: Specification Created: 2019-03-19 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0199.mediawiki b/bip-0199.mediawiki index 7944604b..c4c27857 100644 --- a/bip-0199.mediawiki +++ b/bip-0199.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0199 Status: Closed - Type: Standards Track + Type: Specification Created: 2017-03-27 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0300.mediawiki b/bip-0300.mediawiki index e09e1412..4455cb1c 100644 --- a/bip-0300.mediawiki +++ b/bip-0300.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0300 Status: Draft - Type: Standards Track + Type: Specification Created: 2017-08-14 License: BSD-2-Clause Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014364.html diff --git a/bip-0301.mediawiki b/bip-0301.mediawiki index 70f1dd01..5c74faca 100644 --- a/bip-0301.mediawiki +++ b/bip-0301.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0301 Status: Draft - Type: Standards Track + Type: Specification Created: 2019-07-23 License: BSD-2-Clause diff --git a/bip-0320.mediawiki b/bip-0320.mediawiki index 9a32df67..aa935d8d 100644 --- a/bip-0320.mediawiki +++ b/bip-0320.mediawiki @@ -5,7 +5,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0320 Status: Draft - Type: Standards Track + Type: Specification Created: 2018-03-01 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0321.mediawiki b/bip-0321.mediawiki index f386aaed..4e9f91e1 100644 --- a/bip-0321.mediawiki +++ b/bip-0321.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0321 Status: Complete - Type: Standards Track + Type: Specification Created: 2024-11-15 License: BSD-2-Clause Replaces: 21 diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki index 2e3e79ef..abe09d7f 100644 --- a/bip-0322.mediawiki +++ b/bip-0322.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0322 Status: Draft - Type: Standards Track + Type: Specification Created: 2018-09-10 License: CC0-1.0 diff --git a/bip-0324.mediawiki b/bip-0324.mediawiki index 29d6e179..7b2f5847 100644 --- a/bip-0324.mediawiki +++ b/bip-0324.mediawiki @@ -8,7 +8,7 @@ Pieter Wuille Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0324 Status: Deployed - Type: Standards Track + Type: Specification Created: 2019-03-08 License: BSD-3-Clause Replaces: 151 diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki index 98de20dd..236523a0 100644 --- a/bip-0325.mediawiki +++ b/bip-0325.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0325 Status: Complete - Type: Standards Track + Type: Specification Created: 2019-03-20 License: CC0-1.0 diff --git a/bip-0330.mediawiki b/bip-0330.mediawiki index 996f74e1..0aa8d492 100644 --- a/bip-0330.mediawiki +++ b/bip-0330.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0330 Status: Draft - Type: Standards Track + Type: Specification Created: 2019-09-25 License: CC0-1.0 License-Code: MIT diff --git a/bip-0331.mediawiki b/bip-0331.mediawiki index 472540c0..52d87db3 100644 --- a/bip-0331.mediawiki +++ b/bip-0331.mediawiki @@ -5,7 +5,7 @@ Author: Gloria Zhao Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0331 Status: Draft - Type: Standards Track + Type: Specification Created: 2022-08-08 License: BSD-3-Clause Post-History: 2022-05-17 https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020493.html [bitcoin-dev] post diff --git a/bip-0337.mediawiki b/bip-0337.mediawiki index 282554b5..74c6c035 100644 --- a/bip-0337.mediawiki +++ b/bip-0337.mediawiki @@ -5,7 +5,7 @@ Author: Tom Briar Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0337 Status: Draft - Type: Standards Track + Type: Specification Created: 2024-02-01 License: BSD-3-Clause Post-History: https://github.com/bitcoin/bitcoin/pull/29134 diff --git a/bip-0338.mediawiki b/bip-0338.mediawiki index 71ac73be..74607800 100644 --- a/bip-0338.mediawiki +++ b/bip-0338.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0338 Status: Closed - Type: Standards Track + Type: Specification Created: 2020-09-03 License: BSD-2-Clause diff --git a/bip-0339.mediawiki b/bip-0339.mediawiki index 83b490b0..91ea2dd2 100644 --- a/bip-0339.mediawiki +++ b/bip-0339.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0339 Status: Deployed - Type: Standards Track + Type: Specification Created: 2020-02-03 License: BSD-2-Clause diff --git a/bip-0340.mediawiki b/bip-0340.mediawiki index 3da9a46b..d484f3e8 100644 --- a/bip-0340.mediawiki +++ b/bip-0340.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0340 Status: Deployed - Type: Standards Track + Type: Specification Created: 2020-01-19 License: BSD-2-Clause License-Code: BSD-2-Clause diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki index 6186aede..c53625b6 100644 --- a/bip-0341.mediawiki +++ b/bip-0341.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0341 Status: Deployed - Type: Standards Track + Type: Specification Created: 2020-01-19 License: BSD-3-Clause Post-History: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki index 5d9e2ae9..9e75d25e 100644 --- a/bip-0342.mediawiki +++ b/bip-0342.mediawiki @@ -8,7 +8,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0342 Status: Deployed - Type: Standards Track + Type: Specification Created: 2020-01-19 License: BSD-3-Clause Post-History: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal diff --git a/bip-0343.mediawiki b/bip-0343.mediawiki index 03493aeb..f9eb5d46 100644 --- a/bip-0343.mediawiki +++ b/bip-0343.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0343 Status: Deployed - Type: Standards Track + Type: Specification Created: 2021-04-25 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki index e3085bf6..dbaf2b80 100644 --- a/bip-0345.mediawiki +++ b/bip-0345.mediawiki @@ -6,7 +6,7 @@ Greg Sanders Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0345 Status: Closed - Type: Standards Track + Type: Specification Created: 2023-02-03 License: BSD-3-Clause Post-History: 2023-01-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-January/021318.html [bitcoin-dev] OP_VAULT announcement diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki index e7b8d290..524f7d3a 100644 --- a/bip-0347.mediawiki +++ b/bip-0347.mediawiki @@ -6,7 +6,7 @@ Armin Sabouri Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0347 Status: Draft - Type: Standards Track + Type: Specification Created: 2023-12-11 License: BSD-3-Clause Post-History: 2023-10-21: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-October/022049.html [bitcoin-dev] Proposed BIP for OP_CAT diff --git a/bip-0348.md b/bip-0348.md index 54ac31c8..53099278 100644 --- a/bip-0348.md +++ b/bip-0348.md @@ -6,7 +6,7 @@ Jeremy Rubin Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0348 Status: Draft - Type: Standards Track + Type: Specification Created: 2024-11-26 License: BSD-3-Clause ``` diff --git a/bip-0349.md b/bip-0349.md index afd111a9..c675f47d 100644 --- a/bip-0349.md +++ b/bip-0349.md @@ -6,7 +6,7 @@ Jeremy Rubin Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0349 Status: Draft - Type: Standards Track + Type: Specification Created: 2024-11-14 License: BSD-3-Clause ``` diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki index 04c5d78a..c9f7aa1a 100644 --- a/bip-0350.mediawiki +++ b/bip-0350.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0350 Status: Deployed - Type: Standards Track + Type: Specification Created: 2020-12-16 License: BSD-2-Clause Post-History: 2021-01-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-January/018338.html [bitcoin-dev] Bech32m BIP: new checksum, and usage for segwit address diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki index 17014347..b17e9595 100644 --- a/bip-0352.mediawiki +++ b/bip-0352.mediawiki @@ -6,7 +6,7 @@ Ruben Somsen Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0352 Status: Complete - Type: Standards Track + Type: Specification Created: 2023-03-09 License: BSD-2-Clause Post-History: 2022-03-13: https://gist.github.com/RubenSomsen/c43b79517e7cb701ebf77eec6dbb46b8 [gist] Original proposal diff --git a/bip-0353.mediawiki b/bip-0353.mediawiki index b92d6d0d..8424b672 100644 --- a/bip-0353.mediawiki +++ b/bip-0353.mediawiki @@ -7,7 +7,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0353 Status: Complete - Type: Standards Track + Type: Specification Created: 2024-02-10 License: CC0-1.0 Post-History: 2024-02-13: https://groups.google.com/g/bitcoindev/c/uATaflkYglQ [bitcoin-dev] Mapping Human-Readable Names to Payment Instructions diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index 28fa20ed..ed380603 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0370 Status: Deployed - Type: Standards Track + Type: Specification Created: 2021-01-14 License: BSD-2-Clause diff --git a/bip-0371.mediawiki b/bip-0371.mediawiki index 8170b034..280eeb95 100644 --- a/bip-0371.mediawiki +++ b/bip-0371.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0371 Status: Deployed - Type: Standards Track + Type: Specification Created: 2021-06-21 License: BSD-2-Clause diff --git a/bip-0372.mediawiki b/bip-0372.mediawiki index ca6c6fb7..55f5d36e 100644 --- a/bip-0372.mediawiki +++ b/bip-0372.mediawiki @@ -6,7 +6,7 @@ Discussions-To: Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0372 Status: Draft - Type: Standards Track + Type: Specification Created: 2022-01-16 License: BSD-2-Clause Requires: BIP-174 diff --git a/bip-0373.mediawiki b/bip-0373.mediawiki index 0ab16e2e..b1270b2e 100644 --- a/bip-0373.mediawiki +++ b/bip-0373.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0373 Status: Complete - Type: Standards Track + Type: Specification Created: 2024-06-04 License: CC0-1.0 Requires: 32, 174, 327, 328, 370 diff --git a/bip-0374.mediawiki b/bip-0374.mediawiki index 32f3550c..29995c48 100644 --- a/bip-0374.mediawiki +++ b/bip-0374.mediawiki @@ -7,7 +7,7 @@ Sebastian Falbesoner Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0374 Status: Draft - Type: Standards Track + Type: Specification Created: 2024-12-26 License: BSD-2-Clause Post-History: https://gist.github.com/andrewtoth/df97c3260cc8d12f09d3855ee61322ea diff --git a/bip-0375.mediawiki b/bip-0375.mediawiki index 879c932b..b6b57e23 100644 --- a/bip-0375.mediawiki +++ b/bip-0375.mediawiki @@ -7,7 +7,7 @@ josibake Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0375 Status: Draft - Type: Standards Track + Type: Specification Created: 2025-01-08 License: BSD-2-Clause Post-History: https://groups.google.com/g/bitcoindev/c/5G5wzqUXyk4 diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index 5dd51336..a4f46f91 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -6,7 +6,7 @@ Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0388 Status: Complete - Type: Standards Track + Type: Specification Created: 2022-11-16 License: BSD-2-Clause Post-History: 2022-05-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html diff --git a/bip-0443.mediawiki b/bip-0443.mediawiki index 0bcf045b..71a987e2 100644 --- a/bip-0443.mediawiki +++ b/bip-0443.mediawiki @@ -5,7 +5,7 @@ Author: Salvatore Ingala Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0443 Status: Draft - Type: Standards Track + Type: Specification Created: 2025-05-08 License: BSD-3-Clause Post-History: 2022-11-08: https://gnusha.org/pi/bitcoindev/CAMhCMoH9uZPeAE_2tWH6rf0RndqV+ypjbNzazpFwFnLUpPsZ7g@mail.gmail.com diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 6af9d6ba..cc5d3c6e 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -76,7 +76,7 @@ my %ValidStatus = ( Closed => "background-color: #ffcfcf", ); my %ValidType = ( - 'Standards Track' => 'Standard', + 'Specification' => undef, 'Informational' => undef, 'Process' => undef, ); From 863573ab0f4fee4a66f17d53ec144e69027f6977 Mon Sep 17 00:00:00 2001 From: Murch Date: Mon, 14 Apr 2025 13:32:03 -0700 Subject: [PATCH 09/26] BIP135: Move discussion to correct header --- bip-0135.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 30d96394..cf64a5a3 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -4,13 +4,13 @@ Author: Sancho Panza Comments-Summary: No comments yet. Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0135 - https://bitco.in/forum/threads/bip9-generalized-version-bits-voting-bip-genvbvoting.1968/ Status: Closed Type: Informational Created: 2017-03-29 License: CC0-1.0 GNU-All-Permissive Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/013969.html + https://bitco.in/forum/threads/bip9-generalized-version-bits-voting-bip-genvbvoting.1968/ Replaces: 9 From 01352f7f40cb7f61d0aa177341f8804de2f8fed9 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 20:07:37 -0700 Subject: [PATCH 10/26] =?UTF-8?q?process:=20Post-History=20=E2=86=A6=20Dis?= =?UTF-8?q?cussion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also line up with additional items in the lines below. ``` sed -i -z 's/ Post-History: / Discussion: /' bip-0*.md sed -i -z 's/ Post-History: / Discussion: /' bip-0*.mediawiki ``` --- bip-0003.md | 4 ++-- bip-0011.mediawiki | 2 +- bip-0014.mediawiki | 2 +- bip-0046.mediawiki | 2 +- bip-0077.md | 6 +++--- bip-0093.mediawiki | 2 +- bip-0094.mediawiki | 6 +++--- bip-0099.mediawiki | 2 +- bip-0122.mediawiki | 2 +- bip-0124.mediawiki | 2 +- bip-0135.mediawiki | 4 ++-- bip-0300.mediawiki | 2 +- bip-0326.mediawiki | 2 +- bip-0327.mediawiki | 4 ++-- bip-0331.mediawiki | 2 +- bip-0337.mediawiki | 4 ++-- bip-0340.mediawiki | 2 +- bip-0341.mediawiki | 4 ++-- bip-0342.mediawiki | 2 +- bip-0345.mediawiki | 4 ++-- bip-0347.mediawiki | 2 +- bip-0350.mediawiki | 2 +- bip-0352.mediawiki | 8 ++++---- bip-0353.mediawiki | 2 +- bip-0374.mediawiki | 4 ++-- bip-0375.mediawiki | 2 +- bip-0388.mediawiki | 2 +- bip-0431.mediawiki | 10 +++++----- bip-0433.mediawiki | 4 ++-- bip-0443.mediawiki | 4 ++-- scripts/buildtable.pl | 4 ++-- 31 files changed, 52 insertions(+), 52 deletions(-) diff --git a/bip-0003.md b/bip-0003.md index 54a354a6..97b83373 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -7,8 +7,8 @@ Type: Process Created: 2025-01-09 License: BSD-2-Clause - Post-History: https://github.com/murchandamus/bips/pull/2 - https://gnusha.org/pi/bitcoindev/59fa94cea6f70e02b1ce0da07ae230670730171c.camel@timruffing.de/#t + Discussion: https://github.com/murchandamus/bips/pull/2 + https://gnusha.org/pi/bitcoindev/59fa94cea6f70e02b1ce0da07ae230670730171c.camel@timruffing.de/#t Requires: 123 Replaces: 2 ``` diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki index a49de84f..7fb28b23 100644 --- a/bip-0011.mediawiki +++ b/bip-0011.mediawiki @@ -8,7 +8,7 @@ Status: Deployed Type: Specification Created: 2011-10-18 - Post-History: 2011-10-02 + Discussion: 2011-10-02 ==Abstract== diff --git a/bip-0014.mediawiki b/bip-0014.mediawiki index f28d34b7..cb9d2ef3 100644 --- a/bip-0014.mediawiki +++ b/bip-0014.mediawiki @@ -9,7 +9,7 @@ Status: Deployed Type: Specification Created: 2011-11-10 - Post-History: 2011-11-02 + Discussion: 2011-11-02 In this document, bitcoin will be used to refer to the protocol while Satoshi will refer to the current client in order to prevent confusion. diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki index 423affa4..0abf0ad3 100644 --- a/bip-0046.mediawiki +++ b/bip-0046.mediawiki @@ -9,7 +9,7 @@ Type: Specification Created: 2022-04-01 License: CC0-1.0 - Post-History: 2022-05-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020389.html + Discussion: 2022-05-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020389.html == Abstract == diff --git a/bip-0077.md b/bip-0077.md index 2ecd18b2..8044f522 100644 --- a/bip-0077.md +++ b/bip-0077.md @@ -9,9 +9,9 @@ Type: Specification Created: 2023-08-08 License: BSD-2-Clause - Post-History: https://github.com/bitcoin/bips/pull/1483 - https://gnusha.org/pi/bitcoindev/7B11AE34-27A7-46ED-95BF-66CA13BA26F3@ngould.dev/#t - https://gnusha.org/pi/bitcoindev/3C0A6E4C-444E-4E75-829C-1A21D8EE40E0@ngould.dev/#t + Discussion: https://github.com/bitcoin/bips/pull/1483 + https://gnusha.org/pi/bitcoindev/7B11AE34-27A7-46ED-95BF-66CA13BA26F3@ngould.dev/#t + https://gnusha.org/pi/bitcoindev/3C0A6E4C-444E-4E75-829C-1A21D8EE40E0@ngould.dev/#t Requires: 21, 78, 173, 174 ``` diff --git a/bip-0093.mediawiki b/bip-0093.mediawiki index 1258332c..6528ca86 100644 --- a/bip-0093.mediawiki +++ b/bip-0093.mediawiki @@ -9,7 +9,7 @@ Type: Informational Created: 2023-02-13 License: BSD-3-Clause - Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-February/021469.html + Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-February/021469.html ==Introduction== diff --git a/bip-0094.mediawiki b/bip-0094.mediawiki index 5342fc5f..49f94499 100644 --- a/bip-0094.mediawiki +++ b/bip-0094.mediawiki @@ -9,9 +9,9 @@ Type: Specification Created: 2024-05-27 License: CC0-1.0 - Post-History: https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/ - https://gnusha.org/pi/bitcoindev/a6e3VPsXJf9p3gt_FmNF_Up-wrFuNMKTN30-xCSDHBKXzXnSpVflIZIj2NQ8Wos4PhQCzI2mWEMvIms_FAEs7rQdL15MpC_Phmu_fnR9iTg=@protonmail.com/ - https://github.com/bitcoin/bitcoin/pull/29775 + Discussion: https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/ + https://gnusha.org/pi/bitcoindev/a6e3VPsXJf9p3gt_FmNF_Up-wrFuNMKTN30-xCSDHBKXzXnSpVflIZIj2NQ8Wos4PhQCzI2mWEMvIms_FAEs7rQdL15MpC_Phmu_fnR9iTg=@protonmail.com/ + https://github.com/bitcoin/bitcoin/pull/29775 == Abstract == diff --git a/bip-0099.mediawiki b/bip-0099.mediawiki index 148b738c..48bcf899 100644 --- a/bip-0099.mediawiki +++ b/bip-0099.mediawiki @@ -8,7 +8,7 @@ Type: Informational Created: 2015-06-20 License: PD - Post-History: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/008936.html + Discussion: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/008936.html ==Abstract== diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki index 85bcac0d..748189eb 100644 --- a/bip-0122.mediawiki +++ b/bip-0122.mediawiki @@ -9,7 +9,7 @@ Type: Specification Created: 2015-08-29 License: PD - Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010712.html + Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010712.html ==Abstract== diff --git a/bip-0124.mediawiki b/bip-0124.mediawiki index c9fadd5e..d5956419 100644 --- a/bip-0124.mediawiki +++ b/bip-0124.mediawiki @@ -10,7 +10,7 @@ Type: Informational Created: 2015-11-20 License: PD - Post-History: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-November/011795.html + Discussion: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-November/011795.html ==Abstract== diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index cf64a5a3..8d324281 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -9,8 +9,8 @@ Created: 2017-03-29 License: CC0-1.0 GNU-All-Permissive - Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/013969.html - https://bitco.in/forum/threads/bip9-generalized-version-bits-voting-bip-genvbvoting.1968/ + Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/013969.html + https://bitco.in/forum/threads/bip9-generalized-version-bits-voting-bip-genvbvoting.1968/ Replaces: 9 diff --git a/bip-0300.mediawiki b/bip-0300.mediawiki index 4455cb1c..8aa09c96 100644 --- a/bip-0300.mediawiki +++ b/bip-0300.mediawiki @@ -10,7 +10,7 @@ Type: Specification Created: 2017-08-14 License: BSD-2-Clause - Post-History: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014364.html + Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014364.html ==Abstract== diff --git a/bip-0326.mediawiki b/bip-0326.mediawiki index d8148f5e..f6eb6c25 100644 --- a/bip-0326.mediawiki +++ b/bip-0326.mediawiki @@ -9,7 +9,7 @@ Type: Informational Created: 2021-06-10 License: CC0-1.0 - Post-History: 2021-6-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-June/019048.html + Discussion: 2021-6-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-June/019048.html diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki index be4d6cd9..f616ed50 100644 --- a/bip-0327.mediawiki +++ b/bip-0327.mediawiki @@ -9,8 +9,8 @@ Type: Informational Created: 2022-03-22 License: BSD-3-Clause - Post-History: 2022-04-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-April/020198.html [bitcoin-dev] MuSig2 BIP - 2022-10-11: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-October/021000.html [bitcoin-dev] MuSig2 BIP + Discussion: 2022-04-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-April/020198.html [bitcoin-dev] MuSig2 BIP + 2022-10-11: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-October/021000.html [bitcoin-dev] MuSig2 BIP == Introduction == diff --git a/bip-0331.mediawiki b/bip-0331.mediawiki index 52d87db3..a5455cc6 100644 --- a/bip-0331.mediawiki +++ b/bip-0331.mediawiki @@ -8,7 +8,7 @@ Type: Specification Created: 2022-08-08 License: BSD-3-Clause - Post-History: 2022-05-17 https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020493.html [bitcoin-dev] post + Discussion: 2022-05-17 https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020493.html [bitcoin-dev] post ==Abstract== diff --git a/bip-0337.mediawiki b/bip-0337.mediawiki index 74c6c035..b5633908 100644 --- a/bip-0337.mediawiki +++ b/bip-0337.mediawiki @@ -8,8 +8,8 @@ Type: Specification Created: 2024-02-01 License: BSD-3-Clause - Post-History: https://github.com/bitcoin/bitcoin/pull/29134 - https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-August/021924.html + Discussion: https://github.com/bitcoin/bitcoin/pull/29134 + https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-August/021924.html == Introduction == diff --git a/bip-0340.mediawiki b/bip-0340.mediawiki index d484f3e8..1f32885b 100644 --- a/bip-0340.mediawiki +++ b/bip-0340.mediawiki @@ -13,7 +13,7 @@ License-Code: BSD-2-Clause MIT CC0-1.0 - Post-History: 2018-07-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-July/016203.html [bitcoin-dev] Schnorr signatures BIP + Discussion: 2018-07-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-July/016203.html [bitcoin-dev] Schnorr signatures BIP == Introduction == diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki index c53625b6..477c88d3 100644 --- a/bip-0341.mediawiki +++ b/bip-0341.mediawiki @@ -11,8 +11,8 @@ Type: Specification Created: 2020-01-19 License: BSD-3-Clause - Post-History: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal - 2019-10-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-October/017378.html [bitcoin-dev] Taproot updates + Discussion: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal + 2019-10-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-October/017378.html [bitcoin-dev] Taproot updates Requires: 340 diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki index 9e75d25e..9921e3d6 100644 --- a/bip-0342.mediawiki +++ b/bip-0342.mediawiki @@ -11,7 +11,7 @@ Type: Specification Created: 2020-01-19 License: BSD-3-Clause - Post-History: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal + Discussion: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal Requires: 340, 341 diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki index dbaf2b80..a73b132f 100644 --- a/bip-0345.mediawiki +++ b/bip-0345.mediawiki @@ -9,8 +9,8 @@ Type: Specification Created: 2023-02-03 License: BSD-3-Clause - Post-History: 2023-01-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-January/021318.html [bitcoin-dev] OP_VAULT announcement - 2023-03-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-March/021510.html [bitcoin-dev] BIP for OP_VAULT + Discussion: 2023-01-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-January/021318.html [bitcoin-dev] OP_VAULT announcement + 2023-03-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-March/021510.html [bitcoin-dev] BIP for OP_VAULT Proposed-Replacement: 443 diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki index 524f7d3a..9df1e8c5 100644 --- a/bip-0347.mediawiki +++ b/bip-0347.mediawiki @@ -9,7 +9,7 @@ Type: Specification Created: 2023-12-11 License: BSD-3-Clause - Post-History: 2023-10-21: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-October/022049.html [bitcoin-dev] Proposed BIP for OP_CAT + Discussion: 2023-10-21: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-October/022049.html [bitcoin-dev] Proposed BIP for OP_CAT ==Abstract== diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki index c9f7aa1a..342895b8 100644 --- a/bip-0350.mediawiki +++ b/bip-0350.mediawiki @@ -9,7 +9,7 @@ Type: Specification Created: 2020-12-16 License: BSD-2-Clause - Post-History: 2021-01-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-January/018338.html [bitcoin-dev] Bech32m BIP: new checksum, and usage for segwit address + Discussion: 2021-01-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-January/018338.html [bitcoin-dev] Bech32m BIP: new checksum, and usage for segwit address Replaces: 173 diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki index b17e9595..299aef4d 100644 --- a/bip-0352.mediawiki +++ b/bip-0352.mediawiki @@ -9,10 +9,10 @@ Type: Specification Created: 2023-03-09 License: BSD-2-Clause - Post-History: 2022-03-13: https://gist.github.com/RubenSomsen/c43b79517e7cb701ebf77eec6dbb46b8 [gist] Original proposal - 2022-03-28: https://gnusha.org/pi/bitcoindev/CAPv7TjbXm953U2h+-12MfJ24YqOM5Kcq77_xFTjVK+R2nf-nYg@mail.gmail.com/ [bitcoin-dev] Silent Payments – Non-interactive private payments with no on-chain overhead - 2022-10-11: https://gnusha.org/pi/bitcoindev/P_21MLHGJicZ-hkbC4DGu86c5BtNKiH8spY4TOw5FJsfimdi_6VyHzU_y-s1mZsOcC2FA3EW_6w6W5qfV9dRK_7AvTAxDlwVfU-yhWZPEuo=@protonmail.com/ [bitcoin-dev] Silent Payment v4 (coinjoin support added) - 2023-08-04: https://gnusha.org/pi/bitcoindev/ZM03twumu88V2NFH@petertodd.org/ [bitcoin-dev] BIP-352 Silent Payments addresses should have an expiration time + Discussion: 2022-03-13: https://gist.github.com/RubenSomsen/c43b79517e7cb701ebf77eec6dbb46b8 [gist] Original proposal + 2022-03-28: https://gnusha.org/pi/bitcoindev/CAPv7TjbXm953U2h+-12MfJ24YqOM5Kcq77_xFTjVK+R2nf-nYg@mail.gmail.com/ [bitcoin-dev] Silent Payments – Non-interactive private payments with no on-chain overhead + 2022-10-11: https://gnusha.org/pi/bitcoindev/P_21MLHGJicZ-hkbC4DGu86c5BtNKiH8spY4TOw5FJsfimdi_6VyHzU_y-s1mZsOcC2FA3EW_6w6W5qfV9dRK_7AvTAxDlwVfU-yhWZPEuo=@protonmail.com/ [bitcoin-dev] Silent Payment v4 (coinjoin support added) + 2023-08-04: https://gnusha.org/pi/bitcoindev/ZM03twumu88V2NFH@petertodd.org/ [bitcoin-dev] BIP-352 Silent Payments addresses should have an expiration time == Introduction == diff --git a/bip-0353.mediawiki b/bip-0353.mediawiki index 8424b672..6ad79aae 100644 --- a/bip-0353.mediawiki +++ b/bip-0353.mediawiki @@ -10,7 +10,7 @@ Type: Specification Created: 2024-02-10 License: CC0-1.0 - Post-History: 2024-02-13: https://groups.google.com/g/bitcoindev/c/uATaflkYglQ [bitcoin-dev] Mapping Human-Readable Names to Payment Instructions + Discussion: 2024-02-13: https://groups.google.com/g/bitcoindev/c/uATaflkYglQ [bitcoin-dev] Mapping Human-Readable Names to Payment Instructions diff --git a/bip-0374.mediawiki b/bip-0374.mediawiki index 29995c48..df355a08 100644 --- a/bip-0374.mediawiki +++ b/bip-0374.mediawiki @@ -10,8 +10,8 @@ Type: Specification Created: 2024-12-26 License: BSD-2-Clause - Post-History: https://gist.github.com/andrewtoth/df97c3260cc8d12f09d3855ee61322ea - https://groups.google.com/g/bitcoindev/c/MezoKV5md7s + Discussion: https://gist.github.com/andrewtoth/df97c3260cc8d12f09d3855ee61322ea + https://groups.google.com/g/bitcoindev/c/MezoKV5md7s == Introduction == diff --git a/bip-0375.mediawiki b/bip-0375.mediawiki index b6b57e23..74cf2f53 100644 --- a/bip-0375.mediawiki +++ b/bip-0375.mediawiki @@ -10,7 +10,7 @@ Type: Specification Created: 2025-01-08 License: BSD-2-Clause - Post-History: https://groups.google.com/g/bitcoindev/c/5G5wzqUXyk4 + Discussion: https://groups.google.com/g/bitcoindev/c/5G5wzqUXyk4 Requires: 352, 370, 374 diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index a4f46f91..712f2bfb 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -9,7 +9,7 @@ Type: Specification Created: 2022-11-16 License: BSD-2-Clause - Post-History: 2022-05-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html + Discussion: 2022-05-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html == Abstract == diff --git a/bip-0431.mediawiki b/bip-0431.mediawiki index 2af0e53c..d079a445 100644 --- a/bip-0431.mediawiki +++ b/bip-0431.mediawiki @@ -8,11 +8,11 @@ Type: Informational Created: 2024-01-10 License: BSD-3-Clause - Post-History: 2022-01-27: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-January/019817.html [bitcoin-dev] discussion - 2022-01-27: https://gist.github.com/glozow/25d9662c52453bd08b4b4b1d3783b9ff gist discussion - 2022-09-23: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-September/020937.html [bitcoin-dev] proposal - 2024-01-02: https://delvingbitcoin.org/t/v3-transaction-policy-for-anti-pinning/340 Delving Bitcoin post - 2024-01-16: https://delvingbitcoin.org/t/lightning-transactions-with-v3-and-ephemeral-anchors/418 Delving Bitcoin post + Discussion: 2022-01-27: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-January/019817.html [bitcoin-dev] discussion + 2022-01-27: https://gist.github.com/glozow/25d9662c52453bd08b4b4b1d3783b9ff gist discussion + 2022-09-23: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-September/020937.html [bitcoin-dev] proposal + 2024-01-02: https://delvingbitcoin.org/t/v3-transaction-policy-for-anti-pinning/340 Delving Bitcoin post + 2024-01-16: https://delvingbitcoin.org/t/lightning-transactions-with-v3-and-ephemeral-anchors/418 Delving Bitcoin post ==Abstract== diff --git a/bip-0433.mediawiki b/bip-0433.mediawiki index ba936bea..81d54ff1 100644 --- a/bip-0433.mediawiki +++ b/bip-0433.mediawiki @@ -8,8 +8,8 @@ Type: Informational Created: 2025-12-08 License: BSD-3-Clause - Post-History: 2024-06-27: https://github.com/bitcoin/bitcoin/pull/30352 Github PR - 2024-10-10: https://bitcoinops.org/en/bitcoin-core-28-wallet-integration-guide/ wallet integration guide + Discussion: 2024-06-27: https://github.com/bitcoin/bitcoin/pull/30352 Github PR + 2024-10-10: https://bitcoinops.org/en/bitcoin-core-28-wallet-integration-guide/ wallet integration guide ==Abstract== diff --git a/bip-0443.mediawiki b/bip-0443.mediawiki index 71a987e2..66d51dc8 100644 --- a/bip-0443.mediawiki +++ b/bip-0443.mediawiki @@ -8,8 +8,8 @@ Type: Specification Created: 2025-05-08 License: BSD-3-Clause - Post-History: 2022-11-08: https://gnusha.org/pi/bitcoindev/CAMhCMoH9uZPeAE_2tWH6rf0RndqV+ypjbNzazpFwFnLUpPsZ7g@mail.gmail.com - 2023-07-30: https://gnusha.org/pi/bitcoindev/CAMhCMoFYF+9NL1sqKfn=ma3C_mfQv7mj2fqbqO5WXVwd6vyhLw@mail.gmail.com + Discussion: 2022-11-08: https://gnusha.org/pi/bitcoindev/CAMhCMoH9uZPeAE_2tWH6rf0RndqV+ypjbNzazpFwFnLUpPsZ7g@mail.gmail.com + 2023-07-30: https://gnusha.org/pi/bitcoindev/CAMhCMoFYF+9NL1sqKfn=ma3C_mfQv7mj2fqbqO5WXVwd6vyhLw@mail.gmail.com diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index cc5d3c6e..fd5db703 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -20,7 +20,7 @@ my %MayHaveMulti = ( 'Comments-URI' => undef, License => undef, 'License-Code' => undef, - 'Post-History' => undef, + 'Discussion' => undef, ); my %DateField = ( Created => undef, @@ -32,7 +32,7 @@ my %EmailField = ( my %MiscField = ( 'Comments-Summary' => undef, 'Discussions-To' => undef, - 'Post-History' => undef, + 'Discussion' => undef, 'Replaces' => undef, 'Requires' => undef, 'Proposed-Replacement' => undef, From 59730dec4fb641a41589aa1b91d3c452f13e0e36 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 20:05:13 -0700 Subject: [PATCH 11/26] process: Remove Comments-URI and -Summary ``` sed -i '0,/Comments-Summary/{/Comments-Summary/d}' bip-0*md sed -i '0,/Comments-Summary/{/Comments-Summary/d}' bip-0*mediawiki sed -i '0,/Comments-URI/{/Comments-URI/d}' bip-0*md sed -i '0,/Comments-URI/{/Comments-URI/d}' bip-0*mediawiki ``` Then reset the BIPs with non-empty comment wikis: - bip-0037.mediawiki - bip-0038.mediawiki - bip-0039.mediawiki - bip-0042.mediawiki - bip-0044.mediawiki - bip-0047.mediawiki - bip-0049.mediawiki - bip-0060.mediawiki - bip-0061.mediawiki - bip-0074.mediawiki - bip-0075.mediawiki - bip-0077.md - bip-0084.mediawiki - bip-0090.mediawiki - bip-0118.mediawiki - bip-0125.mediawiki - bip-0150.mediawiki - bip-0151.mediawiki - bip-0152.mediawiki - bip-0171.mediawiki - bip-0172.mediawiki - bip-0173.mediawiki - bip-0174.mediawiki - bip-0176.mediawiki - bip-0178.mediawiki - bip-0199.mediawiki - bip-0322.mediawiki - bip-0340.mediawiki - bip-0341.mediawiki --- bip-0001.mediawiki | 2 -- bip-0002.mediawiki | 2 -- bip-0003.md | 7 +++---- bip-0008.mediawiki | 2 -- bip-0009.mediawiki | 2 -- bip-0010.mediawiki | 2 -- bip-0011.mediawiki | 2 -- bip-0012.mediawiki | 2 -- bip-0013.mediawiki | 2 -- bip-0014.mediawiki | 2 -- bip-0015.mediawiki | 2 -- bip-0016.mediawiki | 2 -- bip-0017.mediawiki | 2 -- bip-0018.mediawiki | 2 -- bip-0019.mediawiki | 2 -- bip-0020.mediawiki | 2 -- bip-0021.mediawiki | 2 -- bip-0022.mediawiki | 2 -- bip-0023.mediawiki | 2 -- bip-0030.mediawiki | 2 -- bip-0031.mediawiki | 2 -- bip-0032.mediawiki | 2 -- bip-0033.mediawiki | 2 -- bip-0034.mediawiki | 2 -- bip-0035.mediawiki | 2 -- bip-0036.mediawiki | 2 -- bip-0043.mediawiki | 2 -- bip-0045.mediawiki | 2 -- bip-0046.mediawiki | 1 - bip-0048.mediawiki | 2 -- bip-0050.mediawiki | 2 -- bip-0052.mediawiki | 2 -- bip-0053.mediawiki | 1 - bip-0054.md | 2 -- bip-0062.mediawiki | 2 -- bip-0064.mediawiki | 2 -- bip-0065.mediawiki | 2 -- bip-0066.mediawiki | 2 -- bip-0067.mediawiki | 2 -- bip-0068.mediawiki | 2 -- bip-0069.mediawiki | 2 -- bip-0070.mediawiki | 2 -- bip-0071.mediawiki | 2 -- bip-0072.mediawiki | 2 -- bip-0073.mediawiki | 2 -- bip-0078.mediawiki | 2 -- bip-0079.mediawiki | 2 -- bip-0080.mediawiki | 2 -- bip-0081.mediawiki | 2 -- bip-0083.mediawiki | 2 -- bip-0085.mediawiki | 2 -- bip-0086.mediawiki | 2 -- bip-0087.mediawiki | 2 -- bip-0088.mediawiki | 2 -- bip-0091.mediawiki | 2 -- bip-0093.mediawiki | 1 - bip-0094.mediawiki | 2 -- bip-0098.mediawiki | 2 -- bip-0099.mediawiki | 2 -- bip-0100.mediawiki | 2 -- bip-0101.mediawiki | 2 -- bip-0102.mediawiki | 2 -- bip-0103.mediawiki | 2 -- bip-0104.mediawiki | 2 -- bip-0105.mediawiki | 2 -- bip-0106.mediawiki | 2 -- bip-0107.mediawiki | 2 -- bip-0109.mediawiki | 2 -- bip-0111.mediawiki | 2 -- bip-0112.mediawiki | 2 -- bip-0113.mediawiki | 2 -- bip-0114.mediawiki | 2 -- bip-0115.mediawiki | 2 -- bip-0116.mediawiki | 2 -- bip-0117.mediawiki | 2 -- bip-0119.mediawiki | 1 - bip-0120.mediawiki | 2 -- bip-0121.mediawiki | 2 -- bip-0122.mediawiki | 2 -- bip-0123.mediawiki | 2 -- bip-0124.mediawiki | 2 -- bip-0126.mediawiki | 2 -- bip-0127.mediawiki | 2 -- bip-0129.mediawiki | 2 -- bip-0130.mediawiki | 2 -- bip-0131.mediawiki | 2 -- bip-0132.mediawiki | 2 -- bip-0133.mediawiki | 2 -- bip-0134.mediawiki | 2 -- bip-0135.mediawiki | 2 -- bip-0136.mediawiki | 2 -- bip-0137.mediawiki | 2 -- bip-0140.mediawiki | 2 -- bip-0141.mediawiki | 2 -- bip-0142.mediawiki | 2 -- bip-0143.mediawiki | 2 -- bip-0144.mediawiki | 2 -- bip-0145.mediawiki | 2 -- bip-0146.mediawiki | 2 -- bip-0147.mediawiki | 2 -- bip-0148.mediawiki | 2 -- bip-0149.mediawiki | 2 -- bip-0154.mediawiki | 2 -- bip-0155.mediawiki | 2 -- bip-0156.mediawiki | 1 - bip-0157.mediawiki | 2 -- bip-0158.mediawiki | 2 -- bip-0159.mediawiki | 2 -- bip-0175.mediawiki | 2 -- bip-0177.mediawiki | 1 - bip-0179.mediawiki | 2 -- bip-0180.mediawiki | 2 -- bip-0197.mediawiki | 2 -- bip-0300.mediawiki | 2 -- bip-0301.mediawiki | 2 -- bip-0310.mediawiki | 2 -- bip-0320.mediawiki | 2 -- bip-0321.mediawiki | 2 -- bip-0324.mediawiki | 1 - bip-0325.mediawiki | 2 -- bip-0326.mediawiki | 2 -- bip-0327.mediawiki | 1 - bip-0328.mediawiki | 2 -- bip-0329.mediawiki | 2 -- bip-0330.mediawiki | 2 -- bip-0331.mediawiki | 1 - bip-0337.mediawiki | 1 - bip-0338.mediawiki | 2 -- bip-0339.mediawiki | 2 -- bip-0342.mediawiki | 2 -- bip-0343.mediawiki | 2 -- bip-0345.mediawiki | 1 - bip-0347.mediawiki | 1 - bip-0348.md | 1 - bip-0349.md | 1 - bip-0350.mediawiki | 2 -- bip-0351.mediawiki | 1 - bip-0352.mediawiki | 1 - bip-0353.mediawiki | 2 -- bip-0370.mediawiki | 2 -- bip-0371.mediawiki | 2 -- bip-0372.mediawiki | 1 - bip-0373.mediawiki | 2 -- bip-0374.mediawiki | 1 - bip-0375.mediawiki | 1 - bip-0379.md | 2 -- bip-0380.mediawiki | 2 -- bip-0381.mediawiki | 2 -- bip-0382.mediawiki | 2 -- bip-0383.mediawiki | 2 -- bip-0384.mediawiki | 2 -- bip-0385.mediawiki | 2 -- bip-0386.mediawiki | 2 -- bip-0387.mediawiki | 2 -- bip-0388.mediawiki | 2 -- bip-0389.mediawiki | 2 -- bip-0390.mediawiki | 2 -- bip-0431.mediawiki | 1 - bip-0433.mediawiki | 1 - bip-0443.mediawiki | 1 - scripts/buildtable.pl | 4 ++-- 161 files changed, 5 insertions(+), 302 deletions(-) diff --git a/bip-0001.mediawiki b/bip-0001.mediawiki index 002c9720..83473693 100644 --- a/bip-0001.mediawiki +++ b/bip-0001.mediawiki @@ -2,8 +2,6 @@ BIP: 1 Title: BIP Purpose and Guidelines Author: Amir Taaki - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0001 Status: Closed Type: Process Created: 2011-09-19 diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index 59a6d6cb..56b57ed2 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -2,8 +2,6 @@ BIP: 2 Title: BIP process, revised Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0002 Status: Closed Type: Process Created: 2016-02-03 diff --git a/bip-0003.md b/bip-0003.md index 97b83373..9f52755d 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -2,7 +2,6 @@ BIP: 3 Title: Updated BIP Process Author: Murch - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0003 Status: Deployed Type: Process Created: 2025-01-09 @@ -546,7 +545,7 @@ mentioned in the [Changelog](#changelog) section. #### Preamble -- "Comments-URI" and "Comment-Summary" headers are dropped from the preamble.[^comments] +- "Comments-URI" and "Comments-Summary" headers are dropped from the preamble.[^comments] - The "Superseded-By" header is replaced with the "Proposed-Replacement" header. - The "Post-History" header is replaced with the "Discussion" header. - The optional "Version" header is introduced. @@ -571,7 +570,7 @@ considered obsolete. Specification BIPs use the Layer header rules specified in #### Comments -The Comments-URI and Comment-Summary headers should be removed from all BIPs whose comment page in the wiki is empty. +The Comments-URI and Comments-Summary headers should be removed from all BIPs whose comment page in the wiki is empty. For existing BIPs whose comment page has content, BIP Authors may keep both headers or remove both headers at their discretion. It is recommended that existing wiki pages are not modified due to the activation of this BIP. @@ -655,7 +654,7 @@ feedback, and helpful comments. inclusive of any BIPs that can be implemented and affect interoperability of Bitcoin applications. Since all BIPs are individual recommendations by the authors (even if some may eventually achieve endorsement by the majority of the community), the prior reminder that Informational BIPs are optional is dropped. -[^comments]: **Why were comments, Comments-URI, and Comment-Summary removed from the process?** +[^comments]: **Why were comments, Comments-URI, and Comments-Summary removed from the process?** The comments feature saw insignificant adoption. Few BIPs received any comments and barely any more than two with only a handful of contributors commenting at all. This led to many situations in which one or two comments ended up dominating the comment summary. While some of those comments may have been representative of broadly held opinions, diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki index d3574018..c5fe88f6 100644 --- a/bip-0008.mediawiki +++ b/bip-0008.mediawiki @@ -3,8 +3,6 @@ Title: Version bits with lock-in by height Author: Shaolin Fry Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0008 Status: Draft Type: Informational Created: 2017-02-01 diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki index 52b27f32..e6f51be6 100644 --- a/bip-0009.mediawiki +++ b/bip-0009.mediawiki @@ -5,8 +5,6 @@ Peter Todd Greg Maxwell Rusty Russell - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0009 Status: Deployed Type: Informational Created: 2015-10-04 diff --git a/bip-0010.mediawiki b/bip-0010.mediawiki index 92f92df1..4cba89a6 100644 --- a/bip-0010.mediawiki +++ b/bip-0010.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Multi-Sig Transaction Distribution Author: Alan Reiner - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0010 Status: Closed Type: Informational Created: 2011-10-28 diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki index 7fb28b23..dcf325a1 100644 --- a/bip-0011.mediawiki +++ b/bip-0011.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: M-of-N Standard Transactions Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0011 Status: Deployed Type: Specification Created: 2011-10-18 diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki index b9b01118..37cce73e 100644 --- a/bip-0012.mediawiki +++ b/bip-0012.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: OP_EVAL Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0012 Status: Closed Type: Specification Created: 2011-10-18 diff --git a/bip-0013.mediawiki b/bip-0013.mediawiki index 0237622a..dded7e13 100644 --- a/bip-0013.mediawiki +++ b/bip-0013.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Address Format for pay-to-script-hash Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0013 Status: Deployed Type: Specification Created: 2011-10-18 diff --git a/bip-0014.mediawiki b/bip-0014.mediawiki index cb9d2ef3..6e483a55 100644 --- a/bip-0014.mediawiki +++ b/bip-0014.mediawiki @@ -4,8 +4,6 @@ Title: Protocol Version and User Agent Author: Amir Taaki Patrick Strateman - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0014 Status: Deployed Type: Specification Created: 2011-11-10 diff --git a/bip-0015.mediawiki b/bip-0015.mediawiki index 6c3fc2bc..3af8dbd8 100644 --- a/bip-0015.mediawiki +++ b/bip-0015.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Aliases Author: Amir Taaki - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0015 Status: Closed Type: Specification Created: 2011-12-10 diff --git a/bip-0016.mediawiki b/bip-0016.mediawiki index 688b463c..3e160919 100644 --- a/bip-0016.mediawiki +++ b/bip-0016.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Pay to Script Hash Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0016 Status: Deployed Type: Specification Created: 2012-01-03 diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki index b711cc7f..3e1212a9 100644 --- a/bip-0017.mediawiki +++ b/bip-0017.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: OP_CHECKHASHVERIFY (CHV) Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0017 Status: Closed Type: Specification Created: 2012-01-18 diff --git a/bip-0018.mediawiki b/bip-0018.mediawiki index 6af3e822..f2371c91 100644 --- a/bip-0018.mediawiki +++ b/bip-0018.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: hashScriptCheck Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0018 Status: Complete Type: Specification Created: 2012-01-27 diff --git a/bip-0019.mediawiki b/bip-0019.mediawiki index f7a9f173..ca4f4b4f 100644 --- a/bip-0019.mediawiki +++ b/bip-0019.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: M-of-N Standard Transactions (Low SigOp) Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0019 Status: Closed Type: Specification Created: 2012-01-30 diff --git a/bip-0020.mediawiki b/bip-0020.mediawiki index 07be85e7..6ba1bc1b 100644 --- a/bip-0020.mediawiki +++ b/bip-0020.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: URI Scheme Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0020 Status: Closed Type: Specification Created: 2011-01-10 diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki index d557f0b7..6fa083a6 100644 --- a/bip-0021.mediawiki +++ b/bip-0021.mediawiki @@ -4,8 +4,6 @@ Title: URI Scheme Author: Nils Schneider Matt Corallo - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0021 Status: Closed Type: Specification Created: 2012-01-29 diff --git a/bip-0022.mediawiki b/bip-0022.mediawiki index 398d0bc2..2320875a 100644 --- a/bip-0022.mediawiki +++ b/bip-0022.mediawiki @@ -3,8 +3,6 @@ Layer: API/RPC Title: getblocktemplate - Fundamentals Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0022 Status: Deployed Type: Specification Created: 2012-02-28 diff --git a/bip-0023.mediawiki b/bip-0023.mediawiki index 22261cb8..f5184666 100644 --- a/bip-0023.mediawiki +++ b/bip-0023.mediawiki @@ -3,8 +3,6 @@ Layer: API/RPC Title: getblocktemplate - Pooled Mining Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0023 Status: Deployed Type: Specification Created: 2012-02-28 diff --git a/bip-0030.mediawiki b/bip-0030.mediawiki index 62559d1a..fe681dcc 100644 --- a/bip-0030.mediawiki +++ b/bip-0030.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Duplicate transactions Author: Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0030 Status: Deployed Type: Specification Created: 2012-02-22 diff --git a/bip-0031.mediawiki b/bip-0031.mediawiki index 00bf8ae6..c39b8a19 100644 --- a/bip-0031.mediawiki +++ b/bip-0031.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: Pong message Author: Mike Hearn - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0031 Status: Deployed Type: Specification Created: 2012-04-11 diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki index 140af07f..bd419660 100644 --- a/bip-0032.mediawiki +++ b/bip-0032.mediawiki @@ -11,8 +11,6 @@ RECENT CHANGES: Layer: Applications Title: Hierarchical Deterministic Wallets Author: Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0032 Status: Deployed Type: Informational Created: 2012-02-11 diff --git a/bip-0033.mediawiki b/bip-0033.mediawiki index d2167b12..2deba54b 100644 --- a/bip-0033.mediawiki +++ b/bip-0033.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: Stratized Nodes Author: Amir Taaki - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0033 Status: Closed Type: Specification Created: 2012-05-15 diff --git a/bip-0034.mediawiki b/bip-0034.mediawiki index 3a5d25c7..f291ec2d 100644 --- a/bip-0034.mediawiki +++ b/bip-0034.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Block v2, Height in Coinbase Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0034 Status: Deployed Type: Specification Created: 2012-07-06 diff --git a/bip-0035.mediawiki b/bip-0035.mediawiki index ece0e6ec..eff1d928 100644 --- a/bip-0035.mediawiki +++ b/bip-0035.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: mempool message Author: Jeff Garzik - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0035 Status: Deployed Type: Specification Created: 2012-08-16 diff --git a/bip-0036.mediawiki b/bip-0036.mediawiki index 5387de8e..2eb0421c 100644 --- a/bip-0036.mediawiki +++ b/bip-0036.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: Custom Services Author: Stefan Thomas - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0036 Status: Closed Type: Specification Created: 2012-08-03 diff --git a/bip-0043.mediawiki b/bip-0043.mediawiki index 96d18937..91a3ff8d 100644 --- a/bip-0043.mediawiki +++ b/bip-0043.mediawiki @@ -4,8 +4,6 @@ Title: Purpose Field for Deterministic Wallets Author: Marek Palatinus Pavol Rusnak - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0043 Status: Deployed Type: Specification Created: 2014-04-24 diff --git a/bip-0045.mediawiki b/bip-0045.mediawiki index 4aea9107..7be9fa24 100644 --- a/bip-0045.mediawiki +++ b/bip-0045.mediawiki @@ -5,8 +5,6 @@ Author: Manuel Araoz Ryan X. Charles Matias Alejo Garcia - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0045 Status: Complete Type: Specification Created: 2014-04-25 diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki index 0abf0ad3..e7ac537e 100644 --- a/bip-0046.mediawiki +++ b/bip-0046.mediawiki @@ -4,7 +4,6 @@ Title: Address Scheme for Timelocked Fidelity Bonds Author: Chris Belcher Thebora Kompanioni - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0046 Status: Draft Type: Specification Created: 2022-04-01 diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki index 5da94abf..2fb19232 100644 --- a/bip-0048.mediawiki +++ b/bip-0048.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Multi-Script Hierarchy for Multi-Sig Wallets Author: Fontaine - Comments-Summary: No comments - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0048 Status: Deployed Type: Specification Created: 2020-12-16 diff --git a/bip-0050.mediawiki b/bip-0050.mediawiki index 625a27fe..3487fac9 100644 --- a/bip-0050.mediawiki +++ b/bip-0050.mediawiki @@ -2,8 +2,6 @@ BIP: 50 Title: March 2013 Chain Fork Post-Mortem Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0050 Status: Deployed Type: Informational Created: 2013-03-20 diff --git a/bip-0052.mediawiki b/bip-0052.mediawiki index 0e6dfc23..25908d68 100644 --- a/bip-0052.mediawiki +++ b/bip-0052.mediawiki @@ -4,8 +4,6 @@ Title: Durable, Low Energy Bitcoin PoW Author: Michael Dubrovsky Bogdan Penkovsky - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0052 Status: Draft Type: Specification Created: 2021-05-13 diff --git a/bip-0053.mediawiki b/bip-0053.mediawiki index f8fee326..c6f626da 100644 --- a/bip-0053.mediawiki +++ b/bip-0053.mediawiki @@ -3,7 +3,6 @@ Layer: Consensus (soft fork) Title: Disallow 64-byte transactions Author: Chris Stewart - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0053 Status: Draft Type: Specification Created: 2025-04-11 diff --git a/bip-0054.md b/bip-0054.md index a1346953..b54ef9ab 100644 --- a/bip-0054.md +++ b/bip-0054.md @@ -4,8 +4,6 @@ Title: Consensus Cleanup Author: Antoine Poinsot Matt Corallo - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0054 Status: Draft Type: Specification Created: 2025-04-11 diff --git a/bip-0062.mediawiki b/bip-0062.mediawiki index 1d8d85b2..d7604ba7 100644 --- a/bip-0062.mediawiki +++ b/bip-0062.mediawiki @@ -5,8 +5,6 @@ Layer: Consensus (soft fork) Title: Dealing with malleability Author: Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0062 Status: Closed Type: Specification Created: 2014-03-12 diff --git a/bip-0064.mediawiki b/bip-0064.mediawiki index 0d0a7145..e11fa67a 100644 --- a/bip-0064.mediawiki +++ b/bip-0064.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: getutxo message Author: Mike Hearn - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0064 Status: Closed Type: Specification Created: 2014-06-10 diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index 17b46947..2e04171c 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: OP_CHECKLOCKTIMEVERIFY Author: Peter Todd - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0065 Status: Deployed Type: Specification Created: 2014-10-01 diff --git a/bip-0066.mediawiki b/bip-0066.mediawiki index 19fb536f..0eb6a65e 100644 --- a/bip-0066.mediawiki +++ b/bip-0066.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Strict DER signatures Author: Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0066 Status: Deployed Type: Specification Created: 2015-01-10 diff --git a/bip-0067.mediawiki b/bip-0067.mediawiki index 141bdd13..57ecd1db 100644 --- a/bip-0067.mediawiki +++ b/bip-0067.mediawiki @@ -5,8 +5,6 @@ Author: Thomas Kerin Jean-Pierre Rupp Ruben de Vries - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0067 Status: Complete Type: Specification Created: 2015-02-08 diff --git a/bip-0068.mediawiki b/bip-0068.mediawiki index 3b6316b3..04b92080 100644 --- a/bip-0068.mediawiki +++ b/bip-0068.mediawiki @@ -6,8 +6,6 @@ BtcDrak Nicolas Dorier kinoshitajona - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0068 Status: Deployed Type: Specification Created: 2015-05-28 diff --git a/bip-0069.mediawiki b/bip-0069.mediawiki index 11272be0..23213b23 100644 --- a/bip-0069.mediawiki +++ b/bip-0069.mediawiki @@ -4,8 +4,6 @@ Title: Lexicographical Indexing of Transaction Inputs and Outputs Author: Kristov Atlas Editor: Daniel Cousens - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0069 Status: Complete Type: Informational Created: 2015-06-12 diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index becb944a..5f3517be 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -4,8 +4,6 @@ Title: Payment Protocol Author: Gavin Andresen Mike Hearn - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0070 Status: Deployed Type: Specification Created: 2013-07-29 diff --git a/bip-0071.mediawiki b/bip-0071.mediawiki index f4eaa5b4..b52fa40c 100644 --- a/bip-0071.mediawiki +++ b/bip-0071.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Payment Protocol MIME types Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0071 Status: Deployed Type: Specification Created: 2013-07-29 diff --git a/bip-0072.mediawiki b/bip-0072.mediawiki index 6b9e1508..4c12258f 100644 --- a/bip-0072.mediawiki +++ b/bip-0072.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: bitcoin: uri extensions for Payment Protocol Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0072 Status: Deployed Type: Specification Created: 2013-07-29 diff --git a/bip-0073.mediawiki b/bip-0073.mediawiki index ebe1fe21..67431ac3 100644 --- a/bip-0073.mediawiki +++ b/bip-0073.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Use "Accept" header for response type negotiation with Payment Request URLs Author: Stephen Pair - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0073 Status: Deployed Type: Specification Created: 2013-08-27 diff --git a/bip-0078.mediawiki b/bip-0078.mediawiki index f008fd32..850555bc 100644 --- a/bip-0078.mediawiki +++ b/bip-0078.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: A Simple Payjoin Proposal Author: Nicolas Dorier - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0078 Status: Draft Type: Specification Created: 2019-05-01 diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki index ff611fef..6514db20 100644 --- a/bip-0079.mediawiki +++ b/bip-0079.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Bustapay :: a practical coinjoin protocol Author: Ryan Havar - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0079 Status: Closed Type: Informational Created: 2018-10-05 diff --git a/bip-0080.mediawiki b/bip-0080.mediawiki index 141874e7..fdda1198 100644 --- a/bip-0080.mediawiki +++ b/bip-0080.mediawiki @@ -3,8 +3,6 @@ Title: Hierarchy for Non-Colored Voting Pool Deterministic Multisig Wallets Author: Justus Ranvier Jimmy Song - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0080 Status: Closed Type: Informational Created: 2014-08-11 diff --git a/bip-0081.mediawiki b/bip-0081.mediawiki index e746a1c6..d2800de9 100644 --- a/bip-0081.mediawiki +++ b/bip-0081.mediawiki @@ -3,8 +3,6 @@ Title: Hierarchy for Colored Voting Pool Deterministic Multisig Wallets Author: Justus Ranvier Jimmy Song - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0081 Status: Closed Type: Informational Created: 2014-08-11 diff --git a/bip-0083.mediawiki b/bip-0083.mediawiki index 0d0a4698..3b77c274 100644 --- a/bip-0083.mediawiki +++ b/bip-0083.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Dynamic Hierarchical Deterministic Key Trees Author: Eric Lombrozo - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0083 Status: Closed Type: Specification Created: 2015-11-16 diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index 886928e7..8b970471 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -4,8 +4,6 @@ Title: Deterministic Entropy From BIP32 Keychains Author: Ethan Kosakovsky Aneesh Karve - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0085 Status: Deployed Type: Informational Created: 2020-03-20 diff --git a/bip-0086.mediawiki b/bip-0086.mediawiki index 6d7ad6f8..49c02b9b 100644 --- a/bip-0086.mediawiki +++ b/bip-0086.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Key Derivation for Single Key P2TR Outputs Author: Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0086 Status: Deployed Type: Specification Created: 2021-06-22 diff --git a/bip-0087.mediawiki b/bip-0087.mediawiki index 77bee85a..2fa342b3 100644 --- a/bip-0087.mediawiki +++ b/bip-0087.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Hierarchy for Deterministic Multisig Wallets Author: Robert Spigler - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0087 Status: Complete Type: Specification Created: 2020-03-11 diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki index 27975e70..0d69480d 100644 --- a/bip-0088.mediawiki +++ b/bip-0088.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Hierarchical Deterministic Path Templates Author: Dmitry Petukhov - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0088 Status: Complete Type: Informational Created: 2020-06-23 diff --git a/bip-0091.mediawiki b/bip-0091.mediawiki index 9f703e3f..7b7175b2 100644 --- a/bip-0091.mediawiki +++ b/bip-0091.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Reduced threshold Segwit MASF Author: James Hilliard - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0091 Status: Deployed Type: Specification Created: 2017-05-22 diff --git a/bip-0093.mediawiki b/bip-0093.mediawiki index 6528ca86..6709688d 100644 --- a/bip-0093.mediawiki +++ b/bip-0093.mediawiki @@ -4,7 +4,6 @@ Title: codex32: Checksummed SSSS-aware BIP32 seeds Author: Leon Olsson Curr and Pearlwort Sneed Andrew Poelstra - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0093 Status: Draft Type: Informational Created: 2023-02-13 diff --git a/bip-0094.mediawiki b/bip-0094.mediawiki index 49f94499..eb43b597 100644 --- a/bip-0094.mediawiki +++ b/bip-0094.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Testnet 4 Author: Fabian Jahr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0094 Status: Deployed Type: Specification Created: 2024-05-27 diff --git a/bip-0098.mediawiki b/bip-0098.mediawiki index 63704cea..de5f1b42 100644 --- a/bip-0098.mediawiki +++ b/bip-0098.mediawiki @@ -5,8 +5,6 @@ Author: Mark Friedenbach Kalle Alm BtcDrak - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0098 Status: Draft Type: Specification Created: 2017-08-24 diff --git a/bip-0099.mediawiki b/bip-0099.mediawiki index 48bcf899..80d9b7c5 100644 --- a/bip-0099.mediawiki +++ b/bip-0099.mediawiki @@ -2,8 +2,6 @@ BIP: 99 Title: Motivation and deployment of consensus rule changes ([soft/hard]forks) Author: Jorge Timón - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0099 Status: Closed Type: Informational Created: 2015-06-20 diff --git a/bip-0100.mediawiki b/bip-0100.mediawiki index ccacd807..29209ec6 100644 --- a/bip-0100.mediawiki +++ b/bip-0100.mediawiki @@ -5,8 +5,6 @@ Author: Jeff Garzik Tom Harding Dagur Valberg Johannsson - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0100 Status: Closed Type: Specification Created: 2015-06-11 diff --git a/bip-0101.mediawiki b/bip-0101.mediawiki index f14a9803..e9708764 100644 --- a/bip-0101.mediawiki +++ b/bip-0101.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Increase maximum block size Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0101 Status: Closed Type: Specification Created: 2015-06-22 diff --git a/bip-0102.mediawiki b/bip-0102.mediawiki index 320d995a..16bee560 100644 --- a/bip-0102.mediawiki +++ b/bip-0102.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Block size increase to 2MB Author: Jeff Garzik - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0102 Status: Closed Type: Specification Created: 2015-06-23 diff --git a/bip-0103.mediawiki b/bip-0103.mediawiki index 14a6ea1d..502a5809 100644 --- a/bip-0103.mediawiki +++ b/bip-0103.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Block size following technological growth Author: Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0103 Status: Closed Type: Specification Created: 2015-07-21 diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki index 40c11957..fb5d6c9a 100644 --- a/bip-0104.mediawiki +++ b/bip-0104.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: 'Block75' - Max block size like difficulty Author: t.khan - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0104 Status: Closed Type: Specification Created: 2017-01-13 diff --git a/bip-0105.mediawiki b/bip-0105.mediawiki index fb2d2db2..ff544c8a 100644 --- a/bip-0105.mediawiki +++ b/bip-0105.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Consensus based block size retargeting algorithm Author: BtcDrak - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0105 Status: Closed Type: Specification Created: 2015-08-21 diff --git a/bip-0106.mediawiki b/bip-0106.mediawiki index 3ae4ebf3..c331b517 100644 --- a/bip-0106.mediawiki +++ b/bip-0106.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Dynamically Controlled Bitcoin Block Size Max Cap Author: Upal Chakraborty - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0106 Status: Closed Type: Specification Created: 2015-08-24 diff --git a/bip-0107.mediawiki b/bip-0107.mediawiki index d0b99f7c..218c013b 100644 --- a/bip-0107.mediawiki +++ b/bip-0107.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Dynamic limit on the block size Author: Washington Y. Sanchez - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0107 Status: Closed Type: Specification Created: 2015-09-11 diff --git a/bip-0109.mediawiki b/bip-0109.mediawiki index 32f0190e..50c0829c 100644 --- a/bip-0109.mediawiki +++ b/bip-0109.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Two million byte size limit with sigop and sighash limits Author: Gavin Andresen - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0109 Status: Closed Type: Specification Created: 2016-01-28 diff --git a/bip-0111.mediawiki b/bip-0111.mediawiki index 5193b805..0be1d876 100644 --- a/bip-0111.mediawiki +++ b/bip-0111.mediawiki @@ -4,8 +4,6 @@ Title: NODE_BLOOM service bit Author: Matt Corallo Peter Todd - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0111 Status: Deployed Type: Specification Created: 2015-08-20 diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index 2f5ad509..b84dbfa6 100644 --- a/bip-0112.mediawiki +++ b/bip-0112.mediawiki @@ -5,8 +5,6 @@ Author: BtcDrak Mark Friedenbach Eric Lombrozo - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0112 Status: Deployed Type: Specification Created: 2015-08-10 diff --git a/bip-0113.mediawiki b/bip-0113.mediawiki index 059faaaa..8f6e0e2f 100644 --- a/bip-0113.mediawiki +++ b/bip-0113.mediawiki @@ -4,8 +4,6 @@ Title: Median time-past as endpoint for lock-time calculations Author: Thomas Kerin Mark Friedenbach - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0113 Status: Deployed Type: Specification Created: 2015-08-10 diff --git a/bip-0114.mediawiki b/bip-0114.mediawiki index 663f2bdc..5bf6e3f0 100644 --- a/bip-0114.mediawiki +++ b/bip-0114.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Merkelized Abstract Syntax Tree Author: Johnson Lau - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0114 Status: Closed Type: Specification Created: 2016-04-02 diff --git a/bip-0115.mediawiki b/bip-0115.mediawiki index 4baff436..3392f22f 100644 --- a/bip-0115.mediawiki +++ b/bip-0115.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Generic anti-replay protection using Script Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0115 Status: Closed Type: Specification Created: 2016-09-23 diff --git a/bip-0116.mediawiki b/bip-0116.mediawiki index 30610766..ab582b2a 100644 --- a/bip-0116.mediawiki +++ b/bip-0116.mediawiki @@ -5,8 +5,6 @@ Author: Mark Friedenbach Kalle Alm BtcDrak - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0116 Status: Draft Type: Specification Created: 2017-08-25 diff --git a/bip-0117.mediawiki b/bip-0117.mediawiki index 34e746ac..1225f048 100644 --- a/bip-0117.mediawiki +++ b/bip-0117.mediawiki @@ -5,8 +5,6 @@ Author: Mark Friedenbach Kalle Alm BtcDrak - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0117 Status: Draft Type: Specification Created: 2017-08-25 diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki index 8481d7d2..0f3c3d41 100644 --- a/bip-0119.mediawiki +++ b/bip-0119.mediawiki @@ -3,7 +3,6 @@ Layer: Consensus (soft fork) Title: CHECKTEMPLATEVERIFY Author: Jeremy Rubin - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0119 Status: Draft Type: Specification Created: 2020-01-06 diff --git a/bip-0120.mediawiki b/bip-0120.mediawiki index ef908c54..47a06230 100644 --- a/bip-0120.mediawiki +++ b/bip-0120.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Proof of Payment Author: Kalle Rosenbaum - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0120 Status: Closed Type: Specification Created: 2015-07-28 diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki index eb6312cc..df0657b3 100644 --- a/bip-0121.mediawiki +++ b/bip-0121.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Proof of Payment URI scheme Author: Kalle Rosenbaum - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0121 Status: Closed Type: Specification Created: 2015-07-27 diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki index 748189eb..afe09739 100644 --- a/bip-0122.mediawiki +++ b/bip-0122.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: URI scheme for Blockchain references / exploration Author: Marco Pontello - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0122 Status: Draft Type: Specification Created: 2015-08-29 diff --git a/bip-0123.mediawiki b/bip-0123.mediawiki index 54933f56..7df68a81 100644 --- a/bip-0123.mediawiki +++ b/bip-0123.mediawiki @@ -2,8 +2,6 @@ BIP: 123 Title: BIP Classification Author: Eric Lombrozo - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0123 Status: Deployed Type: Process Created: 2015-08-26 diff --git a/bip-0124.mediawiki b/bip-0124.mediawiki index d5956419..8ffa6a92 100644 --- a/bip-0124.mediawiki +++ b/bip-0124.mediawiki @@ -4,8 +4,6 @@ Title: Hierarchical Deterministic Script Templates Author: Eric Lombrozo William Swanson - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0124 Status: Closed Type: Informational Created: 2015-11-20 diff --git a/bip-0126.mediawiki b/bip-0126.mediawiki index 2c04eb45..22d41262 100644 --- a/bip-0126.mediawiki +++ b/bip-0126.mediawiki @@ -2,8 +2,6 @@ BIP: 126 Title: Best Practices for Heterogeneous Input Script Transactions Author: Kristov Atlas - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0126 Status: Draft Type: Informational Created: 2016-02-10 diff --git a/bip-0127.mediawiki b/bip-0127.mediawiki index 29fc4bd4..bfd64347 100644 --- a/bip-0127.mediawiki +++ b/bip-0127.mediawiki @@ -4,8 +4,6 @@ Layer: Applications Title: Simple Proof-of-Reserves Transactions Author: Steven Roose - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0127 Status: Draft Type: Specification Created: 2019-01-28 diff --git a/bip-0129.mediawiki b/bip-0129.mediawiki index 5cfad5ec..8e901c8e 100644 --- a/bip-0129.mediawiki +++ b/bip-0129.mediawiki @@ -7,8 +7,6 @@ Marko Bencun Aaron Chen Rodolfo Novak - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0129 Status: Complete Type: Specification Created: 2020-11-10 diff --git a/bip-0130.mediawiki b/bip-0130.mediawiki index 87ff4308..48517735 100644 --- a/bip-0130.mediawiki +++ b/bip-0130.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: sendheaders message Author: Suhas Daftuar - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0130 Status: Deployed Type: Specification Created: 2015-05-08 diff --git a/bip-0131.mediawiki b/bip-0131.mediawiki index 0a225821..6534a29a 100644 --- a/bip-0131.mediawiki +++ b/bip-0131.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: "Coalescing Transaction" Specification (wildcard inputs) Author: Chris Priest - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0131 Status: Closed Type: Specification Created: 2015-11-30 diff --git a/bip-0132.mediawiki b/bip-0132.mediawiki index 1616d186..f28eb7ae 100644 --- a/bip-0132.mediawiki +++ b/bip-0132.mediawiki @@ -2,8 +2,6 @@ BIP: 132 Title: Committee-based BIP Acceptance Process Author: Andy Chase - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0132 Status: Closed Type: Process Created: 2015-08-31 diff --git a/bip-0133.mediawiki b/bip-0133.mediawiki index 5636efdb..da116bbf 100644 --- a/bip-0133.mediawiki +++ b/bip-0133.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: feefilter message Author: Alex Morcos - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0133 Status: Deployed Type: Specification Created: 2016-02-13 diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki index 6217718e..28e0c4b7 100644 --- a/bip-0134.mediawiki +++ b/bip-0134.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (hard fork) Title: Flexible Transactions Author: Tom Zander - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0134 Status: Closed Type: Specification Created: 2016-07-27 diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 8d324281..6c96f333 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -2,8 +2,6 @@ BIP: 135 Title: Generalized version bits voting Author: Sancho Panza - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0135 Status: Closed Type: Informational Created: 2017-03-29 diff --git a/bip-0136.mediawiki b/bip-0136.mediawiki index 1caa0273..28439b63 100644 --- a/bip-0136.mediawiki +++ b/bip-0136.mediawiki @@ -5,8 +5,6 @@ Author: Велеслав Jonas Schnelli Daniel Pape - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0136 Status: Draft Type: Informational Created: 2017-07-09 diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index 9febd0db..bc4d9c85 100644 --- a/bip-0137.mediawiki +++ b/bip-0137.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Signatures of Messages using Private Keys Author: Christopher Gilliard - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0137 Status: Deployed Type: Specification Created: 2019-02-16 diff --git a/bip-0140.mediawiki b/bip-0140.mediawiki index bc89a34b..4aa54b5f 100644 --- a/bip-0140.mediawiki +++ b/bip-0140.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Normalized TXID Author: Christian Decker - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0140 Status: Closed Type: Specification Created: 2015-10-14 diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki index 7b11bfad..d10272a8 100644 --- a/bip-0141.mediawiki +++ b/bip-0141.mediawiki @@ -5,8 +5,6 @@ Author: Eric Lombrozo Johnson Lau Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0141 Status: Deployed Type: Specification Created: 2015-12-21 diff --git a/bip-0142.mediawiki b/bip-0142.mediawiki index 1f6bf5d5..ce283414 100644 --- a/bip-0142.mediawiki +++ b/bip-0142.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Address Format for Segregated Witness Author: Johnson Lau - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0142 Status: Closed Type: Specification Created: 2015-12-24 diff --git a/bip-0143.mediawiki b/bip-0143.mediawiki index 377b4888..dd600f57 100644 --- a/bip-0143.mediawiki +++ b/bip-0143.mediawiki @@ -4,8 +4,6 @@ Title: Transaction Signature Verification for Version 0 Witness Program Author: Johnson Lau Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0143 Status: Deployed Type: Specification Created: 2016-01-03 diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki index f5c2b869..66ff4e51 100644 --- a/bip-0144.mediawiki +++ b/bip-0144.mediawiki @@ -4,8 +4,6 @@ Title: Segregated Witness (Peer Services) Author: Eric Lombrozo Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0144 Status: Deployed Type: Specification Created: 2016-01-08 diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki index 2e98c517..f692d323 100644 --- a/bip-0145.mediawiki +++ b/bip-0145.mediawiki @@ -3,8 +3,6 @@ Layer: API/RPC Title: getblocktemplate Updates for Segregated Witness Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0145 Status: Deployed Type: Specification Created: 2016-01-30 diff --git a/bip-0146.mediawiki b/bip-0146.mediawiki index 5be51cf3..6569e22a 100644 --- a/bip-0146.mediawiki +++ b/bip-0146.mediawiki @@ -4,8 +4,6 @@ Title: Dealing with signature encoding malleability Author: Johnson Lau Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0146 Status: Closed Type: Specification Created: 2016-08-16 diff --git a/bip-0147.mediawiki b/bip-0147.mediawiki index f378000f..01b54286 100644 --- a/bip-0147.mediawiki +++ b/bip-0147.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Dealing with dummy stack element malleability Author: Johnson Lau - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0147 Status: Deployed Type: Specification Created: 2016-09-02 diff --git a/bip-0148.mediawiki b/bip-0148.mediawiki index 906e66f6..a924b822 100644 --- a/bip-0148.mediawiki +++ b/bip-0148.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Mandatory activation of segwit deployment Author: Shaolin Fry - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0148 Status: Deployed Type: Specification Created: 2017-03-12 diff --git a/bip-0149.mediawiki b/bip-0149.mediawiki index 6769f47a..73a1dcdb 100644 --- a/bip-0149.mediawiki +++ b/bip-0149.mediawiki @@ -3,8 +3,6 @@ Layer: Consensus (soft fork) Title: Segregated Witness (second deployment) Author: Shaolin Fry - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0149 Status: Closed Type: Specification Created: 2017-04-14 diff --git a/bip-0154.mediawiki b/bip-0154.mediawiki index 83399821..00eb8361 100644 --- a/bip-0154.mediawiki +++ b/bip-0154.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: Rate Limiting via peer specified challenges Author: Karl-Johan Alm - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0154 Status: Closed Type: Specification Created: 2017-04-12 diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki index 37a4cbae..aab95718 100644 --- a/bip-0155.mediawiki +++ b/bip-0155.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: addrv2 message Author: Wladimir J. van der Laan - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0155 Status: Deployed Type: Specification Created: 2019-02-27 diff --git a/bip-0156.mediawiki b/bip-0156.mediawiki index fffd611f..eaa192b3 100644 --- a/bip-0156.mediawiki +++ b/bip-0156.mediawiki @@ -8,7 +8,6 @@ Surya Bakshi Shaileshh Bojja Venkatakrishnan Pramod Viswanath - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0156 Status: Closed Type: Specification Created: 2017-06-09 diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki index d1ae496b..10dcc55d 100644 --- a/bip-0157.mediawiki +++ b/bip-0157.mediawiki @@ -5,8 +5,6 @@ Author: Olaoluwa Osuntokun Alex Akselrod Jim Posen - Comments-Summary: None yet - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0157 Status: Deployed Type: Specification Created: 2017-05-24 diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 99c6eb4e..27995ad3 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -4,8 +4,6 @@ Title: Compact Block Filters for Light Clients Author: Olaoluwa Osuntokun Alex Akselrod - Comments-Summary: None yet - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0158 Status: Deployed Type: Specification Created: 2017-05-24 diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki index 63dff70d..83a501e4 100644 --- a/bip-0159.mediawiki +++ b/bip-0159.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: NODE_NETWORK_LIMITED service bit Author: Jonas Schnelli - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0159 Status: Deployed Type: Specification Created: 2017-05-11 diff --git a/bip-0175.mediawiki b/bip-0175.mediawiki index 65a03579..666d6e9c 100644 --- a/bip-0175.mediawiki +++ b/bip-0175.mediawiki @@ -4,8 +4,6 @@ Title: Pay to Contract Protocol Author: Omar Shibli Nicholas Gregory - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0175 Status: Closed Type: Informational Created: 2017-07-17 diff --git a/bip-0177.mediawiki b/bip-0177.mediawiki index 43325c4a..cd3a0e62 100644 --- a/bip-0177.mediawiki +++ b/bip-0177.mediawiki @@ -2,7 +2,6 @@ BIP: 177 Title: Redefine Bitcoin's Base Unit Author: John Carvalho - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0177 Status: Draft Type: Informational Created: 2025-04-23 diff --git a/bip-0179.mediawiki b/bip-0179.mediawiki index b34e2f6c..6ff3ae4d 100644 --- a/bip-0179.mediawiki +++ b/bip-0179.mediawiki @@ -3,8 +3,6 @@ Title: Name for payment recipient identifiers Author: Emil Engler Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0179 Status: Draft Type: Informational Created: 2019-10-17 diff --git a/bip-0180.mediawiki b/bip-0180.mediawiki index 0bb420e0..4d4569a9 100644 --- a/bip-0180.mediawiki +++ b/bip-0180.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: Block size/weight fraud proof Author: Luke Dashjr - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0180 Status: Closed Type: Specification Created: 2017-03-17 diff --git a/bip-0197.mediawiki b/bip-0197.mediawiki index 10a144e0..7aa02e13 100644 --- a/bip-0197.mediawiki +++ b/bip-0197.mediawiki @@ -4,8 +4,6 @@ Title: Hashed Time-Locked Collateral Contract Author: Matthew Black Tony Cai - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0197 Status: Draft Type: Specification Created: 2019-03-19 diff --git a/bip-0300.mediawiki b/bip-0300.mediawiki index 8aa09c96..8d0d3f16 100644 --- a/bip-0300.mediawiki +++ b/bip-0300.mediawiki @@ -4,8 +4,6 @@ Title: Hashrate Escrows (Consensus layer) Author: Paul Sztorc CryptAxe - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0300 Status: Draft Type: Specification Created: 2017-08-14 diff --git a/bip-0301.mediawiki b/bip-0301.mediawiki index 5c74faca..a629b787 100644 --- a/bip-0301.mediawiki +++ b/bip-0301.mediawiki @@ -4,8 +4,6 @@ Title: Blind Merged Mining (Consensus layer) Author: Paul Sztorc CryptAxe - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0301 Status: Draft Type: Specification Created: 2019-07-23 diff --git a/bip-0310.mediawiki b/bip-0310.mediawiki index 34522bea..43c74bd5 100644 --- a/bip-0310.mediawiki +++ b/bip-0310.mediawiki @@ -4,8 +4,6 @@ Title: Stratum protocol extensions Author: Pavel Moravec Jan Čapek - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0310 Status: Draft Type: Informational Created: 2018-03-10 diff --git a/bip-0320.mediawiki b/bip-0320.mediawiki index aa935d8d..67fc8d4f 100644 --- a/bip-0320.mediawiki +++ b/bip-0320.mediawiki @@ -2,8 +2,6 @@ BIP: 320 Title: nVersion bits for general purpose use Author: BtcDrak - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0320 Status: Draft Type: Specification Created: 2018-03-01 diff --git a/bip-0321.mediawiki b/bip-0321.mediawiki index 4e9f91e1..284a4145 100644 --- a/bip-0321.mediawiki +++ b/bip-0321.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: URI Scheme Author: Matt Corallo - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0321 Status: Complete Type: Specification Created: 2024-11-15 diff --git a/bip-0324.mediawiki b/bip-0324.mediawiki index 7b2f5847..050e9310 100644 --- a/bip-0324.mediawiki +++ b/bip-0324.mediawiki @@ -6,7 +6,6 @@ Tim Ruffing Jonas Schnelli Pieter Wuille - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0324 Status: Deployed Type: Specification Created: 2019-03-08 diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki index 236523a0..942b6cec 100644 --- a/bip-0325.mediawiki +++ b/bip-0325.mediawiki @@ -4,8 +4,6 @@ Title: Signet Author: Karl-Johan Alm Anthony Towns - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0325 Status: Complete Type: Specification Created: 2019-03-20 diff --git a/bip-0326.mediawiki b/bip-0326.mediawiki index f6eb6c25..ad222a5e 100644 --- a/bip-0326.mediawiki +++ b/bip-0326.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Anti-fee-sniping in taproot transactions Author: Chris Belcher - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0326 Status: Draft Type: Informational Created: 2021-06-10 diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki index f616ed50..ae21f343 100644 --- a/bip-0327.mediawiki +++ b/bip-0327.mediawiki @@ -4,7 +4,6 @@ Author: Jonas Nick Tim Ruffing Elliott Jin - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0327 Status: Deployed Type: Informational Created: 2022-03-22 diff --git a/bip-0328.mediawiki b/bip-0328.mediawiki index b868057b..3780bedf 100644 --- a/bip-0328.mediawiki +++ b/bip-0328.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Derivation Scheme for MuSig2 Aggregate Keys Author: Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0328 Status: Complete Type: Informational Created: 2024-06-04 diff --git a/bip-0329.mediawiki b/bip-0329.mediawiki index 5934eeae..c53acb78 100644 --- a/bip-0329.mediawiki +++ b/bip-0329.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Wallet Labels Export Format Author: Craig Raw - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0329 Status: Draft Type: Informational Created: 2022-08-23 diff --git a/bip-0330.mediawiki b/bip-0330.mediawiki index 0aa8d492..7837f67d 100644 --- a/bip-0330.mediawiki +++ b/bip-0330.mediawiki @@ -4,8 +4,6 @@ Title: Transaction announcements reconciliation Author: Gleb Naumenko Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0330 Status: Draft Type: Specification Created: 2019-09-25 diff --git a/bip-0331.mediawiki b/bip-0331.mediawiki index a5455cc6..1096f0a7 100644 --- a/bip-0331.mediawiki +++ b/bip-0331.mediawiki @@ -3,7 +3,6 @@ Layer: Peer Services Title: Ancestor Package Relay Author: Gloria Zhao - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0331 Status: Draft Type: Specification Created: 2022-08-08 diff --git a/bip-0337.mediawiki b/bip-0337.mediawiki index b5633908..5dbad2b9 100644 --- a/bip-0337.mediawiki +++ b/bip-0337.mediawiki @@ -3,7 +3,6 @@ Layer: API/RPC Title: Compressed Transactions Author: Tom Briar - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0337 Status: Draft Type: Specification Created: 2024-02-01 diff --git a/bip-0338.mediawiki b/bip-0338.mediawiki index 74607800..929e8e2e 100644 --- a/bip-0338.mediawiki +++ b/bip-0338.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: Disable transaction relay message Author: Suhas Daftuar - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0338 Status: Closed Type: Specification Created: 2020-09-03 diff --git a/bip-0339.mediawiki b/bip-0339.mediawiki index 91ea2dd2..13fbb39e 100644 --- a/bip-0339.mediawiki +++ b/bip-0339.mediawiki @@ -3,8 +3,6 @@ Layer: Peer Services Title: WTXID-based transaction relay Author: Suhas Daftuar - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0339 Status: Deployed Type: Specification Created: 2020-02-03 diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki index 9921e3d6..8d070ff4 100644 --- a/bip-0342.mediawiki +++ b/bip-0342.mediawiki @@ -5,8 +5,6 @@ Author: Pieter Wuille Jonas Nick Anthony Towns - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0342 Status: Deployed Type: Specification Created: 2020-01-19 diff --git a/bip-0343.mediawiki b/bip-0343.mediawiki index f9eb5d46..1a69b8ab 100644 --- a/bip-0343.mediawiki +++ b/bip-0343.mediawiki @@ -4,8 +4,6 @@ Title: Mandatory activation of taproot deployment Author: Shinobius Michael Folkson - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0343 Status: Deployed Type: Specification Created: 2021-04-25 diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki index a73b132f..2d6e89c5 100644 --- a/bip-0345.mediawiki +++ b/bip-0345.mediawiki @@ -4,7 +4,6 @@ Title: OP_VAULT Author: James O'Beirne Greg Sanders - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0345 Status: Closed Type: Specification Created: 2023-02-03 diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki index 9df1e8c5..2c98626a 100644 --- a/bip-0347.mediawiki +++ b/bip-0347.mediawiki @@ -4,7 +4,6 @@ Title: OP_CAT in Tapscript Author: Ethan Heilman Armin Sabouri - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0347 Status: Draft Type: Specification Created: 2023-12-11 diff --git a/bip-0348.md b/bip-0348.md index 53099278..9dd88162 100644 --- a/bip-0348.md +++ b/bip-0348.md @@ -4,7 +4,6 @@ Title: CHECKSIGFROMSTACK Author: Brandon Black Jeremy Rubin - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0348 Status: Draft Type: Specification Created: 2024-11-26 diff --git a/bip-0349.md b/bip-0349.md index c675f47d..d8043c7b 100644 --- a/bip-0349.md +++ b/bip-0349.md @@ -4,7 +4,6 @@ Title: OP_INTERNALKEY Author: Brandon Black Jeremy Rubin - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0349 Status: Draft Type: Specification Created: 2024-11-14 diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki index 342895b8..f92b05a2 100644 --- a/bip-0350.mediawiki +++ b/bip-0350.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Bech32m format for v1+ witness addresses Author: Pieter Wuille - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0350 Status: Deployed Type: Specification Created: 2020-12-16 diff --git a/bip-0351.mediawiki b/bip-0351.mediawiki index a782b0c8..7589e310 100644 --- a/bip-0351.mediawiki +++ b/bip-0351.mediawiki @@ -4,7 +4,6 @@ Title: Private Payments Author: Alfred Hodler Clark Moody - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0351 Status: Draft Type: Informational Created: 2022-07-10 diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki index 299aef4d..e0c9211f 100644 --- a/bip-0352.mediawiki +++ b/bip-0352.mediawiki @@ -4,7 +4,6 @@ Title: Silent Payments Author: josibake Ruben Somsen - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0352 Status: Complete Type: Specification Created: 2023-03-09 diff --git a/bip-0353.mediawiki b/bip-0353.mediawiki index 6ad79aae..51e6fc65 100644 --- a/bip-0353.mediawiki +++ b/bip-0353.mediawiki @@ -4,8 +4,6 @@ Title: DNS Payment Instructions Author: Matt Corallo Bastien Teinturier - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0353 Status: Complete Type: Specification Created: 2024-02-10 diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index ed380603..4dcfc91a 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: PSBT Version 2 Author: Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0370 Status: Deployed Type: Specification Created: 2021-01-14 diff --git a/bip-0371.mediawiki b/bip-0371.mediawiki index 280eeb95..b0b3e74a 100644 --- a/bip-0371.mediawiki +++ b/bip-0371.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Taproot Fields for PSBT Author: Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0371 Status: Deployed Type: Specification Created: 2021-06-21 diff --git a/bip-0372.mediawiki b/bip-0372.mediawiki index 55f5d36e..bc9ec1d9 100644 --- a/bip-0372.mediawiki +++ b/bip-0372.mediawiki @@ -4,7 +4,6 @@ Title: Pay-to-contract tweak fields for PSBT Author: Maxim Orlovsky Discussions-To: - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0372 Status: Draft Type: Specification Created: 2022-01-16 diff --git a/bip-0373.mediawiki b/bip-0373.mediawiki index b1270b2e..9a67a14b 100644 --- a/bip-0373.mediawiki +++ b/bip-0373.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: MuSig2 PSBT Fields Author: Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0373 Status: Complete Type: Specification Created: 2024-06-04 diff --git a/bip-0374.mediawiki b/bip-0374.mediawiki index df355a08..7b3e0d8b 100644 --- a/bip-0374.mediawiki +++ b/bip-0374.mediawiki @@ -5,7 +5,6 @@ Author: Andrew Toth Ruben Somsen Sebastian Falbesoner - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0374 Status: Draft Type: Specification Created: 2024-12-26 diff --git a/bip-0375.mediawiki b/bip-0375.mediawiki index 74cf2f53..228386cc 100644 --- a/bip-0375.mediawiki +++ b/bip-0375.mediawiki @@ -5,7 +5,6 @@ Author: Andrew Toth Ava Chow josibake - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0375 Status: Draft Type: Specification Created: 2025-01-08 diff --git a/bip-0379.md b/bip-0379.md index bbddeed3..a662202d 100644 --- a/bip-0379.md +++ b/bip-0379.md @@ -7,8 +7,6 @@ Sanket Kanjalkar Antoine Poinsot Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0379 Status: Draft Type: Informational Created: 2023-10-10 diff --git a/bip-0380.mediawiki b/bip-0380.mediawiki index c8372fce..1ca4dfca 100644 --- a/bip-0380.mediawiki +++ b/bip-0380.mediawiki @@ -4,8 +4,6 @@ Title: Output Script Descriptors General Operation Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0380 Status: Deployed Type: Informational Created: 2021-06-27 diff --git a/bip-0381.mediawiki b/bip-0381.mediawiki index 3061b67b..a58ad1a2 100644 --- a/bip-0381.mediawiki +++ b/bip-0381.mediawiki @@ -4,8 +4,6 @@ Title: Non-Segwit Output Script Descriptors Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0381 Status: Deployed Type: Informational Created: 2021-06-27 diff --git a/bip-0382.mediawiki b/bip-0382.mediawiki index 97417168..fb13fdb2 100644 --- a/bip-0382.mediawiki +++ b/bip-0382.mediawiki @@ -4,8 +4,6 @@ Title: Segwit Output Script Descriptors Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0382 Status: Deployed Type: Informational Created: 2021-06-27 diff --git a/bip-0383.mediawiki b/bip-0383.mediawiki index 6790bb08..ce2b2274 100644 --- a/bip-0383.mediawiki +++ b/bip-0383.mediawiki @@ -4,8 +4,6 @@ Title: Multisig Output Script Descriptors Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0383 Status: Deployed Type: Informational Created: 2021-06-27 diff --git a/bip-0384.mediawiki b/bip-0384.mediawiki index 848b520a..2b65424e 100644 --- a/bip-0384.mediawiki +++ b/bip-0384.mediawiki @@ -4,8 +4,6 @@ Title: combo() Output Script Descriptors Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0384 Status: Deployed Type: Informational Created: 2021-06-27 diff --git a/bip-0385.mediawiki b/bip-0385.mediawiki index 10ef976d..c96f776e 100644 --- a/bip-0385.mediawiki +++ b/bip-0385.mediawiki @@ -4,8 +4,6 @@ Title: raw() and addr() Output Script Descriptors Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0385 Status: Deployed Type: Informational Created: 2021-06-27 diff --git a/bip-0386.mediawiki b/bip-0386.mediawiki index ef456038..faae1ecf 100644 --- a/bip-0386.mediawiki +++ b/bip-0386.mediawiki @@ -4,8 +4,6 @@ Title: tr() Output Script Descriptors Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0386 Status: Deployed Type: Informational Created: 2021-06-27 diff --git a/bip-0387.mediawiki b/bip-0387.mediawiki index 0eccdab7..058c32bc 100644 --- a/bip-0387.mediawiki +++ b/bip-0387.mediawiki @@ -4,8 +4,6 @@ Title: Tapscript Multisig Output Script Descriptors Author: Pieter Wuille Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0387 Status: Deployed Type: Informational Created: 2024-04-17 diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index 712f2bfb..9a774398 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Wallet Policies for Descriptor Wallets Author: Salvatore Ingala - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0388 Status: Complete Type: Specification Created: 2022-11-16 diff --git a/bip-0389.mediawiki b/bip-0389.mediawiki index 529af7b4..79ac8360 100644 --- a/bip-0389.mediawiki +++ b/bip-0389.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: Multipath Descriptor Key Expressions Author: Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0389 Status: Draft Type: Informational Created: 2022-07-26 diff --git a/bip-0390.mediawiki b/bip-0390.mediawiki index a27ddd44..5dc2a763 100644 --- a/bip-0390.mediawiki +++ b/bip-0390.mediawiki @@ -3,8 +3,6 @@ Layer: Applications Title: musig() Descriptor Key Expression Author: Ava Chow - Comments-Summary: No comments yet. - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0390 Status: Draft Type: Informational Created: 2024-06-04 diff --git a/bip-0431.mediawiki b/bip-0431.mediawiki index d079a445..6a15b748 100644 --- a/bip-0431.mediawiki +++ b/bip-0431.mediawiki @@ -3,7 +3,6 @@ Layer: Applications Title: Topology Restrictions for Pinning Author: Gloria Zhao - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0431 Status: Draft Type: Informational Created: 2024-01-10 diff --git a/bip-0433.mediawiki b/bip-0433.mediawiki index 81d54ff1..8dde47c8 100644 --- a/bip-0433.mediawiki +++ b/bip-0433.mediawiki @@ -3,7 +3,6 @@ Layer: Applications Title: Pay to Anchor (P2A) Author: Gregory Sanders - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0433 Status: Draft Type: Informational Created: 2025-12-08 diff --git a/bip-0443.mediawiki b/bip-0443.mediawiki index 66d51dc8..ccecb90d 100644 --- a/bip-0443.mediawiki +++ b/bip-0443.mediawiki @@ -3,7 +3,6 @@ Layer: Consensus (soft fork) Title: OP_CHECKCONTRACTVERIFY Author: Salvatore Ingala - Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0443 Status: Draft Type: Specification Created: 2025-05-08 diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index fd5db703..8213a291 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -9,7 +9,6 @@ my %RequiredFields = ( BIP => undef, Title => undef, Author => undef, - 'Comments-URI' => undef, Status => undef, Type => undef, Created => undef, @@ -30,6 +29,7 @@ my %EmailField = ( Editor => undef, ); my %MiscField = ( + 'Comments-URI' => undef, 'Comments-Summary' => undef, 'Discussions-To' => undef, 'Discussion' => undef, @@ -189,7 +189,7 @@ while (++$bipnum <= $topbip) { die "Unacceptable license $val in $fn" unless exists $AcceptableLicenses{$val} or ($val eq 'PD' and exists $GrandfatheredPD{$bipnum}); } } elsif ($field eq 'Comments-URI') { - if (not $found{'Comments-URI'}) { + if ($found{'Comments-URI'}) { my $first_comments_uri = sprintf('https://github.com/bitcoin/bips/wiki/Comments:BIP-%04d', $bipnum); die "First Comments-URI must be exactly \"$first_comments_uri\" in $fn" unless $val eq $first_comments_uri; } From 5207ef92a52d0b8902895b0dbb40823a4d698ec9 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 11 Apr 2025 20:08:17 -0700 Subject: [PATCH 12/26] =?UTF-8?q?process:=20Author=20=E2=86=A6=20Authors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` sed -z -i 's/Author: /Authors: /' bip-0*.md sed -z -i 's/Author: /Authors: /' bip-0*.mediawiki ``` Also align correctly in case of multiple authors. --- bip-0001.mediawiki | 2 +- bip-0002.mediawiki | 2 +- bip-0003.md | 2 +- bip-0008.mediawiki | 4 ++-- bip-0009.mediawiki | 8 ++++---- bip-0010.mediawiki | 2 +- bip-0011.mediawiki | 2 +- bip-0012.mediawiki | 2 +- bip-0013.mediawiki | 2 +- bip-0014.mediawiki | 4 ++-- bip-0015.mediawiki | 2 +- bip-0016.mediawiki | 2 +- bip-0017.mediawiki | 2 +- bip-0018.mediawiki | 2 +- bip-0019.mediawiki | 2 +- bip-0020.mediawiki | 2 +- bip-0021.mediawiki | 4 ++-- bip-0022.mediawiki | 2 +- bip-0023.mediawiki | 2 +- bip-0030.mediawiki | 2 +- bip-0031.mediawiki | 2 +- bip-0032.mediawiki | 2 +- bip-0033.mediawiki | 2 +- bip-0034.mediawiki | 2 +- bip-0035.mediawiki | 2 +- bip-0036.mediawiki | 2 +- bip-0037.mediawiki | 4 ++-- bip-0038.mediawiki | 4 ++-- bip-0039.mediawiki | 8 ++++---- bip-0042.mediawiki | 2 +- bip-0043.mediawiki | 4 ++-- bip-0044.mediawiki | 4 ++-- bip-0045.mediawiki | 6 +++--- bip-0046.mediawiki | 4 ++-- bip-0047.mediawiki | 2 +- bip-0048.mediawiki | 2 +- bip-0049.mediawiki | 2 +- bip-0050.mediawiki | 2 +- bip-0052.mediawiki | 4 ++-- bip-0053.mediawiki | 2 +- bip-0054.md | 4 ++-- bip-0060.mediawiki | 2 +- bip-0061.mediawiki | 2 +- bip-0062.mediawiki | 2 +- bip-0064.mediawiki | 2 +- bip-0065.mediawiki | 2 +- bip-0066.mediawiki | 2 +- bip-0067.mediawiki | 6 +++--- bip-0068.mediawiki | 8 ++++---- bip-0069.mediawiki | 2 +- bip-0070.mediawiki | 4 ++-- bip-0071.mediawiki | 2 +- bip-0072.mediawiki | 2 +- bip-0073.mediawiki | 2 +- bip-0074.mediawiki | 2 +- bip-0075.mediawiki | 8 ++++---- bip-0077.md | 4 ++-- bip-0078.mediawiki | 2 +- bip-0079.mediawiki | 2 +- bip-0080.mediawiki | 4 ++-- bip-0081.mediawiki | 4 ++-- bip-0083.mediawiki | 2 +- bip-0084.mediawiki | 2 +- bip-0085.mediawiki | 4 ++-- bip-0086.mediawiki | 2 +- bip-0087.mediawiki | 2 +- bip-0088.mediawiki | 2 +- bip-0090.mediawiki | 2 +- bip-0091.mediawiki | 2 +- bip-0093.mediawiki | 4 ++-- bip-0094.mediawiki | 2 +- bip-0098.mediawiki | 6 +++--- bip-0099.mediawiki | 2 +- bip-0100.mediawiki | 6 +++--- bip-0101.mediawiki | 2 +- bip-0102.mediawiki | 2 +- bip-0103.mediawiki | 2 +- bip-0104.mediawiki | 2 +- bip-0105.mediawiki | 2 +- bip-0106.mediawiki | 2 +- bip-0107.mediawiki | 2 +- bip-0109.mediawiki | 2 +- bip-0111.mediawiki | 4 ++-- bip-0112.mediawiki | 6 +++--- bip-0113.mediawiki | 4 ++-- bip-0114.mediawiki | 2 +- bip-0115.mediawiki | 2 +- bip-0116.mediawiki | 6 +++--- bip-0117.mediawiki | 6 +++--- bip-0118.mediawiki | 4 ++-- bip-0119.mediawiki | 2 +- bip-0120.mediawiki | 2 +- bip-0121.mediawiki | 2 +- bip-0122.mediawiki | 2 +- bip-0123.mediawiki | 2 +- bip-0124.mediawiki | 4 ++-- bip-0125.mediawiki | 4 ++-- bip-0126.mediawiki | 2 +- bip-0127.mediawiki | 2 +- bip-0129.mediawiki | 10 +++++----- bip-0130.mediawiki | 2 +- bip-0131.mediawiki | 2 +- bip-0132.mediawiki | 2 +- bip-0133.mediawiki | 2 +- bip-0134.mediawiki | 2 +- bip-0135.mediawiki | 2 +- bip-0136.mediawiki | 6 +++--- bip-0137.mediawiki | 2 +- bip-0140.mediawiki | 2 +- bip-0141.mediawiki | 6 +++--- bip-0142.mediawiki | 2 +- bip-0143.mediawiki | 4 ++-- bip-0144.mediawiki | 4 ++-- bip-0145.mediawiki | 2 +- bip-0146.mediawiki | 4 ++-- bip-0147.mediawiki | 2 +- bip-0148.mediawiki | 2 +- bip-0149.mediawiki | 2 +- bip-0150.mediawiki | 2 +- bip-0151.mediawiki | 2 +- bip-0152.mediawiki | 2 +- bip-0154.mediawiki | 2 +- bip-0155.mediawiki | 2 +- bip-0156.mediawiki | 12 ++++++------ bip-0157.mediawiki | 6 +++--- bip-0158.mediawiki | 4 ++-- bip-0159.mediawiki | 2 +- bip-0171.mediawiki | 2 +- bip-0172.mediawiki | 2 +- bip-0173.mediawiki | 4 ++-- bip-0174.mediawiki | 2 +- bip-0175.mediawiki | 4 ++-- bip-0176.mediawiki | 2 +- bip-0177.mediawiki | 2 +- bip-0178.mediawiki | 2 +- bip-0179.mediawiki | 4 ++-- bip-0180.mediawiki | 2 +- bip-0197.mediawiki | 4 ++-- bip-0199.mediawiki | 4 ++-- bip-0300.mediawiki | 4 ++-- bip-0301.mediawiki | 4 ++-- bip-0310.mediawiki | 4 ++-- bip-0320.mediawiki | 2 +- bip-0321.mediawiki | 2 +- bip-0322.mediawiki | 2 +- bip-0324.mediawiki | 8 ++++---- bip-0325.mediawiki | 4 ++-- bip-0326.mediawiki | 2 +- bip-0327.mediawiki | 6 +++--- bip-0328.mediawiki | 2 +- bip-0329.mediawiki | 2 +- bip-0330.mediawiki | 4 ++-- bip-0331.mediawiki | 2 +- bip-0337.mediawiki | 2 +- bip-0338.mediawiki | 2 +- bip-0339.mediawiki | 2 +- bip-0340.mediawiki | 6 +++--- bip-0341.mediawiki | 6 +++--- bip-0342.mediawiki | 6 +++--- bip-0343.mediawiki | 4 ++-- bip-0345.mediawiki | 4 ++-- bip-0347.mediawiki | 4 ++-- bip-0348.md | 4 ++-- bip-0349.md | 4 ++-- bip-0350.mediawiki | 2 +- bip-0351.mediawiki | 4 ++-- bip-0352.mediawiki | 4 ++-- bip-0353.mediawiki | 4 ++-- bip-0370.mediawiki | 2 +- bip-0371.mediawiki | 2 +- bip-0372.mediawiki | 2 +- bip-0373.mediawiki | 2 +- bip-0374.mediawiki | 6 +++--- bip-0375.mediawiki | 6 +++--- bip-0379.md | 10 +++++----- bip-0380.mediawiki | 4 ++-- bip-0381.mediawiki | 4 ++-- bip-0382.mediawiki | 4 ++-- bip-0383.mediawiki | 4 ++-- bip-0384.mediawiki | 4 ++-- bip-0385.mediawiki | 4 ++-- bip-0386.mediawiki | 4 ++-- bip-0387.mediawiki | 4 ++-- bip-0388.mediawiki | 2 +- bip-0389.mediawiki | 2 +- bip-0390.mediawiki | 2 +- bip-0431.mediawiki | 2 +- bip-0433.mediawiki | 2 +- bip-0443.mediawiki | 2 +- scripts/buildtable.pl | 26 +++++++++++++------------- 190 files changed, 313 insertions(+), 313 deletions(-) diff --git a/bip-0001.mediawiki b/bip-0001.mediawiki index 83473693..b2ebb413 100644 --- a/bip-0001.mediawiki +++ b/bip-0001.mediawiki @@ -1,7 +1,7 @@
   BIP: 1
   Title: BIP Purpose and Guidelines
-  Author: Amir Taaki 
+  Authors: Amir Taaki 
   Status: Closed
   Type: Process
   Created: 2011-09-19
diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki
index 56b57ed2..fdadd76d 100644
--- a/bip-0002.mediawiki
+++ b/bip-0002.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 2
   Title: BIP process, revised
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Closed
   Type: Process
   Created: 2016-02-03
diff --git a/bip-0003.md b/bip-0003.md
index 9f52755d..9d2cb466 100644
--- a/bip-0003.md
+++ b/bip-0003.md
@@ -1,7 +1,7 @@
 ```
   BIP: 3
   Title: Updated BIP Process
-  Author: Murch 
+  Authors: Murch 
   Status: Deployed
   Type: Process
   Created: 2025-01-09
diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki
index c5fe88f6..64f05ac6 100644
--- a/bip-0008.mediawiki
+++ b/bip-0008.mediawiki
@@ -1,8 +1,8 @@
 
   BIP: 8
   Title: Version bits with lock-in by height
-  Author: Shaolin Fry 
-          Luke Dashjr 
+  Authors: Shaolin Fry 
+           Luke Dashjr 
   Status: Draft
   Type: Informational
   Created: 2017-02-01
diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki
index e6f51be6..23a935b5 100644
--- a/bip-0009.mediawiki
+++ b/bip-0009.mediawiki
@@ -1,10 +1,10 @@
 
   BIP: 9
   Title: Version bits with timeout and delay
-  Author: Pieter Wuille 
-          Peter Todd 
-          Greg Maxwell 
-          Rusty Russell 
+  Authors: Pieter Wuille 
+           Peter Todd 
+           Greg Maxwell 
+           Rusty Russell 
   Status: Deployed
   Type: Informational
   Created: 2015-10-04
diff --git a/bip-0010.mediawiki b/bip-0010.mediawiki
index 4cba89a6..d7498c5a 100644
--- a/bip-0010.mediawiki
+++ b/bip-0010.mediawiki
@@ -2,7 +2,7 @@
   BIP: 10
   Layer: Applications
   Title: Multi-Sig Transaction Distribution
-  Author: Alan Reiner 
+  Authors: Alan Reiner 
   Status: Closed
   Type: Informational
   Created: 2011-10-28
diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki
index dcf325a1..35bf606c 100644
--- a/bip-0011.mediawiki
+++ b/bip-0011.mediawiki
@@ -2,7 +2,7 @@
   BIP: 11
   Layer: Applications
   Title: M-of-N Standard Transactions
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Deployed
   Type: Specification
   Created: 2011-10-18
diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki
index 37cce73e..2668b249 100644
--- a/bip-0012.mediawiki
+++ b/bip-0012.mediawiki
@@ -2,7 +2,7 @@
   BIP: 12
   Layer: Consensus (soft fork)
   Title: OP_EVAL
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Closed
   Type: Specification
   Created: 2011-10-18
diff --git a/bip-0013.mediawiki b/bip-0013.mediawiki
index dded7e13..a2874b65 100644
--- a/bip-0013.mediawiki
+++ b/bip-0013.mediawiki
@@ -2,7 +2,7 @@
   BIP: 13
   Layer: Applications
   Title: Address Format for pay-to-script-hash
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Deployed
   Type: Specification
   Created: 2011-10-18
diff --git a/bip-0014.mediawiki b/bip-0014.mediawiki
index 6e483a55..884b10d1 100644
--- a/bip-0014.mediawiki
+++ b/bip-0014.mediawiki
@@ -2,8 +2,8 @@
   BIP: 14
   Layer: Peer Services
   Title: Protocol Version and User Agent
-  Author: Amir Taaki 
-          Patrick Strateman 
+  Authors: Amir Taaki 
+           Patrick Strateman 
   Status: Deployed
   Type: Specification
   Created: 2011-11-10
diff --git a/bip-0015.mediawiki b/bip-0015.mediawiki
index 3af8dbd8..47b7644e 100644
--- a/bip-0015.mediawiki
+++ b/bip-0015.mediawiki
@@ -2,7 +2,7 @@
   BIP: 15
   Layer: Applications
   Title: Aliases
-  Author: Amir Taaki 
+  Authors: Amir Taaki 
   Status: Closed
   Type: Specification
   Created: 2011-12-10
diff --git a/bip-0016.mediawiki b/bip-0016.mediawiki
index 3e160919..b10ceb45 100644
--- a/bip-0016.mediawiki
+++ b/bip-0016.mediawiki
@@ -2,7 +2,7 @@
   BIP: 16
   Layer: Consensus (soft fork)
   Title: Pay to Script Hash
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Deployed
   Type: Specification
   Created: 2012-01-03
diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki
index 3e1212a9..d0cd95c1 100644
--- a/bip-0017.mediawiki
+++ b/bip-0017.mediawiki
@@ -2,7 +2,7 @@
   BIP: 17
   Layer: Consensus (soft fork)
   Title: OP_CHECKHASHVERIFY (CHV)
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Closed
   Type: Specification
   Created: 2012-01-18
diff --git a/bip-0018.mediawiki b/bip-0018.mediawiki
index f2371c91..7c6dd13b 100644
--- a/bip-0018.mediawiki
+++ b/bip-0018.mediawiki
@@ -2,7 +2,7 @@
   BIP: 18
   Layer: Consensus (soft fork)
   Title: hashScriptCheck
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Complete
   Type: Specification
   Created: 2012-01-27
diff --git a/bip-0019.mediawiki b/bip-0019.mediawiki
index ca4f4b4f..b5c9e9cd 100644
--- a/bip-0019.mediawiki
+++ b/bip-0019.mediawiki
@@ -2,7 +2,7 @@
   BIP: 19
   Layer: Applications
   Title: M-of-N Standard Transactions (Low SigOp)
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Closed
   Type: Specification
   Created: 2012-01-30
diff --git a/bip-0020.mediawiki b/bip-0020.mediawiki
index 6ba1bc1b..04f91382 100644
--- a/bip-0020.mediawiki
+++ b/bip-0020.mediawiki
@@ -2,7 +2,7 @@
   BIP: 20
   Layer: Applications
   Title: URI Scheme
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Closed
   Type: Specification
   Created: 2011-01-10
diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki
index 6fa083a6..562ddb39 100644
--- a/bip-0021.mediawiki
+++ b/bip-0021.mediawiki
@@ -2,8 +2,8 @@
   BIP: 21
   Layer: Applications
   Title: URI Scheme
-  Author: Nils Schneider 
-          Matt Corallo 
+  Authors: Nils Schneider 
+           Matt Corallo 
   Status: Closed
   Type: Specification
   Created: 2012-01-29
diff --git a/bip-0022.mediawiki b/bip-0022.mediawiki
index 2320875a..b77f9a81 100644
--- a/bip-0022.mediawiki
+++ b/bip-0022.mediawiki
@@ -2,7 +2,7 @@
   BIP: 22
   Layer: API/RPC
   Title: getblocktemplate - Fundamentals
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Deployed
   Type: Specification
   Created: 2012-02-28
diff --git a/bip-0023.mediawiki b/bip-0023.mediawiki
index f5184666..8476929f 100644
--- a/bip-0023.mediawiki
+++ b/bip-0023.mediawiki
@@ -2,7 +2,7 @@
   BIP: 23
   Layer: API/RPC
   Title: getblocktemplate - Pooled Mining
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Deployed
   Type: Specification
   Created: 2012-02-28
diff --git a/bip-0030.mediawiki b/bip-0030.mediawiki
index fe681dcc..3f72f982 100644
--- a/bip-0030.mediawiki
+++ b/bip-0030.mediawiki
@@ -2,7 +2,7 @@
   BIP: 30
   Layer: Consensus (soft fork)
   Title: Duplicate transactions
-  Author: Pieter Wuille 
+  Authors: Pieter Wuille 
   Status: Deployed
   Type: Specification
   Created: 2012-02-22
diff --git a/bip-0031.mediawiki b/bip-0031.mediawiki
index c39b8a19..a5da69f4 100644
--- a/bip-0031.mediawiki
+++ b/bip-0031.mediawiki
@@ -2,7 +2,7 @@
   BIP: 31
   Layer: Peer Services
   Title: Pong message
-  Author: Mike Hearn 
+  Authors: Mike Hearn 
   Status: Deployed
   Type: Specification
   Created: 2012-04-11
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index bd419660..d55fb719 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -10,7 +10,7 @@ RECENT CHANGES:
   BIP: 32
   Layer: Applications
   Title: Hierarchical Deterministic Wallets
-  Author: Pieter Wuille 
+  Authors: Pieter Wuille 
   Status: Deployed
   Type: Informational
   Created: 2012-02-11
diff --git a/bip-0033.mediawiki b/bip-0033.mediawiki
index 2deba54b..a674f2a5 100644
--- a/bip-0033.mediawiki
+++ b/bip-0033.mediawiki
@@ -2,7 +2,7 @@
   BIP: 33
   Layer: Peer Services
   Title: Stratized Nodes
-  Author: Amir Taaki 
+  Authors: Amir Taaki 
   Status: Closed
   Type: Specification
   Created: 2012-05-15
diff --git a/bip-0034.mediawiki b/bip-0034.mediawiki
index f291ec2d..830c9d6e 100644
--- a/bip-0034.mediawiki
+++ b/bip-0034.mediawiki
@@ -2,7 +2,7 @@
   BIP: 34
   Layer: Consensus (soft fork)
   Title: Block v2, Height in Coinbase
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Deployed
   Type: Specification
   Created: 2012-07-06
diff --git a/bip-0035.mediawiki b/bip-0035.mediawiki
index eff1d928..93bc81d4 100644
--- a/bip-0035.mediawiki
+++ b/bip-0035.mediawiki
@@ -2,7 +2,7 @@
   BIP: 35
   Layer: Peer Services
   Title: mempool message
-  Author: Jeff Garzik 
+  Authors: Jeff Garzik 
   Status: Deployed
   Type: Specification
   Created: 2012-08-16
diff --git a/bip-0036.mediawiki b/bip-0036.mediawiki
index 2eb0421c..22e87af2 100644
--- a/bip-0036.mediawiki
+++ b/bip-0036.mediawiki
@@ -2,7 +2,7 @@
   BIP: 36
   Layer: Peer Services
   Title: Custom Services
-  Author: Stefan Thomas 
+  Authors: Stefan Thomas 
   Status: Closed
   Type: Specification
   Created: 2012-08-03
diff --git a/bip-0037.mediawiki b/bip-0037.mediawiki
index d19f1037..2bc66c65 100644
--- a/bip-0037.mediawiki
+++ b/bip-0037.mediawiki
@@ -2,8 +2,8 @@
   BIP: 37
   Layer: Peer Services
   Title: Connection Bloom filtering
-  Author: Mike Hearn 
-          Matt Corallo 
+  Authors: Mike Hearn 
+           Matt Corallo 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0037
   Status: Deployed
diff --git a/bip-0038.mediawiki b/bip-0038.mediawiki
index 1d838c5b..00a67cfc 100644
--- a/bip-0038.mediawiki
+++ b/bip-0038.mediawiki
@@ -2,8 +2,8 @@
   BIP: 38
   Layer: Applications
   Title: Passphrase-protected private key
-  Author: Mike Caldwell 
-          Aaron Voisine 
+  Authors: Mike Caldwell 
+           Aaron Voisine 
   Comments-Summary: Unanimously Discourage for implementation
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0038
   Status: Draft (Some confusion applies: The announcements for this never made it to the list, so it hasn't had public discussion)
diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki
index a31894f1..c87a3c31 100644
--- a/bip-0039.mediawiki
+++ b/bip-0039.mediawiki
@@ -2,10 +2,10 @@
   BIP: 39
   Layer: Applications
   Title: Mnemonic code for generating deterministic keys
-  Author: Marek Palatinus 
-          Pavol Rusnak 
-          Aaron Voisine 
-          Sean Bowe 
+  Authors: Marek Palatinus 
+           Pavol Rusnak 
+           Aaron Voisine 
+           Sean Bowe 
   Comments-Summary: Unanimously Discourage for implementation
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039
   Status: Deployed
diff --git a/bip-0042.mediawiki b/bip-0042.mediawiki
index f65e8d3c..3f65cea2 100644
--- a/bip-0042.mediawiki
+++ b/bip-0042.mediawiki
@@ -2,7 +2,7 @@
   BIP: 42
   Layer: Consensus (soft fork)
   Title: A finite monetary supply for Bitcoin
-  Author: Pieter Wuille 
+  Authors: Pieter Wuille 
   Comments-Summary: Unanimously Recommended for implementation
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0042
   Status: Deployed
diff --git a/bip-0043.mediawiki b/bip-0043.mediawiki
index 91a3ff8d..30e21443 100644
--- a/bip-0043.mediawiki
+++ b/bip-0043.mediawiki
@@ -2,8 +2,8 @@
   BIP: 43
   Layer: Applications
   Title: Purpose Field for Deterministic Wallets
-  Author: Marek Palatinus 
-          Pavol Rusnak 
+  Authors: Marek Palatinus 
+           Pavol Rusnak 
   Status: Deployed
   Type: Specification
   Created: 2014-04-24
diff --git a/bip-0044.mediawiki b/bip-0044.mediawiki
index 13f3c3f5..57a6f8f4 100644
--- a/bip-0044.mediawiki
+++ b/bip-0044.mediawiki
@@ -2,8 +2,8 @@
   BIP: 44
   Layer: Applications
   Title: Multi-Account Hierarchy for Deterministic Wallets
-  Author: Marek Palatinus 
-          Pavol Rusnak 
+  Authors: Marek Palatinus 
+           Pavol Rusnak 
   Comments-Summary: Mixed review (one person)
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0044
   Status: Deployed
diff --git a/bip-0045.mediawiki b/bip-0045.mediawiki
index 7be9fa24..967e854c 100644
--- a/bip-0045.mediawiki
+++ b/bip-0045.mediawiki
@@ -2,9 +2,9 @@
   BIP: 45
   Layer: Applications
   Title: Structure for Deterministic P2SH Multisignature Wallets
-  Author: Manuel Araoz 
-          Ryan X. Charles 
-          Matias Alejo Garcia 
+  Authors: Manuel Araoz 
+           Ryan X. Charles 
+           Matias Alejo Garcia 
   Status: Complete
   Type: Specification
   Created: 2014-04-25
diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki
index e7ac537e..fd6627fe 100644
--- a/bip-0046.mediawiki
+++ b/bip-0046.mediawiki
@@ -2,8 +2,8 @@
   BIP: 46
   Layer: Applications
   Title: Address Scheme for Timelocked Fidelity Bonds
-  Author: Chris Belcher 
-          Thebora Kompanioni 
+  Authors: Chris Belcher 
+           Thebora Kompanioni 
   Status: Draft
   Type: Specification
   Created: 2022-04-01
diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki
index 4a1f5cf6..f4dd6fab 100644
--- a/bip-0047.mediawiki
+++ b/bip-0047.mediawiki
@@ -7,7 +7,7 @@ RECENT CHANGES:
   BIP: 47
   Layer: Applications
   Title: Reusable Payment Codes for Hierarchical Deterministic Wallets
-  Author: Justus Ranvier 
+  Authors: Justus Ranvier 
   Comments-Summary: Unanimously Discourage for implementation
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0047
   Status: Deployed
diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki
index 2fb19232..71c6250a 100644
--- a/bip-0048.mediawiki
+++ b/bip-0048.mediawiki
@@ -2,7 +2,7 @@
   BIP: 48
   Layer: Applications
   Title: Multi-Script Hierarchy for Multi-Sig Wallets
-  Author: Fontaine 
+  Authors: Fontaine 
   Status: Deployed
   Type: Specification
   Created: 2020-12-16
diff --git a/bip-0049.mediawiki b/bip-0049.mediawiki
index 337c76cb..998a169d 100644
--- a/bip-0049.mediawiki
+++ b/bip-0049.mediawiki
@@ -2,7 +2,7 @@
   BIP: 49
   Layer: Applications
   Title: Derivation scheme for P2WPKH-nested-in-P2SH based accounts
-  Author: Daniel Weigl 
+  Authors: Daniel Weigl 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0049
   Status: Deployed
diff --git a/bip-0050.mediawiki b/bip-0050.mediawiki
index 3487fac9..823248b4 100644
--- a/bip-0050.mediawiki
+++ b/bip-0050.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 50
   Title: March 2013 Chain Fork Post-Mortem
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Deployed
   Type: Informational
   Created: 2013-03-20
diff --git a/bip-0052.mediawiki b/bip-0052.mediawiki
index 25908d68..4f2dd24d 100644
--- a/bip-0052.mediawiki
+++ b/bip-0052.mediawiki
@@ -2,8 +2,8 @@
   BIP: 52
   Layer: Consensus (hard fork)
   Title: Durable, Low Energy Bitcoin PoW
-  Author: Michael Dubrovsky 
-          Bogdan Penkovsky 
+  Authors: Michael Dubrovsky 
+           Bogdan Penkovsky 
   Status: Draft
   Type: Specification
   Created: 2021-05-13
diff --git a/bip-0053.mediawiki b/bip-0053.mediawiki
index c6f626da..3104b408 100644
--- a/bip-0053.mediawiki
+++ b/bip-0053.mediawiki
@@ -2,7 +2,7 @@
   BIP: 53
   Layer: Consensus (soft fork)
   Title: Disallow 64-byte transactions
-  Author: Chris Stewart 
+  Authors: Chris Stewart 
   Status: Draft
   Type: Specification
   Created: 2025-04-11
diff --git a/bip-0054.md b/bip-0054.md
index b54ef9ab..b356fbcb 100644
--- a/bip-0054.md
+++ b/bip-0054.md
@@ -2,8 +2,8 @@
   BIP: 54
   Layer: Consensus (soft fork)
   Title: Consensus Cleanup
-  Author: Antoine Poinsot 
-          Matt Corallo 
+  Authors: Antoine Poinsot 
+           Matt Corallo 
   Status: Draft
   Type: Specification
   Created: 2025-04-11
diff --git a/bip-0060.mediawiki b/bip-0060.mediawiki
index 9339139b..8cde008b 100644
--- a/bip-0060.mediawiki
+++ b/bip-0060.mediawiki
@@ -2,7 +2,7 @@
   BIP: 60
   Layer: Peer Services
   Title: Fixed Length "version" Message (Relay-Transactions Field)
-  Author: Amir Taaki 
+  Authors: Amir Taaki 
   Comments-Summary: Discouraged for implementation (one person)
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0060
   Status: Closed
diff --git a/bip-0061.mediawiki b/bip-0061.mediawiki
index ea1af65c..fed77e65 100644
--- a/bip-0061.mediawiki
+++ b/bip-0061.mediawiki
@@ -2,7 +2,7 @@
   BIP: 61
   Layer: Peer Services
   Title: Reject P2P message
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Comments-Summary: Controversial; some recommendation, and some discouragement
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0061
   Status: Deployed
diff --git a/bip-0062.mediawiki b/bip-0062.mediawiki
index d7604ba7..fb0d336c 100644
--- a/bip-0062.mediawiki
+++ b/bip-0062.mediawiki
@@ -4,7 +4,7 @@
   BIP: 62
   Layer: Consensus (soft fork)
   Title: Dealing with malleability
-  Author: Pieter Wuille 
+  Authors: Pieter Wuille 
   Status: Closed
   Type: Specification
   Created: 2014-03-12
diff --git a/bip-0064.mediawiki b/bip-0064.mediawiki
index e11fa67a..4618a2f5 100644
--- a/bip-0064.mediawiki
+++ b/bip-0064.mediawiki
@@ -2,7 +2,7 @@
   BIP: 64
   Layer: Peer Services
   Title: getutxo message
-  Author: Mike Hearn 
+  Authors: Mike Hearn 
   Status: Closed
   Type: Specification
   Created: 2014-06-10
diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki
index 2e04171c..de739bc5 100644
--- a/bip-0065.mediawiki
+++ b/bip-0065.mediawiki
@@ -2,7 +2,7 @@
   BIP: 65
   Layer: Consensus (soft fork)
   Title: OP_CHECKLOCKTIMEVERIFY
-  Author: Peter Todd 
+  Authors: Peter Todd 
   Status: Deployed
   Type: Specification
   Created: 2014-10-01
diff --git a/bip-0066.mediawiki b/bip-0066.mediawiki
index 0eb6a65e..9d8efc92 100644
--- a/bip-0066.mediawiki
+++ b/bip-0066.mediawiki
@@ -2,7 +2,7 @@
   BIP: 66
   Layer: Consensus (soft fork)
   Title: Strict DER signatures
-  Author: Pieter Wuille 
+  Authors: Pieter Wuille 
   Status: Deployed
   Type: Specification
   Created: 2015-01-10
diff --git a/bip-0067.mediawiki b/bip-0067.mediawiki
index 57ecd1db..de5275bd 100644
--- a/bip-0067.mediawiki
+++ b/bip-0067.mediawiki
@@ -2,9 +2,9 @@
   BIP: 67
   Layer: Applications
   Title: Deterministic Pay-to-script-hash multi-signature addresses through public key sorting
-  Author: Thomas Kerin 
-          Jean-Pierre Rupp 
-          Ruben de Vries 
+  Authors: Thomas Kerin 
+           Jean-Pierre Rupp 
+           Ruben de Vries 
   Status: Complete
   Type: Specification
   Created: 2015-02-08
diff --git a/bip-0068.mediawiki b/bip-0068.mediawiki
index 04b92080..9725f5ff 100644
--- a/bip-0068.mediawiki
+++ b/bip-0068.mediawiki
@@ -2,10 +2,10 @@
   BIP: 68
   Layer: Consensus (soft fork)
   Title: Relative lock-time using consensus-enforced sequence numbers
-  Author: Mark Friedenbach 
-          BtcDrak 
-          Nicolas Dorier 
-          kinoshitajona 
+  Authors: Mark Friedenbach 
+           BtcDrak 
+           Nicolas Dorier 
+           kinoshitajona 
   Status: Deployed
   Type: Specification
   Created: 2015-05-28
diff --git a/bip-0069.mediawiki b/bip-0069.mediawiki
index 23213b23..0b52e66a 100644
--- a/bip-0069.mediawiki
+++ b/bip-0069.mediawiki
@@ -2,7 +2,7 @@
   BIP: 69
   Layer: Applications
   Title: Lexicographical Indexing of Transaction Inputs and Outputs
-  Author: Kristov Atlas 
+  Authors: Kristov Atlas 
   Editor: Daniel Cousens 
   Status: Complete
   Type: Informational
diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki
index 5f3517be..df6d3bac 100644
--- a/bip-0070.mediawiki
+++ b/bip-0070.mediawiki
@@ -2,8 +2,8 @@
   BIP: 70
   Layer: Applications
   Title: Payment Protocol
-  Author: Gavin Andresen 
-          Mike Hearn 
+  Authors: Gavin Andresen 
+           Mike Hearn 
   Status: Deployed
   Type: Specification
   Created: 2013-07-29
diff --git a/bip-0071.mediawiki b/bip-0071.mediawiki
index b52fa40c..36b49ff6 100644
--- a/bip-0071.mediawiki
+++ b/bip-0071.mediawiki
@@ -2,7 +2,7 @@
   BIP: 71
   Layer: Applications
   Title: Payment Protocol MIME types
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Deployed
   Type: Specification
   Created: 2013-07-29
diff --git a/bip-0072.mediawiki b/bip-0072.mediawiki
index 4c12258f..ad719c2e 100644
--- a/bip-0072.mediawiki
+++ b/bip-0072.mediawiki
@@ -2,7 +2,7 @@
   BIP: 72
   Layer: Applications
   Title: bitcoin: uri extensions for Payment Protocol
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Deployed
   Type: Specification
   Created: 2013-07-29
diff --git a/bip-0073.mediawiki b/bip-0073.mediawiki
index 67431ac3..6b80e961 100644
--- a/bip-0073.mediawiki
+++ b/bip-0073.mediawiki
@@ -2,7 +2,7 @@
   BIP: 73
   Layer: Applications
   Title: Use "Accept" header for response type negotiation with Payment Request URLs
-  Author: Stephen Pair 
+  Authors: Stephen Pair 
   Status: Deployed
   Type: Specification
   Created: 2013-08-27
diff --git a/bip-0074.mediawiki b/bip-0074.mediawiki
index 6689c62d..2ce32da6 100644
--- a/bip-0074.mediawiki
+++ b/bip-0074.mediawiki
@@ -2,7 +2,7 @@
   BIP: 74
   Layer: Applications
   Title: Allow zero value OP_RETURN in Payment Protocol
-  Author: Toby Padilla 
+  Authors: Toby Padilla 
   Comments-Summary: Unanimously Discourage for implementation
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0074
   Status: Closed
diff --git a/bip-0075.mediawiki b/bip-0075.mediawiki
index 3ec72dd8..ebce0b74 100644
--- a/bip-0075.mediawiki
+++ b/bip-0075.mediawiki
@@ -2,10 +2,10 @@
   BIP: 75
   Layer: Applications
   Title: Out of Band Address Exchange using Payment Protocol Encryption
-  Author: Justin Newton 
-          Matt David 
-          Aaron Voisine 
-          James MacWhyte 
+  Authors: Justin Newton 
+           Matt David 
+           Aaron Voisine 
+           James MacWhyte 
   Comments-Summary: Recommended for implementation (one person)
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0075
   Status: Deployed
diff --git a/bip-0077.md b/bip-0077.md
index 8044f522..2b0d13fc 100644
--- a/bip-0077.md
+++ b/bip-0077.md
@@ -2,8 +2,8 @@
   BIP: 77
   Layer: Applications
   Title: Async Payjoin
-  Author: Dan Gould 
-          Yuval Kogman 
+  Authors: Dan Gould 
+           Yuval Kogman 
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0077
   Status: Draft
   Type: Specification
diff --git a/bip-0078.mediawiki b/bip-0078.mediawiki
index 850555bc..6543c7c1 100644
--- a/bip-0078.mediawiki
+++ b/bip-0078.mediawiki
@@ -2,7 +2,7 @@
   BIP: 78
   Layer: Applications
   Title: A Simple Payjoin Proposal
-  Author: Nicolas Dorier 
+  Authors: Nicolas Dorier 
   Status: Draft
   Type: Specification
   Created: 2019-05-01
diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki
index 6514db20..710d7785 100644
--- a/bip-0079.mediawiki
+++ b/bip-0079.mediawiki
@@ -2,7 +2,7 @@
   BIP: 79
   Layer: Applications
   Title: Bustapay :: a practical coinjoin protocol
-  Author: Ryan Havar 
+  Authors: Ryan Havar 
   Status: Closed
   Type: Informational
   Created: 2018-10-05
diff --git a/bip-0080.mediawiki b/bip-0080.mediawiki
index fdda1198..0349cb6c 100644
--- a/bip-0080.mediawiki
+++ b/bip-0080.mediawiki
@@ -1,8 +1,8 @@
 
   BIP: 80
   Title: Hierarchy for Non-Colored Voting Pool Deterministic Multisig Wallets
-  Author: Justus Ranvier 
-          Jimmy Song 
+  Authors: Justus Ranvier 
+           Jimmy Song 
   Status: Closed
   Type: Informational
   Created: 2014-08-11
diff --git a/bip-0081.mediawiki b/bip-0081.mediawiki
index d2800de9..8b0e562e 100644
--- a/bip-0081.mediawiki
+++ b/bip-0081.mediawiki
@@ -1,8 +1,8 @@
 
   BIP: 81
   Title: Hierarchy for Colored Voting Pool Deterministic Multisig Wallets
-  Author: Justus Ranvier 
-          Jimmy Song 
+  Authors: Justus Ranvier 
+           Jimmy Song 
   Status: Closed
   Type: Informational
   Created: 2014-08-11
diff --git a/bip-0083.mediawiki b/bip-0083.mediawiki
index 3b77c274..8901bd67 100644
--- a/bip-0083.mediawiki
+++ b/bip-0083.mediawiki
@@ -2,7 +2,7 @@
   BIP: 83
   Layer: Applications
   Title: Dynamic Hierarchical Deterministic Key Trees
-  Author: Eric Lombrozo 
+  Authors: Eric Lombrozo 
   Status: Closed
   Type: Specification
   Created: 2015-11-16
diff --git a/bip-0084.mediawiki b/bip-0084.mediawiki
index d20973b4..fa479671 100644
--- a/bip-0084.mediawiki
+++ b/bip-0084.mediawiki
@@ -2,7 +2,7 @@
   BIP: 84
   Layer: Applications
   Title: Derivation scheme for P2WPKH based accounts
-  Author: Pavol Rusnak 
+  Authors: Pavol Rusnak 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0084
   Status: Deployed
diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki
index 8b970471..0aea0b4f 100644
--- a/bip-0085.mediawiki
+++ b/bip-0085.mediawiki
@@ -2,8 +2,8 @@
   BIP: 85
   Layer: Applications
   Title: Deterministic Entropy From BIP32 Keychains
-  Author: Ethan Kosakovsky 
-          Aneesh Karve 
+  Authors: Ethan Kosakovsky 
+           Aneesh Karve 
   Status: Deployed
   Type: Informational
   Created: 2020-03-20
diff --git a/bip-0086.mediawiki b/bip-0086.mediawiki
index 49c02b9b..14c991fd 100644
--- a/bip-0086.mediawiki
+++ b/bip-0086.mediawiki
@@ -2,7 +2,7 @@
   BIP: 86
   Layer: Applications
   Title: Key Derivation for Single Key P2TR Outputs
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Status: Deployed
   Type: Specification
   Created: 2021-06-22
diff --git a/bip-0087.mediawiki b/bip-0087.mediawiki
index 2fa342b3..f242c815 100644
--- a/bip-0087.mediawiki
+++ b/bip-0087.mediawiki
@@ -2,7 +2,7 @@
   BIP: 87
   Layer: Applications
   Title: Hierarchy for Deterministic Multisig Wallets
-  Author: Robert Spigler 
+  Authors: Robert Spigler 
   Status: Complete
   Type: Specification
   Created: 2020-03-11
diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki
index 0d69480d..9559de2c 100644
--- a/bip-0088.mediawiki
+++ b/bip-0088.mediawiki
@@ -2,7 +2,7 @@
   BIP: 88
   Layer: Applications
   Title: Hierarchical Deterministic Path Templates
-  Author: Dmitry Petukhov 
+  Authors: Dmitry Petukhov 
   Status: Complete
   Type: Informational
   Created: 2020-06-23
diff --git a/bip-0090.mediawiki b/bip-0090.mediawiki
index 3069db8c..5c119c94 100644
--- a/bip-0090.mediawiki
+++ b/bip-0090.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 90
   Title: Buried Deployments
-  Author: Suhas Daftuar 
+  Authors: Suhas Daftuar 
   Comments-Summary: Mostly Recommended for implementation, with some Discouragement
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0090
   Status: Deployed
diff --git a/bip-0091.mediawiki b/bip-0091.mediawiki
index 7b7175b2..48783d40 100644
--- a/bip-0091.mediawiki
+++ b/bip-0091.mediawiki
@@ -2,7 +2,7 @@
   BIP: 91
   Layer: Consensus (soft fork)
   Title: Reduced threshold Segwit MASF
-  Author: James Hilliard 
+  Authors: James Hilliard 
   Status: Deployed
   Type: Specification
   Created: 2017-05-22
diff --git a/bip-0093.mediawiki b/bip-0093.mediawiki
index 6709688d..bf3ecc74 100644
--- a/bip-0093.mediawiki
+++ b/bip-0093.mediawiki
@@ -2,8 +2,8 @@
   BIP: 93
   Layer: Applications
   Title: codex32: Checksummed SSSS-aware BIP32 seeds
-  Author: Leon Olsson Curr and Pearlwort Sneed 
-          Andrew Poelstra 
+  Authors: Leon Olsson Curr and Pearlwort Sneed 
+           Andrew Poelstra 
   Status: Draft
   Type: Informational
   Created: 2023-02-13
diff --git a/bip-0094.mediawiki b/bip-0094.mediawiki
index eb43b597..27087be5 100644
--- a/bip-0094.mediawiki
+++ b/bip-0094.mediawiki
@@ -2,7 +2,7 @@
   BIP: 94
   Layer: Applications
   Title: Testnet 4
-  Author: Fabian Jahr 
+  Authors: Fabian Jahr 
   Status: Deployed
   Type: Specification
   Created: 2024-05-27
diff --git a/bip-0098.mediawiki b/bip-0098.mediawiki
index de5f1b42..3c4a111e 100644
--- a/bip-0098.mediawiki
+++ b/bip-0098.mediawiki
@@ -2,9 +2,9 @@
   BIP: 98
   Layer: Consensus (soft fork)
   Title: Fast Merkle Trees
-  Author: Mark Friedenbach 
-          Kalle Alm 
-          BtcDrak 
+  Authors: Mark Friedenbach 
+           Kalle Alm 
+           BtcDrak 
   Status: Draft
   Type: Specification
   Created: 2017-08-24
diff --git a/bip-0099.mediawiki b/bip-0099.mediawiki
index 80d9b7c5..5bb06d0a 100644
--- a/bip-0099.mediawiki
+++ b/bip-0099.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 99
   Title: Motivation and deployment of consensus rule changes ([soft/hard]forks)
-  Author: Jorge Timón 
+  Authors: Jorge Timón 
   Status: Closed
   Type: Informational
   Created: 2015-06-20
diff --git a/bip-0100.mediawiki b/bip-0100.mediawiki
index 29209ec6..fe755e9a 100644
--- a/bip-0100.mediawiki
+++ b/bip-0100.mediawiki
@@ -2,9 +2,9 @@
   BIP: 100
   Layer: Consensus (hard fork)
   Title: Dynamic maximum block size by miner vote
-  Author: Jeff Garzik 
-          Tom Harding 
-          Dagur Valberg Johannsson 
+  Authors: Jeff Garzik 
+           Tom Harding 
+           Dagur Valberg Johannsson 
   Status: Closed
   Type: Specification
   Created: 2015-06-11
diff --git a/bip-0101.mediawiki b/bip-0101.mediawiki
index e9708764..7509013e 100644
--- a/bip-0101.mediawiki
+++ b/bip-0101.mediawiki
@@ -2,7 +2,7 @@
   BIP: 101
   Layer: Consensus (hard fork)
   Title: Increase maximum block size
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Closed
   Type: Specification
   Created: 2015-06-22
diff --git a/bip-0102.mediawiki b/bip-0102.mediawiki
index 16bee560..0f35647e 100644
--- a/bip-0102.mediawiki
+++ b/bip-0102.mediawiki
@@ -2,7 +2,7 @@
   BIP: 102
   Layer: Consensus (hard fork)
   Title: Block size increase to 2MB
-  Author: Jeff Garzik 
+  Authors: Jeff Garzik 
   Status: Closed
   Type: Specification
   Created: 2015-06-23
diff --git a/bip-0103.mediawiki b/bip-0103.mediawiki
index 502a5809..1c9e8574 100644
--- a/bip-0103.mediawiki
+++ b/bip-0103.mediawiki
@@ -2,7 +2,7 @@
   BIP: 103
   Layer: Consensus (hard fork)
   Title: Block size following technological growth
-  Author: Pieter Wuille 
+  Authors: Pieter Wuille 
   Status: Closed
   Type: Specification
   Created: 2015-07-21
diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki
index fb5d6c9a..5cb552fc 100644
--- a/bip-0104.mediawiki
+++ b/bip-0104.mediawiki
@@ -2,7 +2,7 @@
   BIP: 104
   Layer: Consensus (hard fork)
   Title: 'Block75' - Max block size like difficulty
-  Author: t.khan 
+  Authors: t.khan 
   Status: Closed
   Type: Specification
   Created: 2017-01-13
diff --git a/bip-0105.mediawiki b/bip-0105.mediawiki
index ff544c8a..717b0988 100644
--- a/bip-0105.mediawiki
+++ b/bip-0105.mediawiki
@@ -2,7 +2,7 @@
   BIP: 105
   Layer: Consensus (hard fork)
   Title: Consensus based block size retargeting algorithm
-  Author: BtcDrak 
+  Authors: BtcDrak 
   Status: Closed
   Type: Specification
   Created: 2015-08-21
diff --git a/bip-0106.mediawiki b/bip-0106.mediawiki
index c331b517..426e69c0 100644
--- a/bip-0106.mediawiki
+++ b/bip-0106.mediawiki
@@ -2,7 +2,7 @@
   BIP: 106
   Layer: Consensus (hard fork)
   Title: Dynamically Controlled Bitcoin Block Size Max Cap
-  Author: Upal Chakraborty 
+  Authors: Upal Chakraborty 
   Status: Closed
   Type: Specification
   Created: 2015-08-24
diff --git a/bip-0107.mediawiki b/bip-0107.mediawiki
index 218c013b..7d14a7c0 100644
--- a/bip-0107.mediawiki
+++ b/bip-0107.mediawiki
@@ -2,7 +2,7 @@
   BIP: 107
   Layer: Consensus (hard fork)
   Title: Dynamic limit on the block size
-  Author: Washington Y. Sanchez 
+  Authors: Washington Y. Sanchez 
   Status: Closed
   Type: Specification
   Created: 2015-09-11
diff --git a/bip-0109.mediawiki b/bip-0109.mediawiki
index 50c0829c..f43e8dde 100644
--- a/bip-0109.mediawiki
+++ b/bip-0109.mediawiki
@@ -2,7 +2,7 @@
   BIP: 109
   Layer: Consensus (hard fork)
   Title: Two million byte size limit with sigop and sighash limits
-  Author: Gavin Andresen 
+  Authors: Gavin Andresen 
   Status: Closed
   Type: Specification
   Created: 2016-01-28
diff --git a/bip-0111.mediawiki b/bip-0111.mediawiki
index 0be1d876..1b74d891 100644
--- a/bip-0111.mediawiki
+++ b/bip-0111.mediawiki
@@ -2,8 +2,8 @@
   BIP: 111
   Layer: Peer Services
   Title: NODE_BLOOM service bit
-  Author: Matt Corallo 
-          Peter Todd 
+  Authors: Matt Corallo 
+           Peter Todd 
   Status: Deployed
   Type: Specification
   Created: 2015-08-20
diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki
index b84dbfa6..9ab58ef9 100644
--- a/bip-0112.mediawiki
+++ b/bip-0112.mediawiki
@@ -2,9 +2,9 @@
   BIP: 112
   Layer: Consensus (soft fork)
   Title: CHECKSEQUENCEVERIFY
-  Author: BtcDrak 
-          Mark Friedenbach 
-          Eric Lombrozo 
+  Authors: BtcDrak 
+           Mark Friedenbach 
+           Eric Lombrozo 
   Status: Deployed
   Type: Specification
   Created: 2015-08-10
diff --git a/bip-0113.mediawiki b/bip-0113.mediawiki
index 8f6e0e2f..f281ef27 100644
--- a/bip-0113.mediawiki
+++ b/bip-0113.mediawiki
@@ -2,8 +2,8 @@
   BIP: 113
   Layer: Consensus (soft fork)
   Title: Median time-past as endpoint for lock-time calculations
-  Author: Thomas Kerin 
-          Mark Friedenbach 
+  Authors: Thomas Kerin 
+           Mark Friedenbach 
   Status: Deployed
   Type: Specification
   Created: 2015-08-10
diff --git a/bip-0114.mediawiki b/bip-0114.mediawiki
index 5bf6e3f0..20c04485 100644
--- a/bip-0114.mediawiki
+++ b/bip-0114.mediawiki
@@ -2,7 +2,7 @@
   BIP: 114
   Layer: Consensus (soft fork)
   Title: Merkelized Abstract Syntax Tree
-  Author: Johnson Lau 
+  Authors: Johnson Lau 
   Status: Closed
   Type: Specification
   Created: 2016-04-02
diff --git a/bip-0115.mediawiki b/bip-0115.mediawiki
index 3392f22f..aed46498 100644
--- a/bip-0115.mediawiki
+++ b/bip-0115.mediawiki
@@ -2,7 +2,7 @@
   BIP: 115
   Layer: Consensus (soft fork)
   Title: Generic anti-replay protection using Script
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Closed
   Type: Specification
   Created: 2016-09-23
diff --git a/bip-0116.mediawiki b/bip-0116.mediawiki
index ab582b2a..2c34af6e 100644
--- a/bip-0116.mediawiki
+++ b/bip-0116.mediawiki
@@ -2,9 +2,9 @@
   BIP: 116
   Layer: Consensus (soft fork)
   Title: MERKLEBRANCHVERIFY
-  Author: Mark Friedenbach 
-          Kalle Alm 
-          BtcDrak 
+  Authors: Mark Friedenbach 
+           Kalle Alm 
+           BtcDrak 
   Status: Draft
   Type: Specification
   Created: 2017-08-25
diff --git a/bip-0117.mediawiki b/bip-0117.mediawiki
index 1225f048..920edd3f 100644
--- a/bip-0117.mediawiki
+++ b/bip-0117.mediawiki
@@ -2,9 +2,9 @@
   BIP: 117
   Layer: Consensus (soft fork)
   Title: Tail Call Execution Semantics
-  Author: Mark Friedenbach 
-          Kalle Alm 
-          BtcDrak 
+  Authors: Mark Friedenbach 
+           Kalle Alm 
+           BtcDrak 
   Status: Draft
   Type: Specification
   Created: 2017-08-25
diff --git a/bip-0118.mediawiki b/bip-0118.mediawiki
index d34a0a80..9ceb169c 100644
--- a/bip-0118.mediawiki
+++ b/bip-0118.mediawiki
@@ -2,8 +2,8 @@
   BIP: 118
   Layer: Consensus (soft fork)
   Title: SIGHASH_ANYPREVOUT for Taproot Scripts
-  Author: Christian Decker 
-          Anthony Towns 
+  Authors: Christian Decker 
+           Anthony Towns 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0118
   Status: Draft
diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki
index 0f3c3d41..590b415d 100644
--- a/bip-0119.mediawiki
+++ b/bip-0119.mediawiki
@@ -2,7 +2,7 @@
   BIP: 119
   Layer: Consensus (soft fork)
   Title: CHECKTEMPLATEVERIFY
-  Author: Jeremy Rubin 
+  Authors: Jeremy Rubin 
   Status: Draft
   Type: Specification
   Created: 2020-01-06
diff --git a/bip-0120.mediawiki b/bip-0120.mediawiki
index 47a06230..6fb7ec6c 100644
--- a/bip-0120.mediawiki
+++ b/bip-0120.mediawiki
@@ -2,7 +2,7 @@
   BIP: 120
   Layer: Applications
   Title: Proof of Payment
-  Author: Kalle Rosenbaum 
+  Authors: Kalle Rosenbaum 
   Status: Closed
   Type: Specification
   Created: 2015-07-28
diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki
index df0657b3..f7fa9ab5 100644
--- a/bip-0121.mediawiki
+++ b/bip-0121.mediawiki
@@ -2,7 +2,7 @@
   BIP: 121
   Layer: Applications
   Title: Proof of Payment URI scheme
-  Author: Kalle Rosenbaum 
+  Authors: Kalle Rosenbaum 
   Status: Closed
   Type: Specification
   Created: 2015-07-27
diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki
index afe09739..4f84a641 100644
--- a/bip-0122.mediawiki
+++ b/bip-0122.mediawiki
@@ -2,7 +2,7 @@
   BIP: 122
   Layer: Applications
   Title: URI scheme for Blockchain references / exploration
-  Author: Marco Pontello 
+  Authors: Marco Pontello 
   Status: Draft
   Type: Specification
   Created: 2015-08-29
diff --git a/bip-0123.mediawiki b/bip-0123.mediawiki
index 7df68a81..db885c90 100644
--- a/bip-0123.mediawiki
+++ b/bip-0123.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 123
   Title: BIP Classification
-  Author: Eric Lombrozo 
+  Authors: Eric Lombrozo 
   Status: Deployed
   Type: Process
   Created: 2015-08-26
diff --git a/bip-0124.mediawiki b/bip-0124.mediawiki
index 8ffa6a92..1a2436ba 100644
--- a/bip-0124.mediawiki
+++ b/bip-0124.mediawiki
@@ -2,8 +2,8 @@
   BIP: 124
   Layer: Applications
   Title: Hierarchical Deterministic Script Templates
-  Author: Eric Lombrozo 
-          William Swanson 
+  Authors: Eric Lombrozo 
+           William Swanson 
   Status: Closed
   Type: Informational
   Created: 2015-11-20
diff --git a/bip-0125.mediawiki b/bip-0125.mediawiki
index 2618b2eb..a9628325 100644
--- a/bip-0125.mediawiki
+++ b/bip-0125.mediawiki
@@ -2,8 +2,8 @@
   BIP: 125
   Layer: Applications
   Title: Opt-in Full Replace-by-Fee Signaling
-  Author: David A. Harding 
-          Peter Todd 
+  Authors: David A. Harding 
+           Peter Todd 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0125
   Status: Deployed
diff --git a/bip-0126.mediawiki b/bip-0126.mediawiki
index 22d41262..756321dc 100644
--- a/bip-0126.mediawiki
+++ b/bip-0126.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 126
   Title: Best Practices for Heterogeneous Input Script Transactions
-  Author: Kristov Atlas 
+  Authors: Kristov Atlas 
   Status: Draft
   Type: Informational
   Created: 2016-02-10
diff --git a/bip-0127.mediawiki b/bip-0127.mediawiki
index bfd64347..5a6abba4 100644
--- a/bip-0127.mediawiki
+++ b/bip-0127.mediawiki
@@ -3,7 +3,7 @@
   BIP: 127
   Layer: Applications
   Title: Simple Proof-of-Reserves Transactions
-  Author: Steven Roose 
+  Authors: Steven Roose 
   Status: Draft
   Type: Specification
   Created: 2019-01-28
diff --git a/bip-0129.mediawiki b/bip-0129.mediawiki
index 8e901c8e..67e9daed 100644
--- a/bip-0129.mediawiki
+++ b/bip-0129.mediawiki
@@ -2,11 +2,11 @@
   BIP: 129
   Layer: Applications
   Title: Bitcoin Secure Multisig Setup (BSMS)
-  Author: Hugo Nguyen 
-          Peter Gray 
-          Marko Bencun 
-          Aaron Chen 
-          Rodolfo Novak 
+  Authors: Hugo Nguyen 
+           Peter Gray 
+           Marko Bencun 
+           Aaron Chen 
+           Rodolfo Novak 
   Status: Complete
   Type: Specification
   Created: 2020-11-10
diff --git a/bip-0130.mediawiki b/bip-0130.mediawiki
index 48517735..3abb758a 100644
--- a/bip-0130.mediawiki
+++ b/bip-0130.mediawiki
@@ -2,7 +2,7 @@
   BIP: 130
   Layer: Peer Services
   Title: sendheaders message
-  Author: Suhas Daftuar 
+  Authors: Suhas Daftuar 
   Status: Deployed
   Type: Specification
   Created: 2015-05-08
diff --git a/bip-0131.mediawiki b/bip-0131.mediawiki
index 6534a29a..6e7e76d0 100644
--- a/bip-0131.mediawiki
+++ b/bip-0131.mediawiki
@@ -2,7 +2,7 @@
   BIP: 131
   Layer: Consensus (hard fork)
   Title: "Coalescing Transaction" Specification (wildcard inputs)
-  Author: Chris Priest 
+  Authors: Chris Priest 
   Status: Closed
   Type: Specification
   Created: 2015-11-30
diff --git a/bip-0132.mediawiki b/bip-0132.mediawiki
index f28eb7ae..4172da4a 100644
--- a/bip-0132.mediawiki
+++ b/bip-0132.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 132
   Title: Committee-based BIP Acceptance Process
-  Author: Andy Chase 
+  Authors: Andy Chase 
   Status: Closed
   Type: Process
   Created: 2015-08-31
diff --git a/bip-0133.mediawiki b/bip-0133.mediawiki
index da116bbf..fdcc720b 100644
--- a/bip-0133.mediawiki
+++ b/bip-0133.mediawiki
@@ -2,7 +2,7 @@
   BIP: 133
   Layer: Peer Services
   Title: feefilter message
-  Author: Alex Morcos 
+  Authors: Alex Morcos 
   Status: Deployed
   Type: Specification
   Created: 2016-02-13
diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki
index 28e0c4b7..6d4d481b 100644
--- a/bip-0134.mediawiki
+++ b/bip-0134.mediawiki
@@ -2,7 +2,7 @@
   BIP: 134
   Layer: Consensus (hard fork)
   Title: Flexible Transactions
-  Author: Tom Zander 
+  Authors: Tom Zander 
   Status: Closed
   Type: Specification
   Created: 2016-07-27
diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki
index 6c96f333..9c05ba3f 100644
--- a/bip-0135.mediawiki
+++ b/bip-0135.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 135
   Title: Generalized version bits voting
-  Author: Sancho Panza 
+  Authors: Sancho Panza 
   Status: Closed
   Type: Informational
   Created: 2017-03-29
diff --git a/bip-0136.mediawiki b/bip-0136.mediawiki
index 28439b63..3cc4dc48 100644
--- a/bip-0136.mediawiki
+++ b/bip-0136.mediawiki
@@ -2,9 +2,9 @@
   BIP: 136
   Layer: Applications
   Title: Bech32 Encoded Tx Position References
-  Author: Велеслав 
-          Jonas Schnelli 
-          Daniel Pape 
+  Authors: Велеслав 
+           Jonas Schnelli 
+           Daniel Pape 
   Status: Draft
   Type: Informational
   Created: 2017-07-09
diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki
index bc4d9c85..f70b5143 100644
--- a/bip-0137.mediawiki
+++ b/bip-0137.mediawiki
@@ -2,7 +2,7 @@
   BIP: 137
   Layer: Applications
   Title: Signatures of Messages using Private Keys
-  Author: Christopher Gilliard 
+  Authors: Christopher Gilliard 
   Status: Deployed
   Type: Specification
   Created: 2019-02-16
diff --git a/bip-0140.mediawiki b/bip-0140.mediawiki
index 4aa54b5f..e49b13dc 100644
--- a/bip-0140.mediawiki
+++ b/bip-0140.mediawiki
@@ -2,7 +2,7 @@
   BIP: 140
   Layer: Consensus (soft fork)
   Title: Normalized TXID
-  Author: Christian Decker 
+  Authors: Christian Decker 
   Status: Closed
   Type: Specification
   Created: 2015-10-14
diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki
index d10272a8..ddb572f1 100644
--- a/bip-0141.mediawiki
+++ b/bip-0141.mediawiki
@@ -2,9 +2,9 @@
   BIP: 141
   Layer: Consensus (soft fork)
   Title: Segregated Witness (Consensus layer)
-  Author: Eric Lombrozo 
-          Johnson Lau 
-          Pieter Wuille 
+  Authors: Eric Lombrozo 
+           Johnson Lau 
+           Pieter Wuille 
   Status: Deployed
   Type: Specification
   Created: 2015-12-21
diff --git a/bip-0142.mediawiki b/bip-0142.mediawiki
index ce283414..406a1d4f 100644
--- a/bip-0142.mediawiki
+++ b/bip-0142.mediawiki
@@ -2,7 +2,7 @@
   BIP: 142
   Layer: Applications
   Title: Address Format for Segregated Witness
-  Author: Johnson Lau 
+  Authors: Johnson Lau 
   Status: Closed
   Type: Specification
   Created: 2015-12-24
diff --git a/bip-0143.mediawiki b/bip-0143.mediawiki
index dd600f57..26b332c6 100644
--- a/bip-0143.mediawiki
+++ b/bip-0143.mediawiki
@@ -2,8 +2,8 @@
   BIP: 143
   Layer: Consensus (soft fork)
   Title: Transaction Signature Verification for Version 0 Witness Program
-  Author: Johnson Lau 
-          Pieter Wuille 
+  Authors: Johnson Lau 
+           Pieter Wuille 
   Status: Deployed
   Type: Specification
   Created: 2016-01-03
diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki
index 66ff4e51..905d30cc 100644
--- a/bip-0144.mediawiki
+++ b/bip-0144.mediawiki
@@ -2,8 +2,8 @@
   BIP: 144
   Layer: Peer Services
   Title: Segregated Witness (Peer Services)
-  Author: Eric Lombrozo 
-          Pieter Wuille 
+  Authors: Eric Lombrozo 
+           Pieter Wuille 
   Status: Deployed
   Type: Specification
   Created: 2016-01-08
diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki
index f692d323..1a73e561 100644
--- a/bip-0145.mediawiki
+++ b/bip-0145.mediawiki
@@ -2,7 +2,7 @@
   BIP: 145
   Layer: API/RPC
   Title: getblocktemplate Updates for Segregated Witness
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Deployed
   Type: Specification
   Created: 2016-01-30
diff --git a/bip-0146.mediawiki b/bip-0146.mediawiki
index 6569e22a..1211f2c4 100644
--- a/bip-0146.mediawiki
+++ b/bip-0146.mediawiki
@@ -2,8 +2,8 @@
   BIP: 146
   Layer: Consensus (soft fork)
   Title: Dealing with signature encoding malleability
-  Author: Johnson Lau 
-          Pieter Wuille 
+  Authors: Johnson Lau 
+           Pieter Wuille 
   Status: Closed
   Type: Specification
   Created: 2016-08-16
diff --git a/bip-0147.mediawiki b/bip-0147.mediawiki
index 01b54286..9347a94d 100644
--- a/bip-0147.mediawiki
+++ b/bip-0147.mediawiki
@@ -2,7 +2,7 @@
   BIP: 147
   Layer: Consensus (soft fork)
   Title: Dealing with dummy stack element malleability
-  Author: Johnson Lau 
+  Authors: Johnson Lau 
   Status: Deployed
   Type: Specification
   Created: 2016-09-02
diff --git a/bip-0148.mediawiki b/bip-0148.mediawiki
index a924b822..e194dc63 100644
--- a/bip-0148.mediawiki
+++ b/bip-0148.mediawiki
@@ -2,7 +2,7 @@
   BIP: 148
   Layer: Consensus (soft fork)
   Title: Mandatory activation of segwit deployment
-  Author: Shaolin Fry 
+  Authors: Shaolin Fry 
   Status: Deployed
   Type: Specification
   Created: 2017-03-12
diff --git a/bip-0149.mediawiki b/bip-0149.mediawiki
index 73a1dcdb..16118b3c 100644
--- a/bip-0149.mediawiki
+++ b/bip-0149.mediawiki
@@ -2,7 +2,7 @@
   BIP: 149
   Layer: Consensus (soft fork)
   Title: Segregated Witness (second deployment)
-  Author: Shaolin Fry 
+  Authors: Shaolin Fry 
   Status: Closed
   Type: Specification
   Created: 2017-04-14
diff --git a/bip-0150.mediawiki b/bip-0150.mediawiki
index 3984770c..35abe7eb 100644
--- a/bip-0150.mediawiki
+++ b/bip-0150.mediawiki
@@ -2,7 +2,7 @@
   BIP: 150
   Layer: Peer Services
   Title: Peer Authentication
-  Author: Jonas Schnelli 
+  Authors: Jonas Schnelli 
   Comments-Summary: Discouraged for implementation (one person)
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0150
   Status: Closed
diff --git a/bip-0151.mediawiki b/bip-0151.mediawiki
index 01c2826c..f740110c 100644
--- a/bip-0151.mediawiki
+++ b/bip-0151.mediawiki
@@ -2,7 +2,7 @@
   BIP: 151
   Layer: Peer Services
   Title: Peer-to-Peer Communication Encryption
-  Author: Jonas Schnelli 
+  Authors: Jonas Schnelli 
   Comments-Summary: Controversial; some recommendation, and some discouragement
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0151
   Status: Closed
diff --git a/bip-0152.mediawiki b/bip-0152.mediawiki
index 9d3d49d0..5692d6f2 100644
--- a/bip-0152.mediawiki
+++ b/bip-0152.mediawiki
@@ -2,7 +2,7 @@
   BIP: 152
   Layer: Peer Services
   Title: Compact Block Relay
-  Author: Matt Corallo 
+  Authors: Matt Corallo 
   Comments-Summary: Unanimously Recommended for implementation
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0152
   Status: Deployed
diff --git a/bip-0154.mediawiki b/bip-0154.mediawiki
index 00eb8361..052a4a98 100644
--- a/bip-0154.mediawiki
+++ b/bip-0154.mediawiki
@@ -2,7 +2,7 @@
   BIP: 154
   Layer: Peer Services
   Title: Rate Limiting via peer specified challenges
-  Author: Karl-Johan Alm 
+  Authors: Karl-Johan Alm 
   Status: Closed
   Type: Specification
   Created: 2017-04-12
diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki
index aab95718..b3e58d19 100644
--- a/bip-0155.mediawiki
+++ b/bip-0155.mediawiki
@@ -2,7 +2,7 @@
   BIP: 155
   Layer: Peer Services
   Title: addrv2 message
-  Author: Wladimir J. van der Laan 
+  Authors: Wladimir J. van der Laan 
   Status: Deployed
   Type: Specification
   Created: 2019-02-27
diff --git a/bip-0156.mediawiki b/bip-0156.mediawiki
index eaa192b3..cc02f775 100644
--- a/bip-0156.mediawiki
+++ b/bip-0156.mediawiki
@@ -2,12 +2,12 @@
   BIP: 156
   Layer: Peer Services
   Title: Dandelion - Privacy Enhancing Routing
-  Author: Brad Denby 
-          Andrew Miller 
-          Giulia Fanti 
-          Surya Bakshi 
-          Shaileshh Bojja Venkatakrishnan 
-          Pramod Viswanath 
+  Authors: Brad Denby 
+           Andrew Miller 
+           Giulia Fanti 
+           Surya Bakshi 
+           Shaileshh Bojja Venkatakrishnan 
+           Pramod Viswanath 
   Status: Closed
   Type: Specification
   Created: 2017-06-09
diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki
index 10dcc55d..f413975f 100644
--- a/bip-0157.mediawiki
+++ b/bip-0157.mediawiki
@@ -2,9 +2,9 @@
   BIP: 157
   Layer: Peer Services
   Title: Client Side Block Filtering
-  Author: Olaoluwa Osuntokun 
-          Alex Akselrod 
-          Jim Posen 
+  Authors: Olaoluwa Osuntokun 
+           Alex Akselrod 
+           Jim Posen 
   Status: Deployed
   Type: Specification
   Created: 2017-05-24
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki
index 27995ad3..868d79f4 100644
--- a/bip-0158.mediawiki
+++ b/bip-0158.mediawiki
@@ -2,8 +2,8 @@
   BIP: 158
   Layer: Peer Services
   Title: Compact Block Filters for Light Clients
-  Author: Olaoluwa Osuntokun 
-          Alex Akselrod 
+  Authors: Olaoluwa Osuntokun 
+           Alex Akselrod 
   Status: Deployed
   Type: Specification
   Created: 2017-05-24
diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki
index 83a501e4..bd24806d 100644
--- a/bip-0159.mediawiki
+++ b/bip-0159.mediawiki
@@ -2,7 +2,7 @@
   BIP: 159
   Layer: Peer Services
   Title: NODE_NETWORK_LIMITED service bit
-  Author: Jonas Schnelli 
+  Authors: Jonas Schnelli 
   Status: Deployed
   Type: Specification
   Created: 2017-05-11
diff --git a/bip-0171.mediawiki b/bip-0171.mediawiki
index f185f1c2..efa0bf20 100644
--- a/bip-0171.mediawiki
+++ b/bip-0171.mediawiki
@@ -2,7 +2,7 @@
   BIP: 171
   Layer: Applications
   Title: Currency/exchange rate information API
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171
   Status: Closed
diff --git a/bip-0172.mediawiki b/bip-0172.mediawiki
index 4e964aa1..b4954f75 100644
--- a/bip-0172.mediawiki
+++ b/bip-0172.mediawiki
@@ -2,7 +2,7 @@
   BIP: 172
   Layer: Applications
   Title: Define Bitcoin Subunits as Satoshis
-  Author: OceanSlim 
+  Authors: OceanSlim 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0172
   Status: Draft
diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki
index f8fbc365..fc06e7fd 100644
--- a/bip-0173.mediawiki
+++ b/bip-0173.mediawiki
@@ -2,8 +2,8 @@
   BIP: 173
   Layer: Applications
   Title: Base32 address format for native v0-16 witness outputs
-  Author: Pieter Wuille 
-          Greg Maxwell 
+  Authors: Pieter Wuille 
+           Greg Maxwell 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0173
   Status: Deployed
diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki
index 472efe75..bb19f2fc 100644
--- a/bip-0174.mediawiki
+++ b/bip-0174.mediawiki
@@ -2,7 +2,7 @@
   BIP: 174
   Layer: Applications
   Title: Partially Signed Bitcoin Transaction Format
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0174
   Status: Deployed
diff --git a/bip-0175.mediawiki b/bip-0175.mediawiki
index 666d6e9c..bcbb1514 100644
--- a/bip-0175.mediawiki
+++ b/bip-0175.mediawiki
@@ -2,8 +2,8 @@
   BIP: 175
   Layer: Applications
   Title: Pay to Contract Protocol
-  Author: Omar Shibli 
-          Nicholas Gregory 
+  Authors: Omar Shibli 
+           Nicholas Gregory 
   Status: Closed
   Type: Informational
   Created: 2017-07-17
diff --git a/bip-0176.mediawiki b/bip-0176.mediawiki
index bfce9a22..45dfc0bc 100644
--- a/bip-0176.mediawiki
+++ b/bip-0176.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 176
   Title: Bits Denomination
-  Author: Jimmy Song 
+  Authors: Jimmy Song 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0176
   Status: Draft
diff --git a/bip-0177.mediawiki b/bip-0177.mediawiki
index cd3a0e62..e2390fa2 100644
--- a/bip-0177.mediawiki
+++ b/bip-0177.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 177
   Title: Redefine Bitcoin's Base Unit
-  Author: John Carvalho 
+  Authors: John Carvalho 
   Status: Draft
   Type: Informational
   Created: 2025-04-23
diff --git a/bip-0178.mediawiki b/bip-0178.mediawiki
index af2f9484..4668c6e1 100644
--- a/bip-0178.mediawiki
+++ b/bip-0178.mediawiki
@@ -2,7 +2,7 @@
   BIP: 178
   Layer: Applications
   Title: Version Extended WIF
-  Author: Karl-Johan Alm 
+  Authors: Karl-Johan Alm 
   Comments-Summary: Discouraged for implementation (one person)
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0178
   Status: Draft
diff --git a/bip-0179.mediawiki b/bip-0179.mediawiki
index 6ff3ae4d..a31ab366 100644
--- a/bip-0179.mediawiki
+++ b/bip-0179.mediawiki
@@ -1,8 +1,8 @@
 
   BIP: 179
   Title: Name for payment recipient identifiers
-  Author: Emil Engler 
-          Luke Dashjr 
+  Authors: Emil Engler 
+           Luke Dashjr 
   Status: Draft
   Type: Informational
   Created: 2019-10-17
diff --git a/bip-0180.mediawiki b/bip-0180.mediawiki
index 4d4569a9..2a42b258 100644
--- a/bip-0180.mediawiki
+++ b/bip-0180.mediawiki
@@ -2,7 +2,7 @@
   BIP: 180
   Layer: Peer Services
   Title: Block size/weight fraud proof
-  Author: Luke Dashjr 
+  Authors: Luke Dashjr 
   Status: Closed
   Type: Specification
   Created: 2017-03-17
diff --git a/bip-0197.mediawiki b/bip-0197.mediawiki
index 7aa02e13..aefff06a 100644
--- a/bip-0197.mediawiki
+++ b/bip-0197.mediawiki
@@ -2,8 +2,8 @@
   BIP: 197
   Layer: Applications
   Title: Hashed Time-Locked Collateral Contract
-  Author: Matthew Black 
-          Tony Cai 
+  Authors: Matthew Black 
+           Tony Cai 
   Status: Draft
   Type: Specification
   Created: 2019-03-19
diff --git a/bip-0199.mediawiki b/bip-0199.mediawiki
index c4c27857..ca290850 100644
--- a/bip-0199.mediawiki
+++ b/bip-0199.mediawiki
@@ -2,8 +2,8 @@
   BIP: 199
   Layer: Applications
   Title: Hashed Time-Locked Contract transactions
-  Author: Sean Bowe 
-          Daira Hopwood 
+  Authors: Sean Bowe 
+           Daira Hopwood 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0199
   Status: Closed
diff --git a/bip-0300.mediawiki b/bip-0300.mediawiki
index 8d0d3f16..cc4163de 100644
--- a/bip-0300.mediawiki
+++ b/bip-0300.mediawiki
@@ -2,8 +2,8 @@
   BIP: 300
   Layer: Consensus (soft fork)
   Title: Hashrate Escrows (Consensus layer)
-  Author: Paul Sztorc 
-          CryptAxe 
+  Authors: Paul Sztorc 
+           CryptAxe 
   Status: Draft
   Type: Specification
   Created: 2017-08-14
diff --git a/bip-0301.mediawiki b/bip-0301.mediawiki
index a629b787..b9d86ac5 100644
--- a/bip-0301.mediawiki
+++ b/bip-0301.mediawiki
@@ -2,8 +2,8 @@
   BIP: 301
   Layer: Consensus (soft fork)
   Title: Blind Merged Mining (Consensus layer)
-  Author: Paul Sztorc 
-          CryptAxe 
+  Authors: Paul Sztorc 
+           CryptAxe 
   Status: Draft
   Type: Specification
   Created: 2019-07-23
diff --git a/bip-0310.mediawiki b/bip-0310.mediawiki
index 43c74bd5..8341d8ff 100644
--- a/bip-0310.mediawiki
+++ b/bip-0310.mediawiki
@@ -2,8 +2,8 @@
   BIP: 310
   Layer: Applications
   Title: Stratum protocol extensions
-  Author: Pavel Moravec 
-          Jan Čapek 
+  Authors: Pavel Moravec 
+           Jan Čapek 
   Status: Draft
   Type: Informational
   Created: 2018-03-10
diff --git a/bip-0320.mediawiki b/bip-0320.mediawiki
index 67fc8d4f..5bb7d1d1 100644
--- a/bip-0320.mediawiki
+++ b/bip-0320.mediawiki
@@ -1,7 +1,7 @@
 
   BIP: 320
   Title: nVersion bits for general purpose use
-  Author: BtcDrak 
+  Authors: BtcDrak 
   Status: Draft
   Type: Specification
   Created: 2018-03-01
diff --git a/bip-0321.mediawiki b/bip-0321.mediawiki
index 284a4145..4a25ee36 100644
--- a/bip-0321.mediawiki
+++ b/bip-0321.mediawiki
@@ -2,7 +2,7 @@
   BIP: 321
   Layer: Applications
   Title: URI Scheme
-  Author: Matt Corallo 
+  Authors: Matt Corallo 
   Status: Complete
   Type: Specification
   Created: 2024-11-15
diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki
index abe09d7f..9812da70 100644
--- a/bip-0322.mediawiki
+++ b/bip-0322.mediawiki
@@ -2,7 +2,7 @@
   BIP: 322
   Layer: Applications
   Title: Generic Signed Message Format
-  Author: Karl-Johan Alm 
+  Authors: Karl-Johan Alm 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0322
   Status: Draft
diff --git a/bip-0324.mediawiki b/bip-0324.mediawiki
index 050e9310..bf99740b 100644
--- a/bip-0324.mediawiki
+++ b/bip-0324.mediawiki
@@ -2,10 +2,10 @@
   BIP: 324
   Layer: Peer Services
   Title: Version 2 P2P Encrypted Transport Protocol
-  Author: Dhruv Mehta 
-          Tim Ruffing 
-          Jonas Schnelli 
-          Pieter Wuille 
+  Authors: Dhruv Mehta 
+           Tim Ruffing 
+           Jonas Schnelli 
+           Pieter Wuille 
   Status: Deployed
   Type: Specification
   Created: 2019-03-08
diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki
index 942b6cec..d2fe9974 100644
--- a/bip-0325.mediawiki
+++ b/bip-0325.mediawiki
@@ -2,8 +2,8 @@
   BIP: 325
   Layer: Applications
   Title: Signet
-  Author: Karl-Johan Alm 
-          Anthony Towns 
+  Authors: Karl-Johan Alm 
+           Anthony Towns 
   Status: Complete
   Type: Specification
   Created: 2019-03-20
diff --git a/bip-0326.mediawiki b/bip-0326.mediawiki
index ad222a5e..6d20f735 100644
--- a/bip-0326.mediawiki
+++ b/bip-0326.mediawiki
@@ -2,7 +2,7 @@
   BIP: 326
   Layer: Applications
   Title: Anti-fee-sniping in taproot transactions
-  Author: Chris Belcher 
+  Authors: Chris Belcher 
   Status: Draft
   Type: Informational
   Created: 2021-06-10
diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki
index ae21f343..b67993f1 100644
--- a/bip-0327.mediawiki
+++ b/bip-0327.mediawiki
@@ -1,9 +1,9 @@
 
   BIP: 327
   Title: MuSig2 for BIP340-compatible Multi-Signatures
-  Author: Jonas Nick 
-          Tim Ruffing 
-          Elliott Jin 
+  Authors: Jonas Nick 
+           Tim Ruffing 
+           Elliott Jin 
   Status: Deployed
   Type: Informational
   Created: 2022-03-22
diff --git a/bip-0328.mediawiki b/bip-0328.mediawiki
index 3780bedf..def9fd31 100644
--- a/bip-0328.mediawiki
+++ b/bip-0328.mediawiki
@@ -2,7 +2,7 @@
   BIP: 328
   Layer: Applications
   Title: Derivation Scheme for MuSig2 Aggregate Keys
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Status: Complete
   Type: Informational
   Created: 2024-06-04
diff --git a/bip-0329.mediawiki b/bip-0329.mediawiki
index c53acb78..66d5f9c8 100644
--- a/bip-0329.mediawiki
+++ b/bip-0329.mediawiki
@@ -2,7 +2,7 @@
   BIP: 329
   Layer: Applications
   Title: Wallet Labels Export Format
-  Author: Craig Raw 
+  Authors: Craig Raw 
   Status: Draft
   Type: Informational
   Created: 2022-08-23
diff --git a/bip-0330.mediawiki b/bip-0330.mediawiki
index 7837f67d..2272649c 100644
--- a/bip-0330.mediawiki
+++ b/bip-0330.mediawiki
@@ -2,8 +2,8 @@
   BIP: 330
   Layer: Peer Services
   Title: Transaction announcements reconciliation
-  Author: Gleb Naumenko 
-          Pieter Wuille 
+  Authors: Gleb Naumenko 
+           Pieter Wuille 
   Status: Draft
   Type: Specification
   Created: 2019-09-25
diff --git a/bip-0331.mediawiki b/bip-0331.mediawiki
index 1096f0a7..0d5b3492 100644
--- a/bip-0331.mediawiki
+++ b/bip-0331.mediawiki
@@ -2,7 +2,7 @@
   BIP: 331
   Layer: Peer Services
   Title: Ancestor Package Relay
-  Author: Gloria Zhao 
+  Authors: Gloria Zhao 
   Status: Draft
   Type: Specification
   Created: 2022-08-08
diff --git a/bip-0337.mediawiki b/bip-0337.mediawiki
index 5dbad2b9..ab2cfaab 100644
--- a/bip-0337.mediawiki
+++ b/bip-0337.mediawiki
@@ -2,7 +2,7 @@
   BIP: 337
   Layer: API/RPC
   Title: Compressed Transactions
-  Author: Tom Briar 
+  Authors: Tom Briar 
   Status: Draft
   Type: Specification
   Created: 2024-02-01
diff --git a/bip-0338.mediawiki b/bip-0338.mediawiki
index 929e8e2e..4b3fd211 100644
--- a/bip-0338.mediawiki
+++ b/bip-0338.mediawiki
@@ -2,7 +2,7 @@
   BIP: 338
   Layer: Peer Services
   Title: Disable transaction relay message
-  Author: Suhas Daftuar 
+  Authors: Suhas Daftuar 
   Status: Closed
   Type: Specification
   Created: 2020-09-03
diff --git a/bip-0339.mediawiki b/bip-0339.mediawiki
index 13fbb39e..17544e89 100644
--- a/bip-0339.mediawiki
+++ b/bip-0339.mediawiki
@@ -2,7 +2,7 @@
   BIP: 339
   Layer: Peer Services
   Title: WTXID-based transaction relay
-  Author: Suhas Daftuar 
+  Authors: Suhas Daftuar 
   Status: Deployed
   Type: Specification
   Created: 2020-02-03
diff --git a/bip-0340.mediawiki b/bip-0340.mediawiki
index 1f32885b..6829898a 100644
--- a/bip-0340.mediawiki
+++ b/bip-0340.mediawiki
@@ -1,9 +1,9 @@
 
   BIP: 340
   Title: Schnorr Signatures for secp256k1
-  Author: Pieter Wuille 
-          Jonas Nick 
-          Tim Ruffing 
+  Authors: Pieter Wuille 
+           Jonas Nick 
+           Tim Ruffing 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0340
   Status: Deployed
diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki
index 477c88d3..ec99b2d3 100644
--- a/bip-0341.mediawiki
+++ b/bip-0341.mediawiki
@@ -2,9 +2,9 @@
   BIP: 341
   Layer: Consensus (soft fork)
   Title: Taproot: SegWit version 1 spending rules
-  Author: Pieter Wuille 
-          Jonas Nick 
-          Anthony Towns 
+  Authors: Pieter Wuille 
+           Jonas Nick 
+           Anthony Towns 
   Comments-Summary: No comments yet.
   Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0341
   Status: Deployed
diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki
index 8d070ff4..d0afc950 100644
--- a/bip-0342.mediawiki
+++ b/bip-0342.mediawiki
@@ -2,9 +2,9 @@
   BIP: 342
   Layer: Consensus (soft fork)
   Title: Validation of Taproot Scripts
-  Author: Pieter Wuille 
-          Jonas Nick 
-          Anthony Towns 
+  Authors: Pieter Wuille 
+           Jonas Nick 
+           Anthony Towns 
   Status: Deployed
   Type: Specification
   Created: 2020-01-19
diff --git a/bip-0343.mediawiki b/bip-0343.mediawiki
index 1a69b8ab..b5e489db 100644
--- a/bip-0343.mediawiki
+++ b/bip-0343.mediawiki
@@ -2,8 +2,8 @@
   BIP: 343
   Layer: Consensus (soft fork)
   Title: Mandatory activation of taproot deployment
-  Author: Shinobius 
-          Michael Folkson 
+  Authors: Shinobius 
+           Michael Folkson 
   Status: Deployed
   Type: Specification
   Created: 2021-04-25
diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki
index 2d6e89c5..bfbe6c49 100644
--- a/bip-0345.mediawiki
+++ b/bip-0345.mediawiki
@@ -2,8 +2,8 @@
   BIP: 345
   Layer: Consensus (soft fork)
   Title: OP_VAULT
-  Author: James O'Beirne 
-          Greg Sanders 
+  Authors: James O'Beirne 
+           Greg Sanders 
   Status: Closed
   Type: Specification
   Created: 2023-02-03
diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki
index 2c98626a..91249b39 100644
--- a/bip-0347.mediawiki
+++ b/bip-0347.mediawiki
@@ -2,8 +2,8 @@
   BIP: 347
   Layer: Consensus (soft fork)
   Title: OP_CAT in Tapscript
-  Author: Ethan Heilman 
-          Armin Sabouri 
+  Authors: Ethan Heilman 
+           Armin Sabouri 
   Status: Draft
   Type: Specification
   Created: 2023-12-11
diff --git a/bip-0348.md b/bip-0348.md
index 9dd88162..e8d9786f 100644
--- a/bip-0348.md
+++ b/bip-0348.md
@@ -2,8 +2,8 @@
   BIP: 348
   Layer: Consensus (soft fork)
   Title: CHECKSIGFROMSTACK
-  Author: Brandon Black 
-          Jeremy Rubin 
+  Authors: Brandon Black 
+           Jeremy Rubin 
   Status: Draft
   Type: Specification
   Created: 2024-11-26
diff --git a/bip-0349.md b/bip-0349.md
index d8043c7b..be9506bc 100644
--- a/bip-0349.md
+++ b/bip-0349.md
@@ -2,8 +2,8 @@
   BIP: 349
   Layer: Consensus (soft fork)
   Title: OP_INTERNALKEY
-  Author: Brandon Black 
-          Jeremy Rubin 
+  Authors: Brandon Black 
+           Jeremy Rubin 
   Status: Draft
   Type: Specification
   Created: 2024-11-14
diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki
index f92b05a2..d0e8876d 100644
--- a/bip-0350.mediawiki
+++ b/bip-0350.mediawiki
@@ -2,7 +2,7 @@
   BIP: 350
   Layer: Applications
   Title: Bech32m format for v1+ witness addresses
-  Author: Pieter Wuille 
+  Authors: Pieter Wuille 
   Status: Deployed
   Type: Specification
   Created: 2020-12-16
diff --git a/bip-0351.mediawiki b/bip-0351.mediawiki
index 7589e310..4aa1e14c 100644
--- a/bip-0351.mediawiki
+++ b/bip-0351.mediawiki
@@ -2,8 +2,8 @@
   BIP: 351
   Layer: Applications
   Title: Private Payments
-  Author: Alfred Hodler 
-          Clark Moody 
+  Authors: Alfred Hodler 
+           Clark Moody 
   Status: Draft
   Type: Informational
   Created: 2022-07-10
diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki
index e0c9211f..6c798c9b 100644
--- a/bip-0352.mediawiki
+++ b/bip-0352.mediawiki
@@ -2,8 +2,8 @@
   BIP: 352
   Layer: Applications
   Title: Silent Payments
-  Author: josibake 
-          Ruben Somsen 
+  Authors: josibake 
+           Ruben Somsen 
   Status: Complete
   Type: Specification
   Created: 2023-03-09
diff --git a/bip-0353.mediawiki b/bip-0353.mediawiki
index 51e6fc65..02b352af 100644
--- a/bip-0353.mediawiki
+++ b/bip-0353.mediawiki
@@ -2,8 +2,8 @@
   BIP: 353
   Layer: Applications
   Title: DNS Payment Instructions
-  Author: Matt Corallo 
-          Bastien Teinturier 
+  Authors: Matt Corallo 
+           Bastien Teinturier 
   Status: Complete
   Type: Specification
   Created: 2024-02-10
diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki
index 4dcfc91a..d5814707 100644
--- a/bip-0370.mediawiki
+++ b/bip-0370.mediawiki
@@ -2,7 +2,7 @@
   BIP: 370
   Layer: Applications
   Title: PSBT Version 2
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Status: Deployed
   Type: Specification
   Created: 2021-01-14
diff --git a/bip-0371.mediawiki b/bip-0371.mediawiki
index b0b3e74a..3a10a010 100644
--- a/bip-0371.mediawiki
+++ b/bip-0371.mediawiki
@@ -2,7 +2,7 @@
   BIP: 371
   Layer: Applications
   Title: Taproot Fields for PSBT
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Status: Deployed
   Type: Specification
   Created: 2021-06-21
diff --git a/bip-0372.mediawiki b/bip-0372.mediawiki
index bc9ec1d9..7b5355a4 100644
--- a/bip-0372.mediawiki
+++ b/bip-0372.mediawiki
@@ -2,7 +2,7 @@
   BIP: 372
   Layer: Applications
   Title: Pay-to-contract tweak fields for PSBT
-  Author: Maxim Orlovsky 
+  Authors: Maxim Orlovsky 
   Discussions-To: 
   Status: Draft
   Type: Specification
diff --git a/bip-0373.mediawiki b/bip-0373.mediawiki
index 9a67a14b..1b039442 100644
--- a/bip-0373.mediawiki
+++ b/bip-0373.mediawiki
@@ -2,7 +2,7 @@
   BIP: 373
   Layer: Applications
   Title: MuSig2 PSBT Fields
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Status: Complete
   Type: Specification
   Created: 2024-06-04
diff --git a/bip-0374.mediawiki b/bip-0374.mediawiki
index 7b3e0d8b..79383ec3 100644
--- a/bip-0374.mediawiki
+++ b/bip-0374.mediawiki
@@ -2,9 +2,9 @@
   BIP: 374
   Layer: Applications
   Title: Discrete Log Equality Proofs
-  Author: Andrew Toth 
-          Ruben Somsen 
-          Sebastian Falbesoner 
+  Authors: Andrew Toth 
+           Ruben Somsen 
+           Sebastian Falbesoner 
   Status: Draft
   Type: Specification
   Created: 2024-12-26
diff --git a/bip-0375.mediawiki b/bip-0375.mediawiki
index 228386cc..afb264bf 100644
--- a/bip-0375.mediawiki
+++ b/bip-0375.mediawiki
@@ -2,9 +2,9 @@
   BIP: 375
   Layer: Applications
   Title: Sending Silent Payments with PSBTs
-  Author: Andrew Toth 
-          Ava Chow 
-          josibake 
+  Authors: Andrew Toth 
+           Ava Chow 
+           josibake 
   Status: Draft
   Type: Specification
   Created: 2025-01-08
diff --git a/bip-0379.md b/bip-0379.md
index a662202d..ba5b9768 100644
--- a/bip-0379.md
+++ b/bip-0379.md
@@ -2,11 +2,11 @@
   BIP: 379
   Layer: Applications
   Title: Miniscript
-  Author: Pieter Wuille 
-          Andrew Poelstra 
-          Sanket Kanjalkar 
-          Antoine Poinsot 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Andrew Poelstra 
+           Sanket Kanjalkar 
+           Antoine Poinsot 
+           Ava Chow 
   Status: Draft
   Type: Informational
   Created: 2023-10-10
diff --git a/bip-0380.mediawiki b/bip-0380.mediawiki
index 1ca4dfca..9d1cecd3 100644
--- a/bip-0380.mediawiki
+++ b/bip-0380.mediawiki
@@ -2,8 +2,8 @@
   BIP: 380
   Layer: Applications
   Title: Output Script Descriptors General Operation
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2021-06-27
diff --git a/bip-0381.mediawiki b/bip-0381.mediawiki
index a58ad1a2..4827dbac 100644
--- a/bip-0381.mediawiki
+++ b/bip-0381.mediawiki
@@ -2,8 +2,8 @@
   BIP: 381
   Layer: Applications
   Title: Non-Segwit Output Script Descriptors
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2021-06-27
diff --git a/bip-0382.mediawiki b/bip-0382.mediawiki
index fb13fdb2..67e4478d 100644
--- a/bip-0382.mediawiki
+++ b/bip-0382.mediawiki
@@ -2,8 +2,8 @@
   BIP: 382
   Layer: Applications
   Title: Segwit Output Script Descriptors
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2021-06-27
diff --git a/bip-0383.mediawiki b/bip-0383.mediawiki
index ce2b2274..feb4c5b2 100644
--- a/bip-0383.mediawiki
+++ b/bip-0383.mediawiki
@@ -2,8 +2,8 @@
   BIP: 383
   Layer: Applications
   Title: Multisig Output Script Descriptors
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2021-06-27
diff --git a/bip-0384.mediawiki b/bip-0384.mediawiki
index 2b65424e..2bc983c4 100644
--- a/bip-0384.mediawiki
+++ b/bip-0384.mediawiki
@@ -2,8 +2,8 @@
   BIP: 384
   Layer: Applications
   Title: combo() Output Script Descriptors
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2021-06-27
diff --git a/bip-0385.mediawiki b/bip-0385.mediawiki
index c96f776e..a465be69 100644
--- a/bip-0385.mediawiki
+++ b/bip-0385.mediawiki
@@ -2,8 +2,8 @@
   BIP: 385
   Layer: Applications
   Title: raw() and addr() Output Script Descriptors
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2021-06-27
diff --git a/bip-0386.mediawiki b/bip-0386.mediawiki
index faae1ecf..daa23358 100644
--- a/bip-0386.mediawiki
+++ b/bip-0386.mediawiki
@@ -2,8 +2,8 @@
   BIP: 386
   Layer: Applications
   Title: tr() Output Script Descriptors
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2021-06-27
diff --git a/bip-0387.mediawiki b/bip-0387.mediawiki
index 058c32bc..a8bd3699 100644
--- a/bip-0387.mediawiki
+++ b/bip-0387.mediawiki
@@ -2,8 +2,8 @@
   BIP: 387
   Layer: Applications
   Title: Tapscript Multisig Output Script Descriptors
-  Author: Pieter Wuille 
-          Ava Chow 
+  Authors: Pieter Wuille 
+           Ava Chow 
   Status: Deployed
   Type: Informational
   Created: 2024-04-17
diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki
index 9a774398..c5e68294 100644
--- a/bip-0388.mediawiki
+++ b/bip-0388.mediawiki
@@ -2,7 +2,7 @@
   BIP: 388
   Layer: Applications
   Title: Wallet Policies for Descriptor Wallets
-  Author: Salvatore Ingala 
+  Authors: Salvatore Ingala 
   Status: Complete
   Type: Specification
   Created: 2022-11-16
diff --git a/bip-0389.mediawiki b/bip-0389.mediawiki
index 79ac8360..57831b7d 100644
--- a/bip-0389.mediawiki
+++ b/bip-0389.mediawiki
@@ -2,7 +2,7 @@
   BIP: 389
   Layer: Applications
   Title: Multipath Descriptor Key Expressions
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Status: Draft
   Type: Informational
   Created: 2022-07-26
diff --git a/bip-0390.mediawiki b/bip-0390.mediawiki
index 5dc2a763..5063f9e4 100644
--- a/bip-0390.mediawiki
+++ b/bip-0390.mediawiki
@@ -2,7 +2,7 @@
   BIP: 390
   Layer: Applications
   Title: musig() Descriptor Key Expression
-  Author: Ava Chow 
+  Authors: Ava Chow 
   Status: Draft
   Type: Informational
   Created: 2024-06-04
diff --git a/bip-0431.mediawiki b/bip-0431.mediawiki
index 6a15b748..63857762 100644
--- a/bip-0431.mediawiki
+++ b/bip-0431.mediawiki
@@ -2,7 +2,7 @@
   BIP: 431
   Layer: Applications
   Title: Topology Restrictions for Pinning
-  Author: Gloria Zhao 
+  Authors: Gloria Zhao 
   Status: Draft
   Type: Informational
   Created: 2024-01-10
diff --git a/bip-0433.mediawiki b/bip-0433.mediawiki
index 8dde47c8..f563ac03 100644
--- a/bip-0433.mediawiki
+++ b/bip-0433.mediawiki
@@ -2,7 +2,7 @@
   BIP: 433
   Layer: Applications
   Title: Pay to Anchor (P2A)
-  Author: Gregory Sanders 
+  Authors: Gregory Sanders 
   Status: Draft
   Type: Informational
   Created: 2025-12-08
diff --git a/bip-0443.mediawiki b/bip-0443.mediawiki
index ccecb90d..9fa1d888 100644
--- a/bip-0443.mediawiki
+++ b/bip-0443.mediawiki
@@ -2,7 +2,7 @@
   BIP: 443
   Layer: Consensus (soft fork)
   Title: OP_CHECKCONTRACTVERIFY
-  Author: Salvatore Ingala 
+  Authors: Salvatore Ingala 
   Status: Draft
   Type: Specification
   Created: 2025-05-08
diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 8213a291..1313abb0 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -8,14 +8,14 @@ my $include_layer = 1;
 my %RequiredFields = (
 	BIP => undef,
 	Title => undef,
-	Author => undef,
+	Authors => undef,
 	Status => undef,
 	Type => undef,
 	Created => undef,
 	# License => undef,   (has exceptions)
 );
 my %MayHaveMulti = (
-	Author => undef,
+	Authors => undef,
 	'Comments-URI' => undef,
 	License => undef,
 	'License-Code' => undef,
@@ -25,7 +25,7 @@ my %DateField = (
 	Created => undef,
 );
 my %EmailField = (
-	Author => undef,
+	Authors => undef,
 	Editor => undef,
 );
 my %MiscField = (
@@ -132,7 +132,7 @@ while (++$bipnum <= $topbip) {
 		}
 	}
 	my %found;
-	my ($title, $author, $status, $type, $layer);
+	my ($title, $authors, $status, $type, $layer);
 	my ($field, $val, @field_order);
 	while (<$F>) {
 		last if ($is_markdown && m[^```$]);
@@ -157,15 +157,15 @@ while (++$bipnum <= $topbip) {
 			$title = $val;
 			my $title_len = length($title);
 			die "$fn has too-long Title ($title_len > 44 char max)" if $title_len > 44 and not exists $TolerateTitleTooLong{$bipnum};
-		} elsif ($field eq 'Author') {
-			$val =~ m/^(\S[^<@>]*\S) \<([^@>]*\@[\w.-]+\.\w+)\>$/ or die "Malformed Author line in $fn";
+		} elsif ($field eq 'Authors') {
+			$val =~ m/^(\S[^<@>]*\S) \<([^@>]*\@[\w.-]+\.\w+)\>$/ or die "Malformed Authors line in $fn";
 			my ($authorname, $authoremail) = ($1, $2);
 			$authoremail =~ s/(?<=\D)$bipnum(?=\D)//g;
 			$emails{$authorname}->{$authoremail} = undef;
-			if (defined $author) {
-				$author .= ", $authorname";
+			if (defined $authors) {
+				$authors .= ", $authorname";
 			} else {
-				$author = $authorname;
+				$authors = $authorname;
 			}
 		} elsif ($field eq 'Status') {
 			if ($bipnum == 38) {  # HACK
@@ -228,15 +228,15 @@ while (++$bipnum <= $topbip) {
 		}
 	}
 	print "| ${title}\n";
-	print "| ${author}\n";
+	print "| ${authors}\n";
 	print "| ${type}\n";
 	print "| ${status}\n";
 	close $F;
 }
 
-for my $author (sort keys %emails) {
-	my @emails = sort keys %{$emails{$author}};
+for my $authors (sort keys %emails) {
+	my @emails = sort keys %{$emails{$authors}};
 	my $email_count = @emails;
 	next unless $email_count > 1;
-	warn "NOTE: $author has $email_count email addresses: @emails\n";
+	warn "NOTE: $authors has $email_count email addresses: @emails\n";
 }

From 3fddf959846e2ffc0176011f00a0ee229fa8ec67 Mon Sep 17 00:00:00 2001
From: Murch 
Date: Mon, 14 Apr 2025 11:44:23 -0700
Subject: [PATCH 13/26] process: Allow Deputies header

---
 scripts/buildtable.pl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 1313abb0..3889414a 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -16,6 +16,7 @@ my %RequiredFields = (
 );
 my %MayHaveMulti = (
 	Authors => undef,
+	Deputies => undef,
 	'Comments-URI' => undef,
 	License => undef,
 	'License-Code' => undef,
@@ -27,8 +28,10 @@ my %DateField = (
 my %EmailField = (
 	Authors => undef,
 	Editor => undef,
+	Deputies => undef,
 );
 my %MiscField = (
+ 	'Deputies' => undef,
 	'Comments-URI' => undef,
 	'Comments-Summary' => undef,
 	'Discussions-To' => undef,

From fea4a0b0c5ec78ae31e5a5e98c9597d323f77d98 Mon Sep 17 00:00:00 2001
From: Murch 
Date: Mon, 14 Apr 2025 11:45:12 -0700
Subject: [PATCH 14/26] process: Increase title limit

---
 scripts/buildtable.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 3889414a..48355f8e 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -159,7 +159,7 @@ while (++$bipnum <= $topbip) {
 		} elsif ($field eq 'Title') {
 			$title = $val;
 			my $title_len = length($title);
-			die "$fn has too-long Title ($title_len > 44 char max)" if $title_len > 44 and not exists $TolerateTitleTooLong{$bipnum};
+			die "$fn has too-long Title ($title_len > 50 char max)" if $title_len > 50 and not exists $TolerateTitleTooLong{$bipnum};
 		} elsif ($field eq 'Authors') {
 			$val =~ m/^(\S[^<@>]*\S) \<([^@>]*\@[\w.-]+\.\w+)\>$/ or die "Malformed Authors line in $fn";
 			my ($authorname, $authoremail) = ($1, $2);

From b712509434246a58c971710d85ecd8a2894ba2f3 Mon Sep 17 00:00:00 2001
From: Murch 
Date: Mon, 14 Apr 2025 11:45:46 -0700
Subject: [PATCH 15/26] process: Update license check

---
 scripts/buildtable.pl | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 48355f8e..22afba09 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -83,19 +83,19 @@ my %ValidType = (
 	'Informational' => undef,
 	'Process' => undef,
 );
-my %RecommendedLicenses = (
+my %AcceptableLicenses = (
 	'BSD-2-Clause' => undef,
 	'BSD-3-Clause' => undef,
 	'CC0-1.0' => undef,
 	'GNU-All-Permissive' => undef,
-);
-my %AcceptableLicenses = (
-	%RecommendedLicenses,
+	'MIT' => undef,
+	'CC-BY-4.0' => undef,
 	'Apache-2.0' => undef,
 	'BSL-1.0' => undef,
-	'CC-BY-4.0' => undef,
+);
+my %DefinedLicenses = (
+	%AcceptableLicenses,
 	'CC-BY-SA-4.0' => undef,
-	'MIT' => undef,
 	'AGPL-3.0' => undef,
 	'AGPL-3.0+' => undef,
 	'FDL-1.3' => undef,
@@ -103,13 +103,11 @@ my %AcceptableLicenses = (
 	'GPL-2.0+' => undef,
 	'LGPL-2.1' => undef,
 	'LGPL-2.1+' => undef,
-);
-my %DefinedLicenses = (
-	%AcceptableLicenses,
 	'OPL' => undef,
 	'PD' => undef,
 );
 my %GrandfatheredPD = map { $_ => undef } qw(9 36 37 38 42 49 50 60 65 67 69 74 80 81 83 90 99 105 107 109 111 112 113 114 122 124 125 126 130 131 132 133 140 141 142 143 144 146 147 150 151 152);
+my %GrandfatheredCCBySA = map { $_ => undef } qw(98 116 117 134);
 my %TolerateMissingLicense = map { $_ => undef } qw(1 10 11 12 13 14 15 16 21 31 33 34 35 39 43 44 45 47 61 64 68 70 71 72 73 101 102 106 120 121);
 my %TolerateTitleTooLong = map { $_ => undef } qw(39 44 45 47 49 60 67 68 69 73 74 75 80 81 99 105 106 109 113 122 126 131 143 145 147 173 327);
 
@@ -189,7 +187,7 @@ while (++$bipnum <= $topbip) {
 		} elsif ($field =~ /^License(?:\-Code)?$/) {
 			die "Undefined license $val in $fn" unless exists $DefinedLicenses{$val};
 			if (not $found{$field}) {
-				die "Unacceptable license $val in $fn" unless exists $AcceptableLicenses{$val} or ($val eq 'PD' and exists $GrandfatheredPD{$bipnum});
+				die "Unacceptable license $val in $fn" unless exists $AcceptableLicenses{$val} or ($val eq 'PD' and exists $GrandfatheredPD{$bipnum}) or ($val eq 'CC-BY-SA-4.0' and exists $GrandfatheredCCBySA{$bipnum});
 			}
 		} elsif ($field eq 'Comments-URI') {
 			if ($found{'Comments-URI'}) {

From 38f525beacb98777276aaffdebea5bb20eb25dcb Mon Sep 17 00:00:00 2001
From: Murch 
Date: Mon, 14 Apr 2025 11:47:34 -0700
Subject: [PATCH 16/26] BIP372: Drop redundant Discussions-To Header

BIP2 states that the Discussions-To header should only be used if the
proposal was discussed somewhere else beside the Bitcoin Developer
Mailing List. Therefore, the only use of the Discussions-To header in
the repository is unnecessary and can be removed before the header is
abolished.
---
 bip-0372.mediawiki | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bip-0372.mediawiki b/bip-0372.mediawiki
index 7b5355a4..eb6d731c 100644
--- a/bip-0372.mediawiki
+++ b/bip-0372.mediawiki
@@ -3,7 +3,6 @@
   Layer: Applications
   Title: Pay-to-contract tweak fields for PSBT
   Authors: Maxim Orlovsky 
-  Discussions-To: 
   Status: Draft
   Type: Specification
   Created: 2022-01-16

From 6829b943bdeebf0a40d2867a9d58980e9f82af05 Mon Sep 17 00:00:00 2001
From: Murch 
Date: Mon, 14 Apr 2025 11:46:05 -0700
Subject: [PATCH 17/26] process: Drop unused Discussions-To Header

---
 scripts/buildtable.pl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 22afba09..1e18d49a 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -34,7 +34,6 @@ my %MiscField = (
  	'Deputies' => undef,
 	'Comments-URI' => undef,
 	'Comments-Summary' => undef,
-	'Discussions-To' => undef,
 	'Discussion' => undef,
 	'Replaces' => undef,
 	'Requires' => undef,

From ebefd42cc875ff524f4a3bda744ece2722973a47 Mon Sep 17 00:00:00 2001
From: Murch 
Date: Mon, 14 Apr 2025 14:58:57 -0700
Subject: [PATCH 18/26] editor: Remove outdated comment from README table

---
 README.mediawiki | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.mediawiki b/README.mediawiki
index 06341ae0..2bbf6ba8 100644
--- a/README.mediawiki
+++ b/README.mediawiki
@@ -323,7 +323,6 @@ users (see also: [https://en.bitcoin.it/wiki/Economic_majority economic majority
 | Antoine Poinsot, Matt Corallo
 | Specification
 | Draft
-
 |- style="background-color: #ffcfcf"
 | [[bip-0060.mediawiki|60]]
 | Peer Services

From 85c9385e206f430854e6dca76c2dafb4c276d276 Mon Sep 17 00:00:00 2001
From: Yuval Kogman 
Date: Tue, 8 Jul 2025 14:49:40 +0200
Subject: [PATCH 19/26] Allow `Version` field in checks as per BIP 3

---
 scripts/buildtable.pl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index 1e18d49a..596ab006 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -39,6 +39,9 @@ my %MiscField = (
 	'Requires' => undef,
 	'Proposed-Replacement' => undef,
 );
+my %VersionField = (
+	'Version' => undef,
+);
 my @FieldOrder = qw(
 	BIP
 	Layer
@@ -198,6 +201,8 @@ while (++$bipnum <= $topbip) {
 			die "Invalid date format in $fn" unless $val =~ /^20\d{2}\-(?:0[1-9]|1[0-2])\-(?:0[1-9]|[12]\d|30|31)$/;
 		} elsif (exists $EmailField{$field}) {
 			$val =~ m/^(\S[^<@>]*\S) \<[^@>]*\@[\w.]+\.\w+\>$/ or die "Malformed $field line in $fn";
+		} elsif (exists $VersionField{$field}) {
+			$val =~ m/^(\d+\.\d+\.\d+)$/ or die "Malformed $field line in $fn";
 		} elsif (not exists $MiscField{$field}) {
 			die "Unknown field $field in $fn";
 		}

From 24e96e870fffaa257b465ce1f0370c14aac588e8 Mon Sep 17 00:00:00 2001
From: Murch 
Date: Wed, 8 Oct 2025 14:59:36 -0700
Subject: [PATCH 20/26] =?UTF-8?q?process:=20Created=20=E2=86=A6=20Assigned?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

```
sed -z -i 's/Created: /Assigned: /' bip-0*.md
sed -z -i 's/Created: /Assigned: /' bip-0*.mediawiki
```
---
 bip-0001.mediawiki    | 2 +-
 bip-0002.mediawiki    | 2 +-
 bip-0003.md           | 2 +-
 bip-0008.mediawiki    | 2 +-
 bip-0009.mediawiki    | 2 +-
 bip-0010.mediawiki    | 2 +-
 bip-0011.mediawiki    | 2 +-
 bip-0012.mediawiki    | 2 +-
 bip-0013.mediawiki    | 2 +-
 bip-0014.mediawiki    | 2 +-
 bip-0015.mediawiki    | 2 +-
 bip-0016.mediawiki    | 2 +-
 bip-0017.mediawiki    | 2 +-
 bip-0018.mediawiki    | 2 +-
 bip-0019.mediawiki    | 2 +-
 bip-0020.mediawiki    | 2 +-
 bip-0021.mediawiki    | 2 +-
 bip-0022.mediawiki    | 2 +-
 bip-0023.mediawiki    | 2 +-
 bip-0030.mediawiki    | 2 +-
 bip-0031.mediawiki    | 2 +-
 bip-0032.mediawiki    | 2 +-
 bip-0033.mediawiki    | 2 +-
 bip-0034.mediawiki    | 2 +-
 bip-0035.mediawiki    | 2 +-
 bip-0036.mediawiki    | 2 +-
 bip-0037.mediawiki    | 2 +-
 bip-0038.mediawiki    | 2 +-
 bip-0039.mediawiki    | 2 +-
 bip-0042.mediawiki    | 2 +-
 bip-0043.mediawiki    | 2 +-
 bip-0044.mediawiki    | 2 +-
 bip-0045.mediawiki    | 2 +-
 bip-0046.mediawiki    | 2 +-
 bip-0047.mediawiki    | 2 +-
 bip-0048.mediawiki    | 2 +-
 bip-0049.mediawiki    | 2 +-
 bip-0050.mediawiki    | 2 +-
 bip-0052.mediawiki    | 2 +-
 bip-0053.mediawiki    | 2 +-
 bip-0054.md           | 2 +-
 bip-0060.mediawiki    | 2 +-
 bip-0061.mediawiki    | 2 +-
 bip-0062.mediawiki    | 2 +-
 bip-0064.mediawiki    | 2 +-
 bip-0065.mediawiki    | 2 +-
 bip-0066.mediawiki    | 2 +-
 bip-0067.mediawiki    | 2 +-
 bip-0068.mediawiki    | 2 +-
 bip-0069.mediawiki    | 2 +-
 bip-0070.mediawiki    | 2 +-
 bip-0071.mediawiki    | 2 +-
 bip-0072.mediawiki    | 2 +-
 bip-0073.mediawiki    | 2 +-
 bip-0074.mediawiki    | 2 +-
 bip-0075.mediawiki    | 2 +-
 bip-0077.md           | 2 +-
 bip-0078.mediawiki    | 2 +-
 bip-0079.mediawiki    | 2 +-
 bip-0080.mediawiki    | 2 +-
 bip-0081.mediawiki    | 2 +-
 bip-0083.mediawiki    | 2 +-
 bip-0084.mediawiki    | 2 +-
 bip-0085.mediawiki    | 2 +-
 bip-0086.mediawiki    | 2 +-
 bip-0087.mediawiki    | 2 +-
 bip-0088.mediawiki    | 2 +-
 bip-0090.mediawiki    | 2 +-
 bip-0091.mediawiki    | 2 +-
 bip-0093.mediawiki    | 2 +-
 bip-0094.mediawiki    | 2 +-
 bip-0098.mediawiki    | 2 +-
 bip-0099.mediawiki    | 2 +-
 bip-0100.mediawiki    | 2 +-
 bip-0101.mediawiki    | 2 +-
 bip-0102.mediawiki    | 2 +-
 bip-0103.mediawiki    | 2 +-
 bip-0104.mediawiki    | 2 +-
 bip-0105.mediawiki    | 2 +-
 bip-0106.mediawiki    | 2 +-
 bip-0107.mediawiki    | 2 +-
 bip-0109.mediawiki    | 2 +-
 bip-0111.mediawiki    | 2 +-
 bip-0112.mediawiki    | 2 +-
 bip-0113.mediawiki    | 2 +-
 bip-0114.mediawiki    | 2 +-
 bip-0115.mediawiki    | 2 +-
 bip-0116.mediawiki    | 2 +-
 bip-0117.mediawiki    | 2 +-
 bip-0118.mediawiki    | 2 +-
 bip-0119.mediawiki    | 2 +-
 bip-0120.mediawiki    | 2 +-
 bip-0121.mediawiki    | 2 +-
 bip-0122.mediawiki    | 2 +-
 bip-0123.mediawiki    | 2 +-
 bip-0124.mediawiki    | 2 +-
 bip-0125.mediawiki    | 2 +-
 bip-0126.mediawiki    | 2 +-
 bip-0127.mediawiki    | 2 +-
 bip-0129.mediawiki    | 2 +-
 bip-0130.mediawiki    | 2 +-
 bip-0131.mediawiki    | 2 +-
 bip-0132.mediawiki    | 2 +-
 bip-0133.mediawiki    | 2 +-
 bip-0134.mediawiki    | 2 +-
 bip-0135.mediawiki    | 2 +-
 bip-0136.mediawiki    | 2 +-
 bip-0137.mediawiki    | 2 +-
 bip-0140.mediawiki    | 2 +-
 bip-0141.mediawiki    | 2 +-
 bip-0142.mediawiki    | 2 +-
 bip-0143.mediawiki    | 2 +-
 bip-0144.mediawiki    | 2 +-
 bip-0145.mediawiki    | 2 +-
 bip-0146.mediawiki    | 2 +-
 bip-0147.mediawiki    | 2 +-
 bip-0148.mediawiki    | 2 +-
 bip-0149.mediawiki    | 2 +-
 bip-0150.mediawiki    | 2 +-
 bip-0151.mediawiki    | 2 +-
 bip-0152.mediawiki    | 2 +-
 bip-0154.mediawiki    | 2 +-
 bip-0155.mediawiki    | 2 +-
 bip-0156.mediawiki    | 2 +-
 bip-0157.mediawiki    | 2 +-
 bip-0158.mediawiki    | 2 +-
 bip-0159.mediawiki    | 2 +-
 bip-0171.mediawiki    | 2 +-
 bip-0172.mediawiki    | 2 +-
 bip-0173.mediawiki    | 2 +-
 bip-0174.mediawiki    | 2 +-
 bip-0175.mediawiki    | 2 +-
 bip-0176.mediawiki    | 2 +-
 bip-0177.mediawiki    | 2 +-
 bip-0178.mediawiki    | 2 +-
 bip-0179.mediawiki    | 2 +-
 bip-0180.mediawiki    | 2 +-
 bip-0197.mediawiki    | 2 +-
 bip-0199.mediawiki    | 2 +-
 bip-0300.mediawiki    | 2 +-
 bip-0301.mediawiki    | 2 +-
 bip-0310.mediawiki    | 2 +-
 bip-0320.mediawiki    | 2 +-
 bip-0321.mediawiki    | 2 +-
 bip-0322.mediawiki    | 2 +-
 bip-0324.mediawiki    | 2 +-
 bip-0325.mediawiki    | 2 +-
 bip-0326.mediawiki    | 2 +-
 bip-0327.mediawiki    | 2 +-
 bip-0328.mediawiki    | 2 +-
 bip-0329.mediawiki    | 2 +-
 bip-0330.mediawiki    | 2 +-
 bip-0331.mediawiki    | 2 +-
 bip-0337.mediawiki    | 2 +-
 bip-0338.mediawiki    | 2 +-
 bip-0339.mediawiki    | 2 +-
 bip-0340.mediawiki    | 2 +-
 bip-0341.mediawiki    | 2 +-
 bip-0342.mediawiki    | 2 +-
 bip-0343.mediawiki    | 2 +-
 bip-0345.mediawiki    | 2 +-
 bip-0347.mediawiki    | 2 +-
 bip-0348.md           | 2 +-
 bip-0349.md           | 2 +-
 bip-0350.mediawiki    | 2 +-
 bip-0351.mediawiki    | 2 +-
 bip-0352.mediawiki    | 2 +-
 bip-0353.mediawiki    | 2 +-
 bip-0370.mediawiki    | 2 +-
 bip-0371.mediawiki    | 2 +-
 bip-0372.mediawiki    | 2 +-
 bip-0373.mediawiki    | 2 +-
 bip-0374.mediawiki    | 2 +-
 bip-0375.mediawiki    | 2 +-
 bip-0379.md           | 2 +-
 bip-0380.mediawiki    | 2 +-
 bip-0381.mediawiki    | 2 +-
 bip-0382.mediawiki    | 2 +-
 bip-0383.mediawiki    | 2 +-
 bip-0384.mediawiki    | 2 +-
 bip-0385.mediawiki    | 2 +-
 bip-0386.mediawiki    | 2 +-
 bip-0387.mediawiki    | 2 +-
 bip-0388.mediawiki    | 2 +-
 bip-0389.mediawiki    | 2 +-
 bip-0390.mediawiki    | 2 +-
 bip-0431.mediawiki    | 2 +-
 bip-0433.mediawiki    | 2 +-
 bip-0443.mediawiki    | 2 +-
 scripts/buildtable.pl | 6 +++---
 190 files changed, 192 insertions(+), 192 deletions(-)

diff --git a/bip-0001.mediawiki b/bip-0001.mediawiki
index b2ebb413..1df4ab3c 100644
--- a/bip-0001.mediawiki
+++ b/bip-0001.mediawiki
@@ -4,7 +4,7 @@
   Authors: Amir Taaki 
   Status: Closed
   Type: Process
-  Created: 2011-09-19
+  Assigned: 2011-09-19
   Proposed-Replacement: 2
 
diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index fdadd76d..5996df1f 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -4,7 +4,7 @@ Authors: Luke Dashjr Status: Closed Type: Process - Created: 2016-02-03 + Assigned: 2016-02-03 License: BSD-2-Clause OPL Replaces: 1 diff --git a/bip-0003.md b/bip-0003.md index 9d2cb466..cd29e897 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -4,7 +4,7 @@ Authors: Murch Status: Deployed Type: Process - Created: 2025-01-09 + Assigned: 2025-01-09 License: BSD-2-Clause Discussion: https://github.com/murchandamus/bips/pull/2 https://gnusha.org/pi/bitcoindev/59fa94cea6f70e02b1ce0da07ae230670730171c.camel@timruffing.de/#t diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki index 64f05ac6..68e13708 100644 --- a/bip-0008.mediawiki +++ b/bip-0008.mediawiki @@ -5,7 +5,7 @@ Luke Dashjr Status: Draft Type: Informational - Created: 2017-02-01 + Assigned: 2017-02-01 License: BSD-3-Clause CC0-1.0
diff --git a/bip-0009.mediawiki b/bip-0009.mediawiki index 23a935b5..ca6db795 100644 --- a/bip-0009.mediawiki +++ b/bip-0009.mediawiki @@ -7,7 +7,7 @@ Rusty Russell Status: Deployed Type: Informational - Created: 2015-10-04 + Assigned: 2015-10-04 License: PD
diff --git a/bip-0010.mediawiki b/bip-0010.mediawiki index d7498c5a..4f9ee61f 100644 --- a/bip-0010.mediawiki +++ b/bip-0010.mediawiki @@ -5,7 +5,7 @@ Authors: Alan Reiner Status: Closed Type: Informational - Created: 2011-10-28 + Assigned: 2011-10-28
A multi-signature transaction is one where a certain number of Bitcoins are "encumbered" with more than one recipient address. The subsequent transaction that spends these coins will require each party involved (or some subset, depending on the script), to see the proposed transaction and sign it with their private key. This necessarily requires collaboration between all parties -- to propose a distribution of encumbered funds, collect signatures from all necessary participants, and then broadcast the completed transaction. diff --git a/bip-0011.mediawiki b/bip-0011.mediawiki index 35bf606c..3d2f6681 100644 --- a/bip-0011.mediawiki +++ b/bip-0011.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Deployed Type: Specification - Created: 2011-10-18 + Assigned: 2011-10-18 Discussion: 2011-10-02
diff --git a/bip-0012.mediawiki b/bip-0012.mediawiki index 2668b249..07012de4 100644 --- a/bip-0012.mediawiki +++ b/bip-0012.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Closed Type: Specification - Created: 2011-10-18 + Assigned: 2011-10-18
==Abstract== diff --git a/bip-0013.mediawiki b/bip-0013.mediawiki index a2874b65..bd2c0a33 100644 --- a/bip-0013.mediawiki +++ b/bip-0013.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Deployed Type: Specification - Created: 2011-10-18 + Assigned: 2011-10-18
==Abstract== diff --git a/bip-0014.mediawiki b/bip-0014.mediawiki index 884b10d1..b2b16084 100644 --- a/bip-0014.mediawiki +++ b/bip-0014.mediawiki @@ -6,7 +6,7 @@ Patrick Strateman Status: Deployed Type: Specification - Created: 2011-11-10 + Assigned: 2011-11-10 Discussion: 2011-11-02
diff --git a/bip-0015.mediawiki b/bip-0015.mediawiki index 47b7644e..41953560 100644 --- a/bip-0015.mediawiki +++ b/bip-0015.mediawiki @@ -5,7 +5,7 @@ Authors: Amir Taaki Status: Closed Type: Specification - Created: 2011-12-10 + Assigned: 2011-12-10
[[bip-0070.mediawiki|BIP 0070]] (payment protocol) may be seen as the alternative to Aliases. diff --git a/bip-0016.mediawiki b/bip-0016.mediawiki index b10ceb45..21d0e322 100644 --- a/bip-0016.mediawiki +++ b/bip-0016.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Deployed Type: Specification - Created: 2012-01-03 + Assigned: 2012-01-03
==Abstract== diff --git a/bip-0017.mediawiki b/bip-0017.mediawiki index d0cd95c1..18f5aa61 100644 --- a/bip-0017.mediawiki +++ b/bip-0017.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Closed Type: Specification - Created: 2012-01-18 + Assigned: 2012-01-18 License: BSD-2-Clause
diff --git a/bip-0018.mediawiki b/bip-0018.mediawiki index 7c6dd13b..ae1fc5fa 100644 --- a/bip-0018.mediawiki +++ b/bip-0018.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Complete Type: Specification - Created: 2012-01-27 + Assigned: 2012-01-27 License: BSD-2-Clause
diff --git a/bip-0019.mediawiki b/bip-0019.mediawiki index b5c9e9cd..e05d65d9 100644 --- a/bip-0019.mediawiki +++ b/bip-0019.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Closed Type: Specification - Created: 2012-01-30 + Assigned: 2012-01-30 License: BSD-2-Clause
diff --git a/bip-0020.mediawiki b/bip-0020.mediawiki index 04f91382..93594d15 100644 --- a/bip-0020.mediawiki +++ b/bip-0020.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Closed Type: Specification - Created: 2011-01-10 + Assigned: 2011-01-10 License: BSD-2-Clause
diff --git a/bip-0021.mediawiki b/bip-0021.mediawiki index 562ddb39..5f2756a1 100644 --- a/bip-0021.mediawiki +++ b/bip-0021.mediawiki @@ -6,7 +6,7 @@ Matt Corallo Status: Closed Type: Specification - Created: 2012-01-29 + Assigned: 2012-01-29 Proposed-Replacement: 321
diff --git a/bip-0022.mediawiki b/bip-0022.mediawiki index b77f9a81..62159a68 100644 --- a/bip-0022.mediawiki +++ b/bip-0022.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Deployed Type: Specification - Created: 2012-02-28 + Assigned: 2012-02-28 License: BSD-2-Clause
diff --git a/bip-0023.mediawiki b/bip-0023.mediawiki index 8476929f..14512c6a 100644 --- a/bip-0023.mediawiki +++ b/bip-0023.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Deployed Type: Specification - Created: 2012-02-28 + Assigned: 2012-02-28 License: BSD-2-Clause
diff --git a/bip-0030.mediawiki b/bip-0030.mediawiki index 3f72f982..74efb4bc 100644 --- a/bip-0030.mediawiki +++ b/bip-0030.mediawiki @@ -5,7 +5,7 @@ Authors: Pieter Wuille Status: Deployed Type: Specification - Created: 2012-02-22 + Assigned: 2012-02-22 License: BSD-2-Clause
diff --git a/bip-0031.mediawiki b/bip-0031.mediawiki index a5da69f4..7f522618 100644 --- a/bip-0031.mediawiki +++ b/bip-0031.mediawiki @@ -5,7 +5,7 @@ Authors: Mike Hearn Status: Deployed Type: Specification - Created: 2012-04-11 + Assigned: 2012-04-11
==Abstract== diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki index d55fb719..dc7689d0 100644 --- a/bip-0032.mediawiki +++ b/bip-0032.mediawiki @@ -13,7 +13,7 @@ RECENT CHANGES: Authors: Pieter Wuille Status: Deployed Type: Informational - Created: 2012-02-11 + Assigned: 2012-02-11 License: BSD-2-Clause diff --git a/bip-0033.mediawiki b/bip-0033.mediawiki index a674f2a5..9a2d830c 100644 --- a/bip-0033.mediawiki +++ b/bip-0033.mediawiki @@ -5,7 +5,7 @@ Authors: Amir Taaki Status: Closed Type: Specification - Created: 2012-05-15 + Assigned: 2012-05-15 == Abstract == diff --git a/bip-0034.mediawiki b/bip-0034.mediawiki index 830c9d6e..b7bfb45f 100644 --- a/bip-0034.mediawiki +++ b/bip-0034.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Deployed Type: Specification - Created: 2012-07-06 + Assigned: 2012-07-06 ==Abstract== diff --git a/bip-0035.mediawiki b/bip-0035.mediawiki index 93bc81d4..812d6294 100644 --- a/bip-0035.mediawiki +++ b/bip-0035.mediawiki @@ -5,7 +5,7 @@ Authors: Jeff Garzik Status: Deployed Type: Specification - Created: 2012-08-16 + Assigned: 2012-08-16 ==Abstract== diff --git a/bip-0036.mediawiki b/bip-0036.mediawiki index 22e87af2..f2350409 100644 --- a/bip-0036.mediawiki +++ b/bip-0036.mediawiki @@ -5,7 +5,7 @@ Authors: Stefan Thomas Status: Closed Type: Specification - Created: 2012-08-03 + Assigned: 2012-08-03 License: PD diff --git a/bip-0037.mediawiki b/bip-0037.mediawiki index 2bc66c65..44929fac 100644 --- a/bip-0037.mediawiki +++ b/bip-0037.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0037 Status: Deployed Type: Specification - Created: 2012-10-24 + Assigned: 2012-10-24 License: PD diff --git a/bip-0038.mediawiki b/bip-0038.mediawiki index 00a67cfc..96af8a21 100644 --- a/bip-0038.mediawiki +++ b/bip-0038.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0038 Status: Draft (Some confusion applies: The announcements for this never made it to the list, so it hasn't had public discussion) Type: Specification - Created: 2012-11-20 + Assigned: 2012-11-20 License: PD diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index c87a3c31..2a68b5e6 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -10,7 +10,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0039 Status: Deployed Type: Specification - Created: 2013-09-10 + Assigned: 2013-09-10 License: MIT diff --git a/bip-0042.mediawiki b/bip-0042.mediawiki index 3f65cea2..ade0241f 100644 --- a/bip-0042.mediawiki +++ b/bip-0042.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0042 Status: Deployed Type: Specification - Created: 2014-04-01 + Assigned: 2014-04-01 License: PD diff --git a/bip-0043.mediawiki b/bip-0043.mediawiki index 30e21443..4ac05946 100644 --- a/bip-0043.mediawiki +++ b/bip-0043.mediawiki @@ -6,7 +6,7 @@ Pavol Rusnak Status: Deployed Type: Specification - Created: 2014-04-24 + Assigned: 2014-04-24 ==Abstract== diff --git a/bip-0044.mediawiki b/bip-0044.mediawiki index 57a6f8f4..bbf9d1f0 100644 --- a/bip-0044.mediawiki +++ b/bip-0044.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0044 Status: Deployed Type: Specification - Created: 2014-04-24 + Assigned: 2014-04-24 ==Abstract== diff --git a/bip-0045.mediawiki b/bip-0045.mediawiki index 967e854c..4dbf12de 100644 --- a/bip-0045.mediawiki +++ b/bip-0045.mediawiki @@ -7,7 +7,7 @@ Matias Alejo Garcia Status: Complete Type: Specification - Created: 2014-04-25 + Assigned: 2014-04-25 ==Abstract== diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki index fd6627fe..98558be5 100644 --- a/bip-0046.mediawiki +++ b/bip-0046.mediawiki @@ -6,7 +6,7 @@ Thebora Kompanioni Status: Draft Type: Specification - Created: 2022-04-01 + Assigned: 2022-04-01 License: CC0-1.0 Discussion: 2022-05-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020389.html diff --git a/bip-0047.mediawiki b/bip-0047.mediawiki index f4dd6fab..0ccaf533 100644 --- a/bip-0047.mediawiki +++ b/bip-0047.mediawiki @@ -12,7 +12,7 @@ RECENT CHANGES: Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0047 Status: Deployed Type: Informational - Created: 2015-04-24 + Assigned: 2015-04-24 ==Status== diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki index 71c6250a..0e8823eb 100644 --- a/bip-0048.mediawiki +++ b/bip-0048.mediawiki @@ -5,7 +5,7 @@ Authors: Fontaine Status: Deployed Type: Specification - Created: 2020-12-16 + Assigned: 2020-12-16 License: MIT diff --git a/bip-0049.mediawiki b/bip-0049.mediawiki index 998a169d..264b206e 100644 --- a/bip-0049.mediawiki +++ b/bip-0049.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0049 Status: Deployed Type: Specification - Created: 2016-05-19 + Assigned: 2016-05-19 License: PD diff --git a/bip-0050.mediawiki b/bip-0050.mediawiki index 823248b4..6c0e69d1 100644 --- a/bip-0050.mediawiki +++ b/bip-0050.mediawiki @@ -4,7 +4,7 @@ Authors: Gavin Andresen Status: Deployed Type: Informational - Created: 2013-03-20 + Assigned: 2013-03-20 License: PD diff --git a/bip-0052.mediawiki b/bip-0052.mediawiki index 4f2dd24d..9941812a 100644 --- a/bip-0052.mediawiki +++ b/bip-0052.mediawiki @@ -6,7 +6,7 @@ Bogdan Penkovsky Status: Draft Type: Specification - Created: 2021-05-13 + Assigned: 2021-05-13 License: BSD-2-Clause OPL diff --git a/bip-0053.mediawiki b/bip-0053.mediawiki index 3104b408..9dba52c2 100644 --- a/bip-0053.mediawiki +++ b/bip-0053.mediawiki @@ -5,7 +5,7 @@ Authors: Chris Stewart Status: Draft Type: Specification - Created: 2025-04-11 + Assigned: 2025-04-11 License: BSD-3-Clause diff --git a/bip-0054.md b/bip-0054.md index b356fbcb..d278f58a 100644 --- a/bip-0054.md +++ b/bip-0054.md @@ -6,7 +6,7 @@ Matt Corallo Status: Draft Type: Specification - Created: 2025-04-11 + Assigned: 2025-04-11 License: CC0-1.0 ``` diff --git a/bip-0060.mediawiki b/bip-0060.mediawiki index 8cde008b..b5f8c387 100644 --- a/bip-0060.mediawiki +++ b/bip-0060.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0060 Status: Closed Type: Specification - Created: 2013-06-16 + Assigned: 2013-06-16 License: PD diff --git a/bip-0061.mediawiki b/bip-0061.mediawiki index fed77e65..8f4646d9 100644 --- a/bip-0061.mediawiki +++ b/bip-0061.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0061 Status: Deployed Type: Specification - Created: 2014-06-18 + Assigned: 2014-06-18 ==Abstract== diff --git a/bip-0062.mediawiki b/bip-0062.mediawiki index fb0d336c..9d44ecb0 100644 --- a/bip-0062.mediawiki +++ b/bip-0062.mediawiki @@ -7,7 +7,7 @@ Authors: Pieter Wuille Status: Closed Type: Specification - Created: 2014-03-12 + Assigned: 2014-03-12 License: BSD-2-Clause diff --git a/bip-0064.mediawiki b/bip-0064.mediawiki index 4618a2f5..85ffeb7b 100644 --- a/bip-0064.mediawiki +++ b/bip-0064.mediawiki @@ -5,7 +5,7 @@ Authors: Mike Hearn Status: Closed Type: Specification - Created: 2014-06-10 + Assigned: 2014-06-10 ==Abstract== diff --git a/bip-0065.mediawiki b/bip-0065.mediawiki index de739bc5..4bd292f8 100644 --- a/bip-0065.mediawiki +++ b/bip-0065.mediawiki @@ -5,7 +5,7 @@ Authors: Peter Todd Status: Deployed Type: Specification - Created: 2014-10-01 + Assigned: 2014-10-01 License: PD diff --git a/bip-0066.mediawiki b/bip-0066.mediawiki index 9d8efc92..aa41b757 100644 --- a/bip-0066.mediawiki +++ b/bip-0066.mediawiki @@ -5,7 +5,7 @@ Authors: Pieter Wuille Status: Deployed Type: Specification - Created: 2015-01-10 + Assigned: 2015-01-10 License: BSD-2-Clause diff --git a/bip-0067.mediawiki b/bip-0067.mediawiki index de5275bd..c21da80b 100644 --- a/bip-0067.mediawiki +++ b/bip-0067.mediawiki @@ -7,7 +7,7 @@ Ruben de Vries Status: Complete Type: Specification - Created: 2015-02-08 + Assigned: 2015-02-08 License: PD diff --git a/bip-0068.mediawiki b/bip-0068.mediawiki index 9725f5ff..90f5235e 100644 --- a/bip-0068.mediawiki +++ b/bip-0068.mediawiki @@ -8,7 +8,7 @@ kinoshitajona Status: Deployed Type: Specification - Created: 2015-05-28 + Assigned: 2015-05-28 ==Abstract== diff --git a/bip-0069.mediawiki b/bip-0069.mediawiki index 0b52e66a..e28759af 100644 --- a/bip-0069.mediawiki +++ b/bip-0069.mediawiki @@ -6,7 +6,7 @@ Editor: Daniel Cousens Status: Complete Type: Informational - Created: 2015-06-12 + Assigned: 2015-06-12 License: PD diff --git a/bip-0070.mediawiki b/bip-0070.mediawiki index df6d3bac..fc9d1ca4 100644 --- a/bip-0070.mediawiki +++ b/bip-0070.mediawiki @@ -6,7 +6,7 @@ Mike Hearn Status: Deployed Type: Specification - Created: 2013-07-29 + Assigned: 2013-07-29 ==Abstract== diff --git a/bip-0071.mediawiki b/bip-0071.mediawiki index 36b49ff6..0232af02 100644 --- a/bip-0071.mediawiki +++ b/bip-0071.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Deployed Type: Specification - Created: 2013-07-29 + Assigned: 2013-07-29 ==Abstract== diff --git a/bip-0072.mediawiki b/bip-0072.mediawiki index ad719c2e..500ff7ff 100644 --- a/bip-0072.mediawiki +++ b/bip-0072.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Deployed Type: Specification - Created: 2013-07-29 + Assigned: 2013-07-29 ==Abstract== diff --git a/bip-0073.mediawiki b/bip-0073.mediawiki index 6b80e961..9f59aa3f 100644 --- a/bip-0073.mediawiki +++ b/bip-0073.mediawiki @@ -5,7 +5,7 @@ Authors: Stephen Pair Status: Deployed Type: Specification - Created: 2013-08-27 + Assigned: 2013-08-27 ==Abstract== diff --git a/bip-0074.mediawiki b/bip-0074.mediawiki index 2ce32da6..83e31780 100644 --- a/bip-0074.mediawiki +++ b/bip-0074.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0074 Status: Closed Type: Specification - Created: 2016-01-29 + Assigned: 2016-01-29 License: PD diff --git a/bip-0075.mediawiki b/bip-0075.mediawiki index ebce0b74..0d9479ac 100644 --- a/bip-0075.mediawiki +++ b/bip-0075.mediawiki @@ -10,7 +10,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0075 Status: Deployed Type: Specification - Created: 2015-11-20 + Assigned: 2015-11-20 License: CC-BY-4.0 diff --git a/bip-0077.md b/bip-0077.md index 2b0d13fc..c3ca6186 100644 --- a/bip-0077.md +++ b/bip-0077.md @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0077 Status: Draft Type: Specification - Created: 2023-08-08 + Assigned: 2023-08-08 License: BSD-2-Clause Discussion: https://github.com/bitcoin/bips/pull/1483 https://gnusha.org/pi/bitcoindev/7B11AE34-27A7-46ED-95BF-66CA13BA26F3@ngould.dev/#t diff --git a/bip-0078.mediawiki b/bip-0078.mediawiki index 6543c7c1..33571baa 100644 --- a/bip-0078.mediawiki +++ b/bip-0078.mediawiki @@ -5,7 +5,7 @@ Authors: Nicolas Dorier Status: Draft Type: Specification - Created: 2019-05-01 + Assigned: 2019-05-01 License: BSD-2-Clause Replaces: 79 diff --git a/bip-0079.mediawiki b/bip-0079.mediawiki index 710d7785..3c342206 100644 --- a/bip-0079.mediawiki +++ b/bip-0079.mediawiki @@ -5,7 +5,7 @@ Authors: Ryan Havar Status: Closed Type: Informational - Created: 2018-10-05 + Assigned: 2018-10-05 License: CC0-1.0 Proposed-Replacement: 78 diff --git a/bip-0080.mediawiki b/bip-0080.mediawiki index 0349cb6c..11205605 100644 --- a/bip-0080.mediawiki +++ b/bip-0080.mediawiki @@ -5,7 +5,7 @@ Jimmy Song Status: Closed Type: Informational - Created: 2014-08-11 + Assigned: 2014-08-11 License: PD diff --git a/bip-0081.mediawiki b/bip-0081.mediawiki index 8b0e562e..0f4ef4d5 100644 --- a/bip-0081.mediawiki +++ b/bip-0081.mediawiki @@ -5,7 +5,7 @@ Jimmy Song Status: Closed Type: Informational - Created: 2014-08-11 + Assigned: 2014-08-11 License: PD diff --git a/bip-0083.mediawiki b/bip-0083.mediawiki index 8901bd67..381d04e7 100644 --- a/bip-0083.mediawiki +++ b/bip-0083.mediawiki @@ -5,7 +5,7 @@ Authors: Eric Lombrozo Status: Closed Type: Specification - Created: 2015-11-16 + Assigned: 2015-11-16 License: PD diff --git a/bip-0084.mediawiki b/bip-0084.mediawiki index fa479671..f266a145 100644 --- a/bip-0084.mediawiki +++ b/bip-0084.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0084 Status: Deployed Type: Specification - Created: 2017-12-28 + Assigned: 2017-12-28 License: CC0-1.0 diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index 0aea0b4f..ccdc6fcc 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -6,7 +6,7 @@ Aneesh Karve Status: Deployed Type: Informational - Created: 2020-03-20 + Assigned: 2020-03-20 License: BSD-2-Clause OPL diff --git a/bip-0086.mediawiki b/bip-0086.mediawiki index 14c991fd..43c692a5 100644 --- a/bip-0086.mediawiki +++ b/bip-0086.mediawiki @@ -5,7 +5,7 @@ Authors: Ava Chow Status: Deployed Type: Specification - Created: 2021-06-22 + Assigned: 2021-06-22 License: BSD-2-Clause diff --git a/bip-0087.mediawiki b/bip-0087.mediawiki index f242c815..440ad2a1 100644 --- a/bip-0087.mediawiki +++ b/bip-0087.mediawiki @@ -5,7 +5,7 @@ Authors: Robert Spigler Status: Complete Type: Specification - Created: 2020-03-11 + Assigned: 2020-03-11 License: BSD-2-Clause diff --git a/bip-0088.mediawiki b/bip-0088.mediawiki index 9559de2c..0a705212 100644 --- a/bip-0088.mediawiki +++ b/bip-0088.mediawiki @@ -5,7 +5,7 @@ Authors: Dmitry Petukhov Status: Complete Type: Informational - Created: 2020-06-23 + Assigned: 2020-06-23 License: BSD-2-Clause diff --git a/bip-0090.mediawiki b/bip-0090.mediawiki index 5c119c94..35038350 100644 --- a/bip-0090.mediawiki +++ b/bip-0090.mediawiki @@ -6,7 +6,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0090 Status: Deployed Type: Informational - Created: 2016-11-08 + Assigned: 2016-11-08 License: PD diff --git a/bip-0091.mediawiki b/bip-0091.mediawiki index 48783d40..bd3be1df 100644 --- a/bip-0091.mediawiki +++ b/bip-0091.mediawiki @@ -5,7 +5,7 @@ Authors: James Hilliard Status: Deployed Type: Specification - Created: 2017-05-22 + Assigned: 2017-05-22 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0093.mediawiki b/bip-0093.mediawiki index bf3ecc74..193eb872 100644 --- a/bip-0093.mediawiki +++ b/bip-0093.mediawiki @@ -6,7 +6,7 @@ Andrew Poelstra Status: Draft Type: Informational - Created: 2023-02-13 + Assigned: 2023-02-13 License: BSD-3-Clause Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-February/021469.html diff --git a/bip-0094.mediawiki b/bip-0094.mediawiki index 27087be5..d90b1676 100644 --- a/bip-0094.mediawiki +++ b/bip-0094.mediawiki @@ -5,7 +5,7 @@ Authors: Fabian Jahr Status: Deployed Type: Specification - Created: 2024-05-27 + Assigned: 2024-05-27 License: CC0-1.0 Discussion: https://gnusha.org/pi/bitcoindev/CADL_X_eXjbRFROuJU0b336vPVy5Q2RJvhcx64NSNPH-3fDCUfw@mail.gmail.com/ https://gnusha.org/pi/bitcoindev/a6e3VPsXJf9p3gt_FmNF_Up-wrFuNMKTN30-xCSDHBKXzXnSpVflIZIj2NQ8Wos4PhQCzI2mWEMvIms_FAEs7rQdL15MpC_Phmu_fnR9iTg=@protonmail.com/ diff --git a/bip-0098.mediawiki b/bip-0098.mediawiki index 3c4a111e..d63fd38d 100644 --- a/bip-0098.mediawiki +++ b/bip-0098.mediawiki @@ -7,7 +7,7 @@ BtcDrak Status: Draft Type: Specification - Created: 2017-08-24 + Assigned: 2017-08-24 License: CC-BY-SA-4.0 License-Code: MIT diff --git a/bip-0099.mediawiki b/bip-0099.mediawiki index 5bb06d0a..acf66b31 100644 --- a/bip-0099.mediawiki +++ b/bip-0099.mediawiki @@ -4,7 +4,7 @@ Authors: Jorge Timón Status: Closed Type: Informational - Created: 2015-06-20 + Assigned: 2015-06-20 License: PD Discussion: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/008936.html diff --git a/bip-0100.mediawiki b/bip-0100.mediawiki index fe755e9a..cce4643f 100644 --- a/bip-0100.mediawiki +++ b/bip-0100.mediawiki @@ -7,7 +7,7 @@ Dagur Valberg Johannsson Status: Closed Type: Specification - Created: 2015-06-11 + Assigned: 2015-06-11 License: BSD-2-Clause diff --git a/bip-0101.mediawiki b/bip-0101.mediawiki index 7509013e..db30145b 100644 --- a/bip-0101.mediawiki +++ b/bip-0101.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Closed Type: Specification - Created: 2015-06-22 + Assigned: 2015-06-22 ==Abstract== diff --git a/bip-0102.mediawiki b/bip-0102.mediawiki index 0f35647e..ab7aef5f 100644 --- a/bip-0102.mediawiki +++ b/bip-0102.mediawiki @@ -5,7 +5,7 @@ Authors: Jeff Garzik Status: Closed Type: Specification - Created: 2015-06-23 + Assigned: 2015-06-23 ==Abstract== diff --git a/bip-0103.mediawiki b/bip-0103.mediawiki index 1c9e8574..471a0ab7 100644 --- a/bip-0103.mediawiki +++ b/bip-0103.mediawiki @@ -5,7 +5,7 @@ Authors: Pieter Wuille Status: Closed Type: Specification - Created: 2015-07-21 + Assigned: 2015-07-21 License: BSD-2-Clause diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki index 5cb552fc..b80181ac 100644 --- a/bip-0104.mediawiki +++ b/bip-0104.mediawiki @@ -5,7 +5,7 @@ Authors: t.khan Status: Closed Type: Specification - Created: 2017-01-13 + Assigned: 2017-01-13 License: BSD-2-Clause GNU-All-Permissive diff --git a/bip-0105.mediawiki b/bip-0105.mediawiki index 717b0988..4e72d7e7 100644 --- a/bip-0105.mediawiki +++ b/bip-0105.mediawiki @@ -5,7 +5,7 @@ Authors: BtcDrak Status: Closed Type: Specification - Created: 2015-08-21 + Assigned: 2015-08-21 License: PD diff --git a/bip-0106.mediawiki b/bip-0106.mediawiki index 426e69c0..6dc8dd83 100644 --- a/bip-0106.mediawiki +++ b/bip-0106.mediawiki @@ -5,7 +5,7 @@ Authors: Upal Chakraborty Status: Closed Type: Specification - Created: 2015-08-24 + Assigned: 2015-08-24 ==Abstract== diff --git a/bip-0107.mediawiki b/bip-0107.mediawiki index 7d14a7c0..6840ed96 100644 --- a/bip-0107.mediawiki +++ b/bip-0107.mediawiki @@ -5,7 +5,7 @@ Authors: Washington Y. Sanchez Status: Closed Type: Specification - Created: 2015-09-11 + Assigned: 2015-09-11 License: PD diff --git a/bip-0109.mediawiki b/bip-0109.mediawiki index f43e8dde..c72dee05 100644 --- a/bip-0109.mediawiki +++ b/bip-0109.mediawiki @@ -5,7 +5,7 @@ Authors: Gavin Andresen Status: Closed Type: Specification - Created: 2016-01-28 + Assigned: 2016-01-28 License: PD diff --git a/bip-0111.mediawiki b/bip-0111.mediawiki index 1b74d891..0a41af2f 100644 --- a/bip-0111.mediawiki +++ b/bip-0111.mediawiki @@ -6,7 +6,7 @@ Peter Todd Status: Deployed Type: Specification - Created: 2015-08-20 + Assigned: 2015-08-20 License: PD diff --git a/bip-0112.mediawiki b/bip-0112.mediawiki index 9ab58ef9..085ec730 100644 --- a/bip-0112.mediawiki +++ b/bip-0112.mediawiki @@ -7,7 +7,7 @@ Eric Lombrozo Status: Deployed Type: Specification - Created: 2015-08-10 + Assigned: 2015-08-10 License: PD diff --git a/bip-0113.mediawiki b/bip-0113.mediawiki index f281ef27..5ae08968 100644 --- a/bip-0113.mediawiki +++ b/bip-0113.mediawiki @@ -6,7 +6,7 @@ Mark Friedenbach Status: Deployed Type: Specification - Created: 2015-08-10 + Assigned: 2015-08-10 License: PD diff --git a/bip-0114.mediawiki b/bip-0114.mediawiki index 20c04485..9c9dee0b 100644 --- a/bip-0114.mediawiki +++ b/bip-0114.mediawiki @@ -5,7 +5,7 @@ Authors: Johnson Lau Status: Closed Type: Specification - Created: 2016-04-02 + Assigned: 2016-04-02 License: PD diff --git a/bip-0115.mediawiki b/bip-0115.mediawiki index aed46498..6c271ca2 100644 --- a/bip-0115.mediawiki +++ b/bip-0115.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Closed Type: Specification - Created: 2016-09-23 + Assigned: 2016-09-23 License: BSD-2-Clause diff --git a/bip-0116.mediawiki b/bip-0116.mediawiki index 2c34af6e..3f10e01a 100644 --- a/bip-0116.mediawiki +++ b/bip-0116.mediawiki @@ -7,7 +7,7 @@ BtcDrak Status: Draft Type: Specification - Created: 2017-08-25 + Assigned: 2017-08-25 License: CC-BY-SA-4.0 License-Code: MIT diff --git a/bip-0117.mediawiki b/bip-0117.mediawiki index 920edd3f..cea3a13c 100644 --- a/bip-0117.mediawiki +++ b/bip-0117.mediawiki @@ -7,7 +7,7 @@ BtcDrak Status: Draft Type: Specification - Created: 2017-08-25 + Assigned: 2017-08-25 License: CC-BY-SA-4.0 License-Code: MIT diff --git a/bip-0118.mediawiki b/bip-0118.mediawiki index 9ceb169c..695e6feb 100644 --- a/bip-0118.mediawiki +++ b/bip-0118.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0118 Status: Draft Type: Specification - Created: 2017-02-28 + Assigned: 2017-02-28 License: BSD-3-Clause Requires: 340, 341, 342 diff --git a/bip-0119.mediawiki b/bip-0119.mediawiki index 590b415d..440b0013 100644 --- a/bip-0119.mediawiki +++ b/bip-0119.mediawiki @@ -5,7 +5,7 @@ Authors: Jeremy Rubin Status: Draft Type: Specification - Created: 2020-01-06 + Assigned: 2020-01-06 License: BSD-3-Clause diff --git a/bip-0120.mediawiki b/bip-0120.mediawiki index 6fb7ec6c..01ea1928 100644 --- a/bip-0120.mediawiki +++ b/bip-0120.mediawiki @@ -5,7 +5,7 @@ Authors: Kalle Rosenbaum Status: Closed Type: Specification - Created: 2015-07-28 + Assigned: 2015-07-28 == Abstract == diff --git a/bip-0121.mediawiki b/bip-0121.mediawiki index f7fa9ab5..c10b6c12 100644 --- a/bip-0121.mediawiki +++ b/bip-0121.mediawiki @@ -5,7 +5,7 @@ Authors: Kalle Rosenbaum Status: Closed Type: Specification - Created: 2015-07-27 + Assigned: 2015-07-27 == Abstract == diff --git a/bip-0122.mediawiki b/bip-0122.mediawiki index 4f84a641..0f230904 100644 --- a/bip-0122.mediawiki +++ b/bip-0122.mediawiki @@ -5,7 +5,7 @@ Authors: Marco Pontello Status: Draft Type: Specification - Created: 2015-08-29 + Assigned: 2015-08-29 License: PD Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010712.html diff --git a/bip-0123.mediawiki b/bip-0123.mediawiki index db885c90..275b886e 100644 --- a/bip-0123.mediawiki +++ b/bip-0123.mediawiki @@ -4,7 +4,7 @@ Authors: Eric Lombrozo Status: Deployed Type: Process - Created: 2015-08-26 + Assigned: 2015-08-26 License: CC0-1.0 GNU-All-Permissive diff --git a/bip-0124.mediawiki b/bip-0124.mediawiki index 1a2436ba..e4884459 100644 --- a/bip-0124.mediawiki +++ b/bip-0124.mediawiki @@ -6,7 +6,7 @@ William Swanson Status: Closed Type: Informational - Created: 2015-11-20 + Assigned: 2015-11-20 License: PD Discussion: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-November/011795.html diff --git a/bip-0125.mediawiki b/bip-0125.mediawiki index a9628325..ff54969a 100644 --- a/bip-0125.mediawiki +++ b/bip-0125.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0125 Status: Deployed Type: Specification - Created: 2015-12-04 + Assigned: 2015-12-04 License: PD diff --git a/bip-0126.mediawiki b/bip-0126.mediawiki index 756321dc..1bc19cb4 100644 --- a/bip-0126.mediawiki +++ b/bip-0126.mediawiki @@ -4,7 +4,7 @@ Authors: Kristov Atlas Status: Draft Type: Informational - Created: 2016-02-10 + Assigned: 2016-02-10 License: PD diff --git a/bip-0127.mediawiki b/bip-0127.mediawiki index 5a6abba4..3e669187 100644 --- a/bip-0127.mediawiki +++ b/bip-0127.mediawiki @@ -6,7 +6,7 @@ Authors: Steven Roose Status: Draft Type: Specification - Created: 2019-01-28 + Assigned: 2019-01-28 License: CC0-1.0 diff --git a/bip-0129.mediawiki b/bip-0129.mediawiki index 67e9daed..2e19c9fb 100644 --- a/bip-0129.mediawiki +++ b/bip-0129.mediawiki @@ -9,7 +9,7 @@ Rodolfo Novak Status: Complete Type: Specification - Created: 2020-11-10 + Assigned: 2020-11-10 License: BSD-2-Clause diff --git a/bip-0130.mediawiki b/bip-0130.mediawiki index 3abb758a..1476d587 100644 --- a/bip-0130.mediawiki +++ b/bip-0130.mediawiki @@ -5,7 +5,7 @@ Authors: Suhas Daftuar Status: Deployed Type: Specification - Created: 2015-05-08 + Assigned: 2015-05-08 License: PD diff --git a/bip-0131.mediawiki b/bip-0131.mediawiki index 6e7e76d0..2077f634 100644 --- a/bip-0131.mediawiki +++ b/bip-0131.mediawiki @@ -5,7 +5,7 @@ Authors: Chris Priest Status: Closed Type: Specification - Created: 2015-11-30 + Assigned: 2015-11-30 License: PD diff --git a/bip-0132.mediawiki b/bip-0132.mediawiki index 4172da4a..12036935 100644 --- a/bip-0132.mediawiki +++ b/bip-0132.mediawiki @@ -4,7 +4,7 @@ Authors: Andy Chase Status: Closed Type: Process - Created: 2015-08-31 + Assigned: 2015-08-31 License: PD diff --git a/bip-0133.mediawiki b/bip-0133.mediawiki index fdcc720b..6f3e0489 100644 --- a/bip-0133.mediawiki +++ b/bip-0133.mediawiki @@ -5,7 +5,7 @@ Authors: Alex Morcos Status: Deployed Type: Specification - Created: 2016-02-13 + Assigned: 2016-02-13 License: PD diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki index 6d4d481b..198df72e 100644 --- a/bip-0134.mediawiki +++ b/bip-0134.mediawiki @@ -5,7 +5,7 @@ Authors: Tom Zander Status: Closed Type: Specification - Created: 2016-07-27 + Assigned: 2016-07-27 License: CC-BY-SA-4.0 OPL diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 9c05ba3f..5f6b72b9 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -4,7 +4,7 @@ Authors: Sancho Panza Status: Closed Type: Informational - Created: 2017-03-29 + Assigned: 2017-03-29 License: CC0-1.0 GNU-All-Permissive Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/013969.html diff --git a/bip-0136.mediawiki b/bip-0136.mediawiki index 3cc4dc48..e1224af1 100644 --- a/bip-0136.mediawiki +++ b/bip-0136.mediawiki @@ -7,7 +7,7 @@ Daniel Pape Status: Draft Type: Informational - Created: 2017-07-09 + Assigned: 2017-07-09 License: BSD-2-Clause diff --git a/bip-0137.mediawiki b/bip-0137.mediawiki index f70b5143..f748045e 100644 --- a/bip-0137.mediawiki +++ b/bip-0137.mediawiki @@ -5,7 +5,7 @@ Authors: Christopher Gilliard Status: Deployed Type: Specification - Created: 2019-02-16 + Assigned: 2019-02-16 License: BSD-2-Clause diff --git a/bip-0140.mediawiki b/bip-0140.mediawiki index e49b13dc..983e3bf1 100644 --- a/bip-0140.mediawiki +++ b/bip-0140.mediawiki @@ -5,7 +5,7 @@ Authors: Christian Decker Status: Closed Type: Specification - Created: 2015-10-14 + Assigned: 2015-10-14 License: PD diff --git a/bip-0141.mediawiki b/bip-0141.mediawiki index ddb572f1..442d9dd8 100644 --- a/bip-0141.mediawiki +++ b/bip-0141.mediawiki @@ -7,7 +7,7 @@ Pieter Wuille Status: Deployed Type: Specification - Created: 2015-12-21 + Assigned: 2015-12-21 License: PD diff --git a/bip-0142.mediawiki b/bip-0142.mediawiki index 406a1d4f..4081eb0c 100644 --- a/bip-0142.mediawiki +++ b/bip-0142.mediawiki @@ -5,7 +5,7 @@ Authors: Johnson Lau Status: Closed Type: Specification - Created: 2015-12-24 + Assigned: 2015-12-24 License: PD diff --git a/bip-0143.mediawiki b/bip-0143.mediawiki index 26b332c6..5d451c22 100644 --- a/bip-0143.mediawiki +++ b/bip-0143.mediawiki @@ -6,7 +6,7 @@ Pieter Wuille Status: Deployed Type: Specification - Created: 2016-01-03 + Assigned: 2016-01-03 License: PD diff --git a/bip-0144.mediawiki b/bip-0144.mediawiki index 905d30cc..0c555fd7 100644 --- a/bip-0144.mediawiki +++ b/bip-0144.mediawiki @@ -6,7 +6,7 @@ Pieter Wuille Status: Deployed Type: Specification - Created: 2016-01-08 + Assigned: 2016-01-08 License: PD diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki index 1a73e561..4807a5ca 100644 --- a/bip-0145.mediawiki +++ b/bip-0145.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Deployed Type: Specification - Created: 2016-01-30 + Assigned: 2016-01-30 License: BSD-2-Clause OPL diff --git a/bip-0146.mediawiki b/bip-0146.mediawiki index 1211f2c4..5d1c4418 100644 --- a/bip-0146.mediawiki +++ b/bip-0146.mediawiki @@ -6,7 +6,7 @@ Pieter Wuille Status: Closed Type: Specification - Created: 2016-08-16 + Assigned: 2016-08-16 License: PD diff --git a/bip-0147.mediawiki b/bip-0147.mediawiki index 9347a94d..92ae72e2 100644 --- a/bip-0147.mediawiki +++ b/bip-0147.mediawiki @@ -5,7 +5,7 @@ Authors: Johnson Lau Status: Deployed Type: Specification - Created: 2016-09-02 + Assigned: 2016-09-02 License: PD diff --git a/bip-0148.mediawiki b/bip-0148.mediawiki index e194dc63..bd28769c 100644 --- a/bip-0148.mediawiki +++ b/bip-0148.mediawiki @@ -5,7 +5,7 @@ Authors: Shaolin Fry Status: Deployed Type: Specification - Created: 2017-03-12 + Assigned: 2017-03-12 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0149.mediawiki b/bip-0149.mediawiki index 16118b3c..9111fafa 100644 --- a/bip-0149.mediawiki +++ b/bip-0149.mediawiki @@ -5,7 +5,7 @@ Authors: Shaolin Fry Status: Closed Type: Specification - Created: 2017-04-14 + Assigned: 2017-04-14 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0150.mediawiki b/bip-0150.mediawiki index 35abe7eb..989bf782 100644 --- a/bip-0150.mediawiki +++ b/bip-0150.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0150 Status: Closed Type: Specification - Created: 2016-03-23 + Assigned: 2016-03-23 License: PD diff --git a/bip-0151.mediawiki b/bip-0151.mediawiki index f740110c..cb290042 100644 --- a/bip-0151.mediawiki +++ b/bip-0151.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0151 Status: Closed Type: Specification - Created: 2016-03-23 + Assigned: 2016-03-23 License: PD Proposed-Replacement: 324 diff --git a/bip-0152.mediawiki b/bip-0152.mediawiki index 5692d6f2..0977b9c8 100644 --- a/bip-0152.mediawiki +++ b/bip-0152.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0152 Status: Deployed Type: Specification - Created: 2016-04-27 + Assigned: 2016-04-27 License: PD diff --git a/bip-0154.mediawiki b/bip-0154.mediawiki index 052a4a98..d491036a 100644 --- a/bip-0154.mediawiki +++ b/bip-0154.mediawiki @@ -5,7 +5,7 @@ Authors: Karl-Johan Alm Status: Closed Type: Specification - Created: 2017-04-12 + Assigned: 2017-04-12 License: BSD-2-Clause diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki index b3e58d19..cba5a3ca 100644 --- a/bip-0155.mediawiki +++ b/bip-0155.mediawiki @@ -5,7 +5,7 @@ Authors: Wladimir J. van der Laan Status: Deployed Type: Specification - Created: 2019-02-27 + Assigned: 2019-02-27 License: BSD-2-Clause diff --git a/bip-0156.mediawiki b/bip-0156.mediawiki index cc02f775..093ee5f6 100644 --- a/bip-0156.mediawiki +++ b/bip-0156.mediawiki @@ -10,7 +10,7 @@ Pramod Viswanath Status: Closed Type: Specification - Created: 2017-06-09 + Assigned: 2017-06-09 License: CC0-1.0 diff --git a/bip-0157.mediawiki b/bip-0157.mediawiki index f413975f..8b8d3bac 100644 --- a/bip-0157.mediawiki +++ b/bip-0157.mediawiki @@ -7,7 +7,7 @@ Jim Posen Status: Deployed Type: Specification - Created: 2017-05-24 + Assigned: 2017-05-24 License: CC0-1.0 Requires: 158 diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 868d79f4..9456809f 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -6,7 +6,7 @@ Alex Akselrod Status: Deployed Type: Specification - Created: 2017-05-24 + Assigned: 2017-05-24 License: CC0-1.0 Requires: 157 diff --git a/bip-0159.mediawiki b/bip-0159.mediawiki index bd24806d..aff11443 100644 --- a/bip-0159.mediawiki +++ b/bip-0159.mediawiki @@ -5,7 +5,7 @@ Authors: Jonas Schnelli Status: Deployed Type: Specification - Created: 2017-05-11 + Assigned: 2017-05-11 License: BSD-2-Clause diff --git a/bip-0171.mediawiki b/bip-0171.mediawiki index efa0bf20..8f02ca7e 100644 --- a/bip-0171.mediawiki +++ b/bip-0171.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0171 Status: Closed Type: Specification - Created: 2017-03-04 + Assigned: 2017-03-04 License: BSD-2-Clause diff --git a/bip-0172.mediawiki b/bip-0172.mediawiki index b4954f75..f65b4b7b 100644 --- a/bip-0172.mediawiki +++ b/bip-0172.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0172 Status: Draft Type: Informational - Created: 2025-05-01 + Assigned: 2025-05-01 License: BSD-2-Clause diff --git a/bip-0173.mediawiki b/bip-0173.mediawiki index fc06e7fd..5bcc4a52 100644 --- a/bip-0173.mediawiki +++ b/bip-0173.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0173 Status: Deployed Type: Informational - Created: 2017-03-20 + Assigned: 2017-03-20 License: BSD-2-Clause Replaces: 142 Proposed-Replacement: 350 diff --git a/bip-0174.mediawiki b/bip-0174.mediawiki index bb19f2fc..4ec2033c 100644 --- a/bip-0174.mediawiki +++ b/bip-0174.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0174 Status: Deployed Type: Specification - Created: 2017-07-12 + Assigned: 2017-07-12 License: BSD-2-Clause diff --git a/bip-0175.mediawiki b/bip-0175.mediawiki index bcbb1514..9f48dab0 100644 --- a/bip-0175.mediawiki +++ b/bip-0175.mediawiki @@ -6,7 +6,7 @@ Nicholas Gregory Status: Closed Type: Informational - Created: 2017-07-17 + Assigned: 2017-07-17 License: BSD-2-Clause diff --git a/bip-0176.mediawiki b/bip-0176.mediawiki index 45dfc0bc..3fa6d13e 100644 --- a/bip-0176.mediawiki +++ b/bip-0176.mediawiki @@ -6,7 +6,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0176 Status: Draft Type: Informational - Created: 2017-12-12 + Assigned: 2017-12-12 License: BSD-2-Clause diff --git a/bip-0177.mediawiki b/bip-0177.mediawiki index e2390fa2..2a0e9692 100644 --- a/bip-0177.mediawiki +++ b/bip-0177.mediawiki @@ -4,7 +4,7 @@ Authors: John Carvalho Status: Draft Type: Informational - Created: 2025-04-23 + Assigned: 2025-04-23 License: CC0-1.0 diff --git a/bip-0178.mediawiki b/bip-0178.mediawiki index 4668c6e1..6b5b7435 100644 --- a/bip-0178.mediawiki +++ b/bip-0178.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0178 Status: Draft Type: Specification - Created: 2018-04-04 + Assigned: 2018-04-04 License: CC0-1.0 diff --git a/bip-0179.mediawiki b/bip-0179.mediawiki index a31ab366..4344ed39 100644 --- a/bip-0179.mediawiki +++ b/bip-0179.mediawiki @@ -5,7 +5,7 @@ Luke Dashjr Status: Draft Type: Informational - Created: 2019-10-17 + Assigned: 2019-10-17 License: CC0-1.0 diff --git a/bip-0180.mediawiki b/bip-0180.mediawiki index 2a42b258..7cd4e250 100644 --- a/bip-0180.mediawiki +++ b/bip-0180.mediawiki @@ -5,7 +5,7 @@ Authors: Luke Dashjr Status: Closed Type: Specification - Created: 2017-03-17 + Assigned: 2017-03-17 License: BSD-2-Clause diff --git a/bip-0197.mediawiki b/bip-0197.mediawiki index aefff06a..67aa24f6 100644 --- a/bip-0197.mediawiki +++ b/bip-0197.mediawiki @@ -6,7 +6,7 @@ Tony Cai Status: Draft Type: Specification - Created: 2019-03-19 + Assigned: 2019-03-19 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0199.mediawiki b/bip-0199.mediawiki index ca290850..ed178b3c 100644 --- a/bip-0199.mediawiki +++ b/bip-0199.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0199 Status: Closed Type: Specification - Created: 2017-03-27 + Assigned: 2017-03-27 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0300.mediawiki b/bip-0300.mediawiki index cc4163de..a09c6354 100644 --- a/bip-0300.mediawiki +++ b/bip-0300.mediawiki @@ -6,7 +6,7 @@ CryptAxe Status: Draft Type: Specification - Created: 2017-08-14 + Assigned: 2017-08-14 License: BSD-2-Clause Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014364.html diff --git a/bip-0301.mediawiki b/bip-0301.mediawiki index b9d86ac5..aabd41e2 100644 --- a/bip-0301.mediawiki +++ b/bip-0301.mediawiki @@ -6,7 +6,7 @@ CryptAxe Status: Draft Type: Specification - Created: 2019-07-23 + Assigned: 2019-07-23 License: BSD-2-Clause diff --git a/bip-0310.mediawiki b/bip-0310.mediawiki index 8341d8ff..65f9abda 100644 --- a/bip-0310.mediawiki +++ b/bip-0310.mediawiki @@ -6,7 +6,7 @@ Jan Čapek Status: Draft Type: Informational - Created: 2018-03-10 + Assigned: 2018-03-10 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0320.mediawiki b/bip-0320.mediawiki index 5bb7d1d1..a6ac6fdc 100644 --- a/bip-0320.mediawiki +++ b/bip-0320.mediawiki @@ -4,7 +4,7 @@ Authors: BtcDrak Status: Draft Type: Specification - Created: 2018-03-01 + Assigned: 2018-03-01 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0321.mediawiki b/bip-0321.mediawiki index 4a25ee36..52837b38 100644 --- a/bip-0321.mediawiki +++ b/bip-0321.mediawiki @@ -5,7 +5,7 @@ Authors: Matt Corallo Status: Complete Type: Specification - Created: 2024-11-15 + Assigned: 2024-11-15 License: BSD-2-Clause Replaces: 21 diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki index 9812da70..fd222fc2 100644 --- a/bip-0322.mediawiki +++ b/bip-0322.mediawiki @@ -7,7 +7,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0322 Status: Draft Type: Specification - Created: 2018-09-10 + Assigned: 2018-09-10 License: CC0-1.0 diff --git a/bip-0324.mediawiki b/bip-0324.mediawiki index bf99740b..6b6803a3 100644 --- a/bip-0324.mediawiki +++ b/bip-0324.mediawiki @@ -8,7 +8,7 @@ Pieter Wuille Status: Deployed Type: Specification - Created: 2019-03-08 + Assigned: 2019-03-08 License: BSD-3-Clause Replaces: 151 diff --git a/bip-0325.mediawiki b/bip-0325.mediawiki index d2fe9974..d8485d62 100644 --- a/bip-0325.mediawiki +++ b/bip-0325.mediawiki @@ -6,7 +6,7 @@ Anthony Towns Status: Complete Type: Specification - Created: 2019-03-20 + Assigned: 2019-03-20 License: CC0-1.0 diff --git a/bip-0326.mediawiki b/bip-0326.mediawiki index 6d20f735..ef71d626 100644 --- a/bip-0326.mediawiki +++ b/bip-0326.mediawiki @@ -5,7 +5,7 @@ Authors: Chris Belcher Status: Draft Type: Informational - Created: 2021-06-10 + Assigned: 2021-06-10 License: CC0-1.0 Discussion: 2021-6-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-June/019048.html diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki index b67993f1..4be0cf3d 100644 --- a/bip-0327.mediawiki +++ b/bip-0327.mediawiki @@ -6,7 +6,7 @@ Elliott Jin Status: Deployed Type: Informational - Created: 2022-03-22 + Assigned: 2022-03-22 License: BSD-3-Clause Discussion: 2022-04-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-April/020198.html [bitcoin-dev] MuSig2 BIP 2022-10-11: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-October/021000.html [bitcoin-dev] MuSig2 BIP diff --git a/bip-0328.mediawiki b/bip-0328.mediawiki index def9fd31..b0c0218b 100644 --- a/bip-0328.mediawiki +++ b/bip-0328.mediawiki @@ -5,7 +5,7 @@ Authors: Ava Chow Status: Complete Type: Informational - Created: 2024-06-04 + Assigned: 2024-06-04 License: CC0-1.0 diff --git a/bip-0329.mediawiki b/bip-0329.mediawiki index 66d5f9c8..181a89b3 100644 --- a/bip-0329.mediawiki +++ b/bip-0329.mediawiki @@ -5,7 +5,7 @@ Authors: Craig Raw Status: Draft Type: Informational - Created: 2022-08-23 + Assigned: 2022-08-23 License: BSD-2-Clause diff --git a/bip-0330.mediawiki b/bip-0330.mediawiki index 2272649c..1469892f 100644 --- a/bip-0330.mediawiki +++ b/bip-0330.mediawiki @@ -6,7 +6,7 @@ Pieter Wuille Status: Draft Type: Specification - Created: 2019-09-25 + Assigned: 2019-09-25 License: CC0-1.0 License-Code: MIT diff --git a/bip-0331.mediawiki b/bip-0331.mediawiki index 0d5b3492..18ec81d8 100644 --- a/bip-0331.mediawiki +++ b/bip-0331.mediawiki @@ -5,7 +5,7 @@ Authors: Gloria Zhao Status: Draft Type: Specification - Created: 2022-08-08 + Assigned: 2022-08-08 License: BSD-3-Clause Discussion: 2022-05-17 https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020493.html [bitcoin-dev] post diff --git a/bip-0337.mediawiki b/bip-0337.mediawiki index ab2cfaab..e740b18e 100644 --- a/bip-0337.mediawiki +++ b/bip-0337.mediawiki @@ -5,7 +5,7 @@ Authors: Tom Briar Status: Draft Type: Specification - Created: 2024-02-01 + Assigned: 2024-02-01 License: BSD-3-Clause Discussion: https://github.com/bitcoin/bitcoin/pull/29134 https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-August/021924.html diff --git a/bip-0338.mediawiki b/bip-0338.mediawiki index 4b3fd211..fea0c3fc 100644 --- a/bip-0338.mediawiki +++ b/bip-0338.mediawiki @@ -5,7 +5,7 @@ Authors: Suhas Daftuar Status: Closed Type: Specification - Created: 2020-09-03 + Assigned: 2020-09-03 License: BSD-2-Clause diff --git a/bip-0339.mediawiki b/bip-0339.mediawiki index 17544e89..a50c7e06 100644 --- a/bip-0339.mediawiki +++ b/bip-0339.mediawiki @@ -5,7 +5,7 @@ Authors: Suhas Daftuar Status: Deployed Type: Specification - Created: 2020-02-03 + Assigned: 2020-02-03 License: BSD-2-Clause diff --git a/bip-0340.mediawiki b/bip-0340.mediawiki index 6829898a..6491f8b5 100644 --- a/bip-0340.mediawiki +++ b/bip-0340.mediawiki @@ -8,7 +8,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0340 Status: Deployed Type: Specification - Created: 2020-01-19 + Assigned: 2020-01-19 License: BSD-2-Clause License-Code: BSD-2-Clause MIT diff --git a/bip-0341.mediawiki b/bip-0341.mediawiki index ec99b2d3..0764e6cb 100644 --- a/bip-0341.mediawiki +++ b/bip-0341.mediawiki @@ -9,7 +9,7 @@ Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0341 Status: Deployed Type: Specification - Created: 2020-01-19 + Assigned: 2020-01-19 License: BSD-3-Clause Discussion: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal 2019-10-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-October/017378.html [bitcoin-dev] Taproot updates diff --git a/bip-0342.mediawiki b/bip-0342.mediawiki index d0afc950..d073b701 100644 --- a/bip-0342.mediawiki +++ b/bip-0342.mediawiki @@ -7,7 +7,7 @@ Anthony Towns Status: Deployed Type: Specification - Created: 2020-01-19 + Assigned: 2020-01-19 License: BSD-3-Clause Discussion: 2019-05-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2019-May/016914.html [bitcoin-dev] Taproot proposal Requires: 340, 341 diff --git a/bip-0343.mediawiki b/bip-0343.mediawiki index b5e489db..6a07e3a2 100644 --- a/bip-0343.mediawiki +++ b/bip-0343.mediawiki @@ -6,7 +6,7 @@ Michael Folkson Status: Deployed Type: Specification - Created: 2021-04-25 + Assigned: 2021-04-25 License: BSD-3-Clause CC0-1.0 diff --git a/bip-0345.mediawiki b/bip-0345.mediawiki index bfbe6c49..0bf4c104 100644 --- a/bip-0345.mediawiki +++ b/bip-0345.mediawiki @@ -6,7 +6,7 @@ Greg Sanders Status: Closed Type: Specification - Created: 2023-02-03 + Assigned: 2023-02-03 License: BSD-3-Clause Discussion: 2023-01-09: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-January/021318.html [bitcoin-dev] OP_VAULT announcement 2023-03-01: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-March/021510.html [bitcoin-dev] BIP for OP_VAULT diff --git a/bip-0347.mediawiki b/bip-0347.mediawiki index 91249b39..12a1a08e 100644 --- a/bip-0347.mediawiki +++ b/bip-0347.mediawiki @@ -6,7 +6,7 @@ Armin Sabouri Status: Draft Type: Specification - Created: 2023-12-11 + Assigned: 2023-12-11 License: BSD-3-Clause Discussion: 2023-10-21: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-October/022049.html [bitcoin-dev] Proposed BIP for OP_CAT diff --git a/bip-0348.md b/bip-0348.md index e8d9786f..15173fdc 100644 --- a/bip-0348.md +++ b/bip-0348.md @@ -6,7 +6,7 @@ Jeremy Rubin Status: Draft Type: Specification - Created: 2024-11-26 + Assigned: 2024-11-26 License: BSD-3-Clause ``` diff --git a/bip-0349.md b/bip-0349.md index be9506bc..846f5eb0 100644 --- a/bip-0349.md +++ b/bip-0349.md @@ -6,7 +6,7 @@ Jeremy Rubin Status: Draft Type: Specification - Created: 2024-11-14 + Assigned: 2024-11-14 License: BSD-3-Clause ``` diff --git a/bip-0350.mediawiki b/bip-0350.mediawiki index d0e8876d..8acc8398 100644 --- a/bip-0350.mediawiki +++ b/bip-0350.mediawiki @@ -5,7 +5,7 @@ Authors: Pieter Wuille Status: Deployed Type: Specification - Created: 2020-12-16 + Assigned: 2020-12-16 License: BSD-2-Clause Discussion: 2021-01-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-January/018338.html [bitcoin-dev] Bech32m BIP: new checksum, and usage for segwit address Replaces: 173 diff --git a/bip-0351.mediawiki b/bip-0351.mediawiki index 4aa1e14c..d0370345 100644 --- a/bip-0351.mediawiki +++ b/bip-0351.mediawiki @@ -6,7 +6,7 @@ Clark Moody Status: Draft Type: Informational - Created: 2022-07-10 + Assigned: 2022-07-10 License: MIT diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki index 6c798c9b..559bb142 100644 --- a/bip-0352.mediawiki +++ b/bip-0352.mediawiki @@ -6,7 +6,7 @@ Ruben Somsen Status: Complete Type: Specification - Created: 2023-03-09 + Assigned: 2023-03-09 License: BSD-2-Clause Discussion: 2022-03-13: https://gist.github.com/RubenSomsen/c43b79517e7cb701ebf77eec6dbb46b8 [gist] Original proposal 2022-03-28: https://gnusha.org/pi/bitcoindev/CAPv7TjbXm953U2h+-12MfJ24YqOM5Kcq77_xFTjVK+R2nf-nYg@mail.gmail.com/ [bitcoin-dev] Silent Payments – Non-interactive private payments with no on-chain overhead diff --git a/bip-0353.mediawiki b/bip-0353.mediawiki index 02b352af..23598668 100644 --- a/bip-0353.mediawiki +++ b/bip-0353.mediawiki @@ -6,7 +6,7 @@ Bastien Teinturier Status: Complete Type: Specification - Created: 2024-02-10 + Assigned: 2024-02-10 License: CC0-1.0 Discussion: 2024-02-13: https://groups.google.com/g/bitcoindev/c/uATaflkYglQ [bitcoin-dev] Mapping Human-Readable Names to Payment Instructions diff --git a/bip-0370.mediawiki b/bip-0370.mediawiki index d5814707..87cc6b85 100644 --- a/bip-0370.mediawiki +++ b/bip-0370.mediawiki @@ -5,7 +5,7 @@ Authors: Ava Chow Status: Deployed Type: Specification - Created: 2021-01-14 + Assigned: 2021-01-14 License: BSD-2-Clause diff --git a/bip-0371.mediawiki b/bip-0371.mediawiki index 3a10a010..cc7ad3ed 100644 --- a/bip-0371.mediawiki +++ b/bip-0371.mediawiki @@ -5,7 +5,7 @@ Authors: Ava Chow Status: Deployed Type: Specification - Created: 2021-06-21 + Assigned: 2021-06-21 License: BSD-2-Clause diff --git a/bip-0372.mediawiki b/bip-0372.mediawiki index eb6d731c..afad966a 100644 --- a/bip-0372.mediawiki +++ b/bip-0372.mediawiki @@ -5,7 +5,7 @@ Authors: Maxim Orlovsky Status: Draft Type: Specification - Created: 2022-01-16 + Assigned: 2022-01-16 License: BSD-2-Clause Requires: BIP-174 diff --git a/bip-0373.mediawiki b/bip-0373.mediawiki index 1b039442..bf490d69 100644 --- a/bip-0373.mediawiki +++ b/bip-0373.mediawiki @@ -5,7 +5,7 @@ Authors: Ava Chow Status: Complete Type: Specification - Created: 2024-06-04 + Assigned: 2024-06-04 License: CC0-1.0 Requires: 32, 174, 327, 328, 370 diff --git a/bip-0374.mediawiki b/bip-0374.mediawiki index 79383ec3..1b25d85e 100644 --- a/bip-0374.mediawiki +++ b/bip-0374.mediawiki @@ -7,7 +7,7 @@ Sebastian Falbesoner Status: Draft Type: Specification - Created: 2024-12-26 + Assigned: 2024-12-26 License: BSD-2-Clause Discussion: https://gist.github.com/andrewtoth/df97c3260cc8d12f09d3855ee61322ea https://groups.google.com/g/bitcoindev/c/MezoKV5md7s diff --git a/bip-0375.mediawiki b/bip-0375.mediawiki index afb264bf..c50d62cc 100644 --- a/bip-0375.mediawiki +++ b/bip-0375.mediawiki @@ -7,7 +7,7 @@ josibake Status: Draft Type: Specification - Created: 2025-01-08 + Assigned: 2025-01-08 License: BSD-2-Clause Discussion: https://groups.google.com/g/bitcoindev/c/5G5wzqUXyk4 Requires: 352, 370, 374 diff --git a/bip-0379.md b/bip-0379.md index ba5b9768..62f671ec 100644 --- a/bip-0379.md +++ b/bip-0379.md @@ -9,7 +9,7 @@ Ava Chow Status: Draft Type: Informational - Created: 2023-10-10 + Assigned: 2023-10-10 License: CC0-1.0 Requires: 380 ``` diff --git a/bip-0380.mediawiki b/bip-0380.mediawiki index 9d1cecd3..3f113f2a 100644 --- a/bip-0380.mediawiki +++ b/bip-0380.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2021-06-27 + Assigned: 2021-06-27 License: BSD-2-Clause diff --git a/bip-0381.mediawiki b/bip-0381.mediawiki index 4827dbac..067e0af9 100644 --- a/bip-0381.mediawiki +++ b/bip-0381.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2021-06-27 + Assigned: 2021-06-27 License: BSD-2-Clause Requires: 380 diff --git a/bip-0382.mediawiki b/bip-0382.mediawiki index 67e4478d..a95bbf23 100644 --- a/bip-0382.mediawiki +++ b/bip-0382.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2021-06-27 + Assigned: 2021-06-27 License: BSD-2-Clause Requires: 380 diff --git a/bip-0383.mediawiki b/bip-0383.mediawiki index feb4c5b2..60ef16fe 100644 --- a/bip-0383.mediawiki +++ b/bip-0383.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2021-06-27 + Assigned: 2021-06-27 License: BSD-2-Clause Requires: 380 diff --git a/bip-0384.mediawiki b/bip-0384.mediawiki index 2bc983c4..7dbbd8d0 100644 --- a/bip-0384.mediawiki +++ b/bip-0384.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2021-06-27 + Assigned: 2021-06-27 License: BSD-2-Clause Requires: 380 diff --git a/bip-0385.mediawiki b/bip-0385.mediawiki index a465be69..4f544cea 100644 --- a/bip-0385.mediawiki +++ b/bip-0385.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2021-06-27 + Assigned: 2021-06-27 License: BSD-2-Clause Requires: 380 diff --git a/bip-0386.mediawiki b/bip-0386.mediawiki index daa23358..69feb9f1 100644 --- a/bip-0386.mediawiki +++ b/bip-0386.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2021-06-27 + Assigned: 2021-06-27 License: BSD-2-Clause Requires: 380 diff --git a/bip-0387.mediawiki b/bip-0387.mediawiki index a8bd3699..2789af16 100644 --- a/bip-0387.mediawiki +++ b/bip-0387.mediawiki @@ -6,7 +6,7 @@ Ava Chow Status: Deployed Type: Informational - Created: 2024-04-17 + Assigned: 2024-04-17 License: BSD-2-Clause Requires: 380 diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index c5e68294..6d0167ef 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -5,7 +5,7 @@ Authors: Salvatore Ingala Status: Complete Type: Specification - Created: 2022-11-16 + Assigned: 2022-11-16 License: BSD-2-Clause Discussion: 2022-05-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html diff --git a/bip-0389.mediawiki b/bip-0389.mediawiki index 57831b7d..6940a451 100644 --- a/bip-0389.mediawiki +++ b/bip-0389.mediawiki @@ -5,7 +5,7 @@ Authors: Ava Chow Status: Draft Type: Informational - Created: 2022-07-26 + Assigned: 2022-07-26 License: BSD-2-Clause Requires: 380 diff --git a/bip-0390.mediawiki b/bip-0390.mediawiki index 5063f9e4..2daed4d2 100644 --- a/bip-0390.mediawiki +++ b/bip-0390.mediawiki @@ -5,7 +5,7 @@ Authors: Ava Chow Status: Draft Type: Informational - Created: 2024-06-04 + Assigned: 2024-06-04 License: CC0-1.0 Requires: 380, 328 diff --git a/bip-0431.mediawiki b/bip-0431.mediawiki index 63857762..276f1f9e 100644 --- a/bip-0431.mediawiki +++ b/bip-0431.mediawiki @@ -5,7 +5,7 @@ Authors: Gloria Zhao Status: Draft Type: Informational - Created: 2024-01-10 + Assigned: 2024-01-10 License: BSD-3-Clause Discussion: 2022-01-27: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-January/019817.html [bitcoin-dev] discussion 2022-01-27: https://gist.github.com/glozow/25d9662c52453bd08b4b4b1d3783b9ff gist discussion diff --git a/bip-0433.mediawiki b/bip-0433.mediawiki index f563ac03..073beb8b 100644 --- a/bip-0433.mediawiki +++ b/bip-0433.mediawiki @@ -5,7 +5,7 @@ Authors: Gregory Sanders Status: Draft Type: Informational - Created: 2025-12-08 + Assigned: 2025-12-08 License: BSD-3-Clause Discussion: 2024-06-27: https://github.com/bitcoin/bitcoin/pull/30352 Github PR 2024-10-10: https://bitcoinops.org/en/bitcoin-core-28-wallet-integration-guide/ wallet integration guide diff --git a/bip-0443.mediawiki b/bip-0443.mediawiki index 9fa1d888..09ae3ab2 100644 --- a/bip-0443.mediawiki +++ b/bip-0443.mediawiki @@ -5,7 +5,7 @@ Authors: Salvatore Ingala Status: Draft Type: Specification - Created: 2025-05-08 + Assigned: 2025-05-08 License: BSD-3-Clause Discussion: 2022-11-08: https://gnusha.org/pi/bitcoindev/CAMhCMoH9uZPeAE_2tWH6rf0RndqV+ypjbNzazpFwFnLUpPsZ7g@mail.gmail.com 2023-07-30: https://gnusha.org/pi/bitcoindev/CAMhCMoFYF+9NL1sqKfn=ma3C_mfQv7mj2fqbqO5WXVwd6vyhLw@mail.gmail.com diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 596ab006..410b98fa 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -11,7 +11,7 @@ my %RequiredFields = ( Authors => undef, Status => undef, Type => undef, - Created => undef, + Assigned => undef, # License => undef, (has exceptions) ); my %MayHaveMulti = ( @@ -23,7 +23,7 @@ my %MayHaveMulti = ( 'Discussion' => undef, ); my %DateField = ( - Created => undef, + Assigned => undef, ); my %EmailField = ( Authors => undef, @@ -55,7 +55,7 @@ my @FieldOrder = qw( Comments-URI Status Type - Created + Assigned License License-Code Discussion From 2885f13d3f37890e328683166dbcbc60b488d13a Mon Sep 17 00:00:00 2001 From: Anthony Towns Date: Wed, 22 Oct 2025 20:02:57 +1000 Subject: [PATCH 21/26] Convert licenses to SPDX codes --- bip-0002.mediawiki | 3 +-- bip-0008.mediawiki | 3 +-- bip-0052.mediawiki | 3 +-- bip-0085.mediawiki | 3 +-- bip-0091.mediawiki | 3 +-- bip-0104.mediawiki | 3 +-- bip-0123.mediawiki | 3 +-- bip-0134.mediawiki | 3 +-- bip-0135.mediawiki | 3 +-- bip-0145.mediawiki | 3 +-- bip-0148.mediawiki | 3 +-- bip-0149.mediawiki | 3 +-- bip-0197.mediawiki | 3 +-- bip-0199.mediawiki | 3 +-- bip-0310.mediawiki | 3 +-- bip-0320.mediawiki | 3 +-- bip-0340.mediawiki | 4 +--- bip-0343.mediawiki | 3 +-- scripts/buildtable.pl | 6 +++++- 19 files changed, 23 insertions(+), 38 deletions(-) diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index 5996df1f..b95ace15 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -5,8 +5,7 @@ Status: Closed Type: Process Assigned: 2016-02-03 - License: BSD-2-Clause - OPL + License: BSD-2-Clause OR OPL Replaces: 1 Proposed-Replacement: 3 diff --git a/bip-0008.mediawiki b/bip-0008.mediawiki index 68e13708..7cbb5fbc 100644 --- a/bip-0008.mediawiki +++ b/bip-0008.mediawiki @@ -6,8 +6,7 @@ Status: Draft Type: Informational Assigned: 2017-02-01 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0052.mediawiki b/bip-0052.mediawiki index 9941812a..e61f55a0 100644 --- a/bip-0052.mediawiki +++ b/bip-0052.mediawiki @@ -7,8 +7,7 @@ Status: Draft Type: Specification Assigned: 2021-05-13 - License: BSD-2-Clause - OPL + License: BSD-2-Clause OR OPL diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index ccdc6fcc..518b9ed0 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -7,8 +7,7 @@ Status: Deployed Type: Informational Assigned: 2020-03-20 - License: BSD-2-Clause - OPL + License: BSD-2-Clause OR OPL ==Abstract== diff --git a/bip-0091.mediawiki b/bip-0091.mediawiki index bd3be1df..ebdc0cdf 100644 --- a/bip-0091.mediawiki +++ b/bip-0091.mediawiki @@ -6,8 +6,7 @@ Status: Deployed Type: Specification Assigned: 2017-05-22 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki index b80181ac..cd00a914 100644 --- a/bip-0104.mediawiki +++ b/bip-0104.mediawiki @@ -6,8 +6,7 @@ Status: Closed Type: Specification Assigned: 2017-01-13 - License: BSD-2-Clause - GNU-All-Permissive + License: BSD-2-Clause OR GNU-All-Permissive ==Abstract== diff --git a/bip-0123.mediawiki b/bip-0123.mediawiki index 275b886e..1d328b9d 100644 --- a/bip-0123.mediawiki +++ b/bip-0123.mediawiki @@ -5,8 +5,7 @@ Status: Deployed Type: Process Assigned: 2015-08-26 - License: CC0-1.0 - GNU-All-Permissive + License: CC0-1.0 OR GNU-All-Permissive ==Abstract== diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki index 198df72e..dde2e7ef 100644 --- a/bip-0134.mediawiki +++ b/bip-0134.mediawiki @@ -6,8 +6,7 @@ Status: Closed Type: Specification Assigned: 2016-07-27 - License: CC-BY-SA-4.0 - OPL + License: CC-BY-SA-4.0 OR OPL ==Abstract== diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 5f6b72b9..7c09bbaf 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -5,8 +5,7 @@ Status: Closed Type: Informational Assigned: 2017-03-29 - License: CC0-1.0 - GNU-All-Permissive + License: CC0-1.0 OR GNU-All-Permissive Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/013969.html https://bitco.in/forum/threads/bip9-generalized-version-bits-voting-bip-genvbvoting.1968/ Replaces: 9 diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki index 4807a5ca..b9a5ebe5 100644 --- a/bip-0145.mediawiki +++ b/bip-0145.mediawiki @@ -6,8 +6,7 @@ Status: Deployed Type: Specification Assigned: 2016-01-30 - License: BSD-2-Clause - OPL + License: BSD-2-Clause OR OPL ==Abstract== diff --git a/bip-0148.mediawiki b/bip-0148.mediawiki index bd28769c..11aac27d 100644 --- a/bip-0148.mediawiki +++ b/bip-0148.mediawiki @@ -6,8 +6,7 @@ Status: Deployed Type: Specification Assigned: 2017-03-12 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0149.mediawiki b/bip-0149.mediawiki index 9111fafa..3663dd9c 100644 --- a/bip-0149.mediawiki +++ b/bip-0149.mediawiki @@ -6,8 +6,7 @@ Status: Closed Type: Specification Assigned: 2017-04-14 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0197.mediawiki b/bip-0197.mediawiki index 67aa24f6..b7252f60 100644 --- a/bip-0197.mediawiki +++ b/bip-0197.mediawiki @@ -7,8 +7,7 @@ Status: Draft Type: Specification Assigned: 2019-03-19 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0199.mediawiki b/bip-0199.mediawiki index ed178b3c..74bf6d6b 100644 --- a/bip-0199.mediawiki +++ b/bip-0199.mediawiki @@ -9,8 +9,7 @@ Status: Closed Type: Specification Assigned: 2017-03-27 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0310.mediawiki b/bip-0310.mediawiki index 65f9abda..1c9ce0aa 100644 --- a/bip-0310.mediawiki +++ b/bip-0310.mediawiki @@ -7,8 +7,7 @@ Status: Draft Type: Informational Assigned: 2018-03-10 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0320.mediawiki b/bip-0320.mediawiki index a6ac6fdc..49d592ad 100644 --- a/bip-0320.mediawiki +++ b/bip-0320.mediawiki @@ -5,8 +5,7 @@ Status: Draft Type: Specification Assigned: 2018-03-01 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/bip-0340.mediawiki b/bip-0340.mediawiki index 6491f8b5..f241effd 100644 --- a/bip-0340.mediawiki +++ b/bip-0340.mediawiki @@ -10,9 +10,7 @@ Type: Specification Assigned: 2020-01-19 License: BSD-2-Clause - License-Code: BSD-2-Clause - MIT - CC0-1.0 + License-Code: BSD-2-Clause OR MIT OR CC0-1.0 Discussion: 2018-07-06: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2018-July/016203.html [bitcoin-dev] Schnorr signatures BIP diff --git a/bip-0343.mediawiki b/bip-0343.mediawiki index 6a07e3a2..6fe64b0e 100644 --- a/bip-0343.mediawiki +++ b/bip-0343.mediawiki @@ -7,8 +7,7 @@ Status: Deployed Type: Specification Assigned: 2021-04-25 - License: BSD-3-Clause - CC0-1.0 + License: BSD-3-Clause OR CC0-1.0 ==Abstract== diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 410b98fa..aed86bea 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -136,13 +136,14 @@ while (++$bipnum <= $topbip) { } my %found; my ($title, $authors, $status, $type, $layer); - my ($field, $val, @field_order); + my ($field, $val, @field_order, $continuation); while (<$F>) { last if ($is_markdown && m[^```$]); last if (!$is_markdown && m[^$]); if (m[^ ([\w-]+)\: (.*\S)$]) { $field = $1; $val = $2; + $continuation = 0; die "Duplicate $field field in $fn" if exists $found{$field}; die "Too many spaces in $fn" if $val =~ /^\s/; } elsif (m[^ ( +)(.*\S)$]) { @@ -150,6 +151,7 @@ while (++$bipnum <= $topbip) { die "Too many spaces in $fn" if length $1 != 2 + length $field; die "Not allowed for multi-value in $fn" unless exists $MayHaveMulti{$field}; $val = $2; + $continuation = 1; } else { die "Bad line in $fn preamble"; } @@ -187,6 +189,8 @@ while (++$bipnum <= $topbip) { die "Invalid layer $val in $fn" unless exists $ValidLayer{$val}; $layer = $val; } elsif ($field =~ /^License(?:\-Code)?$/) { + die "License continued across lines in $fn, use SPDX expression (... OR $val) instead" if $continuation; + $val =~ s/ OR .*//; die "Undefined license $val in $fn" unless exists $DefinedLicenses{$val}; if (not $found{$field}) { die "Unacceptable license $val in $fn" unless exists $AcceptableLicenses{$val} or ($val eq 'PD' and exists $GrandfatheredPD{$bipnum}) or ($val eq 'CC-BY-SA-4.0' and exists $GrandfatheredCCBySA{$bipnum}); From 7c3fab6fa7c8323368c1eeddc132bcd085d5efc1 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Wed, 22 Oct 2025 21:29:15 +0200 Subject: [PATCH 22/26] bip134: Remove wrong License header The Copyright section specifies additional conditions, so the License header is not correct (or at least misleading). So let's just remove it. This is pragmatic because the field was only added as part of the activation of BIP 2 anyway, and there are other old BIPs with a License header. --- bip-0134.mediawiki | 1 - scripts/buildtable.pl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bip-0134.mediawiki b/bip-0134.mediawiki index dde2e7ef..f34a9f6b 100644 --- a/bip-0134.mediawiki +++ b/bip-0134.mediawiki @@ -6,7 +6,6 @@ Status: Closed Type: Specification Assigned: 2016-07-27 - License: CC-BY-SA-4.0 OR OPL ==Abstract== diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index aed86bea..8cbcfe9e 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -110,7 +110,7 @@ my %DefinedLicenses = ( ); my %GrandfatheredPD = map { $_ => undef } qw(9 36 37 38 42 49 50 60 65 67 69 74 80 81 83 90 99 105 107 109 111 112 113 114 122 124 125 126 130 131 132 133 140 141 142 143 144 146 147 150 151 152); my %GrandfatheredCCBySA = map { $_ => undef } qw(98 116 117 134); -my %TolerateMissingLicense = map { $_ => undef } qw(1 10 11 12 13 14 15 16 21 31 33 34 35 39 43 44 45 47 61 64 68 70 71 72 73 101 102 106 120 121); +my %TolerateMissingLicense = map { $_ => undef } qw(1 10 11 12 13 14 15 16 21 31 33 34 35 39 43 44 45 47 61 64 68 70 71 72 73 101 102 106 120 121 134); my %TolerateTitleTooLong = map { $_ => undef } qw(39 44 45 47 49 60 67 68 69 73 74 75 80 81 99 105 106 109 113 122 126 131 143 145 147 173 327); my %emails; From 764409cb37d22c9b017d60c96aa296dc6ab4bf90 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Wed, 22 Oct 2025 18:51:01 +0200 Subject: [PATCH 23/26] bip2: Use correct SPDX license ids in the text See https://spdx.org/licenses/ --- bip-0002.mediawiki | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index b95ace15..556176b7 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -360,7 +360,7 @@ In this case, only the acceptable license(s) should be listed in the License and * BSD-2-Clause: [https://opensource.org/license/BSD-2-Clause OSI-approved BSD 2-clause license] * BSD-3-Clause: [https://opensource.org/license/BSD-3-Clause OSI-approved BSD 3-clause license] * CC0-1.0: [https://creativecommons.org/publicdomain/zero/1.0/ Creative Commons CC0 1.0 Universal] -* GNU-All-Permissive: [https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html GNU All-Permissive License] +* FSFAP: [https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html FSF All Permissive License] In addition, it is recommended that literal code included in the BIP be dual-licensed under the same license terms as the project it modifies. For example, literal code intended for Bitcoin Core would ideally be dual-licensed under the MIT license terms as well as one of the above with the rest of the BIP text. @@ -381,16 +381,16 @@ In addition, it is recommended that literal code included in the BIP be dual-lic All licenses not explicitly included in the above lists are not acceptable terms for a Bitcoin Improvement Proposal unless a later BIP extends this one to add them. However, BIPs predating the acceptance of this BIP were allowed under other terms, and should use these abbreviation when no other license is granted: -* OPL: [https://opencontent.org/openpub/ Open Publication License, version 1.0] +* OPUBL-1.0: [https://opencontent.org/openpub/ Open Publication License, version 1.0] * PD: Released into the public domain ===Rationale=== BIP 1 allowed the Open Publication License or releasing into the public domain; was this insufficient? -* The OPL is generally regarded as obsolete, and not a license suitable for new publications. -* Many are unfamiliar with the OPL terms, and may just prefer to use the public domain rather than license under uncertain terms. -* The OPL license terms allowed for the author to prevent publication and derived works, which was widely considered inappropriate for Bitcoin standards. +* The OPUBL-1.0 is generally regarded as obsolete, and not a license suitable for new publications. +* Many are unfamiliar with the OPUBL-1.0 terms, and may just prefer to use the public domain rather than license under uncertain terms. +* The OPUBL-1.0 license terms allowed for the author to prevent publication and derived works, which was widely considered inappropriate for Bitcoin standards. * Public domain is not universally recognised as a legitimate action, thus it is inadvisable. Why are there software licenses included? From 8586c32fa26de94b6a8a91b30a9e3d93f8ee0555 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Wed, 22 Oct 2025 21:32:52 +0200 Subject: [PATCH 24/26] process: Use "official" SPDX identifiers See https://spdx.org/licenses/ --- bip-0002.mediawiki | 2 +- bip-0052.mediawiki | 2 +- bip-0085.mediawiki | 2 +- bip-0104.mediawiki | 2 +- bip-0123.mediawiki | 2 +- bip-0135.mediawiki | 2 +- bip-0145.mediawiki | 2 +- scripts/buildtable.pl | 5 +++-- 8 files changed, 10 insertions(+), 9 deletions(-) diff --git a/bip-0002.mediawiki b/bip-0002.mediawiki index 556176b7..ff5d1352 100644 --- a/bip-0002.mediawiki +++ b/bip-0002.mediawiki @@ -5,7 +5,7 @@ Status: Closed Type: Process Assigned: 2016-02-03 - License: BSD-2-Clause OR OPL + License: BSD-2-Clause OR OPUBL-1.0 Replaces: 1 Proposed-Replacement: 3 diff --git a/bip-0052.mediawiki b/bip-0052.mediawiki index e61f55a0..72b28233 100644 --- a/bip-0052.mediawiki +++ b/bip-0052.mediawiki @@ -7,7 +7,7 @@ Status: Draft Type: Specification Assigned: 2021-05-13 - License: BSD-2-Clause OR OPL + License: BSD-2-Clause OR OPUBL-1.0 diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index 518b9ed0..23009da3 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -7,7 +7,7 @@ Status: Deployed Type: Informational Assigned: 2020-03-20 - License: BSD-2-Clause OR OPL + License: BSD-2-Clause OR OPUBL-1.0 ==Abstract== diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki index cd00a914..cf0d6a02 100644 --- a/bip-0104.mediawiki +++ b/bip-0104.mediawiki @@ -6,7 +6,7 @@ Status: Closed Type: Specification Assigned: 2017-01-13 - License: BSD-2-Clause OR GNU-All-Permissive + License: BSD-2-Clause OR FSFAP ==Abstract== diff --git a/bip-0123.mediawiki b/bip-0123.mediawiki index 1d328b9d..0448ad74 100644 --- a/bip-0123.mediawiki +++ b/bip-0123.mediawiki @@ -5,7 +5,7 @@ Status: Deployed Type: Process Assigned: 2015-08-26 - License: CC0-1.0 OR GNU-All-Permissive + License: CC0-1.0 OR FSFAP ==Abstract== diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 7c09bbaf..2af172fe 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -5,7 +5,7 @@ Status: Closed Type: Informational Assigned: 2017-03-29 - License: CC0-1.0 OR GNU-All-Permissive + License: CC0-1.0 OR FSFAP Discussion: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-April/013969.html https://bitco.in/forum/threads/bip9-generalized-version-bits-voting-bip-genvbvoting.1968/ Replaces: 9 diff --git a/bip-0145.mediawiki b/bip-0145.mediawiki index b9a5ebe5..ca99ad6e 100644 --- a/bip-0145.mediawiki +++ b/bip-0145.mediawiki @@ -6,7 +6,7 @@ Status: Deployed Type: Specification Assigned: 2016-01-30 - License: BSD-2-Clause OR OPL + License: BSD-2-Clause OR OPUBL-1.0 ==Abstract== diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 8cbcfe9e..aa1329fd 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -89,7 +89,7 @@ my %AcceptableLicenses = ( 'BSD-2-Clause' => undef, 'BSD-3-Clause' => undef, 'CC0-1.0' => undef, - 'GNU-All-Permissive' => undef, + 'FSFAP' => undef, 'MIT' => undef, 'CC-BY-4.0' => undef, 'Apache-2.0' => undef, @@ -105,7 +105,8 @@ my %DefinedLicenses = ( 'GPL-2.0+' => undef, 'LGPL-2.1' => undef, 'LGPL-2.1+' => undef, - 'OPL' => undef, + 'OPUBL-1.0' => undef, + # There's no identifier for "Public Domain" in the SPDX list but "PD" is used in some BIPs. 'PD' => undef, ); my %GrandfatheredPD = map { $_ => undef } qw(9 36 37 38 42 49 50 60 65 67 69 74 80 81 83 90 99 105 107 109 111 112 113 114 122 124 125 126 130 131 132 133 140 141 142 143 144 146 147 150 151 152); From 76efa4aabf087b10049f494a95b0473c172483b0 Mon Sep 17 00:00:00 2001 From: Murch Date: Fri, 24 Oct 2025 13:40:42 +0200 Subject: [PATCH 25/26] process: Fix up license sections to match preamble Co-authored-by: Jon Atack --- bip-0104.mediawiki | 2 +- bip-0123.mediawiki | 2 +- bip-0135.mediawiki | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bip-0104.mediawiki b/bip-0104.mediawiki index cf0d6a02..296ca2e8 100644 --- a/bip-0104.mediawiki +++ b/bip-0104.mediawiki @@ -72,4 +72,4 @@ This BIP is not backward compatible (hard fork). Any code which fully validates To help negate some of the risks associated with a hard fork and to prevent a single relatively small mining pool from preventing Block75's adoption, activation would occur at the next difficulty adjustment once 900 of the last 1,000 blocks mined signal support and a grace period of 4,032 blocks (~1 month) has elapsed. ==Copyright== -This BIP is dual-licensed under the BSD 2-clause license and the GNU All-Permissive License. +This BIP is dual-licensed under the BSD 2-clause license and the FSF All Permissive License. diff --git a/bip-0123.mediawiki b/bip-0123.mediawiki index 0448ad74..9358e1da 100644 --- a/bip-0123.mediawiki +++ b/bip-0123.mediawiki @@ -18,7 +18,7 @@ The specification defines the layers and sets forth specific criteria for decidi ==Copyright== -This BIP is dual-licensed under the Creative Commons CC0 1.0 Universal and GNU All-Permissive licenses. +This BIP is dual-licensed under the Creative Commons CC0 1.0 Universal and FSF All Permissive licenses. ==Motivation== diff --git a/bip-0135.mediawiki b/bip-0135.mediawiki index 2af172fe..1d7978b5 100644 --- a/bip-0135.mediawiki +++ b/bip-0135.mediawiki @@ -405,4 +405,4 @@ backward compatibility of the default settings with BIP9. ==Copyright== This BIP is dual-licensed under the Creative Commons CC0 1.0 Universal and -GNU All-Permissive licenses. +FSF All Permissive licenses. From 4486d6de91c9b46c256fec215f13fac818410a37 Mon Sep 17 00:00:00 2001 From: Murch Date: Mon, 15 Dec 2025 16:48:19 -0800 Subject: [PATCH 26/26] process: Backfill missing Version headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …for BIPs that have a Changelog section that mentions a version. BIP 1 and BIP 340 have Changelog sections, but do not define versions. --- bip-0003.md | 1 + bip-0077.md | 1 + bip-0085.mediawiki | 1 + bip-0155.mediawiki | 1 + bip-0327.mediawiki | 3 ++- bip-0352.mediawiki | 3 ++- bip-0374.mediawiki | 1 + 7 files changed, 9 insertions(+), 2 deletions(-) diff --git a/bip-0003.md b/bip-0003.md index cd29e897..1261500b 100644 --- a/bip-0003.md +++ b/bip-0003.md @@ -8,6 +8,7 @@ License: BSD-2-Clause Discussion: https://github.com/murchandamus/bips/pull/2 https://gnusha.org/pi/bitcoindev/59fa94cea6f70e02b1ce0da07ae230670730171c.camel@timruffing.de/#t + Version: 1.4.0 Requires: 123 Replaces: 2 ``` diff --git a/bip-0077.md b/bip-0077.md index c3ca6186..d1708c4b 100644 --- a/bip-0077.md +++ b/bip-0077.md @@ -12,6 +12,7 @@ Discussion: https://github.com/bitcoin/bips/pull/1483 https://gnusha.org/pi/bitcoindev/7B11AE34-27A7-46ED-95BF-66CA13BA26F3@ngould.dev/#t https://gnusha.org/pi/bitcoindev/3C0A6E4C-444E-4E75-829C-1A21D8EE40E0@ngould.dev/#t + Version: 0.2.0 Requires: 21, 78, 173, 174 ``` diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index 23009da3..73ea040a 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -8,6 +8,7 @@ Type: Informational Assigned: 2020-03-20 License: BSD-2-Clause OR OPUBL-1.0 + Version: 2.0.0 ==Abstract== diff --git a/bip-0155.mediawiki b/bip-0155.mediawiki index cba5a3ca..ba13a5c6 100644 --- a/bip-0155.mediawiki +++ b/bip-0155.mediawiki @@ -7,6 +7,7 @@ Type: Specification Assigned: 2019-02-27 License: BSD-2-Clause + Version: 2.0.0 ==Introduction== diff --git a/bip-0327.mediawiki b/bip-0327.mediawiki index 4be0cf3d..93ed9a9a 100644 --- a/bip-0327.mediawiki +++ b/bip-0327.mediawiki @@ -10,6 +10,7 @@ License: BSD-3-Clause Discussion: 2022-04-05: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-April/020198.html [bitcoin-dev] MuSig2 BIP 2022-10-11: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-October/021000.html [bitcoin-dev] MuSig2 BIP + Version: 1.0.3 == Introduction == @@ -773,7 +774,7 @@ A scheme very similar to MuSig2 and with two-point nonces was independently prov This document proposes a standard for the MuSig2 multi-signature scheme that is compatible with [https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki BIP340]. MuSig2 is ''not'' compatible with ECDSA signatures traditionally used in Bitcoin. -== Change Log == +== Changelog == To help implementers understand updates to this document, we attach a version number that resembles ''semantic versioning'' (MAJOR.MINOR.PATCH). The MAJOR version is incremented if changes to the BIP are introduced that are incompatible with prior versions. diff --git a/bip-0352.mediawiki b/bip-0352.mediawiki index 559bb142..36944adc 100644 --- a/bip-0352.mediawiki +++ b/bip-0352.mediawiki @@ -12,6 +12,7 @@ 2022-03-28: https://gnusha.org/pi/bitcoindev/CAPv7TjbXm953U2h+-12MfJ24YqOM5Kcq77_xFTjVK+R2nf-nYg@mail.gmail.com/ [bitcoin-dev] Silent Payments – Non-interactive private payments with no on-chain overhead 2022-10-11: https://gnusha.org/pi/bitcoindev/P_21MLHGJicZ-hkbC4DGu86c5BtNKiH8spY4TOw5FJsfimdi_6VyHzU_y-s1mZsOcC2FA3EW_6w6W5qfV9dRK_7AvTAxDlwVfU-yhWZPEuo=@protonmail.com/ [bitcoin-dev] Silent Payment v4 (coinjoin support added) 2023-08-04: https://gnusha.org/pi/bitcoindev/ZM03twumu88V2NFH@petertodd.org/ [bitcoin-dev] BIP-352 Silent Payments addresses should have an expiration time + Version: 1.0.2 == Introduction == @@ -480,7 +481,7 @@ A malicious notification could potentially cause the following issues: Wallet designers can choose which tradeoffs they find appropriate. For example, a wallet could check the block filter to at least probabilistically confirm the likely existence of the UTXO, thus efficiently cutting down on spam. The payment could then be marked as unconfirmed until a scan is performed and the existence of the UTXO in accordance to the silent payment specification is verified. -== Change Log == +== Changelog == To help implementers understand updates to this document, we attach a version number that resembles ''semantic versioning'' (MAJOR.MINOR.PATCH). The MAJOR version is incremented if changes to the BIP are introduced that are incompatible with prior versions. diff --git a/bip-0374.mediawiki b/bip-0374.mediawiki index 1b25d85e..840bbf81 100644 --- a/bip-0374.mediawiki +++ b/bip-0374.mediawiki @@ -11,6 +11,7 @@ License: BSD-2-Clause Discussion: https://gist.github.com/andrewtoth/df97c3260cc8d12f09d3855ee61322ea https://groups.google.com/g/bitcoindev/c/MezoKV5md7s + Version: 0.2.0 == Introduction ==