--- Log opened Wed Sep 15 00:00:08 2021 00:11 -!- tla2k21 [~tla2k21@gateway/tor-sasl/tla2k21] has quit [Ping timeout: 276 seconds] 00:12 -!- gnaf [~gnaf@86-91-224-60.opennet.kpn.net] has quit [Quit: Konversation terminated!] 00:12 -!- stonefox [~stonefox@user/stonefox] has joined #bitcoin-core-dev 00:19 < _aj_> is CI broken? #22766 doesn't seem to have any checks being run? 00:19 <@gribble> https://github.com/bitcoin/bitcoin/issues/22766 | refactor: Clarify and disable unused ArgsManager flags by ryanofsky · Pull Request #22766 · bitcoin/bitcoin · GitHub 00:24 -!- tla2k21 [~tla2k21@gateway/tor-sasl/tla2k21] has joined #bitcoin-core-dev 00:25 -!- gnaf [~gnaf@86-91-224-60.opennet.kpn.net] has joined #bitcoin-core-dev 00:29 -!- lucaferr_ [~lucaferr@c188-151-171-114.bredband.tele2.se] has joined #bitcoin-core-dev 00:39 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:42 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 252 seconds] 00:42 -!- Guyver2_ is now known as Guyver2 00:46 -!- AaronvanW [~AaronvanW@190.242.161.186] has joined #bitcoin-core-dev 01:05 < laanwj> _aj_: huh! 01:06 -!- smartin [~Icedove@88.135.18.171] has joined #bitcoin-core-dev 01:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:07 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #22939: fuzz: Reset addrman when consistency check fails (master...2109-fuzzAddrmanCheck) https://github.com/bitcoin/bitcoin/pull/22939 01:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:07 < laanwj> this must be a github issue, it definitely still enables 01:07 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Remote host closed the connection] 01:07 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 01:09 < laanwj> (both travis and cirrus are enabled for bitcoin/bitcoin, no idea if travis is still necessary) 01:17 -!- tla2k21 [~tla2k21@gateway/tor-sasl/tla2k21] has quit [Ping timeout: 276 seconds] 01:26 -!- AaronvanW [~AaronvanW@190.242.161.186] has quit [Remote host closed the connection] 01:28 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 01:33 < gleb7> sipa: Do you remember your rationale while introducing stochastic addrman? I was trying to refactor a part related to peer selection, and I'm trying to understand something 01:33 < gleb7> The code is https://github.com/bitcoin/bitcoin/commit/5fee401fe14aa6459428a26a82f764db70a6a0b9#diff-00021eed586a482abdb09d6cdada1d90115abe988a91421851960e26658bed02R1350 01:35 < gleb7> net.cpp, +1351 line. 01:36 < gleb7> I'm trying to understand why this check triggers a break, while the next checks trigger a continue. You probably meant some difference for the results of these checks, but I don't understand it. 01:39 -!- Guest80 [~Guest80@static-43-117-230-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 01:39 -!- Guest80 [~Guest80@static-43-117-230-77.ipcom.comunitel.net] has quit [Client Quit] 01:48 -!- sr_gi [~sr_gi@static-43-117-230-77.ipcom.comunitel.net] has joined #bitcoin-core-dev 01:50 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f389600cad02473b0d1d4f4.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:57 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #22940: fuzz: Move all addrman fuzz targets to one file (master...2109-fuzzMergeAddrman) https://github.com/bitcoin/bitcoin/pull/22940 01:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:59 -!- sr_gi [~sr_gi@static-43-117-230-77.ipcom.comunitel.net] has left #bitcoin-core-dev [The Lounge - https://thelounge.chat] 02:07 -!- ravish0007 [~quassel@ec2-65-0-45-121.ap-south-1.compute.amazonaws.com] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 02:08 -!- ravish0007 [~quassel@ec2-65-0-45-121.ap-south-1.compute.amazonaws.com] has joined #bitcoin-core-dev 02:14 < _aj_> laanwj: travis was reportedly leaking its secrets, so might be best to disable? i'm not up on the details though. https://arstechnica.com/information-technology/2021/09/travis-ci-flaw-exposed-secrets-for-thousands-of-open-source-projects/ 02:17 < laanwj> _aj_: afaik we don't make use of any secrets in our CI flow 02:20 < _aj_> laanwj: i assume there's some secret to authenticate "this is the bitcoin project from github" (which might let you corrupt the ccache and blah), but maybe that wasn't one of the ones that got leaked 02:22 < laanwj> _aj_: travis already fails often enough out itself would be even notice someone messing with it :) that said,there's still a .travis.yml in the repository so i guess we're still using it 02:27 < _aj_> laanwj: we were just using it for linting, and dropped it entirely with #20658 maybe? (except not for 0.21 and earlier?) 02:27 <@gribble> https://github.com/bitcoin/bitcoin/issues/20658 | ci: Move linter task to cirrus by dhruv · Pull Request #20658 · bitcoin/bitcoin · GitHub 03:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:02 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #22979: doc: Fix walletdisplayaddress RPC doc (master...2109-rpcDocWallet) https://github.com/bitcoin/bitcoin/pull/22979 03:02 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:10 -!- tla2k21 [~tla2k21@gateway/tor-sasl/tla2k21] has joined #bitcoin-core-dev 03:11 < laanwj> MarcoFalke: fanquake: do we still need travis enabled on bitcoin/bitcoin? 03:11 < fanquake> laanwj: no we shouldn’t. Appveyor no longer required either if that is still enabled in some way. 03:12 < laanwj> ok, removing it 03:15 < laanwj> "You're all set. A job has been queued to uninstall Travis CI" 03:15 < laanwj> i don't see appveyor in here (might be installed at another level) 03:17 < hebasto> re "Appveyor no longer required either if that is still enabled in some way." -- non-master branches? 03:24 < provoostenator> laanwj: sorry for the torrent whitelist delay: done 03:24 -!- lightlike [~lightlike@user/lightlike] has joined #bitcoin-core-dev 03:24 -!- Henrik [~textual@84.212.107.177] has joined #bitcoin-core-dev 03:56 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.2] 03:56 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 04:05 < lucaferr_> are there plans for a dns seed specifically for taproot enabled nodes? 04:13 < laanwj> provoostenator: thank you! 04:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:22 < bitcoin-git> [bitcoin] hebasto opened pull request #22980: qa: Ignore `--failfast` option of `test_runner.py` on Windows (master...210915-failfast) https://github.com/bitcoin/bitcoin/pull/22980 04:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:23 < jnewbery> gleb7: !IsValid() also stands in for an empty CNetAddress, which can be returned if addrman is empty or a new address is requested and there are no new addresses. In that case, we would want to break into the outer loop again. 04:24 < jnewbery> Now that we're using c++17, we could change Select to return a std::optional, which would be more obvious 04:28 < jnewbery> for IsLocal(), I think we should continue to the next iteration of the inner loop, since calling Select() again could return a useful address 04:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:28 < bitcoin-git> [bitcoin] naumenkogs closed pull request #19869: Better intervals between feelers (master...2020-09-feeler-time-fixes) https://github.com/bitcoin/bitcoin/pull/19869 04:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:39 -!- Henrik [~textual@84.212.107.177] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 04:49 -!- Henrik [~textual@84.212.107.177] has joined #bitcoin-core-dev 04:50 -!- Henrik [~textual@84.212.107.177] has quit [Client Quit] 04:56 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:20 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #22981: doc: Fix incorrect C++ named args (master...2109-docNamedArgs) https://github.com/bitcoin/bitcoin/pull/22981 05:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:25 -!- Alina-malina [~Alina-mal@user/alina-malina] has quit [Ping timeout: 252 seconds] 05:25 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:36 < bitcoin-git> [bitcoin] naumenkogs closed pull request #18925: Add extra thread for scheduler, move TorControl and OpenAddedConnections to scheduler (master...2020_05_extra_scheduler_thread) https://github.com/bitcoin/bitcoin/pull/18925 05:36 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:00 < bitcoin-git> [bitcoin] naumenkogs closed pull request #17194: p2p: Avoid forwarding ADDR messages to SPV nodes (master...addr_relay_optimization) https://github.com/bitcoin/bitcoin/pull/17194 06:00 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:05 < bitcoin-git> [gui] eltociear opened pull request #424: Fix typo in secp256k1/.cirrus.yml (master...patch-1) https://github.com/bitcoin-core/gui/pull/424 06:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:06 -!- bairen [~bairen@gateway/tor-sasl/bairen] has joined #bitcoin-core-dev 06:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:12 < bitcoin-git> [gui] fanquake closed pull request #424: Fix typo in secp256k1/.cirrus.yml (master...patch-1) https://github.com/bitcoin-core/gui/pull/424 06:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:15 -!- ryanofsky [~russ@jumpy.yanofsky.org] has joined #bitcoin-core-dev 06:22 -!- bairen [~bairen@gateway/tor-sasl/bairen] has quit [Quit: Konversation terminated!] 06:22 -!- bairen [~bairen@gateway/tor-sasl/bairen] has joined #bitcoin-core-dev 06:22 -!- bairen [~bairen@gateway/tor-sasl/bairen] has quit [Client Quit] 06:22 -!- bairen [~bairen@gateway/tor-sasl/bairen] has joined #bitcoin-core-dev 06:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:53 < bitcoin-git> [bitcoin] hebasto closed pull request #22980: qa: Ignore `--failfast` option of `test_runner.py` on Windows (master...210915-failfast) https://github.com/bitcoin/bitcoin/pull/22980 06:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:03 -!- Alina-malina [~Alina-mal@user/alina-malina] has joined #bitcoin-core-dev 07:29 -!- smartin [~Icedove@88.135.18.171] has quit [Ping timeout: 252 seconds] 07:50 < gleb7> jnewbery: breaking if it's empty makes perfect sense. But for IsLocal or netgroup check, yeah, I would do continue as well 08:07 -!- Henrik [~textual@84.212.107.177] has joined #bitcoin-core-dev 08:10 -!- common [~common@096-033-221-075.res.spectrum.com] has quit [Quit: Leaving] 08:40 -!- Henrik [~textual@84.212.107.177] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 09:07 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f389600cad02473b0d1d4f4.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 09:48 -!- AaronvanW [~AaronvanW@190.242.161.186] has joined #bitcoin-core-dev 09:49 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:03 -!- Henrik [~textual@84.212.107.177] has joined #bitcoin-core-dev 10:16 -!- AaronvanW [~AaronvanW@190.242.161.186] has quit [Remote host closed the connection] 10:23 -!- tripleslash is now known as [\\\\\\\\] 10:30 -!- [\\\\\\\\] is now known as [\\\] 10:30 -!- Henrik [~textual@84.212.107.177] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 10:53 -!- AaronvanW [~AaronvanW@190.242.161.186] has joined #bitcoin-core-dev 11:12 -!- Guest63 [~Guest63@136.226.49.17] has joined #bitcoin-core-dev 11:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:13 < bitcoin-git> [bitcoin] hebasto opened pull request #22987: qa: Fix "RuntimeError: Event loop is closed" on Windows (master...210915-loop) https://github.com/bitcoin/bitcoin/pull/22987 11:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:14 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 11:15 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 11:16 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 252 seconds] 11:16 -!- Guyver2_ is now known as Guyver2 11:30 -!- Henrik [~textual@84.212.107.177] has joined #bitcoin-core-dev 11:41 -!- common [~common@096-033-221-075.res.spectrum.com] has joined #bitcoin-core-dev 11:53 < laanwj> please don't go overboard with this scripted-diff stuff, yes it makes it easier to make changes all over the source base, this doesn't mean you have to (e.g. #22975) 11:53 <@gribble> https://github.com/bitcoin/bitcoin/issues/22975 | scripted-diff: update license URLs to https by div72 · Pull Request #22975 · bitcoin/bitcoin · GitHub 11:55 < laanwj> scripted diff is meant as a tool to make reviewing some kinds of changes easier--it's not meant an incentive to do the kind of 'change for the sake of changing' for code style and other semi-silly reasons we've always resisted 11:56 -!- Aaronvan_ [~AaronvanW@159.48.55.224] has joined #bitcoin-core-dev 11:59 -!- AaronvanW [~AaronvanW@190.242.161.186] has quit [Ping timeout: 252 seconds] 12:01 -!- Henrik [~textual@84.212.107.177] has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…] 12:03 -!- luke-jr [~luke-jr@user/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 12:05 -!- luke-jr [~luke-jr@user/luke-jr] has joined #bitcoin-core-dev 12:08 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:15 -!- Guest63 [~Guest63@136.226.49.17] has quit [Quit: Client closed] 12:24 -!- gnaf [~gnaf@86-91-224-60.opennet.kpn.net] has quit [Ping timeout: 265 seconds] 12:25 -!- gnaf [~gnaf@86-91-224-60.opennet.kpn.net] has joined #bitcoin-core-dev 12:30 -!- AaronvanW [~AaronvanW@190.242.161.186] has joined #bitcoin-core-dev 12:33 -!- Aaronvan_ [~AaronvanW@159.48.55.224] has quit [Ping timeout: 265 seconds] 13:56 -!- AaronvanW [~AaronvanW@190.242.161.186] has quit [Remote host closed the connection] 13:58 -!- vysn [~vysn@user/vysn] has quit [Quit: WeeChat 3.2] 14:04 -!- Guyver2_ [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 14:06 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 14:07 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Ping timeout: 268 seconds] 14:07 -!- Guyver2_ is now known as Guyver2 14:18 -!- ghost43_ [~ghost43@gateway/tor-sasl/ghost43] has joined #bitcoin-core-dev 14:21 -!- ghost43 [~ghost43@gateway/tor-sasl/ghost43] has quit [Ping timeout: 276 seconds] 14:29 -!- bomb-on [~bomb-on@194.144.47.113] has joined #bitcoin-core-dev 14:51 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 268 seconds] 14:57 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:59 -!- AaronvanW [~AaronvanW@190.53.113.19] has joined #bitcoin-core-dev 15:08 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 15:28 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 15:49 -!- AaronvanW [~AaronvanW@190.53.113.19] has quit [Remote host closed the connection] 15:50 -!- AaronvanW [~AaronvanW@190.53.113.19] has joined #bitcoin-core-dev 15:54 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 260 seconds] 15:57 -!- bomb-on [~bomb-on@194.144.47.113] has quit [Quit: aллилѹіа!] 16:12 -!- gene [~gene@gateway/tor-sasl/gene] has joined #bitcoin-core-dev 16:22 < dongcarl> Is the reason for the DEBUG_LOCKORDER #ifdef in sync.h so that we can potentially make the *Critical inline? 16:30 < sipa> it's make sure there is no performance impact of the lock debuggee when DEBUG_LOCKORDER is not enabled 16:57 -!- earnestly [~earnest@user/earnestly] has quit [Ping timeout: 268 seconds] 17:21 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 268 seconds] 17:33 -!- belcher [~belcher@user/belcher] has joined #bitcoin-core-dev 17:36 -!- lightlike [~lightlike@user/lightlike] has quit [Quit: Leaving] 17:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:48 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2161a058552a...528e08119fd8 17:48 < bitcoin-git> bitcoin/master e4709c7 Russell Yanofsky: Start using init makeNode, makeChain, etc methods 17:48 < bitcoin-git> bitcoin/master 528e081 fanquake: Merge bitcoin/bitcoin#22219: multiprocess: Start using init makeNode, make... 17:48 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:51 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/528e08119fd8...bd5670eafcfb 17:51 < bitcoin-git> bitcoin/master fa22ddc MarcoFalke: doc: Fix walletdisplayaddress RPC doc 17:51 < bitcoin-git> bitcoin/master bd5670e fanquake: Merge bitcoin/bitcoin#22979: doc: Fix walletdisplayaddress RPC doc 17:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:51 < bitcoin-git> [bitcoin] fanquake merged pull request #22979: doc: Fix walletdisplayaddress RPC doc (master...2109-rpcDocWallet) https://github.com/bitcoin/bitcoin/pull/22979 17:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:52 < bitcoin-git> [bitcoin] fanquake merged pull request #22219: multiprocess: Start using init makeNode, makeChain, etc methods (master...pr/ipc-make) https://github.com/bitcoin/bitcoin/pull/22219 17:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:56 -!- gene [~gene@gateway/tor-sasl/gene] has quit [Remote host closed the connection] 17:57 -!- gene [~gene@gateway/tor-sasl/gene] has joined #bitcoin-core-dev 18:09 < fanquake> CI is currently failing due to #22219 18:09 <@gribble> https://github.com/bitcoin/bitcoin/issues/22219 | multiprocess: Start using init makeNode, makeChain, etc methods by ryanofsky · Pull Request #22219 · bitcoin/bitcoin · GitHub 18:10 -!- AaronvanW [~AaronvanW@190.53.113.19] has quit [Remote host closed the connection] 18:12 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 260 seconds] 19:04 -!- gene [~gene@gateway/tor-sasl/gene] has quit [Quit: gene] 19:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:14 < bitcoin-git> [bitcoin] ryanofsky opened pull request #22992: Fix Qt test broken by #22219 (master...pr/sfix) https://github.com/bitcoin/bitcoin/pull/22992 19:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:18 -!- earnestly [~earnest@user/earnestly] has joined #bitcoin-core-dev 19:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:42 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd5670eafcfb...7709bf46ce2c 19:42 < bitcoin-git> bitcoin/master fad8606 MarcoFalke: doc: Update snap release process for new versioning scheme 19:42 < bitcoin-git> bitcoin/master 7709bf4 fanquake: Merge bitcoin/bitcoin#22970: doc: Update snap release process for new vers... 19:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:42 < bitcoin-git> [bitcoin] fanquake merged pull request #22970: doc: Update snap release process for new versioning scheme (master...2109-docSnapRel) https://github.com/bitcoin/bitcoin/pull/22970 19:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:06 -!- Evel-Knievel [~Evel-Knie@user/evel-knievel] has quit [Ping timeout: 265 seconds] 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:06 -!- harding [quassel@newmail.dtrt.org] has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.] 21:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:10 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7709bf46ce2c...9424e78f34da 21:10 < bitcoin-git> bitcoin/master 865ee1a Russell Yanofsky: Fix Qt test broken by #22219 21:10 < bitcoin-git> bitcoin/master 9424e78 fanquake: Merge bitcoin/bitcoin#22992: Fix Qt test broken by #22219 21:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 21:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:10 < bitcoin-git> [bitcoin] fanquake merged pull request #22992: Fix Qt test broken by #22219 (master...pr/sfix) https://github.com/bitcoin/bitcoin/pull/22992 21:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 21:12 -!- Yihen [~textual@ab.ptr238.ptrcloud.net] has joined #bitcoin-core-dev 21:18 -!- harding [~quassel@newmail.dtrt.org] has joined #bitcoin-core-dev 21:51 -!- earnestly [~earnest@user/earnestly] has quit [Ping timeout: 260 seconds] 22:19 -!- Cory [~Cory@user/pasha] has quit [Ping timeout: 268 seconds] 22:23 -!- gleb7 [~gleb@178.150.137.228] has quit [Ping timeout: 265 seconds] 23:05 -!- Cory [~Cory@user/pasha] has joined #bitcoin-core-dev 23:25 -!- goatpig [~goat@blocksettle-gw.cust.31173.se] has joined #bitcoin-core-dev 23:40 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev --- Log closed Thu Sep 16 00:00:09 2021