--- Log opened Tue Mar 19 00:00:20 2019 00:35 -!- tombusby [~tombusby@gateway/tor-sasl/tombusby] has quit [Remote host closed the connection] 00:35 -!- tombusby [~tombusby@gateway/tor-sasl/tombusby] has joined #lightning-dev 01:01 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has joined #lightning-dev 01:04 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has quit [Remote host closed the connection] 01:14 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has joined #lightning-dev 01:19 -!- jungly [~quassel@host97-200-static.8-79-b.business.telecomitalia.it] has quit [Remote host closed the connection] 01:31 -!- Alterego123 [Alterego12@gateway/vpn/protonvpn/alterego123] has joined #lightning-dev 01:36 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has joined #lightning-dev 01:37 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has quit [Remote host closed the connection] 01:41 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has joined #lightning-dev 01:41 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 01:50 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has joined #lightning-dev 02:02 -!- Alterego123 [Alterego12@gateway/vpn/protonvpn/alterego123] has quit [] 02:12 -!- nirved [~nirved@2a02:8071:b58a:3c00:796b:e804:9a5f:3c6d] has quit [Killed (adams.freenode.net (Nickname regained by services))] 02:13 -!- nirved [~nirved@2a02:8071:b58a:3c00:3ca6:9fb9:2e23:4e12] has joined #lightning-dev 02:33 -!- khs9ne [~xxwa@unaffiliated/mn3monic] has joined #lightning-dev 02:50 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 03:16 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 245 seconds] 03:25 -!- nirved is now known as Guest69253 03:25 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 03:25 -!- nirved [~nirved@2a02:8071:b58a:3c00:3ca6:9fb9:2e23:4e12] has joined #lightning-dev 03:25 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lightning-dev 03:28 -!- Guest69253 [~nirved@2a02:8071:b58a:3c00:3ca6:9fb9:2e23:4e12] has quit [Ping timeout: 258 seconds] 03:36 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 264 seconds] 03:52 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 03:58 -!- Coinfinity [5b721801@gateway/web/freenode/ip.91.114.24.1] has joined #lightning-dev 04:18 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 04:31 -!- shesek [~shesek@93-38-48-98.ip69.fastwebnet.it] has joined #lightning-dev 04:31 -!- shesek [~shesek@93-38-48-98.ip69.fastwebnet.it] has quit [Changing host] 04:31 -!- shesek [~shesek@unaffiliated/shesek] has joined #lightning-dev 04:35 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 04:40 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 246 seconds] 04:49 < renlord> hey, how do offered htlc outpoints get properly removed? 04:49 < renlord> is it a requirement to have received `update_fulfill_htlc` before an offered htlc outpoint gets removed? 04:51 -!- Coinfinity [5b721801@gateway/web/freenode/ip.91.114.24.1] has quit [Quit: Page closed] 05:07 -!- kony [~textual@62.214.6.98] has joined #lightning-dev 05:09 -!- kony [~textual@62.214.6.98] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:40 -!- riclas [~riclas@148.63.37.111] has joined #lightning-dev 06:03 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 252 seconds] 06:23 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 06:56 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Remote host closed the connection] 06:56 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 07:01 < cdecker> renlord: `update_fulfill_htlc`, `update_fail_htlc` and `update_fail_malformed_htlc` will take care of removing HTLCs 07:01 < cdecker> https://github.com/lightningnetwork/lightning-rfc/blob/090af1a22d00eb7ad57419eb45d7e206610aeade/02-peer-protocol.md#removing-an-htlc-update_fulfill_htlc-update_fail_htlc-and-update_fail_malformed_htlc 07:04 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 252 seconds] 07:07 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 07:15 < renlord> cdecker: in the diagram, i assume the fulfillment for htlc (1) takes place after step 5 when the htlc is irrevocably committed? 07:32 < cdecker> Yes, HTLCs cannot be removed unless they are committed 07:36 < renlord> cdecker: just one last question, im guessing removed htlc will always get merged back into one of to_local/to_remote outpoints therefore commitment txs with htlcs generally dont get broadcasted (assuming optimal operation condition)? 08:03 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 08:16 -!- pav [~pavle_@185.244.212.67] has joined #lightning-dev 08:34 < cdecker> Yes, the funds get moved to one of those, depending on who offered and whether the HTLC was fulfilled or not :-) 08:51 -!- pav [~pavle_@185.244.212.67] has quit [] 09:01 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has joined #lightning-dev 09:04 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 09:16 -!- vtnerd [~Lee@173-23-103-30.client.mchsi.com] has joined #lightning-dev 09:17 -!- vtnerd_ [~Lee@173-23-103-30.client.mchsi.com] has quit [Ping timeout: 245 seconds] 10:04 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 250 seconds] 10:12 -!- bitonic-cjp [~bitonic-c@92-111-70-106.static.v4.ziggozakelijk.nl] has quit [Quit: Leaving] 10:29 -!- designwish [~designwis@51.ip-51-68-136.eu] has joined #lightning-dev 11:29 -!- kiltzman [~k1ltzman@185.62.188.244] has quit [Ping timeout: 272 seconds] 11:32 -!- kiltzman [~k1ltzman@185.62.188.244] has joined #lightning-dev 11:38 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Remote host closed the connection] 11:39 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 11:47 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 258 seconds] 11:58 -!- StopAndDecrypt [~StopAndDe@unaffiliated/stopanddecrypt] has quit [Ping timeout: 244 seconds] 12:03 -!- thomasan_ [~thomasand@cpe-172-116-160-42.socal.res.rr.com] has joined #lightning-dev 12:05 -!- __gotcha [~Thunderbi@plone/gotcha] has joined #lightning-dev 12:25 -!- kiltzman [~k1ltzman@185.62.188.244] has quit [Ping timeout: 250 seconds] 12:29 -!- kiltzman [~k1ltzman@185.62.188.244] has joined #lightning-dev 12:38 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lightning-dev 12:38 -!- thomasan_ [~thomasand@cpe-172-116-160-42.socal.res.rr.com] has quit [Remote host closed the connection] 12:51 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 12:55 -!- __gotcha [~Thunderbi@plone/gotcha] has quit [Ping timeout: 246 seconds] 12:58 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has left #lightning-dev [] 13:38 < ianthius> can someone point me to any doc on paying without an invoice? i think it was called sphinx? is there a spec somewhere? my googling came up empty for some reason. 13:39 < lndbot> lnd has a PR for this but it isn’t a formal standard 13:44 < ianthius> just a PR or was there a whitepaper of some sort? thx Alex. 13:46 < lndbot> Just a PR 13:46 < ianthius> roasbeef: did your paying without an invoice change have a spec or just a PR? 13:46 < ianthius> got it, i'll look for the PR then and try and figure out what is going on. :) 13:47 < ianthius> cdecker: is there a plan on the clightning side to support this? 13:48 < ianthius> everyone: so there is not BOLT for it? 13:48 < lndbot> There is no BOLT for it 13:49 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 13:50 < ianthius> thx 14:23 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 258 seconds] 14:42 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 14:50 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 246 seconds] 14:52 -!- Amperture [~amp@24.136.5.183] has quit [Remote host closed the connection] 15:05 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has joined #lightning-dev 15:37 -!- melvin_ [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has quit [Ping timeout: 255 seconds] 15:49 <+roasbeef> ianthius: that was a PoC more or less, still other work to be done on the protocol level of agreeing on a format, etc, there'll be new/modified BOLT docs once it's all said and done 15:55 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has quit [Remote host closed the connection] 16:51 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has quit [Remote host closed the connection] 16:53 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has joined #lightning-dev 16:54 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has quit [Client Quit] 16:55 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has joined #lightning-dev 16:55 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has left #lightning-dev [] 16:56 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has joined #lightning-dev 16:57 -!- lebowski [~lebowski@2607:fea8:84e0:9f7:5126:aae8:2d45:459e] has left #lightning-dev [] 16:59 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 17:00 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 17:10 -!- nirved is now known as Guest605 17:10 -!- Guest605 [~nirved@2a02:8071:b58a:3c00:3ca6:9fb9:2e23:4e12] has quit [Killed (sinisalo.freenode.net (Nickname regained by services))] 17:11 -!- nirved [~nirved@2a02:8071:b58a:3c00:3ca6:9fb9:2e23:4e12] has joined #lightning-dev 17:12 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 18:01 < drolmer> the way the current channels work, is the channel-opening initiator the one paying (a.k.a. providing the funds) for the TX fees (inc. committed fees)? Or it depends on the closing circumstances (forced-closing/coop-closing and if the initiator is the one requesting the channel closing)? 18:06 < rusty> Yes, initiator currently always pays fees. Simple. Not fair. 18:06 < drolmer> cool, thx 18:11 < lndbot> we'll ask rusty this question again next week. simple. not fair. :) 19:17 -!- riclas [~riclas@148.63.37.111] has quit [Ping timeout: 255 seconds] 20:25 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #lightning-dev 20:38 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 256 seconds] 21:03 -!- renlord [~renlord@gateway/tor-sasl/renlord] has quit [Ping timeout: 256 seconds] 21:04 -!- renlord [~renlord@gateway/tor-sasl/renlord] has joined #lightning-dev 21:06 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has quit [Quit: Leaving.] 21:10 -!- mr_burdell_ [~mr_burdel@bounce.cryptolabs.net] has quit [Read error: Connection reset by peer] 21:11 -!- mr_burdell [~mr_burdel@unaffiliated/mr-burdell/x-7609603] has joined #lightning-dev 21:39 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev 22:11 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 257 seconds] 22:26 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 22:26 -!- rusty [~rusty@pdpc/supporter/bronze/rusty] has joined #lightning-dev 22:27 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #lightning-dev 22:30 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 22:32 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #lightning-dev 22:48 -!- ThomasV [~thomasv@unaffiliated/thomasv] has quit [Ping timeout: 245 seconds] 23:12 -!- melvin_ [~melvin@ip-86-49-18-190.net.upcbroadband.cz] has joined #lightning-dev 23:16 -!- cryptapus [~cryptapus@unaffiliated/cryptapus] has quit [Ping timeout: 246 seconds] 23:42 -!- ThomasV [~thomasv@unaffiliated/thomasv] has joined #lightning-dev --- Log closed Wed Mar 20 00:00:21 2019