1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-12-22 14:45:19 +00:00

bip-0054: update forward compat section with Bitcoin Core v30

The BIP 54 sigops limit was made a standardness rules in Bitcoin Core 30.0.
This commit is contained in:
Antoine Poinsot 2025-11-25 12:46:53 -05:00
parent 2624ef7b83
commit 1076d90678

View File

@ -143,10 +143,8 @@ the grace period used in this proposal, miners should use the `curtime` or `mint
according to this proposal. Note this is not a new requirement: using a timestamp lower than the
`mintime` field from the `getblocktemplate` result already leads to creating an invalid block.
Bitcoin Core as of version 29.0 may relay and create a block template including a transaction that
violates the signature operations limit introduced in this BIP. A newer version of Bitcoin Core
that makes this type of transaction non-standard should be widely adopted before this soft fork is
considered for activation.
Bitcoin Core version [30.0][Core 30.0] and later will not generate a block template including a
transaction that violates the signature operations limit introduced in this BIP.
Bitcoin Core version [0.16.1][Core 0.16.1] and later will neither relay nor create block templates
that include 64-byte transactions.
@ -245,3 +243,4 @@ notably of Bitcoin Core but also of all other implementations the authors are aw
[Core 0.16.1]: https://bitcoincore.org/en/releases/0.16.1
[Core 29.0]: https://bitcoincore.org/en/releases/29.0
[inquisition-implem]: https://github.com/darosior/bitcoin/tree/2509_inquisition_consensus_cleanup
[Core 30.0]: https://bitcoincore.org/en/releases/30.0