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 c1112e4..d72e726 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 c9a5d6c..f0b6d42 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 b4b2654..38bab30 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 d72e726..28aa3e5 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 28aa3e5..ce2b1e5 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 ce2b1e5..2e1cfd0 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 a82ab44..e29d448 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 d721582..45b0f9f 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 30ed407..ec8f664 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 f5f95c6..11272be 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 5470b47..b5fc9f3 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 7de164b..27975e7 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 1eaf55d..332ba2d 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 a917f61..f386aae 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 e0bdc30..98de20d 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 26c5913..b868057 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 a01e4c5..1701434 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 ed02003..b92d6d0 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 a2f7775..0ab16e2 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 7d3f3d6..5dd5133 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 ae23197..7f687f6 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 2e1cfd0..e66a492 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 38bab30..54a354a 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 1883562..52b27f3 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 7e9e1f6..7c45411 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 70be90d..0eaecb9 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 fded420..61d9770 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 4e8ba13..829090c 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 45ebacf..0f14ceb 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 4974a3a..ed7f146 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 b653ba6..a99c979 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 7f4cec4..b841994 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 648a778..140af07 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 88073c5..bf2ea41 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 b476806..70e826a 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 ba207b6..e30cdc9 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 338751f..60723af 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 d9cde15..d7df75b 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 365550d..84a7c4d 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 5db540c..0531ef6 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 c44bea9..4a1f5cf 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 36cb18d..085e8d2 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 3e37a01..0f7f56a 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 0b41c8d..625a27f 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 f15b71a..c4deee8 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 db10c0c..b35a0f8 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 53289f5..eb3c831 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 d66c3cc..f98d836 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 9b554a5..d3a0335 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 b4e9def..33c0319 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 ab9c32d..7a5d795 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 e8a37a5..c757d9d 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 6970ee9..e18ceb4 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 93fe64b..cc8d1fe 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 6ea18c2..886928e 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 7bcaf14..dfac5f4 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 48d4151..3069db8 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 fa3d199..86ed7d1 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 8457b07..3fe32e5 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 2734ef4..c02c9f7 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 d3e4c2e..086dd67 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 d736280..a61eb79 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 9ee87c1..54933f5 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 f4060cf..e6f0013 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 d88329f..7473069 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 b37370d..64060b6 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 ccba17f..4bea5e3 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 4ba6798..fc7c89e 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 3146b5f..d885295 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 56e075a..68e58e3 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 f139c6a..f358a31 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 2d007c6..96551c9 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 6a7a062..64be6bd 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 a2ca16c..303de06 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 d292263..f77ac81 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 2c54778..5603f3c 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 5e7b787..3ae7921 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 1211a0f..b1cb959 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 7087fff..4b4ee27 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 b60cf56..cc4b719 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 941d96e..29d6e17 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 aa8091b..be4d6cd 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 7fb6bc4..83b490b 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 90e424c..3da9a46 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 183fde3..6186aed 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 2b6ab70..5d9e2ae 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 cab5cb7..03493ae 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 c4129f1..04c5d78 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 05d4e50..28fa20e 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 6a0539e..8170b03 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 0c19cb3..c8372fc 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 b4619b4..3061b67 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 49edf9b..9741716 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 25c09ed..6790bb0 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 3e1b0a3..848b520 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 6e207ae..10ef976 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 92e026d..ef45603 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 ec75268..0eccdab 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 7f687f6..b988598 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 e66a492..acc23e4 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 40fe99c..325e0aa 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 f0b6d42..c257157 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 268a604..92f92df 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 bd3d88c..cd4a83f 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 9efcb81..33f69ba 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 aeb8764..2f3f01a 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 32179ea..5da4ff2 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 1e9a733..cdff48e 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 d458603..6b36696 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 2c1a86f..226069e 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 b3393b0..2628df0 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 80a5f56..219115f 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 418c2e4..4ca0912 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 02c4c2a..652b5d9 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 b6e9b39..c142c98 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 905853a..1de43f1 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 f367c71..141874e 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 923917c..e746a1c 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 8c6f444..fb89859 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 ae8fc6d..148b738 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 aaf6beb..e1106f2 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 0321569..7733a8b 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 5a2c91a..aedac3c 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 3a8bab5..17d3265 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 4d81110..fea7dab 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 af41691..f638a86 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 84b0498..bae4a3b 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 915657a..683ce3d 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 ec1d7e5..cf039c7 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 5b07137..ea5d465 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 042d057..c2e46aa 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 c9c11e5..fe902c6 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 1b01a0b..a7c5f9e 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 69cb134..c9fadd5 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 f279ec1..0e76077 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 2b2b26c..1616d18 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 4af4844..0b880b2 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 40c06dd..30d9639 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 c8f22f7..3b90035 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 49ed8dc..61b9a8e 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 f4a18a1..af03708 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 d4dc732..345a77e 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 bddc2e1..44c432d 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 01a04d1..d43c4f9 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 8e64787..843949a 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 3fa486a..3017d3a 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 c4a8414..62bbbe2 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 4ffba80..65a0357 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 721b0b7..d3fd51e 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 9ec541d..7944604 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 908aef6..71ac73b 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 575f3e1..7f6598f 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 b988598..5b1c2c4 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 325e0aa..002c972 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 c257157..59a6d6c 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 6b36696..cb19d56 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 1de43f1..ff611fe 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 d43c4f9..4b215ff 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 4b4ee27..f8fbc36 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 7f6598f..e3085bf 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 5b1c2c4..6af9d6b 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 acc23e4..06341ae 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 7c45411..a49de84 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 cd4a83f..b9b0111 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 0eaecb9..0237622 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 61d9770..f28d34b 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 33f69ba..6c3fc2b 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 829090c..688b463 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 2f3f01a..b711cc7 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 e29d448..6af3e82 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 5da4ff2..f7a9f17 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 cdff48e..07be85e 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 cb19d56..d557f0b 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 0f14ceb..398d0bc 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 ed7f146..22261cb 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 a99c979..62559d1 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 b841994..00bf8ae 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 226069e..d2167b1 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 bf2ea41..3a5d25c 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 70e826a..ece0e6e 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 2628df0..5387de8 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 e30cdc9..d19f103 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 6bcf411..1d838c5 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 60723af..a31894f 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 d7df75b..f65e8d3 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 84a7c4d..96d1893 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 0531ef6..13f3c3f 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 45b0f9f..4aea910 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 fbab00f..423affa 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 085e8d2..5da94ab 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 0f7f56a..337c76c 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 ab86ca2..0e6dfc2 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 ccc3f2f..f8fee32 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 6826d89..a134695 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 219115f..9339139 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 c4deee8..ea1af65 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 4ca0912..1d8d85b 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 652b5d9..0d0a714 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 b35a0f8..17b4694 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 eb3c831..19fb536 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 ec8f664..141bdd1 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 f98d836..3b6316b 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 d3a0335..becb944 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 33c0319..f4eaa5b 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 7a5d795..6b9e150 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 c757d9d..ebe1fe2 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 c142c98..6689c62 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 e18ceb4..3ec72dd 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 d45da98..2ecd18b 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 63cc5ed..f008fd3 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 fb89859..0d0a469 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 cc8d1fe..d20973b 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 dfac5f4..6d7ad6f 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 b5fc9f3..77bee85 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 86ed7d1..9f703e3 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 3fe32e5..5342fc5 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 d4711bb..63704ce 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 e1106f2..ccacd80 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 7733a8b..f14a980 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 aedac3c..320d995 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 17d3265..14a6ea1 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 fea7dab..40c1195 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 f638a86..fb2d2db 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 bae4a3b..3ae4ebf 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 683ce3d..d0b99f7 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 cf039c7..32f0190 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 c02c9f7..5193b80 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 086dd67..2f5ad50 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 a61eb79..059faaa 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 ea5d465..663f2bd 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 c2e46aa..4baff43 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 e04cd8d..3061076 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 4b5706e..34e746a 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 09d63a5..d34a0a8 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 65d44a7..8481d7d 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 fe902c6..ef908c5 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 a7c5f9e..eb6312c 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 6243c64..85bcac0 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 e6f0013..2618b2e 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 87071d8..29fc4bd 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 332ba2d..5cfad5e 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 7473069..87ff430 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 0e76077..0a22582 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 64060b6..5636efd 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 0b880b2..6217718 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 4bea5e3..9febd0d 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 3b90035..bc89a34 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 fc7c89e..7b11bfa 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 61b9a8e..1f6bf5d 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 d885295..377b488 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 68e58e3..f5c2b86 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 f358a31..2e98c51 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 af03708..5be51cf 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 96551c9..f378000 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 64be6bd..906e66f 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 345a77e..6769f47 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 44c432d..3984770 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 4b215ff..01c2826 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 303de06..9d3d49d 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 843949a..8339982 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 f77ac81..37a4cba 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 3017d3a..fffd611 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 5603f3c..d1ae496 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 3ae7921..99c6eb4 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 b1cb959..63dff70 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 62bbbe2..f185f1c 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 cc4b719..472efe7 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 5522664..af2f948 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 d3fd51e..0bb420e 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 7e5e8e3..10a144e 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 7944604..c4c2785 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 e09e141..4455cb1 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 70f1dd0..5c74fac 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 9a32df6..aa935d8 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 f386aae..4e9f91e 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 2e3e79e..abe09d7 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 29d6e17..7b2f584 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 98de20d..236523a 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 996f74e..0aa8d49 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 472540c..52d87db 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 282554b..74c6c03 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 71ac73b..7460780 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 83b490b..91ea2dd 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 3da9a46..d484f3e 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 6186aed..c53625b 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 5d9e2ae..9e75d25 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 03493ae..f9eb5d4 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 e3085bf..dbaf2b8 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 e7b8d29..524f7d3 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 54ac31c..5309927 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 afd111a..c675f47 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 04c5d78..c9f7aa1 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 1701434..b17e959 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 b92d6d0..8424b67 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 28fa20e..ed38060 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 8170b03..280eeb9 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 ca6c6fb..55f5d36 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 0ab16e2..b1270b2 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 32f3550..29995c4 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 879c932..b6b57e2 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 5dd5133..a4f46f9 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 0bcf045..71a987e 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 6af9d6b..cc5d3c6 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 30d9639..cf64a5a 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 54a354a..97b8337 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 a49de84..7fb28b2 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 f28d34b..cb9d2ef 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 423affa..0abf0ad 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 2ecd18b..8044f52 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 1258332..6528ca8 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 5342fc5..49f9449 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 148b738..48bcf89 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 85bcac0..748189e 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 c9fadd5..d595641 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 cf64a5a..8d32428 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 4455cb1..8aa09c9 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 d8148f5..f6eb6c2 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 be4d6cd..f616ed5 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 52d87db..a5455cc 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 74c6c03..b563390 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 d484f3e..1f32885 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 c53625b..477c88d 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 9e75d25..9921e3d 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 dbaf2b8..a73b132 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 524f7d3..9df1e8c 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 c9f7aa1..342895b 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 b17e959..299aef4 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 8424b67..6ad79aa 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 29995c4..df355a0 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 b6b57e2..74cf2f5 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 a4f46f9..712f2bf 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 2af0e53..d079a44 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 ba936be..81d54ff 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 71a987e..66d51dc 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 cc5d3c6..fd5db70 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 002c972..8347369 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 59a6d6c..56b57ed 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 97b8337..9f52755 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 d357401..c5fe88f 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 52b27f3..e6f51be 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 92f92df..4cba89a 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 7fb28b2..dcf325a 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 b9b0111..37cce73 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 0237622..dded7e1 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 cb9d2ef..6e483a5 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 6c3fc2b..3af8dbd 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 688b463..3e16091 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 b711cc7..3e1212a 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 6af3e82..f2371c9 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 f7a9f17..ca4f4b4 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 07be85e..6ba1bc1 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 d557f0b..6fa083a 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 398d0bc..2320875 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 22261cb..f518466 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 62559d1..fe681dc 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 00bf8ae..c39b8a1 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 140af07..bd41966 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 d2167b1..2deba54 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 3a5d25c..f291ec2 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 ece0e6e..eff1d92 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 5387de8..2eb0421 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 96d1893..91a3ff8 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 4aea910..7be9fa2 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 0abf0ad..e7ac537 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 5da94ab..2fb1923 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 625a27f..3487fac 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 0e6dfc2..25908d6 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 f8fee32..c6f626d 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 a134695..b54ef9a 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 1d8d85b..d7604ba 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 0d0a714..e11fa67 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 17b4694..2e04171 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 19fb536..0eb6a65 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 141bdd1..57ecd1d 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 3b6316b..04b9208 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 11272be..23213b2 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 becb944..5f3517b 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 f4eaa5b..b52fa40 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 6b9e150..4c12258 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 ebe1fe2..67431ac 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 f008fd3..850555b 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 ff611fe..6514db2 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 141874e..fdda119 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 e746a1c..d2800de 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 0d0a469..3b77c27 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 886928e..8b97047 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 6d7ad6f..49c02b9 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 77bee85..2fa342b 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 27975e7..0d69480 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 9f703e3..7b7175b 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 6528ca8..6709688 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 49f9449..eb43b59 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 63704ce..de5f1b4 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 48bcf89..80d9b7c 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 ccacd80..29209ec 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 f14a980..e970876 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 320d995..16bee56 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 14a6ea1..502a580 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 40c1195..fb5d6c9 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 fb2d2db..ff544c8 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 3ae4ebf..c331b51 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 d0b99f7..218c013 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 32f0190..50c0829 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 5193b80..0be1d87 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 2f5ad50..b84dbfa 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 059faaa..8f6e0e2 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 663f2bd..5bf6e3f 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 4baff43..3392f22 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 3061076..ab582b2 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 34e746a..1225f04 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 8481d7d..0f3c3d4 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 ef908c5..47a0623 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 eb6312c..df0657b 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 748189e..afe0973 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 54933f5..7df68a8 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 d595641..8ffa6a9 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 2c04eb4..22d4126 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 29fc4bd..bfd6434 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 5cfad5e..8e901c8 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 87ff430..4851773 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 0a22582..6534a29 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 1616d18..f28eb7a 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 5636efd..da116bb 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 6217718..28e0c4b 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 8d32428..6c96f33 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 1caa027..28439b6 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 9febd0d..bc4d9c8 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 bc89a34..4aa54b5 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 7b11bfa..d10272a 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 1f6bf5d..ce28341 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 377b488..dd600f5 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 f5c2b86..66ff4e5 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 2e98c51..f692d32 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 5be51cf..6569e22 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 f378000..01b5428 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 906e66f..a924b82 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 6769f47..73a1dcd 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 8339982..00eb836 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 37a4cba..aab9571 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 fffd611..eaa192b 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 d1ae496..10dcc55 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 99c6eb4..27995ad 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 63dff70..83a501e 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 65a0357..666d6e9 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 43325c4..cd3a0e6 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 b34e2f6..6ff3ae4 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 0bb420e..4d4569a 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 10a144e..7aa02e1 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 8aa09c9..8d0d3f1 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 5c74fac..a629b78 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 34522be..43c74bd 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 aa935d8..67fc8d4 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 4e9f91e..284a414 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 7b2f584..050e931 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 236523a..942b6ce 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 f6eb6c2..ad222a5 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 f616ed5..ae21f34 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 b868057..3780bed 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 5934eea..c53acb7 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 0aa8d49..7837f67 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 a5455cc..1096f0a 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 b563390..5dbad2b 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 7460780..929e8e2 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 91ea2dd..13fbb39 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 9921e3d..8d070ff 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 f9eb5d4..1a69b8a 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 a73b132..2d6e89c 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 9df1e8c..2c98626 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 5309927..9dd8816 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 c675f47..d8043c7 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 342895b..f92b05a 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 a782b0c..7589e31 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 299aef4..e0c9211 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 6ad79aa..51e6fc6 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 ed38060..4dcfc91 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 280eeb9..b0b3e74 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 55f5d36..bc9ec1d 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 b1270b2..9a67a14 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 df355a0..7b3e0d8 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 74cf2f5..228386c 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 bbddeed..a662202 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 c8372fc..1ca4dfc 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 3061b67..a58ad1a 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 9741716..fb13fdb 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 6790bb0..ce2b227 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 848b520..2b65424 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 10ef976..c96f776 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 ef45603..faae1ec 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 0eccdab..058c32b 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 712f2bf..9a77439 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 529af7b..79ac836 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 a27ddd4..5dc2a76 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 d079a44..6a15b74 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 81d54ff..8dde47c 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 66d51dc..ccecb90 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 fd5db70..8213a29 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 8347369..b2ebb41 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 56b57ed..fdadd76 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 9f52755..9d2cb46 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 c5fe88f..64f05ac 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 e6f51be..23a935b 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 4cba89a..d7498c5 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 dcf325a..35bf606 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 37cce73..2668b24 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 dded7e1..a2874b6 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 6e483a5..884b10d 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 3af8dbd..47b7644 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 3e16091..b10ceb4 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 3e1212a..d0cd95c 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 f2371c9..7c6dd13 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 ca4f4b4..b5c9e9c 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 6ba1bc1..04f9138 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 6fa083a..562ddb3 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 2320875..b77f9a8 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 f518466..8476929 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 fe681dc..3f72f98 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 c39b8a1..a5da69f 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 bd41966..d55fb71 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 2deba54..a674f2a 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 f291ec2..830c9d6 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 eff1d92..93bc81d 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 2eb0421..22e87af 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 d19f103..2bc66c6 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 1d838c5..00a67cf 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 a31894f..c87a3c3 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 f65e8d3..3f65cea 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 91a3ff8..30e2144 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 13f3c3f..57a6f8f 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 7be9fa2..967e854 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 e7ac537..fd6627f 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 4a1f5cf..f4dd6fa 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 2fb1923..71c6250 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 337c76c..998a169 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 3487fac..823248b 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 25908d6..4f2dd24 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 c6f626d..3104b40 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 b54ef9a..b356fbc 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 9339139..8cde008 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 ea1af65..fed77e6 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 d7604ba..fb0d336 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 e11fa67..4618a2f 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 2e04171..de739bc 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 0eb6a65..9d8efc9 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 57ecd1d..de5275b 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 04b9208..9725f5f 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 23213b2..0b52e66 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 5f3517b..df6d3ba 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 b52fa40..36b49ff 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 4c12258..ad719c2 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 67431ac..6b80e96 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 6689c62..2ce32da 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 3ec72dd..ebce0b7 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 8044f52..2b0d13f 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 850555b..6543c7c 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 6514db2..710d778 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 fdda119..0349cb6 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 d2800de..8b0e562 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 3b77c27..8901bd6 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 d20973b..fa47967 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 8b97047..0aea0b4 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 49c02b9..14c991f 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 2fa342b..f242c81 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 0d69480..9559de2 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 3069db8..5c119c9 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 7b7175b..48783d4 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 6709688..bf3ecc7 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 eb43b59..27087be 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 de5f1b4..3c4a111 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 80d9b7c..5bb06d0 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 29209ec..fe755e9 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 e970876..7509013 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 16bee56..0f35647 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 502a580..1c9e857 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 fb5d6c9..5cb552f 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 ff544c8..717b098 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 c331b51..426e69c 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 218c013..7d14a7c 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 50c0829..f43e8dd 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 0be1d87..1b74d89 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 b84dbfa..9ab58ef 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 8f6e0e2..f281ef2 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 5bf6e3f..20c0448 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 3392f22..aed4649 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 ab582b2..2c34af6 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 1225f04..920edd3 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 d34a0a8..9ceb169 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 0f3c3d4..590b415 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 47a0623..6fb7ec6 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 df0657b..f7fa9ab 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 afe0973..4f84a64 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 7df68a8..db885c9 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 8ffa6a9..1a2436b 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 2618b2e..a962832 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 22d4126..756321d 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 bfd6434..5a6abba 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 8e901c8..67e9dae 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 4851773..3abb758 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 6534a29..6e7e76d 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 f28eb7a..4172da4 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 da116bb..fdcc720 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 28e0c4b..6d4d481 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 6c96f33..9c05ba3 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 28439b6..3cc4dc4 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 bc4d9c8..f70b514 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 4aa54b5..e49b13d 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 d10272a..ddb572f 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 ce28341..406a1d4 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 dd600f5..26b332c 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 66ff4e5..905d30c 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 f692d32..1a73e56 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 6569e22..1211f2c 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 01b5428..9347a94 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 a924b82..e194dc6 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 73a1dcd..16118b3 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 3984770..35abe7e 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 01c2826..f740110 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 9d3d49d..5692d6f 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 00eb836..052a4a9 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 aab9571..b3e58d1 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 eaa192b..cc02f77 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 10dcc55..f413975 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 27995ad..868d79f 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 83a501e..bd24806 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 f185f1c..efa0bf2 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 4e964aa..b4954f7 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 f8fbc36..fc06e7f 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 472efe7..bb19f2f 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 666d6e9..bcbb151 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 bfce9a2..45dfc0b 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 cd3a0e6..e2390fa 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 af2f948..4668c6e 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 6ff3ae4..a31ab36 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 4d4569a..2a42b25 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 7aa02e1..aefff06 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 c4c2785..ca29085 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 8d0d3f1..cc4163d 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 a629b78..b9d86ac 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 43c74bd..8341d8f 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 67fc8d4..5bb7d1d 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 284a414..4a25ee3 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 abe09d7..9812da7 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 050e931..bf99740 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 942b6ce..d2fe997 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 ad222a5..6d20f73 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 ae21f34..b67993f 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 3780bed..def9fd3 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 c53acb7..66d5f9c 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 7837f67..2272649 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 1096f0a..0d5b349 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 5dbad2b..ab2cfaa 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 929e8e2..4b3fd21 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 13fbb39..17544e8 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 1f32885..6829898 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 477c88d..ec99b2d 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 8d070ff..d0afc95 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 1a69b8a..b5e489d 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 2d6e89c..bfbe6c4 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 2c98626..91249b3 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 9dd8816..e8d9786 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 d8043c7..be9506b 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 f92b05a..d0e8876 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 7589e31..4aa1e14 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 e0c9211..6c798c9 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 51e6fc6..02b352a 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 4dcfc91..d581470 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 b0b3e74..3a10a01 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 bc9ec1d..7b5355a 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 9a67a14..1b03944 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 7b3e0d8..79383ec 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 228386c..afb264b 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 a662202..ba5b976 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 1ca4dfc..9d1cecd 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 a58ad1a..4827dba 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 fb13fdb..67e4478 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 ce2b227..feb4c5b 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 2b65424..2bc983c 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 c96f776..a465be6 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 faae1ec..daa2335 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 058c32b..a8bd369 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 9a77439..c5e6829 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 79ac836..57831b7 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 5dc2a76..5063f9e 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 6a15b74..6385776 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 8dde47c..f563ac0 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 ccecb90..9fa1d88 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 8213a29..1313abb 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 1313abb..3889414 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 3889414..48355f8 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 48355f8..22afba0 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 7b5355a..eb6d731 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 22afba0..1e18d49 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 06341ae..2bbf6ba 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 1e18d49..596ab00 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 b2ebb41..1df4ab3 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 fdadd76..5996df1 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 9d2cb46..cd29e89 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 64f05ac..68e1370 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 23a935b..ca6db79 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 d7498c5..4f9ee61 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 35bf606..3d2f668 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 2668b24..07012de 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 a2874b6..bd2c0a3 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 884b10d..b2b1608 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 47b7644..4195356 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 b10ceb4..21d0e32 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 d0cd95c..18f5aa6 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 7c6dd13..ae1fc5f 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 b5c9e9c..e05d65d 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 04f9138..93594d1 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 562ddb3..5f2756a 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 b77f9a8..62159a6 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 8476929..14512c6 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 3f72f98..74efb4b 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 a5da69f..7f52261 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 d55fb71..dc7689d 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 a674f2a..9a2d830 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 830c9d6..b7bfb45 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 93bc81d..812d629 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 22e87af..f235040 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 2bc66c6..44929fa 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 00a67cf..96af8a2 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 c87a3c3..2a68b5e 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 3f65cea..ade0241 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 30e2144..4ac0594 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 57a6f8f..bbf9d1f 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 967e854..4dbf12d 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 fd6627f..98558be 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 f4dd6fa..0ccaf53 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 71c6250..0e8823e 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 998a169..264b206 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 823248b..6c0e69d 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 4f2dd24..9941812 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 3104b40..9dba52c 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 b356fbc..d278f58 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 8cde008..b5f8c38 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 fed77e6..8f4646d 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 fb0d336..9d44ecb 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 4618a2f..85ffeb7 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 de739bc..4bd292f 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 9d8efc9..aa41b75 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 de5275b..c21da80 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 9725f5f..90f5235 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 0b52e66..e28759a 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 df6d3ba..fc9d1ca 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 36b49ff..0232af0 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 ad719c2..500ff7f 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 6b80e96..9f59aa3 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 2ce32da..83e3178 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 ebce0b7..0d9479a 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 2b0d13f..c3ca618 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 6543c7c..33571ba 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 710d778..3c34220 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 0349cb6..1120560 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 8b0e562..0f4ef4d 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 8901bd6..381d04e 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 fa47967..f266a14 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 0aea0b4..ccdc6fc 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 14c991f..43c692a 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 f242c81..440ad2a 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 9559de2..0a70521 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 5c119c9..3503835 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 48783d4..bd3be1d 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 bf3ecc7..193eb87 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 27087be..d90b167 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 3c4a111..d63fd38 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 5bb06d0..acf66b3 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 fe755e9..cce4643 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 7509013..db30145 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 0f35647..ab7aef5 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 1c9e857..471a0ab 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 5cb552f..b80181a 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 717b098..4e72d7e 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 426e69c..6dc8dd8 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 7d14a7c..6840ed9 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 f43e8dd..c72dee0 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 1b74d89..0a41af2 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 9ab58ef..085ec73 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 f281ef2..5ae0896 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 20c0448..9c9dee0 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 aed4649..6c271ca 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 2c34af6..3f10e01 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 920edd3..cea3a13 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 9ceb169..695e6fe 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 590b415..440b001 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 6fb7ec6..01ea192 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 f7fa9ab..c10b6c1 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 4f84a64..0f23090 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 db885c9..275b886 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 1a2436b..e488445 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 a962832..ff54969 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 756321d..1bc19cb 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 5a6abba..3e66918 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 67e9dae..2e19c9f 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 3abb758..1476d58 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 6e7e76d..2077f63 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 4172da4..1203693 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 fdcc720..6f3e048 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 6d4d481..198df72 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 9c05ba3..5f6b72b 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 3cc4dc4..e1224af 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 f70b514..f748045 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 e49b13d..983e3bf 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 ddb572f..442d9dd 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 406a1d4..4081eb0 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 26b332c..5d451c2 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 905d30c..0c555fd 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 1a73e56..4807a5c 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 1211f2c..5d1c441 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 9347a94..92ae72e 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 e194dc6..bd28769 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 16118b3..9111faf 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 35abe7e..989bf78 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 f740110..cb29004 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 5692d6f..0977b9c 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 052a4a9..d491036 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 b3e58d1..cba5a3c 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 cc02f77..093ee5f 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 f413975..8b8d3ba 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 868d79f..9456809 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 bd24806..aff1144 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 efa0bf2..8f02ca7 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 b4954f7..f65b4b7 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 fc06e7f..5bcc4a5 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 bb19f2f..4ec2033 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 bcbb151..9f48dab 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 45dfc0b..3fa6d13 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 e2390fa..2a0e969 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 4668c6e..6b5b743 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 a31ab36..4344ed3 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 2a42b25..7cd4e25 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 aefff06..67aa24f 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 ca29085..ed178b3 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 cc4163d..a09c635 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 b9d86ac..aabd41e 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 8341d8f..65f9abd 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 5bb7d1d..a6ac6fd 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 4a25ee3..52837b3 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 9812da7..fd222fc 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 bf99740..6b6803a 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 d2fe997..d8485d6 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 6d20f73..ef71d62 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 b67993f..4be0cf3 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 def9fd3..b0c0218 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 66d5f9c..181a89b 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 2272649..1469892 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 0d5b349..18ec81d 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 ab2cfaa..e740b18 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 4b3fd21..fea0c3f 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 17544e8..a50c7e0 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 6829898..6491f8b 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 ec99b2d..0764e6c 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 d0afc95..d073b70 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 b5e489d..6a07e3a 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 bfbe6c4..0bf4c10 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 91249b3..12a1a08 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 e8d9786..15173fd 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 be9506b..846f5eb 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 d0e8876..8acc839 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 4aa1e14..d037034 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 6c798c9..559bb14 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 02b352a..2359866 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 d581470..87cc6b8 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 3a10a01..cc7ad3e 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 eb6d731..afad966 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 1b03944..bf490d6 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 79383ec..1b25d85 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 afb264b..c50d62c 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 ba5b976..62f671e 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 9d1cecd..3f113f2 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 4827dba..067e0af 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 67e4478..a95bbf2 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 feb4c5b..60ef16f 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 2bc983c..7dbbd8d 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 a465be6..4f544ce 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 daa2335..69feb9f 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 a8bd369..2789af1 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 c5e6829..6d0167e 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 57831b7..6940a45 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 5063f9e..2daed4d 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 6385776..276f1f9 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 f563ac0..073beb8 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 9fa1d88..09ae3ab 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 596ab00..410b98f 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 5996df1..b95ace1 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 68e1370..7cbb5fb 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 9941812..e61f55a 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 ccdc6fc..518b9ed 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 bd3be1d..ebdc0cd 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 b80181a..cd00a91 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 275b886..1d328b9 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 198df72..dde2e7e 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 5f6b72b..7c09bba 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 4807a5c..b9a5ebe 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 bd28769..11aac27 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 9111faf..3663dd9 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 67aa24f..b7252f6 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 ed178b3..74bf6d6 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 65f9abd..1c9ce0a 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 a6ac6fd..49d592a 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 6491f8b..f241eff 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 6a07e3a..6fe64b0 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 410b98f..aed86be 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 dde2e7e..f34a9f6 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 aed86be..8cbcfe9 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 b95ace1..556176b 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 556176b..ff5d135 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 e61f55a..72b2823 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 518b9ed..23009da 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 cd00a91..cf0d6a0 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 1d328b9..0448ad7 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 7c09bba..2af172f 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 b9a5ebe..ca99ad6 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 8cbcfe9..aa1329f 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 cf0d6a0..296ca2e 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 0448ad7..9358e1d 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 2af172f..1d7978b 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 cd29e89..1261500 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 c3ca618..d1708c4 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 23009da..73ea040 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 cba5a3c..ba13a5c 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 4be0cf3..93ed9a9 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 559bb14..36944ad 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 1b25d85..840bbf8 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 ==