--- Log opened Wed May 22 00:00:03 2024 01:59 -!- berndj [~berndj@197.189.254.139] has quit [Remote host closed the connection] 02:00 -!- kanzure [~kanzure@user/kanzure] has quit [Ping timeout: 268 seconds] 02:01 -!- berndj-blackout [~berndj@197.189.254.139] has joined #lnd 02:01 -!- kanzure_ [~kanzure@user/kanzure] has joined #lnd 02:05 -!- berndj-blackout is now known as berndj 03:00 -!- jon_atack [~jonatack@user/jonatack] has joined #lnd 03:02 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 05:53 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 08:28 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 08:28 < lnd-bot> [lnd] guggero merged pull request #8660: Enhance `update_add_htlc` with remote peer's custom records (0-19-staging...interceptor-wire-records) https://github.com/lightningnetwork/lnd/pull/8660 08:28 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 08:28 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 08:28 < lnd-bot> [lnd] guggero pushed 4 commits to 0-19-staging: https://github.com/lightningnetwork/lnd/compare/b009db329fce...966f41f0c705 08:28 < lnd-bot> lnd/0-19-staging 25b4066 George Tsagkarelis: multi: use wire records on payment and intercept flows 08:28 < lnd-bot> lnd/0-19-staging a5fcf33 George Tsagkarelis: lnrpc: add wire records fields to SendPayment & HtlcInterceptor 08:28 < lnd-bot> lnd/0-19-staging 1b1969b George Tsagkarelis: itest: add interceptor wire records access test 08:28 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 08:48 -!- Guest79 [~Guest79@bzq-51-168-31-30.red.bezeqint.net] has joined #lnd 08:58 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 08:58 < lnd-bot> [lnd] guggero pushed 41 commits to custom-channels-integration-invoice: https://github.com/lightningnetwork/lnd/compare/3c6d49775e48^...91236aba4f59 08:58 < lnd-bot> lnd/custom-channels-integration-invoice 3c6d497 George Tsagkarelis: lnwallet: expose commitment blob from channel 08:58 < lnd-bot> lnd/custom-channels-integration-invoice ec7dc03 George Tsagkarelis: htlcswitch: expose custom channel blob from link 08:58 < lnd-bot> lnd/custom-channels-integration-invoice 37cbfea George Tsagkarelis: routing: add TlvTrafficShaper to bandwidth hints 08:58 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:04 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:04 < lnd-bot> [lnd] guggero opened pull request #8771: [6/5]: invoice+rpc: add exit hop InvoiceAcceptor sub-systems and RPC calls (custom-channels-integration...custom-channels-integration-invoice) https://github.com/lightningnetwork/lnd/pull/8771 09:04 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:05 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:05 < lnd-bot> [lnd] guggero closed pull request #8669: invoice+rpc: add exit hop InvoiceAcceptor sub-systems and RPC calls (custom-channels-integration...8616-invoice+rpc-add-exit-hop-invoiceacceptor-sub-systems-and-rpc-calls) https://github.com/lightningnetwork/lnd/pull/8669 09:05 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:14 -!- Guest79 [~Guest79@bzq-51-168-31-30.red.bezeqint.net] has quit [Quit: Client closed] 09:24 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:24 < lnd-bot> [lnd] guggero merged pull request #8665: routing: add TlvTrafficShaper to bandwidth hints (0-19-staging...custom-sender-bandwidth-hint) https://github.com/lightningnetwork/lnd/pull/8665 09:24 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:24 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:24 < lnd-bot> [lnd] guggero pushed 6 commits to 0-19-staging: https://github.com/lightningnetwork/lnd/compare/966f41f0c705...5d53431f5949 09:24 < lnd-bot> lnd/0-19-staging 3c6d497 George Tsagkarelis: lnwallet: expose commitment blob from channel 09:24 < lnd-bot> lnd/0-19-staging ec7dc03 George Tsagkarelis: htlcswitch: expose custom channel blob from link 09:24 < lnd-bot> lnd/0-19-staging 37cbfea George Tsagkarelis: routing: add TlvTrafficShaper to bandwidth hints 09:24 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:25 < lnd-bot> [lnd] guggero force pushed 0 commit to custom-channels-integration: https://github.com/lightningnetwork/lnd/compare/12d46946e8c6...44fe836ef790 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:25 < lnd-bot> [lnd] guggero force pushed 10 commits to custom-channels-integration-invoice: https://github.com/lightningnetwork/lnd/compare/91236aba4f59...a5dde8ada46b 09:25 < lnd-bot> lnd/custom-channels-integration-invoice e41b16e ffranr: invoices: add invoice settlement interceptor service 09:25 < lnd-bot> lnd/custom-channels-integration-invoice dcec203 ffranr: invoices: add `SkipAmountCheck` field to `invoiceUpdateCtx` type 09:25 < lnd-bot> lnd/custom-channels-integration-invoice 14fffe8 ffranr: invoices: integrate settlement interceptor with invoice registry 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:25 < lnd-bot> [lnd] guggero force pushed 0 commit to aux-funding: https://github.com/lightningnetwork/lnd/compare/d43b5f871fcd...3a99a2841876 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 09:25 < lnd-bot> [lnd] guggero force pushed 0 commit to aux-leaf-signing: https://github.com/lightningnetwork/lnd/compare/e258b87d30cd...380ba2654174 09:25 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 10:17 -!- Talkless [~Talkless@mail.dargis.net] has joined #lnd 10:20 -!- Asara [~Asara@user/asara] has quit [Ping timeout: 252 seconds] 10:21 -!- Asara [~Asara@user/asara] has joined #lnd 11:45 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 11:45 < lnd-bot> [lnd] Roasbeef pushed 1 commit to 0-18-rc3: https://github.com/lightningnetwork/lnd/commit/74237f2c243c 11:45 < lnd-bot> lnd/0-18-rc3 74237f2 Olaoluwa Osuntokun: build: bump verison to v0.18.0-beta.rc3 11:45 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 11:45 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 11:45 < lnd-bot> [lnd] Roasbeef opened pull request #8773: build: bump verison to v0.18.0-beta.rc3 (master...0-18-rc3) https://github.com/lightningnetwork/lnd/pull/8773 11:45 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 12:19 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 13:19 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 13:19 < lnd-bot> [lnd] Roasbeef merged pull request #8773: build: bump verison to v0.18.0-beta.rc3 (master...0-18-rc3) https://github.com/lightningnetwork/lnd/pull/8773 13:19 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 13:19 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 13:19 < lnd-bot> [lnd] Roasbeef pushed 2 commits to master: https://github.com/lightningnetwork/lnd/compare/64639fb7713a...4417229bc800 13:19 < lnd-bot> lnd/master 74237f2 Olaoluwa Osuntokun: build: bump verison to v0.18.0-beta.rc3 13:19 < lnd-bot> lnd/master 4417229 Olaoluwa Osuntokun: Merge pull request #8773 from lightningnetwork/0-18-rc3 13:19 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 13:20 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 13:20 < lnd-bot> [lnd] Roasbeef pushed tag v0.18.0-beta.rc3: https://github.com/lightningnetwork/lnd/compare/v0.18.0-beta.rc3 13:20 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 13:58 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 13:58 < lnd-bot> [lnd] Roasbeef pushed 1 commit to custom-channels-poc-coop-close: https://github.com/lightningnetwork/lnd/compare/6a6da6270a75...62647cb2e5e2 13:58 < lnd-bot> lnd/custom-channels-poc-coop-close 62647cb Olaoluwa Osuntokun: fixup! lnwallet: update aux chan closer w/ finalize method 13:58 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 14:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has joined #lnd 14:34 < lnd-bot> [lnd] Roasbeef pushed 1 commit to custom-channels-poc-coop-close: https://github.com/lightningnetwork/lnd/compare/62647cb2e5e2...5d0df368e3cd 14:34 < lnd-bot> lnd/custom-channels-poc-coop-close 5d0df36 Olaoluwa Osuntokun: lnwallet: add error to aux chan closer methods 14:34 -!- lnd-bot [~lnd-bot@165.227.7.29] has left #lnd [] 17:19 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 17:25 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 260 seconds] 17:32 -!- Torr [~Torr@user/torr] has joined #lnd 17:42 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lnd 19:56 -!- Torr [~Torr@user/torr] has quit [Quit: Torr] 21:54 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 260 seconds] --- Log closed Thu May 23 00:00:05 2024