Merge pull request #2190 from guggero/bip322-version-fix
Some checks failed
GitHub Actions Check / Link-Format-Checks (push) Has been cancelled
GitHub Actions Check / Build-Table-Checks (push) Has been cancelled
GitHub Actions Check / Diff Checks (fails until number assignment) (push) Has been cancelled
GitHub Actions Check / Typo Checks (push) Has been cancelled

BIP-0322: use MAJOR version for address optionality
This commit is contained in:
Jon Atack 2026-06-05 08:11:26 -07:00 committed by GitHub
commit 2ffcd9a4a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
</pre>
@ -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