Skip to content

Commit cfb859e

Browse files
committed
Merge bitcoin/bitcoin#33037: doc: Add release notes for 32521 (MAX_TX_LEGACY_SIGOPS)
faa2f3b doc: Add release notes for 32521 (MAX_TX_LEGACY_SIGOPS) (MarcoFalke) Pull request description: ref bitcoin/bitcoin#32521 ACKs for top commit: Sjors: ACK faa2f3b Tree-SHA512: 58694545eca38cd4391d2ce6ddb9f4785c19af3df639da9d17fa1ade5d56369723e0e7fece71b50e2186a65aa55919c8f64ae12833d676e07b448e0cfc53ce3c
2 parents afd3b34 + faa2f3b commit cfb859e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/release-notes-32521.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Policy
2+
3+
The maximum number of potentially executed legacy signature operations in a
4+
single standard transaction is now limited to 2500. Signature operations in all
5+
previous output scripts, in all input scripts, as well as all P2SH redeem
6+
scripts (if there are any) are counted toward the limit. The new limit is
7+
assumed to not affect any known typically formed standard transactions. The
8+
change was done to prepare for a possible BIP54 deployment in the future.
9+
(#32521)

0 commit comments

Comments
 (0)