From 4061a54418f62a5a1ae44f4604e56373329bfad3 Mon Sep 17 00:00:00 2001 From: Oli Date: Thu, 4 Jun 2026 20:26:08 +0200 Subject: [PATCH] BIP-0322: use MAJOR version for address optionality Addresses a review comment in #2188: https://github.com/bitcoin/bips/pull/2188#issuecomment-4623250085 --- bip-0322.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bip-0322.mediawiki b/bip-0322.mediawiki index ca6ce11c..66fd047f 100644 --- a/bip-0322.mediawiki +++ b/bip-0322.mediawiki @@ -15,7 +15,7 @@ 2024-05-04: https://groups.google.com/g/bitcoindev/c/RCi1Exs0ZvQ/m/vp6Xo36aBwAJ 2025-05-10: https://bitcoin.stackexchange.com/questions/126277/where-can-i-use-bip322-to-sign-a-message-to-verify-a-multisig-address 2026-04-20: https://groups.google.com/g/bitcoindev/c/qd6BNz9gxCk/m/k1fHq4RKAQAJ - Version: 1.0.0 + Version: 2.0.0 Requires: 174, 340, 341 @@ -491,7 +491,7 @@ and many others for their feedback on the specification. == Changelog == -* '''1.0.1''' (2026-06-04): +* '''2.0.0''' (2026-06-04): ** Clarify that the message_challenge is ''not'' optional for "Proof of Funds". * '''1.0.0''' (2026-04-15): ** Mark Complete