mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 05:51:08 +02:00
doc: Add release notes for 32521 (MAX_TX_LEGACY_SIGOPS)
This commit is contained in:
9
doc/release-notes-32521.md
Normal file
9
doc/release-notes-32521.md
Normal file
@@ -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)
|
Reference in New Issue
Block a user