From db131ef7b97e52e1472b4855a764d326e47ca50f Mon Sep 17 00:00:00 2001 From: Murch Date: Wed, 15 Apr 2026 11:24:18 -0700 Subject: [PATCH 1/2] bip388: Amend assignment date BIP3 clarified the content of the ambiguous Created header and renamed it to Assigned. BIP388 was assigned per https://github.com/bitcoin/bips/pull/1389#pullrequestreview-1796535592 on 2023-12-26. The prior "Created:" field content was moved to a Changelog entry. --- bip-0388.mediawiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index 6d0167ef..5c586e4f 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -5,7 +5,7 @@ Authors: Salvatore Ingala Status: Complete Type: Specification - Assigned: 2022-11-16 + Assigned: 2023-12-26 License: BSD-2-Clause Discussion: 2022-05-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html @@ -338,6 +338,8 @@ The reference implementation is for demonstration purposes only and not to be us ** Added support for musig key placeholders in descriptor templates. * '''1.0.0''' (2024-05): ** Initial version. +* '''0.0.1''' (2022-11-16): +** First draft. == Footnotes == From cfff9719405fa35113cab637958809824873750f Mon Sep 17 00:00:00 2001 From: Murch Date: Wed, 15 Apr 2026 11:32:28 -0700 Subject: [PATCH 2/2] bip388: Add missing Version header, rename Changelog --- bip-0388.mediawiki | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bip-0388.mediawiki b/bip-0388.mediawiki index 5c586e4f..49996df3 100644 --- a/bip-0388.mediawiki +++ b/bip-0388.mediawiki @@ -8,6 +8,7 @@ Assigned: 2023-12-26 License: BSD-2-Clause Discussion: 2022-05-10: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-May/020423.html + Version: 1.1.0 == Abstract == @@ -332,12 +333,12 @@ Wallet policies are implemented in For development and testing purposes, we provide a [[bip-0388/wallet_policies.py|Python 3.7 reference implementation]] of simple classes to handle wallet policies, and the conversion to/from output script descriptors. The reference implementation is for demonstration purposes only and not to be used in production environments. -== Change Log == +== Changelog == * '''1.1.0''' (2024-11): ** Added support for musig key placeholders in descriptor templates. -* '''1.0.0''' (2024-05): -** Initial version. +* '''1.0.0''' (2024-05-12): +** Initial version, advance to Proposed (later updated to Complete per BIP3 adoption). * '''0.0.1''' (2022-11-16): ** First draft.