--- Log opened Mon Aug 02 00:00:26 2021 00:12 < laanwj> if you really want to use android like a linux terminal, there's always termux, fairly sure you can compile bitcoind/bitcoin-cli in that 00:14 < laanwj> fairly sure it's possible to compile bitcoind and bitcoin-cli using the NDK but it leaves the problem 'how to use them' 00:30 -!- Guest68 [~Guest68@95.12.118.26] has quit [Ping timeout: 246 seconds] 00:40 -!- vnogueir- [~vnogueira@user/vnogueira] has quit [Remote host closed the connection] 00:40 -!- vnogueira [~vnogueira@user/vnogueira] has joined #bitcoin-core-dev 00:53 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f0d87000335e04860eb4023.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 00:53 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:58 -!- gambpang [~ian@207.181.230.156] has quit [Ping timeout: 272 seconds] 00:58 -!- gambpang [~ian@207.181.230.156] has joined #bitcoin-core-dev 01:20 < warren> I found my bitcoin-0.21.0 x86_64 (gitian build) mysteriously dead. Nothing in debug.log. Any reports like this? 01:35 < dodo> bad hardware? 01:39 < warren> dunno, nothing in dmesg 01:46 -!- meshcollider [meshcollid@jujube.ircnow.org] has quit [Changing host] 01:46 -!- meshcollider [meshcollid@user/meshcollider] has joined #bitcoin-core-dev 01:47 -!- real_or_random [~real_or_r@user/real-or-random/x-4440763] has quit [Quit: ZNC 1.8.2 - https://znc.in] 01:48 -!- real_or_random [~real_or_r@user/real-or-random/x-4440763] has joined #bitcoin-core-dev 02:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:04 < bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f2e41d11097d...fd9c22ca69d8 02:04 < bitcoin-git> bitcoin/master 2962640 Jon Atack: contrib, p2p: update I2P hardcoded seeds 02:04 < bitcoin-git> bitcoin/master d2dffd5 Jon Atack: doc: add info to i2p.md about IBD time and multiple networks 02:04 < bitcoin-git> bitcoin/master fd9c22c W. J. van der Laan: Merge bitcoin/bitcoin#22589: net, doc: update I2P hardcoded seeds and docs... 02:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:05 < bitcoin-git> [bitcoin] laanwj merged pull request #22589: net, doc: update I2P hardcoded seeds and docs for 22.0 (master...i2p-seeds-and-doc-updates) https://github.com/bitcoin/bitcoin/pull/22589 02:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:18 < laanwj> warren: no core dumps? 02:19 < laanwj> assuming it was an segmentation fault or abort there should be one, at least if your system is set up to store them 02:26 < warren> I guess not setup to store core dumps. but normally you see segfault in dmesg so I dunno. 02:39 < shiza> I'm hitting 22587 too. :/ 02:42 -!- jespada [~jespada@90.254.247.46] has joined #bitcoin-core-dev 02:44 < laanwj> #22587 is only about warnings isn't it? 02:44 <@gribble> https://github.com/bitcoin/bitcoin/issues/22587 | Compiler Output · Issue #22587 · bitcoin/bitcoin · GitHub 02:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:47 < bitcoin-git> [bitcoin] jonatack opened pull request #22600: contrib, p2p: update I2P hardcoded seeds (master...i2p-seeds-update) https://github.com/bitcoin/bitcoin/pull/22600 02:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:47 < shiza> It seems so, someone explained it's because the minimum in range is always less or equal than any other thing of the same type. 02:47 < laanwj> yes 02:49 < jonatack> sorry for the re-seeds-update, some people have been upgrading and their addresses may have changed due to the port 0 transition 02:50 < fanquake> Did they update them in the last hour or something? 02:50 < fanquake> Otherwise couldn't these changes have been done in #22589 02:50 <@gribble> https://github.com/bitcoin/bitcoin/issues/22589 | net, doc: update I2P hardcoded seeds and docs for 22.0 by jonatack · Pull Request #22589 · bitcoin/bitcoin · GitHub 02:50 < jonatack> over the weekend, and i'm waiting on confirmation from two people yet 02:51 < jonatack> i understand that it shouldn't hold up an rc though 02:51 < fanquake> Confirmation of what? 02:52 < laanwj> i don't think having the list that up to date is so important 02:52 < laanwj> i understand updates somewhat more often with I2P being new, but at some point we should just trust the address gossip mechanism 02:52 < fanquake> I agree, just assumed any changes would have been merged into the previous PR, rather than another update opened right after that was merged. 02:53 < jonatack> sure. (confirmation of address change due to port 0 transition. some are deleting their peers.dat) 02:53 < fanquake> We can backport #22589, but I would like to do an rc2, given rc1 was doa 02:53 <@gribble> https://github.com/bitcoin/bitcoin/issues/22589 | net, doc: update I2P hardcoded seeds and docs for 22.0 by jonatack · Pull Request #22589 · bitcoin/bitcoin · GitHub 02:54 < fanquake> I'll add that to #22534 shortly. 02:54 <@gribble> https://github.com/bitcoin/bitcoin/issues/22534 | [22.x] rc2 backports by fanquake · Pull Request #22534 · bitcoin/bitcoin · GitHub 02:54 < jonatack> no worries, feel free to close, in the meantime i'll update it with any news. 02:58 -!- vasild [~vd@user/vasild] has quit [Quit: leaving] 02:58 < jonatack> s/deleting their peers.dat/starting a new i2p service from scratch/ 03:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:05 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fd9c22ca69d8...bb6096075094 03:05 < bitcoin-git> bitcoin/master ca6c154 Sebastian Falbesoner: test: refactor: remove `hex_str_to_bytes` helper 03:05 < bitcoin-git> bitcoin/master bb60960 MarcoFalke: Merge bitcoin/bitcoin#22593: test: refactor: remove `hex_str_to_bytes` hel... 03:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:05 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #22593: test: refactor: remove `hex_str_to_bytes` helper (master...202107-test-remove_unneeded_hexstrtobytes) https://github.com/bitcoin/bitcoin/pull/22593 03:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:08 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: Client closed] 03:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:11 < bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/bb6096075094...2f60d9fce65e 03:11 < bitcoin-git> bitcoin/master fa02934 MarcoFalke: refactor: Mark CAddrMan::Select const 03:11 < bitcoin-git> bitcoin/master fae0c79 MarcoFalke: refactor: Mark CAddrMan::GetAddr const 03:11 < bitcoin-git> bitcoin/master fab755b MarcoFalke: fuzz: Actually use const addrman 03:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:11 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21940: refactor: Mark CAddrMan::Select and GetAddr const (master...2105-addrmanConstSelect) https://github.com/bitcoin/bitcoin/pull/21940 03:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:12 < laanwj> fanquake: agree, no need to do immediately-after fix PRs for this 03:23 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 03:26 -!- AaronvanW [~AaronvanW@45.161.24.77] has joined #bitcoin-core-dev 03:31 -!- AaronvanW [~AaronvanW@45.161.24.77] has quit [Ping timeout: 272 seconds] 03:32 -!- livestradamus [~quassel@user/livestradamus] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 03:32 -!- livestradamus [~quassel@user/livestradamus] has joined #bitcoin-core-dev 03:35 -!- babasancheti [~babasanch@43.249.232.28] has quit [Quit: Client closed] 03:39 -!- babasancheti [~babasanch@43.249.232.28] has joined #bitcoin-core-dev 03:43 -!- livestradamus [~quassel@user/livestradamus] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 03:43 -!- livestradamus [~quassel@user/livestradamus] has joined #bitcoin-core-dev 03:46 < laanwj> I really don't think we should normalize 'touch a few lines, reformat the entire file' like in #22570 03:46 <@gribble> https://github.com/bitcoin/bitcoin/issues/22570 | Ignore banlist.dat by MarcoFalke · Pull Request #22570 · bitcoin/bitcoin · GitHub 03:48 < laanwj> like "we closed #22562 so let's sneak it in with another PR" 03:48 <@gribble> https://github.com/bitcoin/bitcoin/issues/22562 | [Refactor] Apply clang-format to netaddress.h by Fuzzbawls · Pull Request #22562 · bitcoin/bitcoin · GitHub 03:50 < laanwj> a lot of this refactoring and code restyling just creates work for the sake of creating work 03:51 -!- sturles [~sturles@sauron.uio.no] has joined #bitcoin-core-dev 04:05 < kalle> Yeah, that seems to be the consensus and I've gotten that feedback myself when I want to sneakily fix whitespace, so color me surprised. (Personally I think whitespace indentation fixes are fine as the refactoring is usually trivial, but I've been shot down more than once on that one.) 04:09 < laanwj> if i' 04:10 < laanwj> if i'm the last person pushing back on this it's fine just do it 04:10 < jonatack> #21940 merged an hour ago broke the build for me when DEBUG_ADDRMAN is defined (I've been building and running with it defined for the past month or so) 04:10 <@gribble> https://github.com/bitcoin/bitcoin/issues/21940 | refactor: Mark CAddrMan::Select and GetAddr const by MarcoFalke · Pull Request #21940 · bitcoin/bitcoin · GitHub 04:11 < laanwj> i'm sick of always having to be the party pooper on things like this 04:12 < laanwj> just remove the section about restyling PRs from developer-notes.md and go wild 04:13 < laanwj> jonatack: what error do you get? 04:13 < MarcoFalke> laanwj: I don't like it either, but the alternative would be to leave the wrong whitespace forever and make it forever frustrating to edit those files with a "smart" editor or formatter. 04:13 < laanwj> there are so many levels of "frustration" 04:13 < MarcoFalke> Jup it is subjective 04:14 < jonatack> laanwj: reported in the PR https://github.com/bitcoin/bitcoin/pull/21940#issuecomment-890937517 04:15 < MarcoFalke> I still think #22562 was closed correctly, since it was a standalone refactor, which are discouraged. I think bundling with other changes (in a separate commit) is fine 04:15 <@gribble> https://github.com/bitcoin/bitcoin/issues/22562 | [Refactor] Apply clang-format to netaddress.h by Fuzzbawls · Pull Request #22562 · bitcoin/bitcoin · GitHub 04:15 < MarcoFalke> jonatack: Are you working on a fix already? 04:16 < jonatack> MarcoFalke: had a quick look at just adding or removing a const but it didn't look to be as trivial as that and am in the middle of something else, so no :) 04:16 < laanwj> it's like the warning "fixes", warnings are useful to point at potential problems, no argument there, but at some point it gets a life of its own 04:16 < laanwj> the mission becomes to make the tools hapy 04:17 < MarcoFalke> laanwj: Agree, which I think they shouldn't happen in standalone pull requests, but bundling to other (more meaningful changes) seems fine 04:17 < laanwj> instead of the other way around 04:17 < MarcoFalke> jonatack: Will take a look. Hope it is not too involved 04:18 < jonatack> yes, if PRs like that are accepted, it would open the door to lots of similar ones that would take valuable attention away from better things (ISTM) 04:18 < laanwj> though there is some continuum between 'reformat a few lines around that what you're changing' versus 'reformat the entire file', but i dunno, as said i'm fine with doing this once now but please don't normalize it 04:19 < laanwj> like okay maybe this file specifically is very bad 04:19 < laanwj> jonatack: yeah exactly 04:20 < MarcoFalke> I am not aware there are any other "bad" files right now, so it should be a one-off. 04:22 < jonatack> i think when people are new to the codebase, they see lots of stuff because it's a legacy codebase with many layers of change over a decade, and then they gradually become more used to it and focus relatively less on the style than in the beginning. of course everyone has their personal preferences, but it seems like leaving style fixups to the 04:22 < jonatack> long-term contributors makes more sense for all the reasons mentioned 04:23 < jonatack> s/stuff/style stuff/ 04:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:27 < bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2f60d9fce65e...efd6f904c787 04:27 < bitcoin-git> bitcoin/master fa384fd MarcoFalke: Ignore banlist.dat 04:27 < bitcoin-git> bitcoin/master fa4e6af MarcoFalke: Remove unused CSubNet serialize code 04:27 < bitcoin-git> bitcoin/master fa1eddb MarcoFalke: Fix whitespace in touched files 04:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:28 < bitcoin-git> [bitcoin] laanwj merged pull request #22570: Ignore banlist.dat (master...2107-noSerSubnet) https://github.com/bitcoin/bitcoin/pull/22570 04:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:29 < laanwj> jonatack: agree, i always have to get used to the coding style in a new project too, espeically as there's a lot of variability in that in C and C++, with some languages it's much more normalized (which whas advantages and disadvantages ofc) 04:29 < laanwj> i don't see any reason to not close #22549 04:29 <@gribble> https://github.com/bitcoin/bitcoin/issues/22549 | rpc: trigger error before dealing strSecret / strLabel by bdescamps · Pull Request #22549 · bitcoin/bitcoin · GitHub 04:29 < _aj_> laanwj: tend to agree with you on whitespace refactoring. it's annoying for "git blame" though "-w" and "-M" and the like can help with that 04:30 < _aj_> MarcoFalke: could probably work around the indentation by wrapping in a namespace and adding a "using" to make it available again 04:30 < laanwj> "yes, you can move various statements around" 04:31 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: Client closed] 04:32 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 04:32 < MarcoFalke> laanwj: I think the goal was to not put the password in memory twice unless needed? Though with argument parsing moving to RPCHelpMan, this will likely become obsolete. 04:32 < laanwj> unless i'm really missing something, this applies to a lot of places, and it seems pointless 04:33 < laanwj> i think that' a weird reasoning, no one is going to call that function witht he expectation to hit that exception 04:34 < laanwj> it seems such a minimal edge case, is this worth even discussing 04:34 < laanwj> apparently it is, i'll leave it alone then 04:40 < MarcoFalke> laanwj: Left a NACK on that particular diff. 04:42 -!- upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has quit [Quit: upekkha] 04:42 -!- upekkha [~Advanced@2a01:4f8:1c0c:49df::1] has joined #bitcoin-core-dev 04:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:44 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #22375: Remove unused CSubNet serialize code (master...2106-serSubNo) https://github.com/bitcoin/bitcoin/pull/22375 04:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:47 -!- AaronvanW [~AaronvanW@45.161.24.66] has joined #bitcoin-core-dev 04:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:47 < bitcoin-git> [bitcoin] jonatack closed pull request #22140: p2p, refactor: remove unneeded CNetAddr::UnserializeV1Array() (master...p2p-remove-unused-UnserializeV1Array) https://github.com/bitcoin/bitcoin/pull/22140 04:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:51 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 04:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:53 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/efd6f904c787...dcd116950fed 04:53 < bitcoin-git> bitcoin/master 5d37cc4 Patrick Kamin: Generate doxygen documentation for test sources 04:53 < bitcoin-git> bitcoin/master dcd1169 W. J. van der Laan: Merge bitcoin/bitcoin#22001: doc: Generate doxygen documentation for test ... 04:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:53 < bitcoin-git> [bitcoin] laanwj merged pull request #22001: doc: Generate doxygen documentation for test sources (master...issue/19248) https://github.com/bitcoin/bitcoin/pull/22001 04:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:01 < kalle> Remember that one time I tried to whitespace-fix RPC commands, when I was adding the RPCHelper tweak? :P I am not aware there are any other "bad" files right now, so it should be a one-off. 05:02 < MarcoFalke> _aj_: git blame breaks for any other (refactoring or non-refactoring) change as well, even non-whitespace ones. I found `git log -S "foobar"` to be more useful 05:02 < kalle> MarcoFalke: here https://github.com/bitcoin/bitcoin/pull/16240#pullrequestreview-251674759 05:03 < MarcoFalke> kalle: Heh, I think those should only be re-formatted when the refactoring is "final" 05:03 < MarcoFalke> See https://github.com/bitcoin/bitcoin/pull/16240#issuecomment-503571606 05:03 < kalle> Sure, if there's an ongoing progress that makes sense to me. 05:04 -!- Aaronvan_ [~AaronvanW@45.161.24.69] has joined #bitcoin-core-dev 05:04 < kalle> RIght, that comment is what surprises me about laanwj's pointed-to PR which seems to be doing exactly that? I'm not sure what the distinction is. 05:04 < MarcoFalke> progress is stalled right now, but it is still on my list 05:04 < MarcoFalke> kalle: The difference would be that there are multiple whitespace changes in succession 05:04 -!- AaronvanW [~AaronvanW@45.161.24.66] has quit [Ping timeout: 265 seconds] 05:04 < kalle> Is there a project somewhere? Side projects are fun sometimes 05:05 < kalle> TODO I mean. 05:06 < _aj_> MarcoFalke: i find git blame works pretty well 05:12 < MarcoFalke> kalle: There is this one: #20017 and maybe some leftover todos from https://github.com/bitcoin/bitcoin/pull/19528#issue-449690798 05:12 <@gribble> https://github.com/bitcoin/bitcoin/issues/20017 | rpc: Add RPCContext by promag · Pull Request #20017 · bitcoin/bitcoin · GitHub 05:13 < kalle> The context one, right. That's a great improvement 05:15 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 05:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:28 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #22601: Add missing const to CAddrMan::Check_() (master...2108-addrmanConstCheck) https://github.com/bitcoin/bitcoin/pull/22601 05:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:28 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #22601: Add missing const to CAddrMan::Check_() (master...2108-addrmanConstCheck) https://github.com/bitcoin/bitcoin/pull/22601 05:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:37 -!- Bilnon [~8iIn0n@2a01:4b00:8e07:7900:8905:5707:e522:147e] has joined #bitcoin-core-dev 05:48 -!- jtrag [~jtrag@c-71-207-125-151.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 05:59 -!- Bilnon [~8iIn0n@2a01:4b00:8e07:7900:8905:5707:e522:147e] has quit [Quit: Leaving] 06:08 < laanwj> let's merge #22534 and #22536 and tag rc2? 06:08 <@gribble> https://github.com/bitcoin/bitcoin/issues/22534 | [22.x] rc2 backports by fanquake · Pull Request #22534 · bitcoin/bitcoin · GitHub 06:08 <@gribble> https://github.com/bitcoin/bitcoin/issues/22536 | [22.x] qt: Pre-rc2 translations update by hebasto · Pull Request #22536 · bitcoin/bitcoin · GitHub 06:08 -!- Aaronvan_ [~AaronvanW@45.161.24.69] has quit [Remote host closed the connection] 06:09 < laanwj> or is it still blocked on anything 06:09 < laanwj> no issues tagged here https://github.com/bitcoin/bitcoin/milestone/47 06:14 < fanquake> laanwj: I think we are ready for an rc2 06:19 < laanwj> great! 06:21 < hebasto> laanwj: let me make a quick update of #22536 06:21 <@gribble> https://github.com/bitcoin/bitcoin/issues/22536 | [22.x] qt: Pre-rc2 translations update by hebasto · Pull Request #22536 · bitcoin/bitcoin · GitHub 06:27 < hebasto> 22536 just updated and it looks rtm for rc2 06:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:31 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/6312b8370c5d...d7a3c7082d11 06:31 < bitcoin-git> bitcoin/22.x 2d3fcf5 Hennadii Stepanov: qt: Pre-rc2 translations update 06:31 < bitcoin-git> bitcoin/22.x d7a3c70 W. J. van der Laan: Merge bitcoin/bitcoin#22536: [22.x] qt: Pre-rc2 translations update 06:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:34 -!- AaronvanW [~AaronvanW@45.161.24.66] has joined #bitcoin-core-dev 06:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:36 < bitcoin-git> [bitcoin] hebasto closed pull request #22536: [22.x] qt: Pre-rc2 translations update (22.x...22.x-tr) https://github.com/bitcoin/bitcoin/pull/22536 06:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:39 -!- AaronvanW [~AaronvanW@45.161.24.66] has quit [Ping timeout: 265 seconds] 06:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:39 < bitcoin-git> [bitcoin] laanwj merged pull request #22534: [22.x] rc2 backports (22.x...22_x_backports) https://github.com/bitcoin/bitcoin/pull/22534 06:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:41 < bitcoin-git> [bitcoin] laanwj pushed 1 commit to 22.x: https://github.com/bitcoin/bitcoin/compare/04222235a47c...873fbc745d03 06:41 < bitcoin-git> bitcoin/22.x 873fbc7 W. J. van der Laan: build: Bump RC to rc2 06:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:54 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/dcd116950fed...b620b2d58a55 06:54 < bitcoin-git> bitcoin/master a084ebe Sebastian Falbesoner: test: introduce `get_weight()` helper for CTransaction 06:54 < bitcoin-git> bitcoin/master 4af97c7 Sebastian Falbesoner: test: introduce `get_weight()` helper for CBlock 06:54 < bitcoin-git> bitcoin/master 607076d Sebastian Falbesoner: test: remove confusing `MAX_BLOCK_BASE_SIZE` 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:54 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #22378: test: remove confusing `MAX_BLOCK_BASE_SIZE` (master...202106-test-remove-max_block_base_size) https://github.com/bitcoin/bitcoin/pull/22378 06:54 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:08 -!- gambpang [~ian@207.181.230.156] has quit [Ping timeout: 272 seconds] 07:08 -!- babasancheti [~babasanch@43.249.232.28] has quit [Ping timeout: 246 seconds] 07:14 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has joined #bitcoin-core-dev 07:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:19 < bitcoin-git> [bitcoin] laanwj pushed tag v22.0rc2: https://github.com/bitcoin/bitcoin/compare/v22.0rc2 07:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:19 < laanwj> ^^ 07:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:20 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #22603: doc: Add release notes for 22570 (ignore banlist.dat) (master...2108-docBanlistDatIgnore) https://github.com/bitcoin/bitcoin/pull/22603 07:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:41 -!- copumpkin [~woohoo@user/copumpkin] has joined #bitcoin-core-dev 07:45 -!- copumpkin [~woohoo@user/copumpkin] has quit [Remote host closed the connection] 07:50 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:50 < bitcoin-git> [bitcoin] jonatack opened pull request #22604: p2p, rpc, test: address rate-limiting follow-ups (master...rate_limit_addr_follow-ups) https://github.com/bitcoin/bitcoin/pull/22604 07:50 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:19 -!- AaronvanW [~AaronvanW@45.161.24.77] has joined #bitcoin-core-dev 08:24 -!- copumpkin [~woohoo@user/copumpkin] has joined #bitcoin-core-dev 08:30 -!- copumpkin [~woohoo@user/copumpkin] has quit [Remote host closed the connection] 08:32 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 08:34 -!- AaronvanW [~AaronvanW@45.161.24.77] has quit [Ping timeout: 272 seconds] 08:35 -!- copumpkin [~woohoo@user/copumpkin] has joined #bitcoin-core-dev 08:44 -!- jarthur [~jarthur@2603-8080-1540-002d-55f9-cce3-ab9e-b140.res6.spectrum.com] has joined #bitcoin-core-dev 08:48 -!- jarthur_ [~jarthur@2603-8080-1540-002d-e09d-5ac8-afbf-2237.res6.spectrum.com] has joined #bitcoin-core-dev 08:50 -!- jarthur [~jarthur@2603-8080-1540-002d-55f9-cce3-ab9e-b140.res6.spectrum.com] has quit [Ping timeout: 272 seconds] 08:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:51 < bitcoin-git> [bitcoin] jonatack closed pull request #22600: contrib, p2p: update I2P hardcoded seeds (master...i2p-seeds-update) https://github.com/bitcoin/bitcoin/pull/22600 08:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:55 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 272 seconds] 08:57 -!- babasancheti [~babasanch@43.249.232.33] has joined #bitcoin-core-dev 08:58 -!- commmon [~common@096-033-221-075.res.spectrum.com] has quit [Read error: Connection reset by peer] 08:58 -!- commmon [~common@096-033-221-075.res.spectrum.com] has joined #bitcoin-core-dev 08:58 < achow101> \o/ 09:00 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f0d87000335e04860eb4023.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 09:15 -!- gambpang [~ian@207.181.230.156] has joined #bitcoin-core-dev 09:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:21 < bitcoin-git> [bitcoin] stratospher opened pull request #22607: initial commit (master...compare-chacha20-implementation) https://github.com/bitcoin/bitcoin/pull/22607 09:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:22 < bitcoin-git> [bitcoin] stratospher closed pull request #22607: initial commit (master...compare-chacha20-implementation) https://github.com/bitcoin/bitcoin/pull/22607 09:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:42 -!- jarthur_ is now known as jarthur 09:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:49 < bitcoin-git> [bitcoin] theStack opened pull request #22609: [GetTransaction] remove unneeded cs_main lock acquire (master...202107-gettransaction_remove_lock) https://github.com/bitcoin/bitcoin/pull/22609 09:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:05 -!- AaronvanW [~AaronvanW@45.161.24.77] has joined #bitcoin-core-dev 10:11 -!- AaronvanW [~AaronvanW@45.161.24.77] has quit [Ping timeout: 272 seconds] 10:27 -!- davterra [~davterra@143.198.56.186] has joined #bitcoin-core-dev 11:05 -!- gene [~gene@gateway/tor-sasl/gene] has joined #bitcoin-core-dev 11:17 -!- jonatack [~jonatack@user/jonatack] has quit [Quit: Client closed] 11:18 -!- b10c [uid500648@id-500648.charlton.irccloud.com] has joined #bitcoin-core-dev 11:19 -!- commmon [~common@096-033-221-075.res.spectrum.com] has quit [Ping timeout: 265 seconds] 11:20 -!- babasancheti [~babasanch@43.249.232.33] has quit [Quit: Client closed] 11:30 -!- common [~common@096-033-221-075.res.spectrum.com] has joined #bitcoin-core-dev 11:32 -!- gambpang [~ian@207.181.230.156] has quit [Ping timeout: 252 seconds] 11:42 -!- commmon [~common@096-033-221-075.res.spectrum.com] has joined #bitcoin-core-dev 11:45 -!- common [~common@096-033-221-075.res.spectrum.com] has quit [Ping timeout: 256 seconds] 11:48 -!- common [~common@45.133.192.148] has joined #bitcoin-core-dev 11:50 -!- commmon [~common@096-033-221-075.res.spectrum.com] has quit [Ping timeout: 240 seconds] 11:54 -!- commmon [~common@096-033-221-075.res.spectrum.com] has joined #bitcoin-core-dev 11:58 -!- common [~common@45.133.192.148] has quit [Ping timeout: 265 seconds] 12:09 -!- common [~common@096-033-221-075.res.spectrum.com] has joined #bitcoin-core-dev 12:10 -!- lightlike [~lightlike@user/lightlike] has joined #bitcoin-core-dev 12:11 -!- evanb [~evanb@66.194.134.138] has joined #bitcoin-core-dev 12:11 -!- commmon [~common@096-033-221-075.res.spectrum.com] has quit [Ping timeout: 250 seconds] 12:14 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 244 seconds] 12:42 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 12:54 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has quit [Quit: Textual IRC Client: www.textualapp.com] 12:55 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has joined #bitcoin-core-dev 13:09 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 13:21 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 13:27 -!- gene [~gene@gateway/tor-sasl/gene] has quit [Quit: gene] 13:42 -!- jonatack [~jonatack@user/jonatack] has joined #bitcoin-core-dev 13:59 -!- common [~common@096-033-221-075.res.spectrum.com] has quit [Changing host] 13:59 -!- common [~common@user/common] has joined #bitcoin-core-dev 14:30 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:41 -!- provoostenator [~quassel@user/provoostenator] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 14:42 -!- provoostenator [~quassel@user/provoostenator] has joined #bitcoin-core-dev 14:48 -!- bomb-on [~bomb-on@194.144.47.113] has quit [Ping timeout: 265 seconds] 14:55 -!- AaronvanW [~AaronvanW@190.150.26.4] has joined #bitcoin-core-dev 15:10 -!- lightlike [~lightlike@user/lightlike] has quit [Remote host closed the connection] 15:50 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 272 seconds] 15:58 -!- belcher [~belcher@user/belcher] has joined #bitcoin-core-dev 16:44 -!- AaronvanW [~AaronvanW@190.150.26.4] has quit [Remote host closed the connection] 16:58 -!- bomb-on [~bomb-on@194.144.47.113] has joined #bitcoin-core-dev 17:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:13 -!- belcher_ [~belcher@user/belcher] has joined #bitcoin-core-dev 17:15 -!- AaronvanW [~AaronvanW@190.150.26.4] has joined #bitcoin-core-dev 17:17 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 276 seconds] 17:20 -!- davterra [~davterra@143.198.56.186] has quit [Quit: Leaving] 17:32 -!- orionwl[m] [~orionwlx0@2001:470:69fc:105::80] has quit [Remote host closed the connection] 17:32 -!- kakolainen[m] [~kakolaine@2001:470:69fc:105::34f9] has quit [Read error: Connection reset by peer] 17:32 -!- merkle_noob[m] [~merklenoo@2001:470:69fc:105::bad0] has quit [Read error: Connection reset by peer] 17:32 -!- mrjumper[m] [~mr-jumper@2001:470:69fc:105::7f1] has quit [Remote host closed the connection] 17:32 -!- Enki[m] [~enkimatri@2001:470:69fc:105::382c] has quit [Read error: Connection reset by peer] 17:32 -!- vasanth2[m] [~vasanth2m@2001:470:69fc:105::3548] has quit [Read error: Connection reset by peer] 17:32 -!- eli[m] [~elinixbit@2001:470:69fc:105::ba64] has quit [Read error: Connection reset by peer] 17:32 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has quit [Remote host closed the connection] 17:32 -!- robertspigler [~robertspi@2001:470:69fc:105::2d53] has quit [Write error: Connection reset by peer] 17:32 -!- cdecker[m] [~cdeckerma@2001:470:69fc:105::2e8e] has quit [Read error: Connection reset by peer] 17:32 -!- stick[m][m] [~stickmatr@2001:470:69fc:105::98c] has quit [Remote host closed the connection] 17:32 -!- M0xb10c[m] [~M0xb10cni@2001:470:69fc:105::bac4] has quit [Read error: Connection reset by peer] 17:32 -!- tutwidi[m] [~tutwidima@2001:470:69fc:105::ead] has quit [Read error: Connection reset by peer] 17:32 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has quit [Remote host closed the connection] 17:32 -!- prayank[m] [~prayankni@2001:470:69fc:105::ba63] has quit [Read error: Connection reset by peer] 17:32 -!- vincenzopalazzo [~vincenzop@2001:470:69fc:105::a67] has quit [Read error: Connection reset by peer] 17:32 -!- kvaciral[m] [~kvaciralx@2001:470:69fc:105::17b] has quit [Read error: Connection reset by peer] 17:32 -!- vhs43[m] [~vhs43matr@2001:470:69fc:105::ba6d] has quit [Read error: Connection reset by peer] 17:33 -!- orionwl[m] [~orionwlx0@2001:470:69fc:105::80] has joined #bitcoin-core-dev 17:34 -!- vincenzopalazzo [~vincenzop@2001:470:69fc:105::a67] has joined #bitcoin-core-dev 17:34 -!- devrandom [~devrandom@2001:470:69fc:105::d4d] has joined #bitcoin-core-dev 17:34 -!- stick[m] [~stickmatr@2001:470:69fc:105::98c] has joined #bitcoin-core-dev 17:34 -!- eli[m] [~elinixbit@2001:470:69fc:105::ba64] has joined #bitcoin-core-dev 17:34 -!- robertspigler [~robertspi@2001:470:69fc:105::2d53] has joined #bitcoin-core-dev 17:34 -!- merkle_noob[m] [~merklenoo@2001:470:69fc:105::bad0] has joined #bitcoin-core-dev 17:34 -!- M0xb10c[m] [~M0xb10cni@2001:470:69fc:105::bac4] has joined #bitcoin-core-dev 17:34 -!- tutwidi[m] [~tutwidima@2001:470:69fc:105::ead] has joined #bitcoin-core-dev 17:34 -!- vasanth2[m] [~vasanth2m@2001:470:69fc:105::3548] has joined #bitcoin-core-dev 17:34 -!- Enki[m] [~enkimatri@2001:470:69fc:105::382c] has joined #bitcoin-core-dev 17:34 -!- kakolainen[m] [~kakolaine@2001:470:69fc:105::34f9] has joined #bitcoin-core-dev 17:34 -!- vhs43[m] [~vhs43matr@2001:470:69fc:105::ba6d] has joined #bitcoin-core-dev 17:34 -!- cdecker[m] [~cdeckerma@2001:470:69fc:105::2e8e] has joined #bitcoin-core-dev 17:34 -!- mrjumper[m] [~mr-jumper@2001:470:69fc:105::7f1] has joined #bitcoin-core-dev 17:34 -!- RCasatta[m] [~rcasattam@2001:470:69fc:105::c85] has joined #bitcoin-core-dev 17:34 -!- kvaciral[m] [~kvaciralx@2001:470:69fc:105::17b] has joined #bitcoin-core-dev 17:34 -!- prayank[m] [~prayankni@2001:470:69fc:105::ba63] has joined #bitcoin-core-dev 17:41 -!- b10c [uid500648@id-500648.charlton.irccloud.com] has quit [Quit: Connection closed for inactivity] 17:49 -!- AaronvanW [~AaronvanW@190.150.26.4] has quit [Ping timeout: 252 seconds] 17:52 -!- AaronvanW [~AaronvanW@190.150.26.4] has joined #bitcoin-core-dev 18:10 -!- earnestly [~earnest@user/earnestly] has quit [Ping timeout: 272 seconds] 18:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:48 < bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/b620b2d58a55...06788c670584 18:48 < bitcoin-git> bitcoin/master 2fcaec7 Amiti Uttarwar: [net_processing] Introduce SetupAddressRelay 18:48 < bitcoin-git> bitcoin/master 6653fa3 Amiti Uttarwar: [test] Update p2p_addr_relay test to prepare 18:48 < bitcoin-git> bitcoin/master 1d1ef2d Amiti Uttarwar: [net_processing] Defer initializing m_addr_known 18:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:48 < bitcoin-git> [bitcoin] fanquake merged pull request #21528: [p2p] Reduce addr blackholes (master...2021-03-addr-defer2) https://github.com/bitcoin/bitcoin/pull/21528 18:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:54 -!- gambpang [~ian@207.181.230.156] has joined #bitcoin-core-dev 19:01 -!- bomb-on [~bomb-on@194.144.47.113] has quit [Quit: aллилѹіа!] 20:14 -!- gambpang [~ian@207.181.230.156] has quit [Remote host closed the connection] 20:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:22 < bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/06788c670584...10fbb3726812 20:22 < bitcoin-git> bitcoin/master 9c08719 Amiti Uttarwar: [test] Introduce test logic to query DNS seeds 20:22 < bitcoin-git> bitcoin/master 75c05af Amiti Uttarwar: [test] Test logic to query DNS seeds with block-relay-only connections 20:22 < bitcoin-git> bitcoin/master 3585145 Amiti Uttarwar: [test] Test the interactions between -connect and -dnsseed 20:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:22 < bitcoin-git> [bitcoin] fanquake merged pull request #22098: [test, init] DNS seed querying logic (master...2021-05-dns-tests) https://github.com/bitcoin/bitcoin/pull/22098 20:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:30 -!- jesseposner [~jesse@2601:647:0:89:a0c1:e7c9:3b09:303c] 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:08 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has quit [Quit: My MacBook has gone to sleep. ZZZzzz…] 22:06 -!- Netsplit *.net <-> *.split quits: sanket_cell_, infernix, Nebraskka, takinbo, EPiSKiNG-, stevenro-, stonefox, niska, hugohn, BlueMatt, (+6 more, use /NETSPLIT to show all of them) 22:06 -!- Netsplit over, joins: BlueMatt 22:06 -!- stevenroose [~steven@2001:19f0:6801:83a:f54f:df1d:5be5:704b] has joined #bitcoin-core-dev 22:06 -!- AaronvanW [~AaronvanW@190.150.26.4] has quit [Remote host closed the connection] 22:06 -!- Netsplit over, joins: hugohn 22:06 -!- jamesob [sid180710@id-180710.brockwell.irccloud.com] has joined #bitcoin-core-dev 22:06 -!- Netsplit over, joins: rodarmor 22:07 -!- Netsplit over, joins: hardtotell 22:07 -!- Evel-Knievel [~Evel-Knie@81.82.247.68] has joined #bitcoin-core-dev 22:07 -!- Zenton [~user@44.235.15.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 22:07 -!- Zenton [~user@44.235.15.37.dynamic.jazztel.es] has quit [Changing host] 22:07 -!- Zenton [~user@user/zenton] has joined #bitcoin-core-dev 22:08 -!- EPiSKiNG- [~EPiSKiNG-@episking.com] has joined #bitcoin-core-dev 22:08 -!- sanket_cell [~sanket172@ec2-100-24-255-95.compute-1.amazonaws.com] has joined #bitcoin-core-dev 22:08 -!- Nebraskka [~Nebraskka@user/nebraskka] has joined #bitcoin-core-dev 22:08 -!- takinbo [~takinbo@user/takinbo] has joined #bitcoin-core-dev 22:08 -!- niska [~niska@static.38.6.217.95.clients.your-server.de] has joined #bitcoin-core-dev 22:09 -!- kcalvinalvin [~kcalvinal@ec2-52-79-199-97.ap-northeast-2.compute.amazonaws.com] has joined #bitcoin-core-dev 22:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:16 < bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/10fbb3726812...71797beec54d 22:16 < bitcoin-git> bitcoin/master c020cba Pieter Wuille: Squashed 'src/secp256k1/' changes from efad3506a8..be8d9c262f 22:16 < bitcoin-git> bitcoin/master e4ffb44 Pieter Wuille: Update secp256k1 subtree to latest upstream + adapt API 22:16 < bitcoin-git> bitcoin/master 71797be fanquake: Merge bitcoin/bitcoin#22448: Update libsecp256k1 subtree to latest upstrea... 22:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:16 < bitcoin-git> [bitcoin] fanquake merged pull request #22448: Update libsecp256k1 subtree to latest upstream (master...202107_secp256k1) https://github.com/bitcoin/bitcoin/pull/22448 22:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:26 -!- infernix [~nix@2a02:22a0:bbb1:d500::2] has joined #bitcoin-core-dev 22:33 -!- hex17or [~hex17or@gateway/tor-sasl/hex17or] has quit [Ping timeout: 244 seconds] 22:35 -!- hex17or [~hex17or@gateway/tor-sasl/hex17or] has joined #bitcoin-core-dev 22:56 -!- bomb-on [~bomb-on@194.144.47.113] has joined #bitcoin-core-dev 23:12 -!- willcl_ark_ [~quassel@user/willcl-ark/x-8282106] has quit [Ping timeout: 258 seconds] 23:14 -!- willcl_ark [~quassel@user/willcl-ark/x-8282106] has joined #bitcoin-core-dev 23:26 -!- jespada [~jespada@90.254.247.46] has quit [Ping timeout: 245 seconds] 23:26 -!- bomb-on [~bomb-on@194.144.47.113] has quit [Quit: aллилѹіа!] 23:30 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has joined #bitcoin-core-dev 23:33 -!- jespada [~jespada@90.254.247.46] has joined #bitcoin-core-dev 23:34 -!- hsmiths [uid95325@id-95325.brockwell.irccloud.com] has quit [Quit: Connection closed for inactivity] 23:34 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 23:38 -!- aechu [~major@gateway/tor-sasl/major] has quit [Remote host closed the connection] 23:39 -!- aechu [~major@gateway/tor-sasl/major] has joined #bitcoin-core-dev 23:48 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev --- Log closed Tue Aug 03 00:00:27 2021