--- Log opened Mon Dec 02 00:00:25 2019 00:07 -!- reallll is now known as belcher 00:14 < elichai2> BlueMatt: really? Hmm, in the past when I got permissions to stuff I was always added to the org and by that somehow got permissions to ack/merge and see the settings of all repos, 00:14 < elichai2> But maybe that's a special setting people do out of laziness so they won't need to grant per repo permissions? 00:38 -!- dr-orlovsky [~dr-orlovs@2a02:1205:500f:2e90:4ce9:9687:b6b3:dc52] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 00:52 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has joined #rust-bitcoin 01:02 -!- nijynot [~nijynot@83-233-23-98.cust.bredband2.com] has joined #rust-bitcoin 01:28 -!- dr-orlovsky [~dr-orlovs@31.44.38.66] has joined #rust-bitcoin 02:46 -!- vindard [~vindard@190.83.165.233] has quit [Ping timeout: 276 seconds] 02:56 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has quit [Ping timeout: 276 seconds] 03:11 -!- dr-orlovsky [~dr-orlovs@31.44.38.66] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 03:18 < elichai2> weird. Ordinary is somehow a private type in the pub enum Class https://docs.rs/bitcoin/0.21.0/bitcoin/blockdata/opcodes/enum.Class.html#variant.Ordinary 03:26 < elichai2> ohh it's `#[doc(hidden)]` 03:26 < elichai2> why? 04:26 -!- jonatack [~jon@213.152.162.149] has joined #rust-bitcoin 07:08 -!- jonatack [~jon@213.152.162.149] has quit [Ping timeout: 265 seconds] 07:22 -!- dr-orlovsky [~dr-orlovs@170.204.90.212.static.wline.lns.sme.cust.swisscom.ch] has joined #rust-bitcoin 07:30 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 08:34 < stevenroose> ok, secp256k1-sys PR has been untouched for 5 days! that means it's ready for ACKs :) https://github.com/rust-bitcoin/rust-secp256k1/pull/169 08:41 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 09:33 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has joined #rust-bitcoin 09:48 -!- nijynot [~nijynot@83-233-23-98.cust.bredband2.com] has quit [Ping timeout: 250 seconds] 09:57 -!- andytoshi [~apoelstra@wpsoftware.net] has joined #rust-bitcoin 09:57 -!- andytoshi [~apoelstra@wpsoftware.net] has quit [Changing host] 09:57 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #rust-bitcoin 10:39 < BlueMatt> elichai2: we (somewhat deliberately) split the permissions to projects 10:39 < BlueMatt> since different projects have different maintainers and different styles 10:39 < BlueMatt> we dont *want* a "project team" 11:02 < BlueMatt> why does bitcoin_hashes take longer than like literally anything else to build 11:02 < BlueMatt> I'm so confused by it 11:03 < BlueMatt> like, the entire tokio dependency tree builds before bitcoin_hashes is done 11:15 < andytoshi> heavy macro abuse i'd guess 11:54 -!- rrybarczyk_ [sid364924@gateway/web/irccloud.com/x-myenbyaxgaynundf] has joined #rust-bitcoin 11:54 -!- Aleru_ [sid403553@gateway/web/irccloud.com/x-opfojbqzkxpjynkj] has joined #rust-bitcoin 11:56 -!- kallewoof_ [~quassel@240d:1a:759:6000:a7b1:451a:8874:e1ac] has joined #rust-bitcoin 11:57 -!- drolmer_ [~drolmer@unaffiliated/drolmer] has joined #rust-bitcoin 12:02 -!- Netsplit *.net <-> *.split quits: kallewoof, simian_za, drolmer, Aleru, CjS77, rrybarczyk 12:02 -!- Aleru_ is now known as Aleru 12:11 -!- nijynot [~nijynot@h-177-96.A785.priv.bahnhof.se] has joined #rust-bitcoin 13:23 -!- nijynot [~nijynot@h-177-96.A785.priv.bahnhof.se] has quit [Ping timeout: 246 seconds] 14:18 -!- TamasBlummer1 [~Thunderbi@p200300DD671264049D69360EED605E75.dip0.t-ipconnect.de] has joined #rust-bitcoin 14:19 -!- TamasBlummer [~Thunderbi@p200300DD671264319D69360EED605E75.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 14:19 -!- TamasBlummer1 is now known as TamasBlummer 14:36 < ariard> BlueMatt: looking on TODO "Delay the claimed funds relaying just like we do outbound relay" and "We should make this async and move it into the forward HTLCs timer handling" in claim_funds_internal/fail_htlc_backwards_internal 14:36 < ariard> BlueMatt: your idea here is to move every branches to an async with an Event? 14:37 < ariard> like extending PendingHTLCsForwardable 16:07 -!- jonatack [~jon@2a01:e35:8aba:8220:6627:dad:d967:649d] has quit [Ping timeout: 245 seconds] 16:33 < BlueMatt> ariard: essentially, yes. we currently batch-realy forwards, which is good for privacy (in large relaying nodes), but then don't bother for claims or fails 16:34 < BlueMatt> that sucks, both due to the potential timing attack mentioned in that second TODO, but also because in general we'd like to batch all forwards, in either direction, to help reduce GPA-style deanonymization timing attacks 16:34 < BlueMatt> (Global Passive Adversary eg NSA, that is) 16:45 -!- TamasBlummer [~Thunderbi@p200300DD671264049D69360EED605E75.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 19:26 -!- reallll [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 19:30 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 246 seconds] 19:47 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has quit [Ping timeout: 276 seconds] 19:51 -!- BlueMatt [~BlueMatt@unaffiliated/bluematt] has joined #rust-bitcoin 20:22 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Ping timeout: 268 seconds] 20:41 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #rust-bitcoin 22:35 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #rust-bitcoin 23:44 -!- reallll is now known as belcher 23:49 -!- stanimal64 [~stanimal@195.159.29.126] has joined #rust-bitcoin 23:49 -!- Blackwolfsa4 [~Blackwolf@195.159.29.126] has joined #rust-bitcoin 23:51 -!- stanimal6 [~stanimal@195.159.29.126] has quit [Ping timeout: 240 seconds] 23:51 -!- Blackwolfsa [~Blackwolf@195.159.29.126] has quit [Ping timeout: 240 seconds] --- Log closed Tue Dec 03 00:00:26 2019