1
0
mirror of https://github.com/bitcoin/bips.git synced 2026-04-27 16:38:39 +00:00

Merge pull request #2144 from murchandamus/bip388-update-changelog

bip388: Update Changelog
This commit is contained in:
Murch
2026-04-23 07:56:28 -07:00
committed by GitHub

View File

@@ -5,9 +5,10 @@
Authors: Salvatore Ingala <salvatoshi@protonmail.com>
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
Version: 1.1.0
</pre>
== Abstract ==
@@ -332,12 +333,14 @@ 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 <tt>musig</tt> 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.
== Footnotes ==