From faa2f3b1afe706c6d44fa1949dd97c9e6df5c9d1 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Tue, 22 Jul 2025 10:53:16 +0200 Subject: [PATCH] doc: Add release notes for 32521 (MAX_TX_LEGACY_SIGOPS) --- doc/release-notes-32521.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/release-notes-32521.md diff --git a/doc/release-notes-32521.md b/doc/release-notes-32521.md new file mode 100644 index 00000000000..aa9ebac37f5 --- /dev/null +++ b/doc/release-notes-32521.md @@ -0,0 +1,9 @@ +### Policy + +The maximum number of potentially executed legacy signature operations in a +single standard transaction is now limited to 2500. Signature operations in all +previous output scripts, in all input scripts, as well as all P2SH redeem +scripts (if there are any) are counted toward the limit. The new limit is +assumed to not affect any known typically formed standard transactions. The +change was done to prepare for a possible BIP54 deployment in the future. +(#32521)