--- Log opened Sat Aug 08 00:00:42 2020 00:04 -!- TallTim [~TallTim@216.15.20.214] has quit [Ping timeout: 244 seconds] 00:04 -!- go121212 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has joined #bitcoin-core-dev 00:05 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 00:07 -!- go11111111111 [~go1111111@104.156.98.86] has quit [Ping timeout: 240 seconds] 00:08 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 00:08 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has quit [Ping timeout: 246 seconds] 00:14 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 00:17 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has joined #bitcoin-core-dev 00:19 -!- marcoagner [~user@2001:8a0:6a45:1900:2fd7:e0f0:d356:dd70] has joined #bitcoin-core-dev 00:24 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:e5b4:c062:71e8:15aa] has joined #bitcoin-core-dev 00:26 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 00:26 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 00:31 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:e5b4:c062:71e8:15aa] has quit [Remote host closed the connection] 00:32 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:e5b4:c062:71e8:15aa] has joined #bitcoin-core-dev 00:32 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:e5b4:c062:71e8:15aa] has quit [Remote host closed the connection] 00:41 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] 00:58 < wumpus> right, testing on BE can find some cases of implementation-defined / undefined behavior that we missed, the specific architecure doesn't matter 00:59 < wumpus> (thoug hhaving an actual CPU is nice, isntead of emulation, which is too slow to run the entire test suite in time for CI) 01:00 < luke-jr> too bad Linux doesn't support BE binaries on LE kernel 01:00 < luke-jr> though perhaps it'd be possible to do KVM on ppc64le -> BE 01:00 < wumpus> indeed, some architectures potentially support switching LE/BE between processes but Linux definitely doesn't support this 01:02 < wumpus> yes maybe with virtualization 01:09 < wumpus> while the python side is waiting for bitcoind to finish something <- this is true, but it's still somewhat surprising because you'd expect at least one thread of bitcoind to be busy 100%, otoh, it might also be waiting in turn for I/O or such 01:10 < luke-jr> hmm 01:10 < luke-jr> can qemu do user-mode virtualisation? lol 01:10 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 01:10 < wumpus> I just mean, the python script waiting for things to complete doesn't in itself mean that the tests are not CPU intensive 01:11 < wumpus> user mode virtualization, heh 01:12 -!- Guest91961 [sid369002@gateway/web/irccloud.com/x-gpxrzbfsaaaqtvac] has joined #bitcoin-core-dev 01:12 -!- Guest91961 [sid369002@gateway/web/irccloud.com/x-gpxrzbfsaaaqtvac] has quit [Client Quit] 01:12 < wumpus> paravirtualized system calls 01:13 < luke-jr> well, it does system-mode virtualization, and user-mode emulation.. 01:13 < wumpus> I doubt it would be impossible but also that someone bothered to do this :-) 01:13 < luke-jr> I'm better user-mode virt is a missing area 01:13 < luke-jr> betting* 01:14 < luke-jr> I wonder if it would be less work to just make Linux support either endian 01:15 < wumpus> even user mode qemu (pure emulation) has problems with endianness and system calls 01:16 < wumpus> converting endianness between the emulated process and the kernel more or less works but there are some surprises, with deeper-buried structures, it's a very difficult problem to do it complete 01:19 < luke-jr> so probably less work to add to Linux <.< 01:20 < wumpus> (e.g. even some kernel-generated proc/sys files contain binary data with native endian, so something reading it compiled for another endian will expect its own endian but finds the host's) 01:20 < wumpus> yes maybe 01:21 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 01:22 < wumpus> nevertheless it would be a huge change 01:24 < wumpus> whole-system virtualization is much less complex becuase the paravirtualized APIs and emulated devices have a smaller API surface then system calls (or sometimes they are defined to be one endianness that can't be swithed) 01:26 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 256 seconds] 01:27 < luke-jr> of course, there's also another layer deep: stuff like Box86 which emulates the program and wrap-translates calls to the libraries <.< 01:30 < wumpus> interesting, didn't know that project 01:32 < luke-jr> I think it doesn't even try to mess with endian differences 01:32 < luke-jr> IIRC it won't even cross the 32-bit/64-bit differences 01:32 < wumpus> it looks similar to the WINE approach though for linux-linux, emulating things at the library level not the deepest system call level 01:34 < wumpus> 32-64 bit bridging is another thing that sounds easy but is a horrible mess in practice :) 01:35 < wumpus> it's definitely relevant now that distro's are stopping shipping 32-bit libraries (though it's generally easy enough to install them in a chroot, if they keep the kernel support) 01:36 < luke-jr> also if they keep a 32-bit userspace build :p 01:36 < luke-jr> Ubuntu seems to have dropped that too 01:36 < wumpus> it doesn't have to be from the same distro :) 01:36 < luke-jr> true 01:38 < wumpus> 32-bit is basically only useful for running old games, but also people really want to run old games 01:39 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 01:39 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 01:42 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 01:45 -!- Bullitje_enable [~Bullit01@042-236-158-163.dynamic.caiway.nl] has joined #bitcoin-core-dev 01:46 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:47 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 01:48 -!- sipsorcery [~sipsorcer@2a02:8084:6981:78f0::2000] has quit [Ping timeout: 272 seconds] 01:48 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has quit [Ping timeout: 256 seconds] 01:50 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has joined #bitcoin-core-dev 01:54 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 01:57 -!- sipsorcery [~sipsorcer@37.228.243.107] has joined #bitcoin-core-dev 02:00 -!- vBm1 [~vBm@178.162.212.214] has quit [] 02:06 -!- sipsorcery [~sipsorcer@37.228.243.107] has quit [Ping timeout: 265 seconds] 02:10 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 02:10 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 02:22 -!- sauce1 [~sauce@37.120.203.188] has joined #bitcoin-core-dev 02:49 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 02:50 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 265 seconds] 02:52 -!- watersnake1 [~christian@24.61.159.12] has quit [Quit: Leaving.] 02:55 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has quit [Ping timeout: 260 seconds] 03:02 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:03 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has joined #bitcoin-core-dev 03:03 -!- Ramiro44Hahn [~Ramiro44H@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:24 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has quit [Ping timeout: 240 seconds] 03:24 -!- davec [~davec@cpe-24-243-240-159.hot.res.rr.com] has joined #bitcoin-core-dev 03:29 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 03:29 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 03:38 -!- Ramiro44Hahn [~Ramiro44H@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 03:40 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 03:50 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 265 seconds] 03:57 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 03:58 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 04:05 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 04:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:12 < bitcoin-git> [bitcoin] theStack opened pull request #19687: refactor: make EncodeBase{32,64} consume Spans (master...20200807-util-make-encode-base3264-consume-spans) https://github.com/bitcoin/bitcoin/pull/19687 04:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:25 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 04:30 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 240 seconds] 04:34 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 04:38 -!- TallTim [~TallTim@216.15.20.214] has joined #bitcoin-core-dev 04:54 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 04:54 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 04:59 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has joined #bitcoin-core-dev 05:00 -!- sauce1 [~sauce@37.120.203.188] has quit [] 05:03 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 05:04 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-dev 05:12 -!- jonasschnelli [~jonasschn@unaffiliated/jonasschnelli] has quit [Ping timeout: 258 seconds] 05:14 -!- jonasschnelli [~jonasschn@static.239.36.216.95.clients.your-server.de] has joined #bitcoin-core-dev 05:21 -!- directhex1 [~directhex@185.244.214.217] has joined #bitcoin-core-dev 05:31 -!- Guest7693 [~per@gateway/tor-sasl/wsm] has quit [Ping timeout: 240 seconds] 05:33 -!- per [~per@gateway/tor-sasl/wsm] has joined #bitcoin-core-dev 05:33 -!- per is now known as Guest48637 05:39 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 05:39 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 05:40 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:41 -!- Bullitje_enable [~Bullit01@042-236-158-163.dynamic.caiway.nl] has left #bitcoin-core-dev [] 05:41 -!- Bullit [~Bullit01@042-236-158-163.dynamic.caiway.nl] has joined #bitcoin-core-dev 05:45 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 06:05 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 06:05 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 06:06 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:07 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 06:07 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 06:08 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 06:08 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 06:09 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 06:09 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has joined #bitcoin-core-dev 06:10 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has quit [Remote host closed the connection] 06:10 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 06:11 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 06:11 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has joined #bitcoin-core-dev 06:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:11 < bitcoin-git> [bitcoin] sanjaykdragon closed pull request #19586: test: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586 06:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:12 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has quit [Remote host closed the connection] 06:12 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has joined #bitcoin-core-dev 06:13 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has quit [Remote host closed the connection] 06:13 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 06:28 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Ping timeout: 264 seconds] 06:33 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 06:33 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 06:35 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 06:35 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:54 < bitcoin-git> [bitcoin] jonatack closed pull request #19611: p2p: refactor CInv::type from public int to private uint32_t (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19611 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:55 -!- Luke [~Luke@bitnomial/staff/luke] has joined #bitcoin-core-dev 06:55 < jonatack> #19610 now contains all the p2p changes from 19611 as well as jnewbery's 2020-07-split-already-have branch as we were both working on related code 06:55 < gribble> https://github.com/bitcoin/bitcoin/issues/19610 | p2p: refactor AlreadyHave(), CInv::type, INV/TX processing by jonatack · Pull Request #19610 · bitcoin/bitcoin · GitHub 06:57 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 07:00 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 07:14 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 07:14 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 07:21 -!- adiabat [~adiabat@63.209.32.102] has quit [Ping timeout: 256 seconds] 07:23 -!- adiabat [~adiabat@63.209.32.102] has joined #bitcoin-core-dev 07:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:44 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b705b1c98f6...e349eeeb2c92 07:44 < bitcoin-git> bitcoin/master 90bd476 eugene: build: make clean removes .gcda and .gcno files from fuzz directory 07:44 < bitcoin-git> bitcoin/master e349eee MarcoFalke: Merge #19672: build: make clean removes .gcda and .gcno files from fuzz di... 07:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:44 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #19672: build: make clean removes .gcda and .gcno files from fuzz directory (master...fuzz_cov_cleanup_0806) https://github.com/bitcoin/bitcoin/pull/19672 07:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:00 -!- directhex1 [~directhex@185.244.214.217] has quit [] 08:01 -!- Luke [~Luke@bitnomial/staff/luke] has quit [Quit: sleep] 08:03 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 246 seconds] 08:14 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 08:14 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has joined #bitcoin-core-dev 08:21 -!- [RuCTFE]tswr [~RuCTFE]ts@217.146.82.202] has joined #bitcoin-core-dev 08:22 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 08:27 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 08:28 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Quit: Pavlenex] 08:28 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 08:28 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 08:29 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 08:30 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 08:30 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 08:41 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has quit [Remote host closed the connection] 08:41 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has joined #bitcoin-core-dev 09:11 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has quit [Remote host closed the connection] 09:12 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 09:24 -!- fox2p [~fox2p@ec2-34-230-193-58.compute-1.amazonaws.com] has joined #bitcoin-core-dev 09:27 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Ping timeout: 264 seconds] 09:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 2.7.1] 09:31 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:52 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 09:54 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 09:54 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:01 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Ping timeout: 240 seconds] 10:01 -!- gzhao408 [~textual@2600:1700:2800:50a0:5c6a:e3dd:9f11:f581] has joined #bitcoin-core-dev 10:03 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 10:09 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 10:09 -!- Emcy_ [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 10:10 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 260 seconds] 10:10 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 10:28 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 10:28 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has joined #bitcoin-core-dev 10:28 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 10:29 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Client Quit] 10:42 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:00 -!- [RuCTFE]tswr [~RuCTFE]ts@217.146.82.202] has quit [] 11:00 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Quit: jonatack] 11:03 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-dev 11:06 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Remote host closed the connection] 11:07 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 11:11 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 11:18 -!- gzhao408 [~textual@2600:1700:2800:50a0:5c6a:e3dd:9f11:f581] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 11:20 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:21 -!- jackgassett [~jackgasse@178.162.212.214] has joined #bitcoin-core-dev 11:27 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 11:28 -!- Pavlenex [~Thunderbi@141.98.103.251] has joined #bitcoin-core-dev 11:29 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 11:30 -!- Pavlenex [~Thunderbi@141.98.103.251] has quit [Client Quit] 11:34 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 11:35 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:52 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 12:27 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 12:32 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 264 seconds] 12:52 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 12:56 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 264 seconds] 12:58 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 12:59 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 264 seconds] 13:00 -!- arowser_ [~arowser1@192.69.88.248.16clouds.com] has quit [Remote host closed the connection] 13:01 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 13:09 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:18 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 13:19 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 13:19 -!- Davterra [~Davterra@37.120.215.165] has quit [Quit: Leaving] 13:19 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 13:27 -!- Guest48637 [~per@gateway/tor-sasl/wsm] has quit [Ping timeout: 240 seconds] 13:27 -!- per [~per@gateway/tor-sasl/wsm] has joined #bitcoin-core-dev 13:28 -!- per is now known as Guest15720 13:53 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 13:54 -!- filchef [~filchef@212.104.97.177] has quit [Client Quit] 14:00 -!- jackgassett [~jackgasse@178.162.212.214] has quit [] 14:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:02 < bitcoin-git> [bitcoin] hebasto opened pull request #19688: build, test: Add support for llvm-cov (master...200808-lcov) https://github.com/bitcoin/bitcoin/pull/19688 14:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:11 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 14:11 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 14:21 -!- zxiiro_ [~zxiiro_@37.120.203.188] has joined #bitcoin-core-dev 14:22 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 14:25 -!- Davterra [~Davterra@37.120.215.165] has joined #bitcoin-core-dev 14:25 -!- isis is now known as isis_ 14:34 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 14:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 14:39 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-dev 14:39 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 14:39 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 15:01 -!- shesek [~shesek@unaffiliated/shesek] has quit [Quit: Leaving] 15:08 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 256 seconds] 15:16 -!- Kiminuo [~mix@141.98.103.100] has quit [Ping timeout: 256 seconds] 15:17 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 15:19 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Ping timeout: 240 seconds] 15:35 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 15:53 -!- marcoagner [~user@2001:8a0:6a45:1900:2fd7:e0f0:d356:dd70] has quit [Ping timeout: 272 seconds] 15:55 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 15:56 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 15:59 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:59 -!- vasild_ is now known as vasild 16:02 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 16:02 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 246 seconds] 16:05 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Remote host closed the connection] 16:06 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 16:07 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 264 seconds] 16:20 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 16:40 -!- Guest91961 [sid369002@gateway/web/irccloud.com/x-vjspzyrbcpyrzujv] has joined #bitcoin-core-dev 16:41 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 16:41 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 16:51 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Ping timeout: 256 seconds] 16:57 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 16:58 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 265 seconds] 17:00 -!- zxiiro_ [~zxiiro_@37.120.203.188] has quit [] 17:02 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 17:32 -!- dviola [~diego@unaffiliated/dviola] has quit [Ping timeout: 246 seconds] 17:41 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Remote host closed the connection] 17:42 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 17:54 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 17:55 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:57 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 17:58 -!- edunham1 [~edunham@178.162.212.214] has joined #bitcoin-core-dev 17:59 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-dev 18:11 -!- sonicpark [~sonicpark@85.175.20.255] has joined #bitcoin-core-dev 18:15 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Remote host closed the connection] 18:16 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 18:19 -!- sonicpark [~sonicpark@85.175.20.255] has quit [Quit: Konversation terminated!] 18:20 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 18:20 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 18:33 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 18:49 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Remote host closed the connection] 18:50 -!- sipsorcery [~sipsorcer@37.228.243.134] has joined #bitcoin-core-dev 19:05 -!- dviola [~diego@189.7.69.189] has joined #bitcoin-core-dev 19:18 -!- sipsorcery [~sipsorcer@37.228.243.134] has quit [Read error: Connection reset by peer] 19:51 -!- CyberiuszMaximus [~kryptohol@cpc76966-warw17-2-0-cust135.3-2.cable.virginm.net] has joined #bitcoin-core-dev 19:58 -!- CyberiuszMaximus [~kryptohol@cpc76966-warw17-2-0-cust135.3-2.cable.virginm.net] has quit [Remote host closed the connection] 19:59 -!- CyberiuszMaximus [~kryptohol@cpc76966-warw17-2-0-cust135.3-2.cable.virginm.net] has joined #bitcoin-core-dev 20:00 -!- edunham1 [~edunham@178.162.212.214] has quit [] 20:03 -!- dviola [~diego@189.7.69.189] has left #bitcoin-core-dev [] 20:05 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 20:09 -!- CyberiuszMaximus [~kryptohol@cpc76966-warw17-2-0-cust135.3-2.cable.virginm.net] has quit [] 20:10 -!- CyberiuszMaximus [~kryptohol@cpc76966-warw17-2-0-cust135.3-2.cable.virginm.net] has joined #bitcoin-core-dev 20:13 -!- arowser_ [~arowser1@192.69.88.248] has quit [Remote host closed the connection] 20:13 -!- Deacydal [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 20:13 -!- arowser_ [~arowser1@192.69.88.248] has joined #bitcoin-core-dev 20:15 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 20:16 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has quit [Ping timeout: 244 seconds] 20:22 -!- kpyke [~kpyke@185.204.1.185] has joined #bitcoin-core-dev 20:24 -!- Highway61 [~Thunderbi@unaffiliated/highway61] has quit [Ping timeout: 240 seconds] 20:24 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:27 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has quit [Ping timeout: 240 seconds] 20:27 -!- afk11 [~afk11@gateway/tor-sasl/afk11] has joined #bitcoin-core-dev 20:30 -!- Guest91961 [sid369002@gateway/web/irccloud.com/x-vjspzyrbcpyrzujv] has quit [] 20:30 -!- Guest91961 [sid369002@gateway/web/irccloud.com/x-dskrljcdtuertwbo] has joined #bitcoin-core-dev 21:08 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 21:13 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 260 seconds] 21:40 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 240 seconds] 21:45 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 22:17 -!- kpyke [~kpyke@185.204.1.185] has quit [Remote host closed the connection] 22:32 -!- ffej [~ffej@84.39.117.57] has joined #bitcoin-core-dev 23:00 -!- ffej [~ffej@84.39.117.57] has quit [] 23:20 -!- NilsHitze [~NilsHitze@217.146.82.202] has joined #bitcoin-core-dev 23:34 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 23:34 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 23:34 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 23:38 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Ping timeout: 240 seconds] 23:52 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 23:53 -!- rh0nj [~rh0nj@88.99.167.175] has joined #bitcoin-core-dev --- Log closed Sun Aug 09 00:00:45 2020