--- Log opened Mon Apr 13 00:00:50 2020 00:26 -!- jonatack_ [~jon@37.172.122.174] has joined #rust-bitcoin 00:29 -!- jonatack [~jon@37.170.20.209] has quit [Ping timeout: 265 seconds] 02:12 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has joined #rust-bitcoin 03:06 -!- Coy27Rice [~Coy27Rice@ns334669.ip-5-196-64.eu] has joined #rust-bitcoin 03:32 -!- Coy27Rice [~Coy27Rice@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 260 seconds] 04:36 -!- jonatack_ [~jon@37.172.122.174] has quit [Ping timeout: 256 seconds] 04:37 -!- jonatack_ [~jon@134.19.179.163] has joined #rust-bitcoin 05:14 -!- jonatack_ [~jon@134.19.179.163] has quit [Quit: jonatack_] 05:14 -!- jonatack [~jon@134.19.179.163] has joined #rust-bitcoin 05:27 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has quit [Read error: Connection reset by peer] 06:09 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has joined #rust-bitcoin 10:45 < BlueMatt> ah mozilla. firefox security releases bocked because of overly aggressive rustc dependency bumps :( https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955638#32 11:20 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 11:20 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 11:55 -!- jonatack [~jon@134.19.179.163] has quit [Ping timeout: 256 seconds] 11:57 -!- jonatack [~jon@37.172.122.174] has joined #rust-bitcoin 12:26 -!- jonatack_ [~jon@37.170.24.84] has joined #rust-bitcoin 12:29 -!- jonatack__ [~jon@37.165.18.125] has joined #rust-bitcoin 12:29 -!- jonatack [~jon@37.172.122.174] has quit [Ping timeout: 258 seconds] 12:32 -!- jonatack_ [~jon@37.170.24.84] has quit [Ping timeout: 260 seconds] 12:42 -!- jonatack__ [~jon@37.165.18.125] has quit [Read error: Connection reset by peer] 12:43 -!- jonatack__ [~jon@37.165.18.125] has joined #rust-bitcoin 12:43 -!- jonatack__ [~jon@37.165.18.125] has quit [Client Quit] 12:44 -!- jonatack [~jon@213.152.161.101] has joined #rust-bitcoin 12:44 -!- jonatack [~jon@213.152.161.101] has quit [Read error: Connection reset by peer] 12:50 -!- jonatack [~jon@37.165.18.125] has joined #rust-bitcoin 13:53 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has quit [Read error: Connection reset by peer] 14:28 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has joined #rust-bitcoin 14:51 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has quit [Read error: Connection reset by peer] 15:36 -!- mauz555 [~mauz555@88.125.182.66] has joined #rust-bitcoin 16:18 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Quit: Leaving] 16:22 -!- mauz555 [~mauz555@88.125.182.66] has quit [Remote host closed the connection] 17:10 < ariard> BlueMatt: updated 559 with your last review 17:10 < ariard> BlueMatt: re routing schemes, I still think we more fancier schemes to have a not-so-bad-routing-privacy 17:11 < ariard> but it's likely to add more latencies/fees, which is hard to make swallow by default to wallet focus on a great UX 17:11 < BlueMatt> latency is bad, fees...are so low paying an extra 50%, even, is probably whatever 17:11 < ariard> is there anything which needs review input? 17:11 < BlueMatt> the c-lightning knob is "cost of privacy" 17:12 < BlueMatt> ie "I'm willing to spend X more per payment to get privacy" 17:12 < BlueMatt> which I think is the right mental model 17:12 < BlueMatt> ariard: wanna review https://github.com/rust-bitcoin/rust-lightning/pull/577 ? 17:12 < ariard> yeah I'm more worried about poor-privacy if you're connected to only one LSP 17:12 < ariard> BlueMatt: good looking on this 17:13 < BlueMatt> yea, thats bad, but fuzzing fees a tiny bit can help. need to go read some of the papers on it to see if anyone has simuated results given some fuzzing of the fee values 17:13 < BlueMatt> lots of papers on guessing the desination given payment value 17:15 < ariard> yes, even fuzzing may be hard to avoid any differential fees analysis, above all if you assume an attacker who have full network data 17:15 < ariard> against mobile wallet who are pretty blind 17:16 < BlueMatt> well, hopefully they aren't *that* blind, but thats a whole other discussion 17:28 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has joined #rust-bitcoin 17:33 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 17:33 -!- mauz555 [~mauz555@2a01:e0a:56d:9090:ad0e:52f7:2635:5829] has quit [Ping timeout: 246 seconds] 18:05 -!- jonatack [~jon@37.165.18.125] has quit [Ping timeout: 256 seconds] 18:06 -!- jonatack [~jon@109.202.107.147] has joined #rust-bitcoin 18:09 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 18:12 < BlueMatt> ariard: do you want to do another pass on mpp or should I just take it? 18:14 < BlueMatt> oh i see you just left comments 18:18 < BlueMatt> ariard: re: https://github.com/rust-bitcoin/rust-lightning/pull/441#discussion_r407809335 I really think that should be an issue and we should move on. I dont think we'll ever really come up with a good solution, sadly. 18:35 < BlueMatt> ariard: github thinks 559 needs rebase 19:17 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 19:52 < ariard> BlueMatt: just rebase 559 19:52 < ariard> and agree open an issue for comment, I'll do a final last review on mpp tonight or tmrw as first thing 21:19 < BlueMatt> ariard: hmm, actually nvm, see latest comment. 21:24 < BlueMatt> ariard: awesome, will review 559 tomorrow 21:35 -!- drolmer_ [~drolmer@unaffiliated/drolmer] has joined #rust-bitcoin 21:36 -!- sanket1729_ [~sanket172@72.36.89.11] has joined #rust-bitcoin 21:38 -!- warren_ [~warren@fedora/wombat/warren] has joined #rust-bitcoin 21:40 -!- Netsplit *.net <-> *.split quits: sanket1729, drolmer, warren 22:37 -!- Kiminuo [~mix@141.98.103.108] has quit [Ping timeout: 256 seconds] --- Log closed Tue Apr 14 00:00:51 2020