Rusty Russell [ARCHIVE] on Nostr: 📅 Original date posted:2015-09-30 📝 Original message:"Wladimir J. van der Laan ...
📅 Original date posted:2015-09-30
📝 Original message:"Wladimir J. van der Laan via bitcoin-dev"
<bitcoin-dev at lists.linuxfoundation.org> writes:
> On Sun, Sep 27, 2015 at 02:50:31PM -0400, Peter Todd via bitcoin-dev wrote:
>
>> It's time to deploy BIP65 CHECKLOCKTIMEVERIFY.
>
> There appears to be common agreement on that.
>
> The only source of some controversy is how to deploy: versionbits versus
> IsSuperMajority. I think the versionbits proposal should first have code
> out there for longer before we consider it for concrete softforks. Haste-ing
> along versionbits because CLTV is wanted would be risky.
Agreed. Unfortunately, a simple "block version >= 4" check is
insufficient, due to XT which sets version bits 001....111.
Given that, I suggest using the simple test:
if (pstart->nVersion & 0x8)
++nFound;
Which means:
1) XT won't trigger it.
2) It won't trigger XT.
3) You can simply set block nVersion to 8 for now.
4) We can still use versionbits in parallel later.
Cheers,
Rusty.
Published at
2023-06-07 17:41:43Event JSON
{
"id": "a388979c43b54c5b465bc313d4e553b30634f9ab965a6c77b2225073fa9a5723",
"pubkey": "13bd8c1c5e3b3508a07c92598647160b11ab0deef4c452098e223e443c1ca425",
"created_at": 1686159703,
"kind": 1,
"tags": [
[
"e",
"f5bb1bf208994917ac3ec4154383520df2a8573df815c54d28bae4e41ef024c8",
"",
"root"
],
[
"e",
"ff75cfa7c8e8cc18f01b5de877ee68ac2087de4e0651025a43dcde6c35e85eb8",
"",
"reply"
],
[
"p",
"5c0b7fca51fd4830b4d9f840de063faebeeabd3bb5dd118de9cdf50a6feaaf98"
]
],
"content": "📅 Original date posted:2015-09-30\n📝 Original message:\"Wladimir J. van der Laan via bitcoin-dev\"\n\u003cbitcoin-dev at lists.linuxfoundation.org\u003e writes:\n\u003e On Sun, Sep 27, 2015 at 02:50:31PM -0400, Peter Todd via bitcoin-dev wrote:\n\u003e\n\u003e\u003e It's time to deploy BIP65 CHECKLOCKTIMEVERIFY.\n\u003e\n\u003e There appears to be common agreement on that.\n\u003e\n\u003e The only source of some controversy is how to deploy: versionbits versus\n\u003e IsSuperMajority. I think the versionbits proposal should first have code\n\u003e out there for longer before we consider it for concrete softforks. Haste-ing\n\u003e along versionbits because CLTV is wanted would be risky.\n\nAgreed. Unfortunately, a simple \"block version \u003e= 4\" check is\ninsufficient, due to XT which sets version bits 001....111.\n\nGiven that, I suggest using the simple test:\n\n if (pstart-\u003enVersion \u0026 0x8)\n ++nFound;\n\nWhich means:\n1) XT won't trigger it.\n2) It won't trigger XT.\n3) You can simply set block nVersion to 8 for now.\n4) We can still use versionbits in parallel later.\n\nCheers,\nRusty.",
"sig": "319f1ca81ee967306447087dd61279b2a37ee4cf8059b040c9201174712eb6a5ed9b9ba0f96c45c683c27e23aac9984b08c3bffe89ba47c674639e111cfe9459"
}