1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

BIP-119: Clarify that Speedy Trial may or may not be implemented for BIP-119

This commit is contained in:
Jeremy Rubin 2021-12-22 19:18:14 -08:00
parent 4479187baf
commit ea6008eeb1

View File

@ -246,7 +246,11 @@ A PayToBareDefaultCheckTemplateVerifyHash output matches the following template:
==Deployment==
Deployment should be done via BIP 9 VersionBits deployed through Speedy Trial.
Deployment could be done via BIP 9 VersionBits deployed through Speedy Trial.
The Bitcoin Core reference implementation includes the below parameters,
configured to match Speedy Trial, as that is the current activation mechanism
implemented in Bitcoin Core. Should another method become favored by the wider
Bitcoin comminity, that might be used instead.
The start time and bit in the implementation are currently set to bit 5 and
NEVER_ACTIVE/NO_TIMEOUT, but this is subject to change while the BIP is a draft.