--- Log opened Mon Nov 01 00:00:20 2021 01:31 -!- laanwj [~laanwj@user/laanwj] has joined #c-lightning 01:32 < laanwj> how does the changelog detection CI run work? i've added a changelog entry in https://github.com/ElementsProject/lightning/pull/4892 but the CI somehow doesn't detect it, did i miss anything 01:44 < nathanael> laanwj: i think you have to add it into the commit message and don't need to add it directly to the changelog file (which will be generated). see: https://lightning.readthedocs.io/STYLE.html#changelog-entries-in-commit-messages 01:49 -!- rusty [~rusty@118.210.49.95] has joined #c-lightning 01:53 < laanwj> nathanael: thanks! 01:55 < laanwj> it makes a lot of sense to do it that way to avoid a merge hotspot 02:29 -!- rusty [~rusty@118.210.49.95] has quit [Ping timeout: 268 seconds] 02:35 -!- rusty [~rusty@118.210.49.95] has joined #c-lightning 02:42 -!- sr_gi [~sr_gi@static-43-117-230-77.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] 02:43 -!- sr_gi [~sr_gi@static-43-117-230-77.ipcom.comunitel.net] has joined #c-lightning 02:45 -!- rusty [~rusty@118.210.49.95] has quit [Ping timeout: 268 seconds] 03:18 < michaelfolkson> [20:39:52] 20:00 CET Berlin/Bern, 05:30 ADL 03:18 < michaelfolkson> So I think the meeting today is at 19:00 UTC 03:19 < michaelfolkson> Yeah I think that's right :) 03:19 < cdecker[m]> Yeah, dunno after all, depends on when rusty is available. 03:27 < michaelfolkson> Cool, yeah for Europeans, Americans could certainly do later to make it more convenient for Rusty 03:28 < cdecker[m]> I asked him. If we don't hear anything I'd propose sticking with the 21:00 CET / 20:00 UTC / 06:30 ADL on the calendar event 03:29 < michaelfolkson> Great, thanks 04:05 < nixbitcoindev[m]> How do I sign a PSBT when one of the inputs is stuck in a channel? 04:05 < nixbitcoindev[m]> `signpsbt` and `reserveinputs` doesn't recognize the inputs 04:42 < cdecker[m]> What do you mean by "stuck in a channel"? If it is the funding output of a channel then you can't unilaterally spend it, by construction off-chain contracts are shared ownership (with timeouts) and will require sign-offs from the peers 04:43 < nixbitcoindev[m]> The peer signed off 04:44 < nixbitcoindev[m]> "Could indeed work, acinq is very..." <- It's about this 04:56 < cdecker[m]> @here: today's meeting will be at 19:00 UTC / 20:00 CET / 05:30 ADL ^^ 05:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:30 -!- jasan [~j@tunnel625336-pt.tunnel.tserv1.bud1.ipv6.he.net] has joined #c-lightning 05:31 < jasan> Greetings everyone! Just a friendly reminder that the Open Meeting was moved one hour earlier, so we shall start at 19:00 UTC tonight. (EU just moved one hour to the west so it will be even two hours earlier for the old continent.) 05:32 < jasan> vincenzopalazzo:^^ 05:32 < jasan> HelloShitty: ^^ 05:43 < nixbitcoindev[m]> "What do you mean by "stuck in..." <- Do I need to use dev-forget-channel before I can spend the outputs locked there? 05:44 < cdecker[m]> No, that shouldn't be necessary. Can you share the transaction output to have a bit more context? 05:46 < nixbitcoindev[m]> Sent you a DM 05:49 < nixbitcoindev[m]> cdecker[m]: Sent you a DM 05:53 < cdecker[m]> Well, output you are attempting to spend is a P2WSH, which indicates that it is the funding output of that channel, i.e., it is a 2-of-2 multisig that needs a signature from the peer in order to be spent. You will not be able to spend that output unilaterally, since you don't have the peer's signature. They have force-closed the channel, but apparently low-balled the fee, hence their unilateral close has not been confirmed yet, which is 05:53 < cdecker[m]> required before you regain sole control over the funds. You can either try to close yourself (setting a timeout=1 or something) and hope that the fees now work out. 05:54 < nixbitcoindev[m]> cdecker[m]: I do have the peer's signature 05:55 < nixbitcoindev[m]> Just didn't share it, sorry for the confusion. 05:56 < cdecker[m]> A signature alone won't help much, you need a unilateral close transaction containing both signatures. 05:57 < nixbitcoindev[m]> I have a raw unsigned transaction spending the output to a new address, isn't that enough? 05:57 < nixbitcoindev[m]> s/unsigned/partially/ 05:57 < nixbitcoindev[m]> s/I have a raw unsigned transaction spending the output to a new address, isn't that enough?/I have a raw partially signed transaction spending the output to a new address, isn't that enough?/ 05:57 < cdecker[m]> It's unsigned, missing both signatures. And since their signature is missing lightningd doesn't know how to add theirs to complete the transaction 05:58 < nixbitcoindev[m]> What if I add the signature that they sent me to the transaction? 06:00 < cdecker[m]> It's only valid if you use the exact same unsigned transaction that they signed (outputs, values, timelock, ....) so unlikely you'll guess right. They have broadcast a transaction closing the channel, but it just didn't have enough fees yet 07:44 -!- jespada [~jespada@190.7.36.46] has joined #c-lightning 08:35 -!- jespada [~jespada@190.7.36.46] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 08:37 -!- jespada [~jespada@190.7.36.46] has joined #c-lightning 08:38 -!- jespada [~jespada@190.7.36.46] has quit [Client Quit] 09:30 < vincenzopalazzo> jasan: I'm back up and running sorry for delay, thanks for the update :) so in Berlin/Europe there are the 20:00, or 8:00 pm? today it is the only exception, or also the next meetings are at the same hours? 09:30 < cdecker[m]> Meetings going forward (until DST kicks in again) :-) 09:31 < vincenzopalazzo> Christian Decker: Cool :) thanks 09:36 -!- kexkey [~kexkey@static-198-54-132-132.cust.tzulo.com] has joined #c-lightning 09:41 -!- Guest7114 [~Guest71@cpe-74-67-2-120.nycap.res.rr.com] has joined #c-lightning 09:43 -!- Guest7114 [~Guest71@cpe-74-67-2-120.nycap.res.rr.com] has quit [Client Quit] 11:30 -!- jarthur [~jarthur@2603-8080-1540-002d-6cb7-7b9e-be34-0e03.res6.spectrum.com] has joined #c-lightning 11:43 < jasan> vincenzopalazzo: 20:00 in 17 minutes here, yes. 11:54 < vincenzopalazzo> jasan: cool thanks :) 11:56 -!- rusty [~rusty@118.210.49.95] has joined #c-lightning 12:00 < jasan> rusty: link please :) 12:00 < cdecker[m]> https://meet.jit.si/CLightning-Open-Meeting 12:01 < rusty> Hi all! C-lightning dev meeting (all welcome!) at https://meet.jit.si/CLightning-Open-Meeting Oops, I pasted in wrong window! 12:51 -!- laanwj [~laanwj@user/laanwj] has quit [Quit: WeeChat 3.3] 13:03 -!- DeanGuss [~dean@user/deanguss] has quit [Quit: buhbye] 13:10 -!- DeanGuss [~dean@nonplayercharacter.me] has joined #c-lightning 13:10 -!- DeanGuss [~dean@nonplayercharacter.me] has quit [Changing host] 13:10 -!- DeanGuss [~dean@user/deanguss] has joined #c-lightning 13:23 -!- rusty [~rusty@118.210.49.95] has quit [Ping timeout: 260 seconds] 13:31 -!- jespada [~jespada@190.7.36.46] has joined #c-lightning 13:39 -!- jespada [~jespada@190.7.36.46] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 15:37 -!- kexkey [~kexkey@static-198-54-132-132.cust.tzulo.com] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 16:18 -!- kexkey [~kexkey@static-198-54-132-132.cust.tzulo.com] has joined #c-lightning 16:42 -!- jespada [~jespada@190.7.36.46] has joined #c-lightning 16:51 -!- jespada [~jespada@190.7.36.46] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 17:30 -!- rusty [~rusty@203.221.41.134] has joined #c-lightning 17:43 -!- jespada [~jespada@190.7.36.46] has joined #c-lightning 17:58 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 18:00 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 18:01 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 18:03 -!- jespada [~jespada@190.7.36.46] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 20:10 -!- jarthur [~jarthur@2603-8080-1540-002d-6cb7-7b9e-be34-0e03.res6.spectrum.com] has quit [Quit: jarthur] 21:40 -!- rusty [~rusty@203.221.41.134] has quit [Ping timeout: 260 seconds] 23:03 -!- k3tan [~pi@user/k3tan] has quit [Read error: Connection reset by peer] 23:07 -!- k3tan [~pi@user/k3tan] has joined #c-lightning --- Log closed Tue Nov 02 00:00:21 2021