From rusty at blockstream.com Sun Feb 20 23:02:20 2022 From: rusty at blockstream.com (Rusty Russell) Date: Mon, 21 Feb 2022 09:32:20 +1030 Subject: [Lightning-dev] [RFC] Lightning gossip alternative In-Reply-To: References: <87o83aql71.fsf@rustcorp.com.au> Message-ID: <87czjhp2f7.fsf@rustcorp.com.au> ZmnSCPxj writes: > Good morning rusty, > > If we are going to switch to a new gossip version, should we prepare now for published channels that are backed by channel factories? This is already true with the new proposal: channels don't have to be "real". It's possible to raise the required ratio later, so less UTXO proof is required (since channels are prioritized by their id, you can choose which ones older nodes will see. Cheers, Rusty.