--- Log opened Sun Oct 04 00:00:37 2020 00:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:08 < bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/54fc96ffa70a...06314fbb5521 00:08 < bitcoin-git> bitcoin/master 1b41ce8 Fabian Jahr: lint: Don't use TRAVIS_COMMIT_RANGE for commit-script-check 00:08 < bitcoin-git> bitcoin/master c11dc99 Fabian Jahr: lint: Don't use TRAVIS_COMMIT_RANGE in whitespace linter 00:08 < bitcoin-git> bitcoin/master a91ab86 Fabian Jahr: lint: Use TRAVIS_BRANCH in lint-git-commit-check.sh 00:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:08 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20071: ci, lint: Remove usage of TRAVIS_COMMIT_RANGE (master...commit_range) https://github.com/bitcoin/bitcoin/pull/20071 00:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:11 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/06314fbb5521...2f7a53cc9d68 00:11 < bitcoin-git> bitcoin/master 3491bf3 Wladimir J. van der Laan: test: Mention commit id in scripted diff error 00:11 < bitcoin-git> bitcoin/master 2f7a53c MarcoFalke: Merge #20069: test: Mention commit id in scripted diff error 00:11 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:12 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20069: test: Mention commit id in scripted diff error (master...2020_10_scriptdiff_lint_errormsg) https://github.com/bitcoin/bitcoin/pull/20069 00:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:18 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 00:21 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 00:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:26 < bitcoin-git> [bitcoin] hebasto closed pull request #20073: [DO NOT MERGE] ci: Print TRAVIS_COMMIT_RANGE before fail (master...201003-travis) https://github.com/bitcoin/bitcoin/pull/20073 00:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:33 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 00:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:44 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f7a53cc9d68...f0fd13222621 00:44 < bitcoin-git> bitcoin/master 33df8d4 Fabian Jahr: ci: Build Arm64 on Travis without functional tests 00:44 < bitcoin-git> bitcoin/master f0fd132 MarcoFalke: Merge #20072: ci: Build Arm64 on Travis without functional tests 00:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:45 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #20072: ci: Build Arm64 on Travis without functional tests (master...travis_arm) https://github.com/bitcoin/bitcoin/pull/20072 00:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:55 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 00:55 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 00:55 < wumpus> dhruvm: amiti: yes I mean what I'd like to avoid is a forest of special cases of option combinations that are rejected, because that's hard to maintain, but thinking of the bigger picture around it makes sense 00:56 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 00:56 < wumpus> is it just me or is it, with all the buttons and widgets and things that have been added, harder and harder to get to the recent commits list on github 00:59 < sipa> wumpus: "git log" works great :) 01:00 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 01:00 < wumpus> sipa: sure, it does, it's just slightly amusing that git's (commonly quotes as horrendous) command line interface is starting to look friendly compared to github's how-many-buttons-can-we-fit-per-square inch 01:00 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 01:01 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 01:02 < sipa> wumpus: haha, true 01:02 < sipa> at some point they'll introduce a CLI console, i'm sure 01:10 < wumpus> good idea :) 01:11 < wumpus> glad to see the travis commit range issue was sorted out 01:13 < sipa> we really need to keep our false positive rate for CI failure low 01:13 < sipa> not anyone's fault of course, but this seems to have been tbe result of a cascade, where a bad commit was merged because CI was unreliable, which led to it resulting in even more false positives 01:14 -!- go11111111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has joined #bitcoin-core-dev 01:17 -!- go121212 [~go1111111@104.156.98.86] has quit [Ping timeout: 256 seconds] 01:18 < wumpus> the bad commit was merged because the CI didn't run at all for that PR, not because it was unreliable IIRC 01:19 < wumpus> in any case I think it was good this came up: it was checking a too-large range of commits, this was bound to be a problem some day 01:19 < wumpus> even as say, a performance issue 01:20 < wumpus> I agree it's good to keep the false positive rate for CI down, obviously, we're trying ... Travis definitlye doesn't make it easy e.g. the random ARM failures recently 01:20 < sipa> yeah :( 01:23 < wumpus> AppVeyor also has these random issues where some dependency is upgraded server side ... 01:23 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 244 seconds] 01:24 < wumpus> I have no clue what is the problem there this time, it's broken at a fairly high level, with everything giving BUILD_FAILURE 01:27 < wumpus> oh it confuses even sipsorcery #20066 01:27 < gribble> https://github.com/bitcoin/bitcoin/issues/20066 | CI: Appveyor builds failing · Issue #20066 · bitcoin/bitcoin · GitHub 01:33 < wumpus> by far most of the failures are outside our control, it rarely happens that we merge something that breaks the build 01:33 < sipa> wumpus: some repository we depend on indirectly went offline, it seems? 01:34 < sipa> the msys2 thing 01:34 < wumpus> yes :/ 01:36 < fanquake> wumpus: yea that was my stuff up not seeing the missing dash. I thought I'd seen a green tick for Travis as well. 01:39 < wumpus> fanquake: yes, that was strange, it has happened before that Travis just doesn't trigger on a PR. I think the only worrying thing is that the scripted diff script in that PR went unchecked now. Did anyone check it manually? If not we probably should. 01:39 < sipa> is there a way to make appveyor failures as non-fatal? 01:41 < sipa> wumpus: good idea 01:42 < sipa> yeah, the diff is trivial 01:42 < fanquake> wumpus: I did check locally that the change was complete before merging 01:42 < fanquake> was only 4 lines 01:42 < sipa> only string changes 02:00 -!- IOMonster1 [~IOMonster@178.162.209.171] has quit [] 02:02 -!- jonatack [~jon@37.167.147.132] has joined #bitcoin-core-dev 02:03 -!- kexkey [~kexkey@37.120.205.214] has quit [Ping timeout: 240 seconds] 02:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 02:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:09 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 02:12 < wumpus> fanquake: thanks! 02:17 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 02:21 -!- krazyj [~krazyj@195.140.213.38] has joined #bitcoin-core-dev 02:22 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 02:27 -!- bosma [sid103570@gateway/web/irccloud.com/x-covcbtpgqmbelwuu] has quit [Ping timeout: 240 seconds] 02:29 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 02:29 -!- bosma [sid103570@gateway/web/irccloud.com/x-pwxacjewiazcclny] has joined #bitcoin-core-dev 02:32 -!- drbrule_ [sid395654@gateway/web/irccloud.com/x-upjwrhbxkttxvnlr] has joined #bitcoin-core-dev 02:33 -!- drbrule [sid395654@gateway/web/irccloud.com/x-xszuswimxvtaajbg] has quit [Ping timeout: 240 seconds] 02:33 -!- drbrule_ is now known as drbrule 02:40 < wumpus> sipa: I'm not sure there's a way to do that, it's definitely been proposed before, but I think github counts all CIs as equal by definition 02:41 < wumpus> (which is also why I think we shouldn't add any further ones, it already seems like a slot machine sometimes with these three) 02:57 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 03:01 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 03:08 -!- achow101 [~achow101@unaffiliated/achow101] has quit [Ping timeout: 240 seconds] 03:08 -!- achow101 [~achow101@unaffiliated/achow101] has joined #bitcoin-core-dev 03:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 03:12 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 03:16 -!- jonatack [~jon@37.167.147.132] has quit [Read error: Connection reset by peer] 03:18 -!- Sydni34Volkman [~Sydni34Vo@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:22 -!- sr_gi [~sr_gi@static-128-69-224-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 03:36 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 03:46 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Ping timeout: 240 seconds] 03:53 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 03:56 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-dev 03:56 -!- Sydni34Volkman [~Sydni34Vo@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 260 seconds] 03:59 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has joined #bitcoin-core-dev 04:13 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 04:16 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 04:34 -!- sdaftuar [~sdaftuar@gateway/tor-sasl/sdaftuar] has quit [Remote host closed the connection] 04:35 -!- sdaftuar [~sdaftuar@gateway/tor-sasl/sdaftuar] has joined #bitcoin-core-dev 04:39 -!- filchef [~filchef@212.104.97.177] has quit [Read error: Connection reset by peer] 04:42 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:4023:2a68:ac0c:8334] has joined #bitcoin-core-dev 05:00 -!- krazyj [~krazyj@195.140.213.38] has quit [] 05:09 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:4023:2a68:ac0c:8334] has quit [Remote host closed the connection] 05:10 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:4023:2a68:ac0c:8334] has joined #bitcoin-core-dev 05:12 -!- andreaca_ [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has joined #bitcoin-core-dev 05:14 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:4023:2a68:ac0c:8334] has quit [Ping timeout: 240 seconds] 05:39 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 05:39 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-dev 05:40 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:48 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 05:51 -!- andreaca_ [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has quit [Remote host closed the connection] 05:52 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has joined #bitcoin-core-dev 05:56 -!- agrajag` [~agrajag`@188.126.89.194] has joined #bitcoin-core-dev 05:56 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has quit [Ping timeout: 260 seconds] 06:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:09 < bitcoin-git> [bitcoin] hebasto opened pull request #20076: doc: Update and improve files.md (master...201004-files) https://github.com/bitcoin/bitcoin/pull/20076 06:09 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:23 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 06:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 06:29 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 06:35 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 06:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:42 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f0fd13222621...cce151317909 06:42 < bitcoin-git> bitcoin/master 675e55e Suhas Daftuar: Ignore unknown messages before VERACK 06:42 < bitcoin-git> bitcoin/master cce1513 MarcoFalke: Merge #19723: Ignore unknown messages before VERACK 06:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:42 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #19723: Ignore unknown messages before VERACK (master...2020-08-feature-negotiation) https://github.com/bitcoin/bitcoin/pull/19723 06:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:48 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20077: test: Peers avoiding the handshake are disconnected (master...2010-testPeerVerackTimeout) https://github.com/bitcoin/bitcoin/pull/20077 06:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:50 -!- dkrm_ [~dkrm@2001:41d0:8:3f7b::1] has quit [Quit: WeeChat 2.8] 06:50 -!- dkrm [~dkrm@2001:41d0:8:3f7b::1] has joined #bitcoin-core-dev 07:03 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 07:07 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 272 seconds] 07:13 -!- RaphalBentgeac[m [raphaelben@gateway/shell/matrix.org/x-bynlplrafeviqvag] has joined #bitcoin-core-dev 07:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:14 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #20077: test: Peers avoiding the handshake are disconnected (master...2010-testPeerVerackTimeout) https://github.com/bitcoin/bitcoin/pull/20077 07:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:28 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 07:28 -!- mrostecki_ [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 07:31 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Ping timeout: 240 seconds] 07:41 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has joined #bitcoin-core-dev 07:42 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has quit [Remote host closed the connection] 07:43 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has joined #bitcoin-core-dev 07:47 -!- andreacab [~andreacab@2a02:120b:2c22:e0c0:61b0:8fa0:c793:b21c] has quit [Ping timeout: 272 seconds] 07:47 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 07:49 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:00 -!- agrajag` [~agrajag`@188.126.89.194] has quit [] 08:20 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 258 seconds] 08:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:24 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #20079: p2p: Ignore non-version msgs before version msg (master...2010-p2pNoVersion) https://github.com/bitcoin/bitcoin/pull/20079 08:24 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:52 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:56 -!- [RuCTFE]tswr [~RuCTFE]ts@195.140.213.38] has joined #bitcoin-core-dev 09:08 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 09:09 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 09:14 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 09:24 -!- Laci [b2281124@bband-dyn36.178-40-17.t-com.sk] has joined #bitcoin-core-dev 09:25 -!- eke [~eke@bband-dyn36.178-40-17.t-com.sk] has joined #bitcoin-core-dev 09:25 -!- Laci [b2281124@bband-dyn36.178-40-17.t-com.sk] has left #bitcoin-core-dev [] 09:30 -!- mrostecki_ [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Ping timeout: 240 seconds] 09:35 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 10:00 -!- eke [~eke@bband-dyn36.178-40-17.t-com.sk] has quit [Quit: Leaving] 10:02 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 10:25 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 10:28 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 256 seconds] 10:34 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Quit: Leaving] 10:42 -!- mol_ [~mol@unaffiliated/molly] has quit [Read error: Connection reset by peer] 10:43 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 10:57 -!- kexkey [~kexkey@37.120.205.214] has joined #bitcoin-core-dev 11:00 -!- [RuCTFE]tswr [~RuCTFE]ts@195.140.213.38] has quit [] 11:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:04 < bitcoin-git> [bitcoin] hebasto opened pull request #20080: Strip any trailing `/` in -datadir path (master...201004-strip) https://github.com/bitcoin/bitcoin/pull/20080 11:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:13 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 11:22 -!- kenperkins1 [~kenperkin@185.163.110.116] has joined #bitcoin-core-dev 11:29 -!- opsec_x123 [~opsec_x12@44-25-143-49.ip.hamwan.net] has quit [Quit: Leaving] 11:48 -!- mekster [~mekster@139.180.192.79] has quit [Read error: Connection reset by peer] 11:59 < hebasto> what is currently minimum supported version of Bitcoin Core? 12:00 < sipa> https://bitcoincore.org/en/lifecycle/ 12:00 < hebasto> sipa: 0.19.1 right? 12:02 < sipa> hebasto: yeah, the 0.19 release series is the last maintained and supported one 12:02 < hebasto> sipa: thanks for link and confirmation 12:03 < sipa> though it will become unmaintained once 0.21 is released 12:06 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 12:12 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 12:38 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 12:43 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 12:48 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 12:51 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 12:52 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 12:53 -!- GankMove [~GankMove@dsl-lprbng11-54f88d-13.dhcp.inet.fi] has quit [Read error: Connection reset by peer] 13:00 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 13:29 -!- GankMove [~GankMove@dsl-lprbng11-54f88d-13.dhcp.inet.fi] has joined #bitcoin-core-dev 14:00 -!- kenperkins1 [~kenperkin@185.163.110.116] has quit [] 14:09 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:22 -!- Hellaenergy [~Hellaener@185.244.214.216] has joined #bitcoin-core-dev 14:27 -!- mrostecki_ [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 14:32 -!- Asbestos_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has quit [Quit: Leaving] 15:10 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 15:10 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 15:12 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 15:20 -!- mrostecki_ [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Remote host closed the connection] 15:22 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has joined #bitcoin-core-dev 15:52 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 15:55 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 15:57 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 15:58 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 16:04 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 16:37 -!- twistedline [~twisted@unaffiliated/twistedline] has quit [Ping timeout: 240 seconds] 16:49 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 16:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 17:00 -!- Hellaenergy [~Hellaener@185.244.214.216] has quit [] 17:00 -!- promag_ [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 17:01 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Quit: Leaving] 17:21 -!- Kampala [~Kampala@84.39.117.57] has joined #bitcoin-core-dev 17:55 -!- mrostecki [~mrostecki@gateway/tor-sasl/mrostecki] has quit [Ping timeout: 240 seconds] 18:00 -!- Mercury_Vapor [~Mercury_V@174-082-166-092.res.spectrum.com] has joined #bitcoin-core-dev 18:10 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has quit [Remote host closed the connection] 18:10 -!- rc_423 [~r_423@cpe-75-185-100-189.cinci.res.rr.com] has joined #bitcoin-core-dev 18:27 -!- gloriazhao [uid453516@gateway/web/irccloud.com/x-repfdaeoxpmrxund] has quit [Quit: Connection closed for inactivity] 18:27 -!- sr_gi [~sr_gi@static-128-69-224-77.ipcom.comunitel.net] has quit [Quit: Ping timeout (120 seconds)] 18:28 -!- sr_gi [~sr_gi@static-128-69-224-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 18:30 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 18:30 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 240 seconds] 18:40 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:40 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cce151317909...dde104963b3b 18:40 < bitcoin-git> bitcoin/master 1885ad3 Fabian Jahr: RPC: remove duplicate line in getblock help 18:40 < bitcoin-git> bitcoin/master dde1049 fanquake: Merge #20064: RPC: remove duplicate line in getblock help 18:40 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:41 < bitcoin-git> [bitcoin] fanquake merged pull request #20064: RPC: remove duplicate line in getblock help (master...getblock_help) https://github.com/bitcoin/bitcoin/pull/20064 18:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:41 < bitcoin-git> [bitcoin] EthanHeilman opened pull request #20082: refactor: Minor refactor of RandAddSeedPerfmon + comments (master...perfmon) https://github.com/bitcoin/bitcoin/pull/20082 18:41 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:50 < fanquake> luke-jr: looks like your DNS seed is down? 18:52 * luke-jr checks 18:54 < luke-jr> yep, should be back up when it's done loading the data file 19:15 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 19:48 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 20:00 -!- Kampala [~Kampala@84.39.117.57] has quit [] 20:00 -!- mekster [~mekster@139.180.192.79] has joined #bitcoin-core-dev 20:14 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 20:21 -!- tekojo [~tekojo@s91904426.blix.com] has joined #bitcoin-core-dev 20:26 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has quit [Quit: Find me in #TheHolyRoger or https://theholyroger.com] 20:26 -!- TheHoliestRoger [~TheHolies@unaffiliated/theholiestroger] has joined #bitcoin-core-dev 20:42 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 20:42 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 20:59 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:03 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 21:08 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:10 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 21:13 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:17 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 21:19 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:21 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 21:47 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has quit [Read error: Connection reset by peer] 21:47 -!- S3RK [~s3rk@47.246.66.115] has joined #bitcoin-core-dev 21:52 -!- S3RK_ [~s3rk@47.246.66.115] has joined #bitcoin-core-dev 21:52 -!- S3RK [~s3rk@47.246.66.115] has quit [Read error: Connection reset by peer] 21:58 -!- S3RK_ [~s3rk@47.246.66.115] has quit [] 21:58 -!- S3RK [~s3rk@47.246.66.115] has joined #bitcoin-core-dev 22:02 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 240 seconds] 22:22 -!- nanotube [~nanotube@unaffiliated/nanotube] has quit [Ping timeout: 272 seconds] 22:34 -!- opsec_x12 [~opsec_x12@44-25-143-49.ip.hamwan.net] has joined #bitcoin-core-dev 22:34 -!- nanotube [~nanotube@unaffiliated/nanotube] has joined #bitcoin-core-dev 22:37 -!- sr_gi [~sr_gi@static-128-69-224-77.ipcom.comunitel.net] has quit [Read error: Connection reset by peer] 22:38 -!- sr_gi [~sr_gi@static-128-69-224-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 23:00 -!- tekojo [~tekojo@s91904426.blix.com] has quit [] 23:07 -!- S3RK [~s3rk@47.246.66.115] has quit [Remote host closed the connection] 23:08 -!- S3RK [~s3rk@47.246.66.115] has joined #bitcoin-core-dev 23:12 -!- S3RK [~s3rk@47.246.66.115] has quit [Ping timeout: 246 seconds] 23:22 -!- nico1 [~nico@178.162.204.214] has joined #bitcoin-core-dev 23:27 -!- go121212 [~go1111111@104.156.98.86] has joined #bitcoin-core-dev 23:30 -!- go11111111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has quit [Ping timeout: 260 seconds] 23:35 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] --- Log closed Mon Oct 05 00:00:38 2020