--- Day changed Tue Oct 08 2019 01:19 < wumpus> very nice 01:48 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has quit [Ping timeout: 276 seconds] 03:13 -!- jonatack [~jon@213.152.161.211] has joined ##hwi 04:34 -!- jonatack [~jon@213.152.161.211] has quit [Read error: Connection reset by peer] 04:38 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has joined ##hwi 04:52 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has quit [Ping timeout: 240 seconds] 04:53 -!- jonatack [~jon@213.152.162.84] has joined ##hwi 04:57 -!- jonatack [~jon@213.152.162.84] has quit [Client Quit] 08:33 -!- jonatack [~jon@213.152.162.10] has joined ##hwi 08:58 -!- jonatack [~jon@213.152.162.10] has quit [Ping timeout: 276 seconds] 09:00 -!- jonatack [~jon@213.152.161.85] has joined ##hwi 10:58 < provoostenator> justinmoon: c-lightning uses libwally, which is about to add PSBT support: https://github.com/ElementsProject/libwally-core/pull/126 11:00 < provoostenator> So maybe c-lightning could use that to return a PSBT for its fundchannel_start / fundchannel_complete flow, though not sure if that's useful 11:10 < justinmoon> provoostenator: passing a psbt to fundchannel_complete could be advantageous. Perhaps c-lightning could do some checks to make sure that the transaction was constructed properly. Currently it just blindly commits to an outpoint ... 11:11 < provoostenator> The other way around, is there any useful from c-lightning to the hardware wallet? 11:11 < provoostenator> And is there a way yet to make channel closings end up back on the hardware wallet? 11:12 < provoostenator> The latter purely as a convenience; as long as the hardware wallet doesn't sign intermediate updates, there's no security benefit there. 11:13 < justinmoon> Once this PR makes it into a release, we'll be able to close channels to hardware wallet addresses: https://github.com/ElementsProject/lightning/pull/3116 11:17 < justinmoon> I don't think there's anything useful c-lightning can tell the hardware wallet. fundchannel_start currently just returns an address. Until hardware wallets can somehow register your c-lightning node xpub it wouldn't be able to validate that this address is controlled by your node. 11:18 < justinmoon> (i'm no lightning expert ... could be wrong here) 11:27 < instagibbs> sortedmulti already merged, that was fast 11:27 < fanquake> 👀 11:34 < justinmoon> Fantastic 11:35 -!- jonatack [~jon@213.152.161.85] has quit [Ping timeout: 265 seconds] 11:36 < provoostenator> Indeed, sorted! 12:20 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has joined ##hwi 15:44 -!- arubi_ [~ese168@gateway/tor-sasl/ese168] has joined ##hwi 15:47 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 260 seconds] 16:28 < achow101> justinmoon: any success with making a gui for HWI?