Why Nostr? What is Njump?
2023-06-09 12:44:56
in reply to

Rusty Russell [ARCHIVE] on Nostr: 📅 Original date posted:2015-10-27 📝 Original message: Peter Todd <pete at ...

📅 Original date posted:2015-10-27
📝 Original message:
Peter Todd <pete at petertodd.org> writes:
> On Wed, Oct 28, 2015 at 06:11:20AM +1030, Rusty Russell wrote:
>> Pierre <pm+lists at acinq.fr> writes:
>> > Hi Rusty,
>> >
>> >> 5) Unknown protobuf fields are handled in the protocol as follows
>> >> (including in the initial Authenticate packet):
>> >>
>> >> 1) Odd numbered fields are optional, and backwards compatible.
>> >> 2) Even numbered fields are required; abort if you get one.
>> >
>> > I don't get it, what is it about ?
>>
>> Yes, I really need to write this up in Matsjj's lightning-core docs
>> repository.
>>
>> Since protobuf fields are explicitly numbered, we can use this to
>> deliberately break backwards compatibility in future after some
>> transition.
>>
>> For example, if we want to add a "currency identifier" field in HTLC,
>> for non-bitcoin transactions. That would be an even numbered field,
>> since you need to understand it. (There would also need to be some way
>> to indicate you support those, during connection setup or something).
>>
>> But if we want to add an optional new field, we'd make it odd, and
>> existing implementations could ignore it.
>
> FWIW an analogous idea is OpenPGP's "critical bit" for packets, which
> indicates that if the software doesn't understand the packet it should
> consider the signature to be invalid:
>
> https://tools.ietf.org/html/rfc4880#section-5.2.3.1

Yes, it's a pretty simple idea. In lightning, you should probably never
send an implementation a packet it won't understand (after the initial
handshake stage), but it still serves as belt-and-braces check.

eg. if we want to introduce a field with the intent to eventually make
it optional, we would add it as *two* optional fields, say 11 and 12.
You could set one or the other, not both, but accept either. In a few
years' time, implementations would stop using 11.

Cheers,
Rusty.
Author Public Key
npub1zw7cc8z78v6s3grujfvcv3ckpvg6kr0w7nz9yzvwyglyg0qu5sjsqhkhpx