--- Log opened Thu Jul 16 00:00:22 2020 00:03 -!- jonatack [~jon@37.167.48.219] has joined #rust-bitcoin 01:14 -!- vindard [~vindard@190.83.165.233] has quit [Read error: Connection reset by peer] 01:16 -!- vindard [~vindard@190.83.165.233] has joined #rust-bitcoin 01:30 -!- jonatack [~jon@37.167.48.219] has quit [Ping timeout: 265 seconds] 01:59 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 02:18 < stevenroose> BlueMatt: I can't seem to run the `duplicate_crash` test case 02:19 < stevenroose> when trying cd fuzz && cargo test I'm seeing large cc errors that I don't have when just running cargo test before build. (Tried cargo clean.) Is that another hongfuzz break issue :/ 02:20 < stevenroose> ah it worked removing the Cargo.lock, nvm 02:36 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 02:57 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 03:03 -!- Julian12Jaskolsk [~Julian12J@static.57.1.216.95.clients.your-server.de] has joined #rust-bitcoin 03:18 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 03:29 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 03:31 -!- jonatack [~jon@37.167.121.211] has joined #rust-bitcoin 03:55 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 03:57 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 04:09 -!- jonatack [~jon@37.167.121.211] has quit [Read error: Connection reset by peer] 04:13 -!- Julian12Jaskolsk [~Julian12J@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 04:17 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 04:30 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 04:30 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 04:32 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 04:45 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #rust-bitcoin 04:45 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Client Quit] 04:46 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #rust-bitcoin 05:47 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 05:47 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #rust-bitcoin 06:08 < stevenroose> Compact blocks PR fixed and up for finishing review: https://github.com/rust-bitcoin/rust-bitcoin/pull/249 (sgeisler?) 06:13 < andytoshi> lol thoughts on https://github.com/rust-bitcoin/rust-bitcoin/pull/440 (put the message limit size back to 32Mb for altcoin support) 06:22 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #rust-bitcoin 06:47 < elichai2> andytoshi: maybe a way to set the limit is better? 06:48 < elichai2> like instead of a constant we could make it a static AtomicUsize with a `set` function 07:20 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 07:56 -!- Netsplit *.net <-> *.split quits: instagibbs 07:56 -!- Netsplit *.net <-> *.split quits: wraithm 07:57 -!- Netsplit over, joins: wraithm, instagibbs 07:59 -!- shesek [~shesek@5.22.128.126] has quit [Ping timeout: 260 seconds] 08:21 < cloudhead> stevenroose: exciting! 08:42 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 08:50 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 09:01 < sgeisler> stevenroose: I've already begun going through BIP152 and the PR, but it's quite massive and I'm jumping a lot between the two (I'm doing a "functional" review rather than a purely "does this rust code look sane" one) 09:03 < BlueMatt> andytoshi: hum, my dns seed scanner may be sad 09:04 < BlueMatt> andytoshi: its somewhat memory-limited (yay yolocolo on sbcs) and has a lot of active connections 09:04 < stevenroose> sgeisler: cool yeah that makes sense, thanks! 09:04 < BlueMatt> oh, he's doing it in a compile flag. yuck, but, i guess, at least, its not gonna effect bitcoin users? 09:04 < sgeisler> andytoshi: I agree with steven's argument about technical debt on this one. Possible feature combinations are exponential. Also thinking back to the bitcoin-constants thing, it was made so much worse by me wanting to keep it expandable. By now I think supporting alts is a waste of budgets (complexity, time, …) 09:10 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #rust-bitcoin 09:14 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 09:24 -!- belcher [~belcher@unaffiliated/belcher] has joined #rust-bitcoin 09:30 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 09:47 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:01 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 10:04 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 10:11 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #rust-bitcoin 10:11 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 10:45 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 10:57 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 11:42 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 260 seconds] 11:46 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #rust-bitcoin 12:18 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 13:39 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 13:44 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 13:54 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 14:31 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 14:41 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 15:13 < andytoshi> hmm, yeah, ok, agreed 16:16 -!- Netsplit *.net <-> *.split quits: instagibbs 16:16 -!- Netsplit *.net <-> *.split quits: wraithm 16:23 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has joined #rust-bitcoin 16:23 -!- wraithm [~wraithm@unaffiliated/wraithm] has joined #rust-bitcoin 20:14 -!- vindard [~vindard@190.83.165.233] has quit [Quit: No Ping reply in 180 seconds.] 20:15 -!- vindard [~vindard@190.83.165.233] has joined #rust-bitcoin 21:32 -!- vindard [~vindard@190.83.165.233] has quit [Quit: No Ping reply in 180 seconds.] 21:34 -!- vindard [~vindard@190.83.165.233] has joined #rust-bitcoin 22:16 -!- vindard [~vindard@190.83.165.233] has quit [Quit: No Ping reply in 180 seconds.] 22:18 -!- vindard [~vindard@190.83.165.233] has joined #rust-bitcoin 23:33 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has joined #rust-bitcoin 23:41 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 23:43 -!- dr-orlovsky [~dr-orlovs@2001:171b:c9ab:8170:d55c:34d1:9043:8e0c] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 23:44 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #rust-bitcoin --- Log closed Fri Jul 17 00:00:22 2020