--- Log opened Wed Nov 03 00:00:22 2021 01:49 -!- sharperguy [~sharpergu@88.130.217.93] has quit [Ping timeout: 268 seconds] 03:00 -!- sharperguy [~sharpergu@fnord.cryptophone.de] has joined #lnd 05:06 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:45 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 06:45 < lnd-bot> [lnd] ellemouton opened pull request #5925: server: stagger connReqs to multi-addresses peers (master...staggerConnToMultipleAddresses) https://github.com/lightningnetwork/lnd/pull/5925 06:45 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:33 -!- sharperguy [~sharpergu@fnord.cryptophone.de] has quit [Ping timeout: 260 seconds] 10:10 -!- Talkless [~Talkless@mail.dargis.net] has joined #lnd 10:30 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:30 < lnd-bot> [lnd] Roasbeef merged pull request #5922: channeldb: fix crash when inbound policy is unset (master...graph-cache-panic-fix) https://github.com/lightningnetwork/lnd/pull/5922 10:30 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:30 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:30 < lnd-bot> [lnd] Roasbeef pushed 4 commits to master: https://github.com/lightningnetwork/lnd/compare/b99157efbea5...859c6d7ac543 10:30 < lnd-bot> lnd/master ea5d43a Andras Banki-Horvath: channeldb: fix crash when inbound policy is unset 10:30 < lnd-bot> lnd/master fc2a29f Olaoluwa Osuntokun: channeldb: add failing test to demonstrate panic w/o graph cache 10:30 < lnd-bot> lnd/master 4d4b525 Andras Banki-Horvath: docs: update release notes 10:30 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:31 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 10:31 < lnd-bot> [lnd] Roasbeef closed pull request #5919: channeldb: fix crash when inbound policy is unset (master...graph_crash) https://github.com/lightningnetwork/lnd/pull/5919 10:31 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:51 -!- dermoth [~dermoth@dsl-216-221-59-214.mtl.aei.ca] has quit [Ping timeout: 260 seconds] 11:05 -!- dermoth [~dermoth@dsl-66-36-158-20.mtl.aei.ca] has joined #lnd 11:21 -!- dermoth [~dermoth@dsl-66-36-158-20.mtl.aei.ca] has quit [Ping timeout: 268 seconds] 11:33 -!- dermoth [~dermoth@dsl-216-221-50-71.mtl.aei.ca] has joined #lnd 11:54 -!- dermoth [~dermoth@dsl-216-221-50-71.mtl.aei.ca] has quit [Ping timeout: 268 seconds] 12:06 -!- dermoth [~dermoth@dsl-66-36-158-20.mtl.aei.ca] has joined #lnd 13:21 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 13:40 -!- poon [~poooon@94.2.71.133] has joined #lnd 13:41 < poon> hello people. .. does lnd dispatch any notification events when, say, an outstanding invoice is paid? similar to bitcoin cores zmq implementation? or is the only way to know the status of an invoice to poll lnd ? 13:45 < b42> poon: you can subscribe for invoice events over gRPC https://api.lightning.community/#subscribeinvoices https://api.lightning.community/#subscribesingleinvoice 13:47 < b42> should probably work over websockets too https://github.com/lightningnetwork/lnd/blob/master/docs/rest/websockets.md 14:06 -!- sharperguy [~sharpergu@88.130.217.93] has joined #lnd 14:24 -!- Guest6 [~Guest6@2603-7000-5141-e800-6094-5628-66b4-9964.res6.spectrum.com] has joined #lnd 14:25 -!- Guest6 [~Guest6@2603-7000-5141-e800-6094-5628-66b4-9964.res6.spectrum.com] has quit [Client Quit] 14:26 < poon> thank you b42 14:26 < poon> would this be regarded as a more efficent way of tracking invoice state, as compared to polling at regular interval ? 15:19 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 15:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 15:34 < lnd-bot> [lnd] Roasbeef opened pull request #5928: script: update CI to bitcoind 22 (master...bitcoind-22) https://github.com/lightningnetwork/lnd/pull/5928 15:35 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 16:12 < roasbeef> poon: yeah see that link 16:12 < roasbeef> poon: up to you, in some langauges you get a nice async wrapper, or you can use the ws stuff instead as mentioned above 16:12 < roasbeef> it's nice for UIs as then its more event driven and you don't have to sit there and continually poll 18:10 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 18:10 < lnd-bot> [lnd] Roasbeef merged pull request #5928: script: update CI to bitcoind 22 (master...bitcoind-22) https://github.com/lightningnetwork/lnd/pull/5928 18:10 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 18:11 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 18:11 < lnd-bot> [lnd] Roasbeef pushed 3 commits to master: https://github.com/lightningnetwork/lnd/compare/859c6d7ac543...a6f22c6185c4 18:11 < lnd-bot> lnd/master 56d00f4 Olaoluwa Osuntokun: script: update CI to bitcoind 22 18:11 < lnd-bot> lnd/master 906120d Olaoluwa Osuntokun: docs/release-notes: add bitcoind 22 to release notes 18:11 < lnd-bot> lnd/master a6f22c6 Olaoluwa Osuntokun: Merge pull request #5928 from Roasbeef/bitcoind-22 18:11 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 18:53 -!- dermoth [~dermoth@dsl-66-36-158-20.mtl.aei.ca] has quit [Read error: Connection reset by peer] 19:08 -!- poon [~poooon@94.2.71.133] has quit [Quit: Lost terminal] 19:10 -!- dermoth [~dermoth@207.35.95.171] has joined #lnd 19:16 -!- sharperguy [~sharpergu@88.130.217.93] has quit [Ping timeout: 268 seconds] 19:18 -!- sharperguy [~sharpergu@88.130.216.207] has joined #lnd 20:33 -!- gnusha [~gnusha@user/gnusha] has quit [Ping timeout: 264 seconds] --- Log closed Thu Nov 04 00:00:23 2021