--- Log opened Wed Jun 09 00:00:33 2021 08:47 -!- gnusha [~gnusha@user/gnusha] has joined #bitcoin-rust 08:47 -!- Topic for #bitcoin-rust: Discussion of rust-bitcoin, rust-lightning and related crates | For rust-miniscript see ##miniscript | For general bitcoin discussion #bitcoin | Channel logs forthcoming 08:47 -!- Topic set by BlueMatt [~BlueMatt@ircb.bluematt.me] [Thu May 20 08:46:43 2021] 08:47 [Users #bitcoin-rust] 08:47 [ afilini ] [ darosior ] [ FelixWeis ] [ koolazer ] [ prusnak[m] ] [ valwal ] 08:47 [ andytoshi ] [ DeanWeen ] [ fjahr ] [ michaelfolkson] [ RCasatta[m] ] [ willcl_ark] 08:47 [ ariard ] [ devrandom ] [ gnusha ] [ moneyball ] [ real_or_random] 08:47 [ b42 ] [ dr_orlovsky] [ h4sh3d ] [ mycroft ] [ sanket1729 ] 08:47 [ belcher ] [ elichai2 ] [ jkczyz ] [ otoburb ] [ sebx2a ] 08:47 [ BlueMatt ] [ emzy ] [ jrawsthorne] [ powerjungle ] [ stevenroose ] 08:47 [ calvinalvin] [ enick_4971 ] [ kallewoof ] [ prusnak ] [ thomaseizinger] 08:47 -!- Irssi: #bitcoin-rust: Total of 37 nicks [0 ops, 0 halfops, 0 voices, 37 normal] 08:47 < ariard> BlueMatt: should we tight up the max_accepted_htlc to preserve the fee bumping reserve in case of worst-case scenario 08:48 < BlueMatt> ariard: yea, how that api looks is also....bad 08:48 -!- Channel #bitcoin-rust created Wed May 19 14:34:56 2021 08:48 < BlueMatt> ariard: right, limiting htlcs by available utxos for fees........yuck 08:49 < ariard> BlueMatt: yep you see a bunch of reasons why anchor won't be widely deployed for a while :) 08:49 < BlueMatt> yea......hence why I think we can say 0.1 with or without it, and definitely without it being "finalized" 08:50 < ariard> also should we do preemptive closure if the mempool starts to be congestionned to free liquidity for our most important channels 08:50 < BlueMatt> but we probably need to fix our update_fee stuff :/ 08:50 < ariard> aaaaaaaaaaah nooo :/ 08:50 -!- Irssi: Join to #bitcoin-rust was synced in 178 secs 08:50 < ariard> agree with you, hopefully we release 0.1 with anchor as experimental 08:57 -!- gnusha [~gnusha@user/gnusha] has joined #bitcoin-rust 08:57 -!- Topic for #bitcoin-rust: Discussion of rust-bitcoin, rust-lightning and related crates | For rust-miniscript see ##miniscript | For general bitcoin discussion #bitcoin | Channel logs forthcoming 08:57 -!- Topic set by BlueMatt [~BlueMatt@ircb.bluematt.me] [Thu May 20 08:46:43 2021] 08:57 [Users #bitcoin-rust] 08:57 [ afilini ] [ darosior ] [ FelixWeis ] [ koolazer ] [ prusnak[m] ] [ valwal ] 08:57 [ andytoshi ] [ DeanWeen ] [ fjahr ] [ michaelfolkson] [ RCasatta[m] ] [ willcl_ark] 08:57 [ ariard ] [ devrandom ] [ gnusha ] [ moneyball ] [ real_or_random] 08:57 [ b42 ] [ dr_orlovsky] [ h4sh3d ] [ mycroft ] [ sanket1729 ] 08:57 [ belcher ] [ elichai2 ] [ jkczyz ] [ otoburb ] [ sebx2a ] 08:57 [ BlueMatt ] [ emzy ] [ jrawsthorne] [ powerjungle ] [ stevenroose ] 08:57 [ calvinalvin] [ enick_4971 ] [ kallewoof ] [ prusnak ] [ thomaseizinger] 08:57 -!- Irssi: #bitcoin-rust: Total of 37 nicks [0 ops, 0 halfops, 0 voices, 37 normal] 08:58 -!- Channel #bitcoin-rust created Wed May 19 14:34:56 2021 09:00 -!- Irssi: Join to #bitcoin-rust was synced in 178 secs 09:48 -!- dunxen [dunxen@gateway/vpn/protonvpn/dunxen] has joined #bitcoin-rust 10:15 -!- powerjungle [~powerjung@h081217087223.dyn.cm.kabsi.at] has quit [Quit: ZNC - https://znc.in] 10:23 -!- dr_orlovsky [~dr-orlovs@31.14.40.19] has quit [Ping timeout: 252 seconds] 11:01 -!- dunxen [dunxen@gateway/vpn/protonvpn/dunxen] has quit [Quit: Leaving...] 13:01 -!- belcher [~belcher@user/belcher] has quit [Quit: Leaving] 13:16 < jkczyz> sebx2a: in lightning-invoice, what's the reason/choice of a 12 hop limit on route hints? I couldn't find anything in BOLT 11 and the code comment says too many hops can't be encoded. But we don't put a limit on the number of route hints 13:17 -!- DeanWeen is now known as DeanGuss 13:17 < sebx2a> iirc it has to do with the maximum size of one such tagged field, but let me check. It's definitely not explicit in the BOLT, but can be derived implicitly iirc. 13:24 < sebx2a> jkczyz: so a tagged field's length is 10 bit and encodes amount of 5bit characters iirc. That means one field can be up to 2**10*5-1=5119 bit long. One hop of a routing hint is 394 bits long, that makes 12.9949 hops that can be encoded (would need 3 bit more for 13). 13:24 -!- andytoshi [~apoelstra@s66-183-0-205.bc.hsia.telus.net] has quit [Quit: leaving] 13:24 < jkczyz> ah, I see. thanks! 13:25 < sebx2a> I hope the decoding impl is actually correct, it wasn't used at all back then. 13:25 < sebx2a> I hope it's in one of the test vectors. 15:27 -!- DeanGuss [~dean@nonplayercharacter.me] has quit [Changing host] 15:27 -!- DeanGuss [~dean@user/deanguss] has joined #bitcoin-rust 16:14 -!- tibo [~tibo@2400:4050:2a83:7000:386b:d97e:6f42:789f] has joined #bitcoin-rust 18:36 -!- belcher [~belcher@user/belcher] has joined #bitcoin-rust 18:37 < ariard> BlueMatt: still working on refactos, it turned out our internal APIs have moved fast on the last 9 months 18:38 < ariard> BlueMatt: also my current implem is replacing legacy channel types by anchor, and it sounds we might have to support both for a while 18:38 < ariard> (contrary to our initial intention X months/years ago) 18:39 < ariard> so we might prioritize generic channel types over anchor/taproot support 18:39 < ariard> BlueMatt: let me get the branch out, and we can talk about this during next meeting 21:33 -!- belcher_ [~belcher@user/belcher] has joined #bitcoin-rust 21:37 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 268 seconds] 21:47 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has quit [Remote host closed the connection] 21:47 -!- prusnak[m] [~stickmatr@2001:470:69fc:105::98c] has quit [Read error: Connection reset by peer] 21:47 -!- thomaseizinger [~thomaseiz@2001:470:69fc:105::16b2] has quit [Remote host closed the connection] 21:47 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has quit [Remote host closed the connection] 21:48 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has joined #bitcoin-rust 21:50 -!- prusnak[m] [~stickmatr@2001:470:69fc:105::98c] has joined #bitcoin-rust 21:50 -!- thomaseizinger [~thomaseiz@2001:470:69fc:105::16b2] has joined #bitcoin-rust 21:50 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has joined #bitcoin-rust --- Log closed Thu Jun 10 00:00:33 2021