--- Log opened Tue Jul 11 00:00:56 2023 00:13 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 00:13 < lnd-bot> [lnd] ziggie1984 opened pull request #7819: Cancel the Rebroadcasting of a Transaction when Abandoning a Channel (master...abandonchannel-rebroadcaster) https://github.com/lightningnetwork/lnd/pull/7819 00:13 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 00:41 -!- jarthur [~jarthur@user/jarthur] has quit [Quit: jarthur] 00:46 -!- RonaldR34g4m [~baby@2405:6e00:317e:fd00:343e:e0a9:a9ab:bcd7] has joined #lnd 00:47 -!- Vyrus [~baby@user/Vyrus] has quit [Ping timeout: 245 seconds] 01:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 01:34 < lnd-bot> [lnd] guggero merged pull request #7758: scripts: use gpg --homedir flag to fix new behavior in 2.4 (master...gpg-homedir) https://github.com/lightningnetwork/lnd/pull/7758 01:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 01:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 01:34 < lnd-bot> [lnd] guggero pushed 3 commits to master: https://github.com/lightningnetwork/lnd/compare/287b0ac2191c...54acf270a2c3 01:34 < lnd-bot> lnd/master 8c9f451 Oliver Gugger: scripts: use gpg --homedir flag to fix new behavior in 2.4 01:34 < lnd-bot> lnd/master 52115ab Oliver Gugger: docs: add release notes 01:34 < lnd-bot> lnd/master 54acf27 Oliver Gugger: Merge pull request #7758 from guggero/gpg-homedir 01:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 02:03 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 02:03 < lnd-bot> [lnd] hieblmi opened pull request #7820: lnrpc: sync BatchOpenChannel and OpenChannel params (master...sync-batch-chan-open-params) https://github.com/lightningnetwork/lnd/pull/7820 02:03 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 02:32 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Read error: Connection reset by peer] 02:33 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #lnd 05:08 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:46 -!- jonatack [~jonatack@user/jonatack] has quit [Read error: Connection reset by peer] 05:46 -!- jonatack [~jonatack@user/jonatack] has joined #lnd 05:49 -!- bob_x2 [~bob_x@user/bob-x1/x-8934932] has quit [Remote host closed the connection] 05:49 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 05:49 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #lnd 05:49 -!- bob_x2 [~bob_x@user/bob-x1/x-8934932] has joined #lnd 06:25 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has joined #lnd 06:26 -!- grubaroni [~user@user/grubaroni] has joined #lnd 06:26 < grubaroni> > it is not recommended to update your fees frequently, as this might make you appear less of a reliable routing node. <-- what does this mean exactly 06:26 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 240 seconds] 06:26 < grubaroni> is there logic that is triggered in lnd when it seems frequent fee updates? 06:26 < grubaroni> s/seems/sees 06:29 < grubaroni> >Updating your channel fee policies frequently is not recommended, as this might make you appear to be a less reliable node by your peers. 06:30 < grubaroni> this is mentioned again in the lnd docs but i can't seem to find any explanation behind it 07:00 < guggero> if you update your fee more often than the rate limit for channel update gossip message forwarding, it can happen that a node trying to route through you has your old fee still, attempts to send a payment, which fails because of your updated fee. So because of the failure your node is going to be rated lower in the mission control of the sender node and will less likely select your node for future payments 07:22 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #lnd 07:23 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 240 seconds] 07:27 < grubaroni> is there a default rate limit? 08:01 < grubaroni> found this: https://github.com/lightningnetwork/lnd/issues/5060 09:16 -!- Talkless [~Talkless@mail.dargis.net] has joined #lnd 09:54 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:54 < lnd-bot> [lnd] carlaKC closed pull request #7339: POC: Upfront Fees to Mitigate Channel Jamming (master...jamming-upfrontfees) https://github.com/lightningnetwork/lnd/pull/7339 09:54 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:51 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:51 < lnd-bot> [lnd] Roasbeef merged pull request #7768: invoices+htlcswitch: fix spurious htlc rejections from overly strict onion packet integrity checks (master...spurious-htlc-rejections) https://github.com/lightningnetwork/lnd/pull/7768 10:51 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:51 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:51 < lnd-bot> [lnd] Roasbeef pushed 7 commits to master: https://github.com/lightningnetwork/lnd/compare/54acf270a2c3...33b470b4a668 10:51 < lnd-bot> lnd/master e0c0815 Keagan McClelland: invoices: allow overpayment in mpps 10:51 < lnd-bot> lnd/master 1b1eedb Keagan McClelland: htlcswitch: relax final onion packet check 10:51 < lnd-bot> lnd/master 36bf471 Keagan McClelland: invoices+htlcswitch: add tests for relaxed link and invoice checks 10:51 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 12:18 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:51 -!- jarthur [~jarthur@user/jarthur] has joined #lnd 13:51 -!- jarthur [~jarthur@user/jarthur] has quit [Quit: jarthur] 14:32 -!- bob_x2 [~bob_x@user/bob-x1/x-8934932] has quit [Ping timeout: 240 seconds] 14:45 -!- bob_x2 [~bob_x@user/bob-x1/x-8934932] has joined #lnd 18:25 -!- jarthur [~jarthur@user/jarthur] has joined #lnd 18:44 -!- Torr [~Torr@user/torr] has joined #lnd 19:12 -!- Torr [~Torr@user/torr] has quit [Quit: Torr] 19:14 -!- Torr [~Torr@user/torr] has joined #lnd 19:34 -!- jarthur_ [~jarthur@user/jarthur] has joined #lnd 19:36 -!- jarthur [~jarthur@user/jarthur] has quit [Ping timeout: 240 seconds] 20:03 -!- Torr [~Torr@user/torr] has quit [Quit: Torr] 21:00 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Remote host closed the connection] 21:01 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #lnd 23:01 -!- jarthur_ [~jarthur@user/jarthur] has quit [Ping timeout: 246 seconds] 23:14 -!- jarthur [~jarthur@user/jarthur] has joined #lnd --- Log closed Wed Jul 12 00:00:56 2023