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

Merge pull request #2044 from darosior/2511_bip54_forward_compat

bip-0054: update forward compat section with Bitcoin Core v30
This commit is contained in:
Mark "Murch" Erhardt 2025-12-08 10:21:46 -08:00 committed by GitHub
commit afa18e4dbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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