Skip to content

Commit afa18e4

Browse files
authored
Merge pull request #2044 from darosior/2511_bip54_forward_compat
bip-0054: update forward compat section with Bitcoin Core v30
2 parents 9a30c28 + 1076d90 commit afa18e4

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

bip-0054.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@ the grace period used in this proposal, miners should use the `curtime` or `mint
143143
according to this proposal. Note this is not a new requirement: using a timestamp lower than the
144144
`mintime` field from the `getblocktemplate` result already leads to creating an invalid block.
145145

146-
Bitcoin Core as of version 29.0 may relay and create a block template including a transaction that
147-
violates the signature operations limit introduced in this BIP. A newer version of Bitcoin Core
148-
that makes this type of transaction non-standard should be widely adopted before this soft fork is
149-
considered for activation.
146+
Bitcoin Core version [30.0][Core 30.0] and later will not generate a block template including a
147+
transaction that violates the signature operations limit introduced in this BIP.
150148

151149
Bitcoin Core version [0.16.1][Core 0.16.1] and later will neither relay nor create block templates
152150
that include 64-byte transactions.
@@ -245,3 +243,4 @@ notably of Bitcoin Core but also of all other implementations the authors are aw
245243
[Core 0.16.1]: https://bitcoincore.org/en/releases/0.16.1
246244
[Core 29.0]: https://bitcoincore.org/en/releases/29.0
247245
[inquisition-implem]: https://github.com/darosior/bitcoin/tree/2509_inquisition_consensus_cleanup
246+
[Core 30.0]: https://bitcoincore.org/en/releases/30.0

0 commit comments

Comments
 (0)