--- Log opened Thu Apr 23 00:00:01 2020 00:03 -!- k3tan [~pi@unaffiliated/k3tan] has joined #c-lightning 00:11 -!- zmnscpxj__ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 00:13 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Remote host closed the connection] 00:37 -!- zmnscpxj__ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 01:24 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 01:24 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 02:04 -!- kexkey [~kexkey@217.138.200.220] has quit [Ping timeout: 256 seconds] 02:05 -!- k3tan [~pi@unaffiliated/k3tan] has quit [Ping timeout: 265 seconds] 02:08 -!- k3tan [~pi@unaffiliated/k3tan] has joined #c-lightning 02:24 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 02:26 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 02:35 -!- lxer [~lx@ip5f5bd723.dynamic.kabel-deutschland.de] has joined #c-lightning 03:41 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 03:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:45 -!- vasild_ is now known as vasild 03:48 -!- midnight [~midnight@unaffiliated/midnightmagic] has quit [Ping timeout: 256 seconds] 03:48 -!- bitdex_ [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 03:49 -!- bitdex_ [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 04:50 -!- lxer [~lx@ip5f5bd723.dynamic.kabel-deutschland.de] has quit [Read error: Connection reset by peer] 05:57 < willcl_ark> Does anyone build C-lightning without errors on MacOS Catalina? I have an error (Issue 3226) which does not appear to be fatal, but it's really bugging me that I don't know how to fix it... I have tried all manner of compilers, linkers and header flags but don't seem to be able to get tools/generate-wire.py to build :( 06:11 -!- jonatack_ [~jon@37.171.206.147] has joined #c-lightning 06:14 -!- jonatack [~jon@37.173.202.229] has quit [Ping timeout: 256 seconds] 06:22 -!- jonatack_ [~jon@37.171.206.147] has quit [Quit: jonatack_] 06:22 -!- jonatack [~jon@82.102.27.195] has joined #c-lightning 06:35 -!- Kostenko [~Kostenko@2001:8a0:72b2:3700:584d:686c:4803:22d3] has quit [Ping timeout: 246 seconds] 06:44 -!- Kostenko [~Kostenko@2001:8a0:72b2:3700:584d:686c:4803:22d3] has joined #c-lightning 06:45 -!- mdunnio [~mdunnio@208.59.170.5] has joined #c-lightning 06:47 -!- Amperture [~amp@65.79.129.113] has joined #c-lightning 06:47 -!- bitdex_ [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 06:48 -!- bitdex_ [~bitdex@gateway/tor-sasl/bitdex] has joined #c-lightning 06:48 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 06:48 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 06:58 -!- treehug88 [~textual@pool-71-105-170-196.nycmny.fios.verizon.net] has joined #c-lightning 07:21 -!- gojiHmPFPN [~textual@c-73-47-220-190.hsd1.ma.comcast.net] has joined #c-lightning 07:23 < gojiHmPFPN> any plans to add more events that plugins can subscribe to? Would like to know about channel closures in addition to opens. I was also wondering if invoice_payment would be triggered when receiving a keysend payment? 07:30 -!- lio17 [~lio17@80.ip-145-239-89.eu] has quit [Quit: lio17] 07:31 -!- lio17 [~lio17@80.ip-145-239-89.eu] has joined #c-lightning 07:35 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has quit [Remote host closed the connection] 07:36 -!- afk11` [~afk11@gateway/tor-sasl/afk11] has joined #c-lightning 07:43 < gojiHmPFPN> also will the tlv payload be available when fetching a keysend invoice? 08:26 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 08:42 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 09:37 < darosior> willcl_ark: sorry to hear that, I for one cant test on Mac unfortunately :/ Maybe try to revive the issue ? 09:37 < darosior> gojiHmPFPN: any plans to add more events that plugins can subscribe to? => Sure this can be done, feel free to add a feature request issue (otherwise I can do it) 09:39 < darosior> "was also wondering if invoice_payment would be triggered when receiving a keysend payment?" => I'm almost sure it would as an invoice is created for reception 09:39 < darosior> cdecker can you confirm ? 09:44 <@cdecker> Indeed, the keysend plugin extracts the preimage, creates a matching invoice and then let's lightningd fulfill that invoice immediately. So from lightningd's perspective it is a perfectly normal invoice payment, and the hooks and notifications get triggered 09:44 < darosior> "also will the tlv payload be available when fetching a keysend invoice?" ==> The invoice will contain the preimage and the payment hash, what are you specifically interested in ? 09:44 < gojiHmPFPN> the tlv custom records 09:45 < darosior> Then I don't think so, no 09:45 * darosior checks if you can recover it from the logs 09:45 < gojiHmPFPN> what about via a hook? 09:47 < darosior> Hmm you could register the htlc_accepted hook and always respond with "continue" you could monitor the payload of every htlc 09:47 < darosior> And trigger something if it contains keysend stuff 09:48 < darosior> https://lightning.readthedocs.io/PLUGINS.html#htlc-accepted 09:48 < darosior> Since we support multiple registrations of htlc_accepted ! :-) 09:49 < darosior> Might be a good notification to add to 10:05 < gojiHmPFPN> oh nice, that should work for me 10:07 < gojiHmPFPN> doesn't give you any information about the containing invoice though..and doesn't look like listinvoices returns any information about the htlc's 10:13 -!- zmnscpxj__ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 10:14 < darosior> No it doesnt, though if your plugin is executed after keysend then you could have both worlds (the payload from the hook, and calling listinvoices) 10:15 < darosior> Would have to check if native plugins are started before though 10:31 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 10:31 < gojiHmPFPN> hm ok, ill have to play around with it and see how I can connect the htlc to invoice 10:32 -!- zmnscpxj__ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Ping timeout: 240 seconds] 10:54 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 10:54 <@niftynei> rusty : can i get an ack on the rc2 branch? https://github.com/ElementsProject/lightning/pull/3661 10:54 <@niftynei> i haven't seen any new bug reports come in from rc1 ... yet :) 11:03 -!- kexkey [~kexkey@217.138.200.222] has joined #c-lightning 11:36 -!- midnight [~midnight@unaffiliated/midnightmagic] has joined #c-lightning 13:39 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Remote host closed the connection] 13:39 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 13:46 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Read error: Connection reset by peer] 13:46 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has quit [Remote host closed the connection] 13:47 -!- cryptosoap [~cryptosoa@gateway/tor-sasl/cryptosoap] has joined #c-lightning 13:48 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #c-lightning 14:25 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 14:48 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Quit: Leaving] 15:07 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 15:11 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 15:12 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 15:21 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 15:40 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 15:41 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #c-lightning 15:44 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:44 -!- vasild_ is now known as vasild 15:51 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 15:55 < rusty> niftynei: ack, sorry for the delay! 15:57 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 16:15 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 250 seconds] 16:32 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 16:58 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has quit [Remote host closed the connection] 16:58 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 16:59 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 17:40 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 18:02 -!- zmnscpxj_ [~zmnscpxj@gateway/tor-sasl/zmnscpxj] has joined #c-lightning 18:14 -!- jonatack [~jon@82.102.27.195] has quit [Ping timeout: 258 seconds] 18:17 -!- jonatack [~jon@37.173.164.180] has joined #c-lightning 18:54 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 19:24 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 19:24 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 265 seconds] 19:34 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 20:37 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 21:02 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #c-lightning 21:46 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 22:18 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #c-lightning 22:26 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 22:26 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #c-lightning 22:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 23:17 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #c-lightning 23:25 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has left #c-lightning [] 23:26 -!- blockstream_bot [blockstrea@gateway/shell/sameroom/x-txhnryyccoeyadae] has joined #c-lightning 23:37 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] --- Log closed Fri Apr 24 00:00:04 2020