--- Log opened Tue Mar 02 00:00:44 2021 00:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:05 < bitcoin-git> [bitcoin] fanquake opened pull request #21331: rpc: replace raw pointers with shared_ptrs (#18592 rebased) (master...18592_rebased) https://github.com/bitcoin/bitcoin/pull/21331 00:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:07 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:13 -!- sr_gi [~sr_gi@static-57-159-230-77.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] 00:13 -!- sr_gi1 [~sr_gi@static-57-159-230-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 00:36 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 00:42 < jnewbery> luke-jr: #20557 doesn't seem worth the effort to backport. It's not critical 00:42 < gribble> https://github.com/bitcoin/bitcoin/issues/20557 | addrman: Fix new table bucketing during unserialization by jnewbery · Pull Request #20557 · bitcoin/bitcoin · GitHub 00:44 -!- asdlkfjwerpoicvx [~flack@p200300d46f1aca00f2a7be7f05be6145.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 00:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:54 < bitcoin-git> [bitcoin] fanquake opened pull request #21333: build: set Unicode true for NSIS installer (master...windows_unicode) https://github.com/bitcoin/bitcoin/pull/21333 00:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:24 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 01:42 -!- pinheadm_ [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 01:43 -!- pinheadmz [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has quit [Ping timeout: 264 seconds] 02:06 -!- landakram [~mark@c-73-162-172-86.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 02:30 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 02:30 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:32 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/72e6979b31ba...cfce346508f1 02:32 < bitcoin-git> bitcoin/master 8a8c638 Sebastian Falbesoner: zmq test: fix sync-up by matching notification to generated block 02:32 < bitcoin-git> bitcoin/master cfce346 MarcoFalke: Merge #21310: zmq test: fix sync-up by matching notification to generated ... 02:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:32 -!- Kiminuo [~Kiminuo@141.98.103.212] has joined #bitcoin-core-dev 02:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:32 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21310: zmq test: fix sync-up by matching notification to generated block (master...2021-zmq-fix_sync_up_procedure) https://github.com/bitcoin/bitcoin/pull/21310 02:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:50 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:50 < bitcoin-git> [bitcoin] laanwj pushed 21 commits to master: https://github.com/bitcoin/bitcoin/compare/cfce346508f1...b9f41df1ead4 02:50 < bitcoin-git> bitcoin/master 4cba2fd Vasil Dimov: util: extract {Read,Write}BinaryFile() to its own files 02:50 < bitcoin-git> bitcoin/master 8b6e4b3 Vasil Dimov: util: fix ReadBinaryFile() returning partial contents 02:50 < bitcoin-git> bitcoin/master 545bc5f Vasil Dimov: util: fix WriteBinaryFile() claiming success even if error occurred 02:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:51 < bitcoin-git> [bitcoin] laanwj merged pull request #20685: Add I2P support using I2P SAM (master...i2p_sam) https://github.com/bitcoin/bitcoin/pull/20685 02:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:51 < vasild> \o/ 02:55 < wumpus> yess 02:56 < wumpus> thanks vasild and everyone who helped testing and reviewing 02:57 < prusnak> does that work with i2pd too, or only the original i2p software works? 02:58 < vasild> prusnak: also with i2pd 02:58 < wumpus> it definitely works with i2pd (i think most current users use that) 02:59 < prusnak> great, thanks! 02:59 < vasild> prusnak: it would work with anything that provides an I2P SAM proxy 03:00 < prusnak> right, i just didn't know whether i2pd talks SAM 03:01 < vasild> it does, alas some old version 3.1 which is why I limited some of the functionality we use 03:01 < vasild> in 3.2 it is possible to listen for incoming connections concurrently with more than one listener 03:02 < vasild> we don't use that because i2pd only supports sam 3.1 03:05 < wumpus> we could make it optional if the server supports it, that said, it's good to start with basic support like this i think 03:06 < vasild> yeah 03:06 -!- NodeVenture [53a4904a@gw.startup.cust.net.lagis.at] has joined #bitcoin-core-dev 03:07 < vasild> I was not sure if the code complexity would be worth it - to support both 3.1 and 3.2 03:07 < wumpus> i think it's already quite impressive what it does (both listening and connecting outwards, automatically, without all the micro-proxy-management we have for Tor) 03:08 < wumpus> it's much more integrated than Tor's control socket 03:08 < vasild> and it is about ok to listen with just one listener - it is not like we expect many incoming connections per second 03:08 < wumpus> right 03:08 < vasild> yes 03:08 < vasild> next - tests 03:08 -!- NodeVenture [53a4904a@gw.startup.cust.net.lagis.at] has quit [Client Quit] 03:09 < wumpus> yes, i wonder if there's a python SAM implementation that we can borrow 03:18 -!- Grant22Dooley [~Grant22Do@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:20 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 03:20 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 03:20 -!- vasild_ is now known as vasild 03:24 -!- jasonzhouu [~johnny@112.10.159.239] has joined #bitcoin-core-dev 03:29 -!- Grant22Dooley [~Grant22Do@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 245 seconds] 03:47 -!- ghost1 [~ghost1@c-73-245-52-228.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 03:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:48 < bitcoin-git> [bitcoin] Sjors opened pull request #21334: Additional (refactored) BIP9 tests (master...2021/03/bip9_tests) https://github.com/bitcoin/bitcoin/pull/21334 03:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:58 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 245 seconds] 05:02 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 05:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:17 < bitcoin-git> [bitcoin] naumenkogs opened pull request #21335: Erlay refactored (master...erlay_refactored_public) https://github.com/bitcoin/bitcoin/pull/21335 05:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:19 < bitcoin-git> [bitcoin] naumenkogs closed pull request #21335: Erlay refactored (master...erlay_refactored_public) https://github.com/bitcoin/bitcoin/pull/21335 05:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:19 < gleb> Sorry, I meant to do this in under own repo. Ignore this PR for now. 05:29 -!- Guest75033 [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 05:29 -!- Guest75033 is now known as davterra 05:30 -!- sammuel86 [~sammuel86@217.146.82.202] has quit [Remote host closed the connection] 05:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:34 < bitcoin-git> [bitcoin] hebasto opened pull request #21336: Add src/test/fuzz/fuzz.exe to .gitignore (master...210302-ignore) https://github.com/bitcoin/bitcoin/pull/21336 05:34 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:40 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Remote host closed the connection] 05:41 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 05:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:42 < bitcoin-git> [bitcoin] hebasto opened pull request #21337: guix: Update darwin native packages dependencies (master...210302-cdrkit) https://github.com/bitcoin/bitcoin/pull/21337 05:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:51 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:02 < bitcoin-git> [bitcoin] brunoerg opened pull request #21338: test: add functional test for anchors.dat (master...2021-03-anchors-test) https://github.com/bitcoin/bitcoin/pull/21338 06:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:04 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 268 seconds] 06:05 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 06:07 -!- roconnor [~roconnor@host-104-157-194-235.dyn.295.ca] has joined #bitcoin-core-dev 06:10 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 06:11 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 268 seconds] 06:12 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 06:15 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 06:16 -!- pinheadm_ [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has quit [Quit: pinheadm_] 06:17 -!- doitux|mob [~doitux|mo@195.140.213.38] has joined #bitcoin-core-dev 06:17 -!- elector_ [~elector@gateway/tor-sasl/elector] has joined #bitcoin-core-dev 06:17 -!- pinheadmz [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 06:18 -!- elector [~elector@gateway/tor-sasl/elector] has quit [Ping timeout: 268 seconds] 06:22 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 06:31 -!- wvr [~wvr@2a02:2e02:9697:7900:1f77:c8f4:4c65:f03a] has joined #bitcoin-core-dev 06:31 -!- wvr- [~wvr@2a02:2e02:9697:7900:1f77:c8f4:4c65:f03a] has joined #bitcoin-core-dev 06:37 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Remote host closed the connection] 06:37 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 06:39 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 06:40 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 06:41 -!- jonatack [~jon@37.164.30.247] has joined #bitcoin-core-dev 06:51 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 06:52 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 07:02 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 07:04 -!- jonatack [~jon@37.164.30.247] has quit [Read error: Connection reset by peer] 07:13 < vasild> stupid question: how do I edit https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-Current-Priorities ? I am sure I edited it before, but now I can't figure out how to. 07:13 -!- btcbossae70 [b0a41fff@176.164.31.255] has joined #bitcoin-core-dev 07:15 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 07:16 < vasild> aha! trying to browse ....Priorities/_edit shows "You do not have permission to update this wiki.", this explains the lack of "edit" button. 07:22 -!- braydonf [~braydon@gateway/tor-sasl/braydonf] has quit [Remote host closed the connection] 07:22 -!- braydonf [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 07:32 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 07:40 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has quit [Ping timeout: 240 seconds] --- Log closed Tue Mar 02 07:44:27 2021 --- Log opened Tue Mar 02 07:44:27 2021 07:45 < jnewbery> #proposedmeetingtopic blocksonly mode and transaction relay 07:46 -!- bcf2c2w3 [5f5bd70a@ip5f5bd70a.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 08:03 -!- bcf2c2w3 [5f5bd70a@ip5f5bd70a.dynamic.kabel-deutschland.de] has quit [Quit: Connection closed] 08:03 -!- hex666 [b2a549f5@178.165.73.245] has joined #bitcoin-core-dev 08:03 -!- hex666 [b2a549f5@178.165.73.245] has quit [Client Quit] 08:05 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 08:06 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Client Quit] 08:08 -!- d [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 08:09 -!- d is now known as Guest96075 08:10 -!- jonatack [~jon@37.164.30.247] has joined #bitcoin-core-dev 08:12 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Ping timeout: 268 seconds] 08:13 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 08:13 -!- Guest96075 [~davterra@gateway/tor-sasl/tralfaz] has quit [Ping timeout: 268 seconds] 08:20 -!- stackingcore21_ [~stackingc@157.230.135.166] has quit [Remote host closed the connection] 08:20 -!- uasf [~uasf@2604:a880:2:d0::1bda:1001] has joined #bitcoin-core-dev 08:29 -!- uasf [~uasf@2604:a880:2:d0::1bda:1001] has quit [Remote host closed the connection] 08:29 -!- stackingcore21 [~stackingc@2604:a880:2:d0::1bda:1001] has joined #bitcoin-core-dev 08:30 -!- jungly [~jungly@host-79-18-187-190.retail.telecomitalia.it] has quit [Read error: Connection reset by peer] 08:31 -!- jungly [~jungly@host-79-18-187-190.retail.telecomitalia.it] has joined #bitcoin-core-dev 08:34 -!- Kiminuo [~Kiminuo@141.98.103.212] has quit [Ping timeout: 260 seconds] 08:39 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has joined #bitcoin-core-dev 08:39 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 08:41 -!- Kiminuo [~Kiminuo@141.98.103.148] has joined #bitcoin-core-dev 08:42 < vasild> woho! some more i2p peers have appeared: https://bpa.st/OXKQ 08:47 -!- elector_ is now known as elector 08:54 < jonatack> vasild: hehe, i've been cheerleading your merge and onboarding users these past few hours 08:54 < vasild> :) 08:56 < jonatack> vasild: i recognize 4 of those addresses but 3 are indeed new to me 08:59 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has joined #bitcoin-core-dev 09:00 -!- Kiminuo [~Kiminuo@141.98.103.148] has quit [Ping timeout: 240 seconds] 09:04 -!- btcbossae70 [b0a41fff@176.164.31.255] has quit [Quit: Connection closed] 09:08 -!- jonatack [~jon@37.164.30.247] has quit [Ping timeout: 260 seconds] 09:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:09 < bitcoin-git> [bitcoin] hebasto opened pull request #21339: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional (master...210302-signer) https://github.com/bitcoin/bitcoin/pull/21339 09:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:10 -!- jonatack [~jon@37.164.30.247] has joined #bitcoin-core-dev 09:18 -!- Kiminuo [~Kiminuo@141.98.103.148] has joined #bitcoin-core-dev 09:24 -!- asdlkfjwerpoicvx [~flack@p200300d46f1aca00f2a7be7f05be6145.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 09:24 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 09:25 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 09:26 -!- Mikey_5BFF [423c7cfa@66.60.124.250] has joined #bitcoin-core-dev 09:40 -!- asoltys [~root@s207-81-214-2.bc.hsia.telus.net] has quit [Ping timeout: 245 seconds] 09:48 -!- asoltys [~root@s207-81-214-2.bc.hsia.telus.net] has joined #bitcoin-core-dev 09:52 -!- TallTim_ [~TallTim@184-83-248-206-dynamic.midco.net] has joined #bitcoin-core-dev 09:52 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:53 -!- TallTim [~TallTim@184-83-248-206-dynamic.midco.net] has quit [Ping timeout: 258 seconds] 10:06 -!- Kiminuo [~Kiminuo@141.98.103.148] has quit [Ping timeout: 240 seconds] 10:07 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 10:07 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 10:07 -!- lightlike [~lightlike@p200300c7ef19540068eed5afea095ef2.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 10:10 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 10:10 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Client Quit] 10:16 < wumpus> vasild: wiki write access was restricted to repository members, i'll give you access 10:17 < Talkless> kinda offotpic, but what's up with double-# in irc channel names? 10:18 < Talkless> ##taproot-activation, ##uasf 10:19 < hebasto> Talkless: ##bitcoin-core-gui is for developers interested in https://github.com/bitcoin-core/gui 10:20 < sipa> # is for official channels (which can be registered through freenode for actual projects etc), ## is for whatever channels 10:20 < Talkless> TIL, thanks sipa 10:20 < Talkless> cool hebasto, will auto-join 10:21 < hebasto> Talkless: welcome :) 10:21 -!- TallTim_ [~TallTim@184-83-248-206-dynamic.midco.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 10:21 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 10:22 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:27 < bitcoin-git> [bitcoin] glozow closed pull request #21146: validation/coins: limit MemPoolAccept access to coins cache + make it responsible for uncaching (master...2021-02-coinsviews) https://github.com/bitcoin/bitcoin/pull/21146 10:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:28 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 10:35 -!- Kiminuo [~Kiminuo@141.98.103.148] has joined #bitcoin-core-dev 10:39 -!- TallTim [~TallTim@184-83-248-206-dynamic.midco.net] has joined #bitcoin-core-dev 10:41 -!- whatever [50390e8e@g14142.upc-g.chello.nl] has joined #bitcoin-core-dev 10:42 -!- whatever is now known as Guest95662 10:44 -!- whatever999 [50390e8e@g14142.upc-g.chello.nl] has joined #bitcoin-core-dev 10:46 -!- stortz [b1982408@177.152.36.8] has joined #bitcoin-core-dev 10:46 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 10:49 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 276 seconds] 10:52 -!- d [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 10:53 -!- d is now known as Guest63589 10:53 -!- taproot_observer [5f5bd70a@ip5f5bd70a.dynamic.kabel-deutschland.de] has joined #bitcoin-core-dev 10:53 -!- taproot_observer [5f5bd70a@ip5f5bd70a.dynamic.kabel-deutschland.de] has quit [Client Quit] 10:54 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Ping timeout: 268 seconds] 11:05 -!- Guest63589 is now known as davterra 11:05 -!- btcbossae [b0a41fff@176.164.31.255] has joined #bitcoin-core-dev 11:07 -!- jungly [~jungly@host-79-18-187-190.retail.telecomitalia.it] has quit [Ping timeout: 260 seconds] 11:18 -!- proofofkeags [~proofofke@205.209.24.233] has joined #bitcoin-core-dev 11:25 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has quit [Ping timeout: 245 seconds] 11:27 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has joined #bitcoin-core-dev 11:33 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 11:33 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has quit [Ping timeout: 240 seconds] 11:34 -!- stackingcore21 [~stackingc@2604:a880:2:d0::1bda:1001] has quit [Remote host closed the connection] 11:34 -!- temp345903485 [9a15d844@154.21.216.68] has joined #bitcoin-core-dev 11:34 -!- uasf [~uasf@2604:a880:2:d0::1bda:1001] has joined #bitcoin-core-dev 11:35 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has joined #bitcoin-core-dev 11:38 -!- pinheadmz [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has quit [Ping timeout: 265 seconds] 11:38 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 11:39 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 11:43 -!- jungly [~jungly@host-79-18-187-190.retail.telecomitalia.it] has joined #bitcoin-core-dev 11:44 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 268 seconds] 11:51 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 11:52 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 11:53 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 11:54 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has joined #bitcoin-core-dev 11:54 -!- nilsment [~nilsment@dynamic-002-247-243-253.2.247.pool.telefonica.de] has quit [Read error: Connection reset by peer] 11:54 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has quit [Quit: Leaving] 11:56 -!- Mikey_5BFF [423c7cfa@66.60.124.250] has quit [Quit: Connection closed] 12:02 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 12:02 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [] 12:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:03 < bitcoin-git> [bitcoin] ivanacostarubio opened pull request #21341: build: removing xcrun from darwin build (master...removing_xcrum) https://github.com/bitcoin/bitcoin/pull/21341 12:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:04 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 12:06 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:06 < bitcoin-git> [bitcoin] ivanacostarubio closed pull request #21308: build: removing xcrun from darwin build (master...issue18959) https://github.com/bitcoin/bitcoin/pull/21308 12:06 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:08 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:14 -!- landakram [~mark@c-73-162-172-86.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 12:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:18 < bitcoin-git> [bitcoin] hebasto opened pull request #21342: doc: Remove outdated comment (master...210302-autogen) https://github.com/bitcoin/bitcoin/pull/21342 12:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:29 -!- whatever999 [50390e8e@g14142.upc-g.chello.nl] has quit [Quit: Connection closed] 12:29 -!- realname192 [~real@37.163.139.21] has joined #bitcoin-core-dev 12:30 -!- realname192 [~real@37.163.139.21] has quit [Client Quit] 12:39 -!- btcbossae [b0a41fff@176.164.31.255] has quit [Quit: Connection closed] 12:46 -!- promag_ [~promag@188.250.84.129] has quit [Ping timeout: 264 seconds] 12:48 -!- Kimi [~Kiminuo@2a00:1028:8d1a:5d1a:1b:86e:7a2c:d5b1] has joined #bitcoin-core-dev 12:50 -!- Guest95662 [50390e8e@g14142.upc-g.chello.nl] has quit [Quit: Connection closed] 12:51 -!- Kiminuo [~Kiminuo@141.98.103.148] has quit [Ping timeout: 245 seconds] 12:53 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 12:54 -!- promag_ [~promag@188.250.84.129] has joined #bitcoin-core-dev 12:54 -!- promag [~promag@188.250.84.129] has quit [Read error: Connection reset by peer] 12:54 -!- jungly [~jungly@host-79-18-187-190.retail.telecomitalia.it] has quit [Ping timeout: 260 seconds] 12:56 -!- proofofkeags [~proofofke@205.209.24.233] has quit [Quit: Leaving] 12:57 -!- doitux|mob [~doitux|mo@195.140.213.38] has quit [Remote host closed the connection] 12:59 -!- ghost1 [~ghost1@c-73-245-52-228.hsd1.fl.comcast.net] has quit [Quit: ghost1] 13:00 -!- ghost1 [~ghost1@c-73-245-52-228.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 13:04 -!- jungly [~jungly@host-79-18-187-190.retail.telecomitalia.it] has joined #bitcoin-core-dev 13:04 -!- ghost1 [~ghost1@c-73-245-52-228.hsd1.fl.comcast.net] has quit [Client Quit] 13:05 -!- Landryl0 [~Landryl@ns528256.ip-192-99-10.net] has joined #bitcoin-core-dev 13:06 -!- hadjiszs [~yourname@ns348042.ip-5-39-92.eu] has quit [Ping timeout: 256 seconds] 13:06 -!- Nebraskka [~Nebraskka@51.83.249.56] has quit [Ping timeout: 256 seconds] 13:06 -!- hadjiszs [~yourname@ns348042.ip-5-39-92.eu] has joined #bitcoin-core-dev 13:06 -!- Nebraskka [~Nebraskka@51.83.249.56] has joined #bitcoin-core-dev 13:06 -!- Landryl [~Landryl@ns528256.ip-192-99-10.net] has quit [Ping timeout: 256 seconds] 13:06 -!- Landryl0 is now known as Landryl 13:06 -!- justinmoon [~quassel@157.245.122.126] has quit [Read error: Connection reset by peer] 13:07 -!- justinmoon [~quassel@157.245.122.126] has joined #bitcoin-core-dev 13:08 -!- d [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 13:09 -!- d [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 13:11 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Ping timeout: 268 seconds] 13:23 -!- stortz [b1982408@177.152.36.8] has quit [Quit: Connection closed] 13:24 -!- stortz [b1982408@177.152.36.8] has joined #bitcoin-core-dev 13:26 -!- proofofkeags [~proofofke@205.209.24.233] has joined #bitcoin-core-dev 13:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:27 < bitcoin-git> [bitcoin] jarolrod opened pull request #21343: doc: revamp macOS build doc (master...macos-build-docs) https://github.com/bitcoin/bitcoin/pull/21343 13:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:39 -!- proofofkeags [~proofofke@205.209.24.233] has quit [Quit: Leaving] 13:42 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:54 -!- b10c_ [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has quit [Quit: leaving] 13:54 -!- b10c [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has joined #bitcoin-core-dev 13:57 -!- guest23024084 [ad441c94@pool-173-68-28-148.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 14:04 -!- ghost1 [~ghost1@c-73-245-52-228.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 14:16 -!- b10c [~b10c@2a01:4f8:192:612a:216:3eff:fef3:dc6a] has quit [Quit: leaving] 14:29 -!- b10c [~b10c@static.55.136.76.144.clients.your-server.de] has joined #bitcoin-core-dev 14:35 -!- ukboi [~ukboi@139.28.218.148] has joined #bitcoin-core-dev 14:35 -!- b10c [~b10c@static.55.136.76.144.clients.your-server.de] has quit [Quit: ZNC 1.8.1 - https://znc.in] 14:35 -!- b10c [~b10c@static.55.136.76.144.clients.your-server.de] has joined #bitcoin-core-dev 14:37 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 14:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:37 < bitcoin-git> [bitcoin] hebasto opened pull request #21344: build: Fix libbitcoinconsensus cross-compiling for Windows with DEBUG=1 (master...210302-debug) https://github.com/bitcoin/bitcoin/pull/21344 14:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:44 -!- promag_ [~promag@188.250.84.129] has quit [Remote host closed the connection] 14:49 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 14:52 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Quit: Leaving] 14:55 -!- jungly [~jungly@host-79-18-187-190.retail.telecomitalia.it] has quit [Ping timeout: 245 seconds] 15:05 -!- stortz [b1982408@177.152.36.8] has quit [Quit: Connection closed] 15:13 -!- jonatack [~jon@37.164.30.247] has quit [Ping timeout: 276 seconds] 15:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:21 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b9f41df1ead4...0b294c0ba84f 15:21 < bitcoin-git> bitcoin/master f1f63ac Hennadii Stepanov: doc: Remove outdated comment 15:21 < bitcoin-git> bitcoin/master 0b294c0 fanquake: Merge #21342: doc: Remove outdated comment 15:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:21 < bitcoin-git> [bitcoin] fanquake merged pull request #21342: doc: Remove outdated comment (master...210302-autogen) https://github.com/bitcoin/bitcoin/pull/21342 15:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:35 -!- cornfeedhobo [~cornfeedh@unaffiliated/cornfeed] has quit [Quit: ZNC - https://znc.in] 15:36 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 15:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:37 < bitcoin-git> [bitcoin] mzumsande opened pull request #21345: test: bring p2p_leak.py up to date (master...202103_p2p_leak) https://github.com/bitcoin/bitcoin/pull/21345 15:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:45 -!- lightlike [~lightlike@p200300c7ef19540068eed5afea095ef2.dip0.t-ipconnect.de] has quit [Quit: Leaving] 15:49 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 264 seconds] 15:50 -!- cornfeedhobo [~cornfeedh@unaffiliated/cornfeed] has joined #bitcoin-core-dev 16:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:08 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0b294c0ba84f...0459e7abbac5 16:08 < bitcoin-git> bitcoin/master 35da623 Hennadii Stepanov: Make .gitignore ignore src/test/fuzz/fuzz.exe 16:08 < bitcoin-git> bitcoin/master 0459e7a fanquake: Merge #21336: Make .gitignore ignore src/test/fuzz/fuzz.exe 16:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:08 < bitcoin-git> [bitcoin] fanquake merged pull request #21336: Make .gitignore ignore src/test/fuzz/fuzz.exe (master...210302-ignore) https://github.com/bitcoin/bitcoin/pull/21336 16:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:15 -!- rearden [~rearden@2600:380:4436:2b92:ca21:58ff:feb5:7e5d] has joined #bitcoin-core-dev 16:16 -!- elector [~elector@gateway/tor-sasl/elector] has quit [Ping timeout: 268 seconds] 16:16 -!- rearden [~rearden@2600:380:4436:2b92:ca21:58ff:feb5:7e5d] has quit [Client Quit] 16:18 -!- vdero133[m] [vdero133ma@gateway/shell/matrix.org/x-rhqiropytnaniwee] has quit [Ping timeout: 244 seconds] 16:19 -!- vdero133[m] [vdero133ma@gateway/shell/matrix.org/x-aocifqbibvwysmuu] has joined #bitcoin-core-dev 16:19 -!- elector [~elector@gateway/tor-sasl/elector] has joined #bitcoin-core-dev 16:43 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 268 seconds] 16:46 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 16:47 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 16:50 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 17:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:08 < bitcoin-git> [gui] luke-jr opened pull request #236: Bugfix: GUI: Allow the user to start anyway when loading a wallet errors (master...gui_init_walleterror_cont) https://github.com/bitcoin-core/gui/pull/236 17:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:10 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 245 seconds] 17:10 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 17:17 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 17:39 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev 17:45 -!- guest23024084 [ad441c94@pool-173-68-28-148.nycmny.fios.verizon.net] has quit [Quit: Connection closed] 17:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:58 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0459e7abbac5...3a8fc51a560b 17:58 < bitcoin-git> bitcoin/master 9086e0d fanquake: build: set Unicode true for NSIS installer 17:58 < bitcoin-git> bitcoin/master 3a8fc51 fanquake: Merge #21333: build: set Unicode true for NSIS installer 17:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:58 < bitcoin-git> [bitcoin] fanquake merged pull request #21333: build: set Unicode true for NSIS installer (master...windows_unicode) https://github.com/bitcoin/bitcoin/pull/21333 17:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:58 -!- iduno8912 [~user1@45.133.182.244] has left #bitcoin-core-dev [] 18:01 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 18:04 -!- comboy_ [~quassel@tesuji.pl] has quit [Ping timeout: 260 seconds] 18:04 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 268 seconds] 18:15 -!- comboy [~quassel@tesuji.pl] has joined #bitcoin-core-dev 18:18 -!- landakram [~mark@c-73-162-172-86.hsd1.ca.comcast.net] has quit [Ping timeout: 260 seconds] 18:25 -!- rex4539_ [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 18:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:28 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 268 seconds] 18:30 -!- Netsplit *.net <-> *.split quits: mariorz, wallet42____ 18:30 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 18:32 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 265 seconds] 18:33 -!- Netsplit over, joins: wallet42____, mariorz 18:34 -!- takinbo [~takinbo@unaffiliated/takinbo] has quit [Ping timeout: 260 seconds] 18:34 -!- dhruvm [~dhruv@165.227.49.220] has quit [Remote host closed the connection] 18:37 -!- dhruvm [~dhruv@165.227.49.220] has joined #bitcoin-core-dev 18:44 -!- takinbo [~takinbo@unaffiliated/takinbo] has joined #bitcoin-core-dev 18:45 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 18:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:55 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3a8fc51a560b...4f223e93e9c0 18:55 < bitcoin-git> bitcoin/master 9fef209 Hennadii Stepanov: build, refactor: Fix indentation for if..then..fi 18:55 < bitcoin-git> bitcoin/master a412813 Hennadii Stepanov: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional 18:55 < bitcoin-git> bitcoin/master 4f223e9 fanquake: Merge #21339: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) uncondi... 18:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:55 < bitcoin-git> [bitcoin] fanquake merged pull request #21339: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional (master...210302-signer) https://github.com/bitcoin/bitcoin/pull/21339 18:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 19:00 -!- kvaciral [~kvaciral@212.8.251.11] has quit [Ping timeout: 240 seconds] 19:01 -!- kvaciral [~kvaciral@212.8.251.11] has joined #bitcoin-core-dev 19:32 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Remote host closed the connection] 19:32 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 19:37 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 19:40 -!- rex4539_ [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 268 seconds] 19:53 -!- Curious3636 [4eb3afa1@gateway/web/thelounge/ip.78.179.175.161] has joined #bitcoin-core-dev 19:54 -!- Curious3636 [4eb3afa1@gateway/web/thelounge/ip.78.179.175.161] has left #bitcoin-core-dev [] 20:00 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 20:01 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 20:04 -!- az0re [~az0re@gateway/tor-sasl/az0re] has quit [Ping timeout: 268 seconds] 20:05 -!- Murch [murch@gateway/shell/hashbang/x-vmabeawmbexmblgo] has quit [Ping timeout: 272 seconds] 20:05 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 20:07 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 268 seconds] 20:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:09 < bitcoin-git> [bitcoin] fanquake opened pull request #21346: doc: install qt5 when building on macOS (master...explicit_qt5) https://github.com/bitcoin/bitcoin/pull/21346 20:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:11 < fanquake> maybe we can update that fast enough that we wont see a single qt6 related problem 20:16 -!- Murch [~murch@gateway/shell/hashbang/x-wlcswajepjogalnc] has joined #bitcoin-core-dev 20:22 -!- az0re [~az0re@gateway/tor-sasl/az0re] has joined #bitcoin-core-dev 20:45 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 20:46 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-dev 20:46 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 20:46 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 20:56 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 21:29 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 21:37 -!- d [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 21:37 -!- d is now known as davterra 21:53 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Quit: Leaving] 21:58 -!- jungly [~jungly@host-95-235-238-177.retail.telecomitalia.it] has joined #bitcoin-core-dev 22:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 268 seconds] 22:41 -!- ukboi [~ukboi@139.28.218.148] has quit [Remote host closed the connection] 22:52 -!- jungly [~jungly@host-95-235-238-177.retail.telecomitalia.it] has quit [Ping timeout: 245 seconds] 22:57 -!- beng-nl1 [~beng-nl@217.146.82.202] has joined #bitcoin-core-dev 23:02 -!- landakram [~mark@c-73-162-172-86.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 23:24 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 256 seconds] 23:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 23:30 -!- rc_423_ [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 23:30 -!- jungly [~jungly@host-95-235-238-177.retail.telecomitalia.it] has joined #bitcoin-core-dev 23:31 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Ping timeout: 245 seconds] 23:37 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 23:38 -!- jungly [~jungly@host-95-235-238-177.retail.telecomitalia.it] has quit [Ping timeout: 256 seconds] 23:38 -!- Kimi [~Kiminuo@2a00:1028:8d1a:5d1a:1b:86e:7a2c:d5b1] has quit [Read error: Connection reset by peer] 23:42 -!- jungly [~jungly@host-95-235-238-177.retail.telecomitalia.it] has joined #bitcoin-core-dev 23:42 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 23:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:48 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f223e93e9c0...fca3e98f64f0 23:48 < bitcoin-git> bitcoin/master 76f52e3 Hennadii Stepanov: build: Fix Qt processing of configure script for depends with DEBUG=1 23:48 < bitcoin-git> bitcoin/master fca3e98 fanquake: Merge #18298: build: Fix Qt processing of configure script for depends wit... 23:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:49 < bitcoin-git> [bitcoin] fanquake merged pull request #18298: build: Fix Qt processing of configure script for depends with DEBUG=1 (master...20200309-depends-debug) https://github.com/bitcoin/bitcoin/pull/18298 23:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:54 -!- S3RK_ [~S3RK@213.55.241.111] has joined #bitcoin-core-dev 23:57 -!- S3RK [~S3RK@213.55.241.111] has quit [Ping timeout: 246 seconds] 23:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 264 seconds] --- Log closed Wed Mar 03 00:00:45 2021