--- Log opened Wed Feb 02 00:00:47 2022 00:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:09 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/02e1d8d06f2d...a41976ab770d 00:09 < bitcoin-git> bitcoin/master 11b9684 Sebastian Falbesoner: test: use MiniWallet for rest_interface.py 00:09 < bitcoin-git> bitcoin/master 438e6f4 Sebastian Falbesoner: test: speedup interface_rest.py by whitelisting peers (immediate tx relay)... 00:09 < bitcoin-git> bitcoin/master a41976a MarcoFalke: Merge bitcoin/bitcoin#24223: test: use MiniWallet for interface_rest.py 00:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:10 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #24223: test: use MiniWallet for interface_rest.py (master...202201-test-use_MiniWallet_for_interface_rest) https://github.com/bitcoin/bitcoin/pull/24223 00:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:29 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 00:29 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 260 seconds] 00:31 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:34 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 252 seconds] 00:41 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 00:41 -!- An0rak [An0rak@user/an0rak] has quit [] 00:46 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 01:04 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 01:06 -!- jespada [~jespada@87.74.36.188] has quit [Ping timeout: 256 seconds] 01:07 -!- jespada [~jespada@87.74.36.188] has joined #bitcoin-core-dev 01:09 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 260 seconds] 01:18 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 01:25 -!- ZeroMaster [~webirc@95-42-105-42.ip.btc-net.bg] has quit [Ping timeout: 260 seconds] 01:39 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 01:53 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 01:57 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 245 seconds] 02:00 -!- kouloumos [uid539228@id-539228.tinside.irccloud.com] has joined #bitcoin-core-dev 02:03 -!- Nebraskka_ [~Nebraskka@user/nebraskka] has joined #bitcoin-core-dev 02:04 -!- Nebraskka [~Nebraskka@user/nebraskka] has quit [Ping timeout: 268 seconds] 02:05 -!- kexkey [~kexkey@static-198-54-132-106.cust.tzulo.com] has quit [Ping timeout: 256 seconds] 02:05 -!- kexkey [~kexkey@static-198-54-132-138.cust.tzulo.com] has joined #bitcoin-core-dev 02:07 -!- realies [~realies@user/realies] has quit [Quit: Ping timeout (120 seconds)] 02:07 -!- realies [~realies@user/realies] has joined #bitcoin-core-dev 02:08 -!- Nebraskka_ is now known as Nebraskka 02:38 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 02:40 -!- jarthur [~jarthur@2603-8080-1540-002d-d8f8-04a8-a351-e8cb.res6.spectrum.com] has quit [Quit: jarthur] 02:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:45 < bitcoin-git> [bitcoin] vasild opened pull request #24235: validation: use stronger EXCLUSIVE_LOCKS_REQUIRED() (master...followup_to_24103) https://github.com/bitcoin/bitcoin/pull/24235 02:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:47 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 02:51 < hebasto> vasild: was working on the same -- you're first :) 02:51 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 252 seconds] 02:52 < vasild> ah :( 02:52 -!- jesseposner_ [~jesse@c-24-5-105-39.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 02:52 < vasild> double work 02:52 < hebasto> np :) 02:52 < vasild> at least now it should be easy/quick for you to review :) 02:52 < hebasto> exactly! 02:53 -!- jesseposner [~jesse@user/jesseposner] has quit [Ping timeout: 250 seconds] 02:53 < vasild> I think that now with these EXCLUSIVE_LOCKS_REQUIRED(!...) a recursion cannot happen (it will result in compilation error) 02:54 < hebasto> it also impossible now -- it will fail during _run_ time 02:56 < vasild> yeah, now it will crash at runtime if compiled with DEBUG_LOCKORDER 02:56 < vasild> but if we don't cover all paths in tests, it could be that tests are green and sometimes bitcoind crashes due to that while users run it 03:00 < hebasto> right 03:12 -!- danchoxyz [~danchoxyz@213.196.96.242] has joined #bitcoin-core-dev 03:14 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Quit: Leaving...] 03:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:14 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #24236: Remove utxo db upgrade code (master...2202-txdbNoUpgrade) https://github.com/bitcoin/bitcoin/pull/24236 03:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:16 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 03:43 -!- danchoxyz [~danchoxyz@213.196.96.242] has quit [Quit: Client closed] 03:59 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 04:01 -!- peter29 [~peter@197.210.8.97] has joined #bitcoin-core-dev 04:03 -!- MatanHamilis [uid502224@id-502224.tinside.irccloud.com] has quit [Quit: Connection closed for inactivity] 04:14 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 276 seconds] 04:21 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 04:32 -!- peter29 [~peter@197.210.8.97] has quit [Ping timeout: 252 seconds] 05:08 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Remote host closed the connection] 05:09 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 05:09 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:12 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 05:13 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:18 -!- jespada [~jespada@87.74.36.188] has quit [Ping timeout: 256 seconds] 05:19 < sipa> @vasild Do you plan to mail the list about the plan to move away from default ports? 05:19 < vasild> sipa: that is already done: https://github.com/bitcoin/bitcoin/pull/23542#issuecomment-1025964509 05:20 -!- jespada [~jespada@87.74.36.188] has joined #bitcoin-core-dev 05:21 < vasild> prayank23 sent an email 05:21 < vasild> I wonder if it would cause confusion that this is about on which port to listen. So far no replies for 2 days. 05:22 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Remote host closed the connection] 05:24 -!- dunxen [~dunxen@gateway/tor-sasl/dunxen] has joined #bitcoin-core-dev 05:27 < sipa> Yeah, may want to follow up. 05:28 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 05:37 -!- mikehu44 [~quassel@159.65.11.175] has quit [Quit: No Ping reply in 180 seconds.] 05:39 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 06:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:02 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a41976ab770d...219d728fcbde 06:02 < bitcoin-git> bitcoin/master fa04187 MarcoFalke: Fix implicit-integer-sign-change in bloom 06:02 < bitcoin-git> bitcoin/master fad84a2 MarcoFalke: refactor: Fixup uint64_t-cast style in touched line 06:02 < bitcoin-git> bitcoin/master 219d728 MarcoFalke: Merge bitcoin/bitcoin#24219: Fix implicit-integer-sign-change in bloom 06:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:02 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #24219: Fix implicit-integer-sign-change in bloom (master...2201-bloomInt) https://github.com/bitcoin/bitcoin/pull/24219 06:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:07 < stickies-v> Would anyone be able to restart the CI on #24098 please? Getting "Unable to connect to archive.ubuntu.com:80" on a few tests, but it seems to be a one-off as other recent pushes don't seem to be affected. 06:07 <@gribble> https://github.com/bitcoin/bitcoin/issues/24098 | rest: Use query parameters to control resource loading by stickies-v · Pull Request #24098 · bitcoin/bitcoin · GitHub 06:23 -!- realies [~realies@user/realies] has quit [Read error: Connection reset by peer] 06:25 -!- realies [~realies@user/realies] has joined #bitcoin-core-dev 06:25 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Remote host closed the connection] 06:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:32 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #24237: test: Avoid testing negative block heights (master...2202-intHeight) https://github.com/bitcoin/bitcoin/pull/24237 06:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:42 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 06:42 < laanwj> stickies-v: done 06:46 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 250 seconds] 06:50 < jamesob> is there any reason not to use `.at()` in lieu of `[]`-style indexing into vectors? I've come across some UB as a result of using the latter and, in addition to bounds-checking beforehand, think I should probably change the original code to use .at(). Does that sound right? 06:51 -!- kexkey [~kexkey@static-198-54-132-138.cust.tzulo.com] has quit [Ping timeout: 256 seconds] 06:52 < sipa> the obvious reason is that at is slowrr 06:52 -!- kexkey [~kexkey@static-198-54-132-170.cust.tzulo.com] has joined #bitcoin-core-dev 06:53 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 245 seconds] 06:55 -!- in3rsha [~in3rsha@185.204.1.209] has joined #bitcoin-core-dev 06:58 < laanwj> if you do bounds checking beforehand you shouldn't need it in the lookup itself, AFAIK c++ compilers can't generally reason that the bounds checking isn't necessary and remove it 07:00 < laanwj> also at() will throw an exception when the index is out of bounds; this does need to be handled, and documented, we don't use exceptions regularly for error handling in this project, let alone "programmer error" level bugs 07:01 < jamesob> yeah makes sense. Was just annoying to track down silent failures during functional test runs 07:02 < jamesob> (for whatever reason the UB failure in this case wasn't loud) 07:03 < laanwj> i... wouldn't be surprised if there's still places left where exceptions are silently swallowed too 07:04 < lightlike> wouldn't sanitizers catch this if enabled? 07:04 < laanwj> the valgrind CI run should at least turn up out of bounds accesses generally 07:04 < laanwj> yes 07:05 -!- mikehu44 [~quassel@159.65.11.175] has quit [Quit: No Ping reply in 180 seconds.] 07:07 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 07:15 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 07:19 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 252 seconds] 07:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:20 < bitcoin-git> [bitcoin] theStack opened pull request #24238: random: use arc4random on OpenBSD (master...202202-random-use_arc4random_on_OpenBSD) https://github.com/bitcoin/bitcoin/pull/24238 07:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:22 -!- mikehu44 [~quassel@159.65.11.175] has quit [Ping timeout: 252 seconds] 07:23 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 07:42 -!- baldur [~baldur@71.183.150.231] has quit [Ping timeout: 256 seconds] 07:43 -!- inersha [~in3rsha@185.204.1.225] has joined #bitcoin-core-dev 07:46 -!- in3rsha [~in3rsha@185.204.1.209] has quit [Ping timeout: 256 seconds] 07:50 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 07:54 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 250 seconds] 07:55 -!- baldur [~baldur@71.183.150.231] has joined #bitcoin-core-dev 07:55 -!- sudoforge [~sudoforge@wireguard/tunneler/sudoforge] has joined #bitcoin-core-dev 07:57 -!- ZeroMaster [~webirc@95-42-105-42.ip.btc-net.bg] has joined #bitcoin-core-dev 08:07 -!- sha [~sha@cpe-98-14-66-91.nyc.res.rr.com] has joined #bitcoin-core-dev 08:07 -!- sha is now known as Guest3637 08:18 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 08:32 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 08:37 -!- mikehu44 [~quassel@159.65.11.175] has quit [Ping timeout: 252 seconds] 08:38 < MarcoFalke> jamesob: In unit test, fuzz tests and the rpc methods, you can certainly use .at() over [] without any downside 08:38 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 08:39 < MarcoFalke> In validation code probably not, since you want to crash the node, not throw (and catch) an exception 08:39 < MarcoFalke> An assert might be better there 08:40 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Remote host closed the connection] 08:40 < MarcoFalke> For all other code, it is probably a case-by-case decision on what to do 08:44 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 08:55 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 276 seconds] 08:55 -!- salvatoshi [~salvatosh@lfbn-idf3-1-709-208.w86-252.abo.wanadoo.fr] has joined #bitcoin-core-dev 09:00 -!- Guest3637 is now known as Sha256 09:01 -!- Sha256 is now known as mninja 09:02 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 09:06 -!- javed [~javed@103.176.140.6] has joined #bitcoin-core-dev 09:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:11 < bitcoin-git> [bitcoin] mzumsande opened pull request #24239: test: fix ceildiv division by using integers (master...202201_test_ceilingfix) https://github.com/bitcoin/bitcoin/pull/24239 09:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:13 < cfields> does "make -C depends download MULTIPROCESS=1" work for anyone? Looks to me like there's an issue with the urls capnp descriptor. 09:15 -!- random_man [~random_ma@14.139.38.125] has joined #bitcoin-core-dev 09:17 -!- jesseposner_ [~jesse@c-24-5-105-39.hsd1.ca.comcast.net] has quit [Quit: Textual IRC Client: www.textualapp.com] 09:17 -!- jesseposner [~jesse@user/jesseposner] has joined #bitcoin-core-dev 09:18 < MarcoFalke> cfields: It fetches the wrong file *cxx* as opposed to *c++* 09:18 < MarcoFalke> Doesn't seem to happen with "make" (compile) 09:18 < MarcoFalke> Maybe file an issue? 09:19 < cfields> MarcoFalke: right, seems download_path and download_file are reversed. 09:19 < cfields> I can pr a fix, just wanted to confirm. I guess it never worked? 09:19 < MarcoFalke> It does work when compiling 09:19 < MarcoFalke> There is a CI task that compiles 09:20 < cfields> hmm, wonder how. 09:20 < cfields> will keep poking, thanks. 09:20 < MarcoFalke> I could reproduce the "make download MULTIPROCESS=1" issue, btw 09:21 < cfields> ok, thanks. I wonder if maybe at some point they hosted a "cxx" file as well, so it just happened to work. 09:22 -!- salvatoshi [~salvatosh@lfbn-idf3-1-709-208.w86-252.abo.wanadoo.fr] has quit [Ping timeout: 250 seconds] 09:30 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has joined #bitcoin-core-dev 09:34 < cfields> MarcoFalke: huh, you're right, it tries to grab different urls for build and download. something's buggy in the logic there. i will investigate. 09:34 < cfields> or there's some difference, anyway. 09:35 -!- random_man [~random_ma@14.139.38.125] has quit [Ping timeout: 256 seconds] 09:47 < cfields> aha, found the real issue. PR'ing. 09:47 < MarcoFalke> :eyes: 09:47 < cfields> thanks for the help MarcoFalke 09:47 < MarcoFalke> heh, sure. I didn't really do anything 09:53 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 09:56 -!- mikehu44 [~quassel@159.65.11.175] has quit [Quit: No Ping reply in 180 seconds.] 09:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:56 < bitcoin-git> [bitcoin] theuni opened pull request #24240: depends: fix capnp's descriptor for make download (master...fix-capnp-fetch) https://github.com/bitcoin/bitcoin/pull/24240 09:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:58 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has quit [Quit: Leaving] 09:58 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 09:58 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 10:02 -!- mikehu44 [~quassel@159.65.11.175] has quit [Client Quit] 10:03 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 10:03 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 10:03 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 10:08 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 10:09 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 10:15 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 10:16 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 10:17 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Remote host closed the connection] 10:17 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 10:21 -!- jarthur [~jarthur@2603-8080-1540-002d-a0a5-0adf-492c-b73b.res6.spectrum.com] has joined #bitcoin-core-dev 10:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:25 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/219d728fcbde...56a0fbf83653 10:25 < bitcoin-git> bitcoin/master 148b33c Hennadii Stepanov: build: Replace `which` command with `command -v` 10:25 < bitcoin-git> bitcoin/master 56a0fbf laanwj: Merge bitcoin/bitcoin#24156: build: Replace `which` command with `command ... 10:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:25 < bitcoin-git> [bitcoin] laanwj merged pull request #24156: build: Replace `which` command with `command -v` (master...220125-which) https://github.com/bitcoin/bitcoin/pull/24156 10:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:38 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 10:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:38 < bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/56a0fbf83653...df669230cf20 10:38 < bitcoin-git> bitcoin/master e533242 Jon Atack: p2p, contrib: add cjdns hardcoded seeds 10:38 < bitcoin-git> bitcoin/master bcc5676 Jon Atack: p2p, contrib: update i2p hardcoded seeds 10:38 < bitcoin-git> bitcoin/master df66923 laanwj: Merge bitcoin/bitcoin#24166: p2p, contrib: add cjdns hardcoded seeds and u... 10:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:39 < bitcoin-git> [bitcoin] laanwj merged pull request #24166: p2p, contrib: add cjdns hardcoded seeds and update the i2p seeds (master...update-hardcoded-seeds) https://github.com/bitcoin/bitcoin/pull/24166 10:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:50 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 11:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:01 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df669230cf20...c545a7aeb1d5 11:01 < bitcoin-git> bitcoin/master ae9175f fanquake: build: add FreeBSD support to depends 11:01 < bitcoin-git> bitcoin/master c545a7a laanwj: Merge bitcoin/bitcoin#23948: build: add support for FreeBSD to depends 11:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:01 < bitcoin-git> [bitcoin] laanwj merged pull request #23948: build: add support for FreeBSD to depends (master...depends_support_freebsd) https://github.com/bitcoin/bitcoin/pull/23948 11:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:06 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Remote host closed the connection] 11:21 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has joined #bitcoin-core-dev 11:22 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 11:23 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 11:31 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Remote host closed the connection] 11:31 -!- mikehu44 [~quassel@159.65.11.175] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 11:47 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 12:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:00 < bitcoin-git> [bitcoin] jarolrod opened pull request #24241: doc: cleanup doc on need of Developer Account to obtain macOS SDK (master...macdeploy-readme-cleanups) https://github.com/bitcoin/bitcoin/pull/24241 12:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:04 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:07 -!- jarthur [~jarthur@2603-8080-1540-002d-a0a5-0adf-492c-b73b.res6.spectrum.com] has quit [Quit: jarthur] 12:08 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has joined #bitcoin-core-dev 12:34 -!- javed [~javed@103.176.140.6] has quit [Quit: Client closed] 12:43 -!- goatpig [~goat@176-184-135-134.abo.bbox.fr] has quit [Remote host closed the connection] 12:43 -!- kexkey [~kexkey@static-198-54-132-170.cust.tzulo.com] has quit [Ping timeout: 256 seconds] 12:44 -!- kexkey [~kexkey@static-198-54-132-126.cust.tzulo.com] has joined #bitcoin-core-dev 12:45 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 12:45 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 12:46 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has joined #bitcoin-core-dev 12:47 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has quit [Client Quit] 12:48 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has joined #bitcoin-core-dev 12:52 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 250 seconds] 13:04 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has quit [Ping timeout: 240 seconds] 13:12 -!- Netsplit *.net <-> *.split quits: sgiath-, hebasto, paairs, Ara, sdaftuar, sipsorcery, bw, jarolrod, Evolver, lightlike, (+188 more, use /NETSPLIT to show all of them) 13:13 -!- Netsplit over, joins: achow101, hugohn, sandipndev, stick[m], sgiath-, panpan, Henry151, Victorsueca, roasbeef, Flow (+9 more) 13:13 -!- szkl [uid110435@uxbridge.irccloud.com] has joined #bitcoin-core-dev 13:13 -!- Netsplit over, joins: dongcarl, ZeroMaster, pinheadmz, nickler, S3RK, theStack_, Nebraskka, Guyver2, jespada, inersha (+1 more) 13:13 -!- Netsplit over, joins: uasf_, michaelfolkson, _aj_, takinbo, robertspigler, laanwj, jonatack, real_or_random, harding, lightningbot (+8 more) 13:14 -!- Netsplit over, joins: RubenSomsen, ajonas, glozow, jkczyz, blkncd, ademan[m], sanket_cell, dr-orlovsky, yakshaver, jrawsthorne (+25 more) 13:14 -!- Netsplit over, joins: @gribble, DeanGuss, dodo, warren, roconnor, tripleslash, jesseposner, nathanael, cold, gleb7454386 (+9 more) 13:14 -!- Netsplit over, joins: schmidty, willcl_ark, andytoshi, kcalvinalvin, stickies-v, bfsfhkacjzgcytf, raj, sipa, neha_, josibake (+5 more) 13:14 -!- Netsplit over, joins: cornfeedhobo, sipsorcery, hebasto, sebx2a, tralfaz, boxframes__, rottenstonks, BlueMatt, Common, adiabat (+14 more) 13:15 -!- Netsplit over, joins: ariard, kanzure, fjahr, _0x0ff, windsok, paairs, stick, jonasschnelli, merkle_noob[m], livestradamus (+11 more) 13:15 -!- remyers[m] [~richshind@2001:470:69fc:105::1:6f78] has quit [Ping timeout: 245 seconds] 13:15 -!- Netsplit over, joins: dunxen, geyaeb, ghost43, bairen, yanmaani, rex4539, SpellChecker, vasild, morcos 13:15 -!- Netsplit over, joins: grubman, stevenroose, sdaftuar 13:15 -!- Enki[m] [~enkimatri@2001:470:69fc:105::382c] has quit [Ping timeout: 240 seconds] 13:15 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has quit [Ping timeout: 240 seconds] 13:15 -!- ademan[m] [~ademanmat@2001:470:69fc:105::1:16db] has quit [Ping timeout: 240 seconds] 13:15 -!- kakolainen[m] [~kakolaine@2001:470:69fc:105::34f9] has quit [Ping timeout: 240 seconds] 13:15 -!- Netsplit over, joins: FelixWeis, notmandatory_, elichai2, mjdietzx, Evolver, dergoegge, rodarmor 13:15 -!- cotsuka [~cotsuka@user/cotsuka] has quit [Ping timeout: 240 seconds] 13:15 -!- Netsplit over, joins: Jackielove4u, ryanofsky, b10c, cfields, jamesob, fanquake, provoostenator, pigeons, rockhouse, johnzweng (+7 more) 13:15 -!- zoomoutpls[m] [~michafiat@2001:470:69fc:105::1:6fc7] has quit [Ping timeout: 245 seconds] 13:15 -!- kp[m] [~masteryod@2001:470:69fc:105::1:85a1] has quit [Ping timeout: 245 seconds] 13:15 -!- kvaciral[m] [~kvaciralx@2001:470:69fc:105::17b] has quit [Ping timeout: 245 seconds] 13:15 -!- knorrium[m] [~knorriumb@2001:470:69fc:105::1:56b8] has quit [Ping timeout: 250 seconds] 13:15 -!- willcl_ark [~willcl-ar@user/willcl-ark/x-8282106] has quit [Ping timeout: 240 seconds] 13:15 -!- sipa [~sipa@user/sipa] has quit [Ping timeout: 240 seconds] 13:15 -!- siv2r[m] [~siv2rmatr@2001:470:69fc:105::fed3] has quit [Ping timeout: 260 seconds] 13:15 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has quit [Ping timeout: 260 seconds] 13:15 -!- robertspigler [~robertspi@2001:470:69fc:105::2d53] has quit [Ping timeout: 252 seconds] 13:15 -!- vincenzopalazzo [~vincenzop@2001:470:69fc:105::a67] has quit [Ping timeout: 245 seconds] 13:15 -!- merkle_noob[m] [~merklenoo@2001:470:69fc:105::bad0] has quit [Ping timeout: 245 seconds] 13:15 -!- BlueMatt[m] [~bluemattm@2001:470:69fc:105::1:5092] has quit [Ping timeout: 240 seconds] 13:15 -!- stick[m] [~stickmatr@2001:470:69fc:105::98c] has quit [Ping timeout: 250 seconds] 13:16 -!- Murch [~murch@user/murch] has quit [Ping timeout: 260 seconds] 13:16 -!- szkl [uid110435@uxbridge.irccloud.com] has quit [Client Quit] 13:16 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 13:17 -!- uasf_ [~uasf@2604:a880:2:d0::1bda:1001] has quit [Remote host closed the connection] 13:17 -!- szkl [uid110435@uxbridge.irccloud.com] has joined #bitcoin-core-dev 13:19 -!- boxframes__ [~Saloframe@2607:9000:2000:15::a45d] has quit [Quit: Leaving] 13:23 -!- szkl [uid110435@uxbridge.irccloud.com] has quit [] 13:32 -!- sipa [~sipa@user/sipa] has joined #bitcoin-core-dev 13:32 -!- uasf [~uasf@2604:a880:2:d0::1bda:1001] has joined #bitcoin-core-dev 13:32 -!- remyers[m] [~richshind@2001:470:69fc:105::1:6f78] has joined #bitcoin-core-dev 13:32 -!- kvaciral[m] [~kvaciralx@2001:470:69fc:105::17b] has joined #bitcoin-core-dev 13:35 -!- bomb-on [~bomb-on@194.144.47.113] has joined #bitcoin-core-dev 13:45 -!- Guest13 [~Guest13@2a01:e0a:88b:2f90:5806:704b:411d:c462] has joined #bitcoin-core-dev 13:45 -!- Guest13 [~Guest13@2a01:e0a:88b:2f90:5806:704b:411d:c462] has quit [Client Quit] 13:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:46 < bitcoin-git> [bitcoin] hebasto closed pull request #24243: genius (master...master) https://github.com/bitcoin/bitcoin/pull/24243 13:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:48 -!- Guesty15 [~Guesty15@2a02:c7f:dc79:1700:d178:86a0:5c23:db82] has joined #bitcoin-core-dev 13:50 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 13:51 -!- Guesty15 [~Guesty15@2a02:c7f:dc79:1700:d178:86a0:5c23:db82] has left #bitcoin-core-dev [] 13:51 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Remote host closed the connection] 13:52 -!- kp[m] [~masteryod@2001:470:69fc:105::1:85a1] has joined #bitcoin-core-dev 13:53 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has joined #bitcoin-core-dev 13:53 -!- Murch [~murch@user/murch] has joined #bitcoin-core-dev 13:54 -!- knorrium[m] [~knorriumb@2001:470:69fc:105::1:56b8] has joined #bitcoin-core-dev 13:54 -!- phantomcircuit_ [~phantomci@2604:a880:1:20::f2:c001] has joined #bitcoin-core-dev 13:57 -!- phantomcircuit [~phantomci@192.241.205.97] has quit [Ping timeout: 240 seconds] 14:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:00 < bitcoin-git> [bitcoin] Amaranese opened pull request #24244: 0000.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/24244 14:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 14:01 < bitcoin-git> [bitcoin] hebasto closed pull request #24244: 0000.19 (master...0.19) https://github.com/bitcoin/bitcoin/pull/24244 14:01 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:06 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 14:11 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has quit [Ping timeout: 256 seconds] 14:14 -!- willcl_ark [~willcl-ar@2001:470:69fc:105::1:620a] has joined #bitcoin-core-dev 14:15 -!- robertspigler [~robertspi@2001:470:69fc:105::2d53] has joined #bitcoin-core-dev 14:15 -!- BlueMatt[m] [~bluemattm@2001:470:69fc:105::1:5092] has joined #bitcoin-core-dev 14:22 -!- cotsuka [~cotsuka@user/cotsuka] has joined #bitcoin-core-dev 14:23 -!- mninja [~sha@cpe-98-14-66-91.nyc.res.rr.com] has quit [Quit: Connection closed] 14:26 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:c98c:16e0:a06f:367a] has joined #bitcoin-core-dev 14:27 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te3w1r7ppltaav7.ipv6.telus.net] has quit [Remote host closed the connection] 14:28 -!- stick[m] [~stickmatr@2001:470:69fc:105::98c] has joined #bitcoin-core-dev 14:28 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te7f132jpeve0il.ipv6.telus.net] has joined #bitcoin-core-dev 14:30 -!- zoomoutpls[m] [~michafiat@2001:470:69fc:105::1:6fc7] has joined #bitcoin-core-dev 14:33 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te7f132jpeve0il.ipv6.telus.net] has quit [Ping timeout: 256 seconds] 14:39 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@2001:56a:7c7c:8800:f113:caef:4f7e:c11d] has joined #bitcoin-core-dev 14:40 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 14:41 -!- ademan[m] [~ademanmat@2001:470:69fc:105::1:16db] has joined #bitcoin-core-dev 14:41 -!- merkle_noob[m] [~merklenoo@2001:470:69fc:105::bad0] has joined #bitcoin-core-dev 14:41 -!- vincenzopalazzo [~vincenzop@2001:470:69fc:105::a67] has joined #bitcoin-core-dev 14:42 -!- kakolainen[m] [~kakolaine@2001:470:69fc:105::34f9] has joined #bitcoin-core-dev 14:43 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has joined #bitcoin-core-dev 14:47 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:49 -!- Enki[m] [~enkimatri@2001:470:69fc:105::382c] has joined #bitcoin-core-dev 14:49 -!- siv2r[m] [~siv2rmatr@2001:470:69fc:105::fed3] has joined #bitcoin-core-dev 15:48 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 250 seconds] 15:55 -!- bomb-on [~bomb-on@194.144.47.113] has quit [Quit: aллилѹіа!] 16:00 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 16:33 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 16:34 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 256 seconds] 16:34 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 16:42 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 16:50 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 17:09 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:18 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 17:36 -!- phantomcircuit_ is now known as phantomcircuit 17:41 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 18:05 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 18:13 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 18:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:14 < bitcoin-git> [gui] RandyMcMillan opened pull request #543: gui: peers-tab: add connection duration column to tableview (master...1643853831-peers-tab-add-duration-column) https://github.com/bitcoin-core/gui/pull/543 18:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:15 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 18:16 -!- inersha [~in3rsha@185.204.1.225] has quit [Remote host closed the connection] 18:16 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 18:19 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 18:19 -!- tripleslash [~triplesla@user/tripleslash] has quit [Read error: Connection reset by peer] 18:24 -!- tripleslash [~triplesla@user/tripleslash] has joined #bitcoin-core-dev 18:38 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 18:40 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 18:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:45 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c545a7aeb1d5...0f43fb5d8745 18:45 < bitcoin-git> bitcoin/master 01e121d Cory Fields: depends: fix capnp's descriptor for make download 18:45 < bitcoin-git> bitcoin/master 0f43fb5 fanquake: Merge bitcoin/bitcoin#24240: depends: fix capnp's descriptor for make down... 18:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:45 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 18:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:45 < bitcoin-git> [bitcoin] fanquake merged pull request #24240: depends: fix capnp's descriptor for make download (master...fix-capnp-fetch) https://github.com/bitcoin/bitcoin/pull/24240 18:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:53 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0f43fb5d8745...c194293883fb 18:53 < bitcoin-git> bitcoin/master 01d1845 Hennadii Stepanov: build, qt: Specify QMAKE_CXX explicitly 18:53 < bitcoin-git> bitcoin/master 0bbae23 Hennadii Stepanov: ci: Drop no longer needed `update-alternatives` 18:53 < bitcoin-git> bitcoin/master 9796dca Hennadii Stepanov: doc: Install only "-posix" MinGW compiler when possible 18:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:53 < bitcoin-git> [bitcoin] fanquake merged pull request #24131: build, qt: Fix Windows cross-compiling with Qt 5.15 (master...220123-mingw) https://github.com/bitcoin/bitcoin/pull/24131 18:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:57 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 19:10 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 19:11 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 19:13 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 19:22 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 19:27 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 19:28 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 19:53 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 19:53 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 20:01 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 20:07 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 20:12 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 20:18 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 20:45 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 20:45 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has joined #bitcoin-core-dev 20:46 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 20:46 -!- monlovesmango [monlovesma@gateway/vpn/protonvpn/monlovesmango] has quit [Remote host closed the connection] 20:51 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 20:59 -!- mikehu44 [~quassel@159.65.11.175] has joined #bitcoin-core-dev 21:01 -!- cmirror [~cmirror@4.53.92.114] has quit [Remote host closed the connection] 21:01 -!- cmirror [~cmirror@4.53.92.114] has joined #bitcoin-core-dev 21:04 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 250 seconds] 21:17 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 21:34 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has joined #bitcoin-core-dev 21:40 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 21:45 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 21:48 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 22:46 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 22:46 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 22:51 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 23:25 -!- Netsplit *.net <-> *.split quits: infernix, dergoegge, gleb7454386, mjdietzx, roconnor, FelixWeis, Alina-malina, baldur, notmandatory_, dougefish__, (+13 more, use /NETSPLIT to show all of them) 23:28 -!- Netsplit over, joins: DeanGuss, warren, dodo, @gribble, FelixWeis, roconnor, notmandatory_, jesseposner, nathanael, cold (+13 more) 23:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:29 < bitcoin-git> [bitcoin] bhaskarvilles opened pull request #24246: Command Injection (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24246 23:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:31 < bitcoin-git> [bitcoin] fanquake closed pull request #24246: Command Injection (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24246 23:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:32 -!- Guest [~Guest@223.226.228.254] has joined #bitcoin-core-dev 23:32 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 23:35 < Guest> Hii I have successfully built Bitcoin core on Windows with the help of Visual Studio.. I want to take this (https://github.com/bitcoin/bitcoin/issues/20576) issue as the starting point of contribution.. Could you please tell some code pointers related to this issue? 23:36 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 23:38 < Guest> jonatack 23:42 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 23:45 < Guest> Please confirm if it is logging.cpp and logging.h --- Log closed Thu Feb 03 00:00:48 2022