--- Log opened Thu Jan 27 00:00:41 2022 00:14 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 00:36 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 260 seconds] 00:38 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:40 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 00:41 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 00:49 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 00:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:58 < bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4241c193d492...d87a37a4abab 00:58 < bitcoin-git> bitcoin/master 21f781a fanquake: fs: consistently use fsbridge for {i,o}fstream 00:58 < bitcoin-git> bitcoin/master 486261d fanquake: fs: add missing include 00:58 < bitcoin-git> bitcoin/master 5e8975e fanquake: fs: consistently use fsbridge for fopen() 00:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:58 < bitcoin-git> [bitcoin] fanquake merged pull request #24167: fs: consistently use fsbridge:: for ifstream / ofstream (master...always_use_fsbridge) https://github.com/bitcoin/bitcoin/pull/24167 00:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:04 -!- sudoforge [~sudoforge@wireguard/tunneler/sudoforge] has quit [Ping timeout: 250 seconds] 01:04 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 01:08 < Guest> Hii.. I have successfully built bitcoin core without Qt..Now I am trying to install Qt to enble Bitcoin Core GUI using this documentation : https://github.com/bitcoin/bitcoin/blob/master/build_msvc/README.mdWhen I run nmake it is giving the following error : NMAKE : fatal error U1095: expanded command line too longNMAKE : fatal error U1077: 01:08 < Guest> '"C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64\nmake.exe"' : return code '0x2' 01:08 < Guest> Stop. 01:08 < Guest> Could you please help me with it? 01:09 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 245 seconds] 01:09 < Guest> * using this documentation : https://github.com/bitcoin/bitcoin/blob/master/build_msvc/README.md 01:11 < pink_sarco> It could be a good idea to ask bitcoin.stackexchange.com 01:16 < pink_sarco> In case nobody can answer here 01:22 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 01:24 < Guest> I also another doubt.. When I open C:\Users\Dell\bitcoin\build_msvc\x64\Release\bitcoind.exe , there terminal opens and executes.. But I cannot find the graphical interface to input certain data and test certain things.. Is Qt necessary for getting the graphical interface? 01:25 < Guest> Or there is some other way to get the interface and test certain features? 01:26 -!- An0rak [An0rak@user/an0rak] has joined #bitcoin-core-dev 01:33 < laanwj> yes, for the graphical interface you need bitcoin-qt.exe 01:37 < laanwj> stickies-v: that's good to know! 01:44 < laanwj> Kaizen_Kintsugi_: there's https://github.com/ofek/bit and https://github.com/Simplexum/python-bitcointx which are actively maintained, the latter is a fork of python-bitcoinlib, python-bitcoinlib is very popular but not that actively maintained anymore (if it does what you want it does, ofcourse) 01:45 < laanwj> fwiw neither of the three has taproot support yet, if someone feels like working on that that's be awesome 01:49 < laanwj> oh there's a taproot PR for python-bitcointx actually https://github.com/Simplexum/python-bitcointx/pull/60 but needs testing and review i guess 01:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:58 < bitcoin-git> [bitcoin] laanwj pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/d87a37a4abab...cf5bb048e80d 01:58 < bitcoin-git> bitcoin/master 6fd4341 Jon Atack: Require CBlockIndex::GetBlockPos() to hold mutex cs_main 01:58 < bitcoin-git> bitcoin/master 2e557ce Jon Atack: Require WriteUndoDataForBlock() to hold mutex cs_main 01:58 < bitcoin-git> bitcoin/master 5723934 Jon Atack: Require CBlockIndex::GetUndoPos() to hold mutex cs_main 01:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 01:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 01:58 < bitcoin-git> [bitcoin] laanwj merged pull request #22932: Add CBlockIndex lock annotations, guard nStatus/nFile/nDataPos/nUndoPos by cs_main (master...require-GetBlockPos-to-hold-cs_main) https://github.com/bitcoin/bitcoin/pull/22932 01:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:02 -!- kexkey [~kexkey@static-198-54-132-154.cust.tzulo.com] has quit [Ping timeout: 240 seconds] 02:04 < laanwj> m011: as i've been trying to say all the time, you *first* need to ensure your connectivity to CJDNS, so have a running cjdns daemon and cjdns nodes, only then bitcoin core will work over it and will be able to connect to bitcoin cjdns nodes 02:04 < laanwj> you cannot skip any steps and have it still work 02:05 -!- kexkey [~kexkey@static-198-54-132-122.cust.tzulo.com] has joined #bitcoin-core-dev 02:14 < vasild> adding doc/cjdns.md has been on my todo for some time... 02:19 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 02:24 < jonatack> vasild: i didn't start a doc yet, happy to review 02:25 < vasild> same here - nothing started yet ;-) 02:25 < vasild> :-D 02:25 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 260 seconds] 02:25 < jonatack> yes. the "find a friend" part seems to be the main snag people hit 02:26 < jonatack> i tried skipping that part too... no bueno 02:31 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 02:37 -!- calvinalvin [~kcalvinal@ec2-52-79-199-97.ap-northeast-2.compute.amazonaws.com] has joined #bitcoin-core-dev 02:38 -!- kcalvinalvin [~kcalvinal@ec2-52-79-199-97.ap-northeast-2.compute.amazonaws.com] has quit [Ping timeout: 256 seconds] 02:38 -!- cfields [~cfields@user/cfields] has quit [Ping timeout: 256 seconds] 02:39 -!- cfields [~cfields@user/cfields] has joined #bitcoin-core-dev 02:39 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 02:43 -!- hollewordl [~u0_a305@176.54.61.90] has joined #bitcoin-core-dev 02:43 < hollewordl> hi 02:46 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 245 seconds] 02:47 -!- hollewordl [~u0_a305@176.54.61.90] has quit [Quit: Lost terminal] 02:49 -!- davterra [~davterra@143.198.56.186] has quit [Remote host closed the connection] 02:49 -!- tralfaz [~davterra@143.198.56.186] has joined #bitcoin-core-dev 02:55 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 02:59 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 03:03 -!- BitFlib [~BitFlib@185.213.155.160] has joined #bitcoin-core-dev 03:08 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has joined #bitcoin-core-dev 03:24 -!- BitFlib [~BitFlib@185.213.155.160] has quit [Quit: Leaving.] 03:30 < m011> If I understand correctly, "find a friend" is literal. To be able to connect to the CJDNS network, you first need to find trusted peers willing to share the connection. 03:33 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 03:43 -!- dougefish [~dougefish@77.137.78.42] has quit [Ping timeout: 240 seconds] 03:45 < jonatack> m011: yes. i just sent you some connection data 03:46 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 03:50 -!- dougefish [~dougefish@77.137.78.42] has joined #bitcoin-core-dev 03:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:53 < bitcoin-git> [bitcoin] SsNiPeR1 opened pull request #24176: Renamed deprecated apt-get to apt in doc/build-unix.md (master...master) https://github.com/bitcoin/bitcoin/pull/24176 03:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:55 -!- gnaf [gnaf@gateway/vpn/protonvpn/gnaf] has quit [Quit: Konversation terminated!] 03:55 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 03:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:57 < bitcoin-git> [bitcoin] jonatack opened pull request #24177: validation, refactor: add missing thread safety lock assertions (master...add-missing-lock-assertions-in-validation) https://github.com/bitcoin/bitcoin/pull/24177 03:57 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:01 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 260 seconds] 04:08 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 04:14 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 04:15 -!- michagogo [uid14316@user/michagogo] has joined #bitcoin-core-dev 04:15 -!- bomb-on [~bomb-on@194.144.47.113] has joined #bitcoin-core-dev 04:25 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:4178:22ae:f494:3f2] has quit [Remote host closed the connection] 04:27 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 04:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:27 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #24176: Renamed deprecated apt-get to apt in doc/build-unix.md (master...master) https://github.com/bitcoin/bitcoin/pull/24176 04:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:29 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 04:30 < vasild> m011: yes, however there is also a list of "open" peers at https://github.com/hyperboria/peers/ 04:33 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 04:34 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Remote host closed the connection] 04:34 < laanwj> we might want to mention more explicitly that cjdns is not an open overlay network like I2P and Tor 04:35 < laanwj> although, it's also outside of the scope of bitcoin's documentation a bit 04:37 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 250 seconds] 04:40 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 04:44 < jonatack> vasild: m011 is connected to you but having issues connecting to me. mind trying?  addnode fc32:17ea:e415:c3bf:9808:149d:b5a2:c9aa onetry 04:44 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 240 seconds] 04:47 < jonatack> i can connect to m011 fine 04:53 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 04:57 -!- jespada [~jespada@87.74.36.188] has quit [Quit: Textual IRC Client: www.textualapp.com] 05:00 < Guest> I have put the question on https://bitcoin.stackexchange.com/  :   https://bitcoin.stackexchange.com/questions/112087/error-in-configuring-qt-with-bitcoin-core-on-windows?noredirect=1#comment128108_112087 05:00 < Guest> If anyone knows the solution to it, please let me know 05:02 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 05:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:05 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #21106: persist IBD latch across restarts (master...2021-02-07-isinitialblockdownload-timeout) https://github.com/bitcoin/bitcoin/pull/21106 05:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:06 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Remote host closed the connection] 05:06 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 05:10 -!- pergaminho [~pergaminh@user/pergaminho] has joined #bitcoin-core-dev 05:16 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 05:17 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has quit [Quit: Connection closed for inactivity] 05:23 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Remote host closed the connection] 05:24 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 05:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:51 < bitcoin-git> [bitcoin] sdaftuar opened pull request #24178: p2p: Respond to getheaders if we have sufficient chainwork (master...2022-01-headers-response-requires-minchainwork) https://github.com/bitcoin/bitcoin/pull/24178 05:51 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:53 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 05:53 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 250 seconds] 05:57 -!- ulrichard [~ulrichard@pub158181114196.dh-hfc.datazug.ch] has joined #bitcoin-core-dev 05:59 < b10c> Measured a ~4% full IBD speed-up with #20827 using a default dbcache and -prune=550 with an HDD \o/ 05:59 <@gribble> https://github.com/bitcoin/bitcoin/issues/20827 | During IBD, prune as much as possible until we get close to where we will eventually keep blocks by luke-jr · Pull Request #20827 · bitcoin/bitcoin · GitHub 05:59 < b10c> and 17.4% (!!) speed-up with -prune=8800 and -dbcache=4000 (although I think a dbcache of 2500 would yield similar results) 06:00 < b10c> full results in https://github.com/bitcoin/bitcoin/pull/20827#issuecomment-1023108273 06:00 < ulrichard> Hi, does bitcoind in regtest mode try to connect to some external hosts? 06:00 < stick> wow! that sounds very nice 06:01 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 250 seconds] 06:02 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has left #bitcoin-core-dev [Closing Window] 06:03 -!- ulrichard_ [~ulrichard@pub158181114196.dh-hfc.datazug.ch] has joined #bitcoin-core-dev 06:04 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Remote host closed the connection] 06:07 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 06:09 < b10c> I'm assuming that performance improvments on SSD-based systems are not as big. If anyone has a idle SSD-based system to benchmark on I'd be happy to share my scripts and help with the setup! 06:12 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 250 seconds] 06:15 < stick> b10c: i'd love to see your scripts - will send you my email in PM 06:19 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 06:23 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 240 seconds] 06:25 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 06:26 < jonatack> b10c: nice! 06:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:43 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #24179: fuzz: Speed up script fuzz target (master...2201-fuzzS) https://github.com/bitcoin/bitcoin/pull/24179 06:43 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:52 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 06:56 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 260 seconds] 06:59 < lightlike> ulrichard: regtest is meant for local testing with your own chain - there are no valid DNS seeds for regtest, and no available peers. 07:02 < ulrichard_> lightlike: I added some unit tests with https://crates.io/crates/electrsd which spins up a bitcoind and electrsd regtest node. It runs fine on my machine. But on the CI agent it hangs. Now I think it might be because on that machine regular network connections are blocked. Thus I am trying to find out if either bitcoind or electrsd try to connect somewhere. 07:04 -!- jarthur [~jarthur@2603-8080-1540-002d-6889-d743-d7bf-132c.res6.spectrum.com] has joined #bitcoin-core-dev 07:11 < lightlike> ulrichard_: I think that in principle, there is no special logic preventing connections on regtest (e.g. if you manually attempt to connect to an address with -connect or -addnode it will try that). bitcoind also "tries" to connect to an invalid dummy DNS seed "dummySeed.invalid.", but the expectation is that no actual connections to the outside are made unless that kind of thing is set up by the user. 07:14 -!- gleb7454386 [~gleb@178.150.137.228] has quit [Ping timeout: 240 seconds] 07:17 -!- cornfeedhobo [~cornfeedh@user/cornfeedhobo] has quit [Remote host closed the connection] 07:19 -!- gleb7454386 [~gleb@178.150.137.228] has joined #bitcoin-core-dev 07:21 < ulrichard_> lightlike: Do you have an idea how this dummy connection reacts to differend kinds of not being able to connect? If I disable networking on my dev machine, the test just takes 10 to 20 seconds longer. But on the CI machine it blocks for two hour until the CI stops it. A co-worker told me that he thinks on the CI machine the firewall drops packets. 07:22 -!- jarthur [~jarthur@2603-8080-1540-002d-6889-d743-d7bf-132c.res6.spectrum.com] has quit [Quit: jarthur] 07:25 < lightlike> ulrichard_: I doubt that this is the reason, but you could try removing it (https://github.com/bitcoin/bitcoin/blob/cf5bb048e80d4cde8828787b266b7f5f2e3b6d7b/src/chainparams.cpp#L441) and check whether this changes anything. 07:27 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 07:29 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 260 seconds] 07:29 -!- cornfeedhobo [~cornfeedh@user/cornfeedhobo] has joined #bitcoin-core-dev 07:30 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 07:31 < ulrichard_> lightlike: Thanks for pointing me to this. Compiling it with this change will be the easier part. But testing it on the IC agent will be the more challenging part... 07:31 -!- yanmaani1 is now known as yanmaani 07:32 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 250 seconds] 07:36 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 260 seconds] 07:36 < michaelfolkson> Can a maintainer with ability to change labels on PRs take the consensus label off of #24147, #24148 and #24149 please? Thanks! 07:36 <@gribble> https://github.com/bitcoin/bitcoin/issues/24147 | Miniscript integration by darosior · Pull Request #24147 · bitcoin/bitcoin · GitHub 07:36 <@gribble> https://github.com/bitcoin/bitcoin/issues/24148 | Miniscript support in Output Descriptors by darosior · Pull Request #24148 · bitcoin/bitcoin · GitHub 07:36 <@gribble> https://github.com/bitcoin/bitcoin/issues/24149 | Signing support for Miniscript Descriptors by darosior · Pull Request #24149 · bitcoin/bitcoin · GitHub 07:40 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 07:41 < darosior> Thanks. To be fair, #24149 does touch the interpreter so it could keep it (not sure of the policy on labels). 07:41 <@gribble> https://github.com/bitcoin/bitcoin/issues/24149 | Signing support for Miniscript Descriptors by darosior · Pull Request #24149 · bitcoin/bitcoin · GitHub 07:49 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Remote host closed the connection] 07:49 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 07:51 -!- sudoforge [~sudoforge@wireguard/tunneler/sudoforge] has joined #bitcoin-core-dev 07:56 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 08:11 -!- szkl [uid110435@id-110435.uxbridge.irccloud.com] has joined #bitcoin-core-dev 08:13 -!- freesprung [~freesprun@user/freesprung] has quit [Ping timeout: 250 seconds] 08:23 -!- stickies-v [~stickies-@host-92-8-99-163.as13285.net] has quit [Ping timeout: 240 seconds] 08:24 -!- stickies-v [~stickies-@host-92-8-99-163.as13285.net] has joined #bitcoin-core-dev 08:28 -!- grettke [~grettke@cpe-65-29-228-30.wi.res.rr.com] has joined #bitcoin-core-dev 09:00 -!- Guest48 [~Guest48@c-24-14-233-54.hsd1.il.comcast.net] has joined #bitcoin-core-dev 09:00 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has quit [Ping timeout: 260 seconds] 09:07 -!- Guest48 [~Guest48@c-24-14-233-54.hsd1.il.comcast.net] has quit [Quit: Client closed] 09:30 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Remote host closed the connection] 09:31 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 09:31 < laanwj> michaelfolkson: done 09:33 < laanwj> the interpreter change is only a little bit of refactoring to make functions accessible, no actual consensus change, which is what the 'consensus' label is for AFAIK 09:36 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 240 seconds] 09:36 -!- ulrichard [~ulrichard@pub158181114196.dh-hfc.datazug.ch] has quit [Quit: Client closed] 09:42 < MarcoFalke> I am wondering if we should add a new label for miniscript (if it is merged) 09:43 < MarcoFalke> Or combine with the existing descriptors label somehow? 09:45 < laanwj> not sure, currently i'm counting it under "descriptors" 09:58 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 10:04 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 10:09 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 268 seconds] 10:12 < Kaizen_Kintsugi_> laanwj: thanks 10:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:19 < bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/cf5bb048e80d...196b4599201d 10:19 < bitcoin-git> bitcoin/master fa65bbf MarcoFalke: span: Add BytePtr helper 10:19 < bitcoin-git> bitcoin/master fa24493 MarcoFalke: Use spans of std::byte in serialize 10:19 < bitcoin-git> bitcoin/master fa5d2e6 MarcoFalke: Remove unused char serialize 10:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:20 < bitcoin-git> [bitcoin] laanwj merged pull request #23438: refactor: Use spans of std::byte in serialize (master...2105-uin8t) https://github.com/bitcoin/bitcoin/pull/23438 10:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:32 < bitcoin-git> [bitcoin] sh15h4nk opened pull request #24180: script: handled request exception and added image sanitization (master...master) https://github.com/bitcoin/bitcoin/pull/24180 10:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:35 -!- michagogo [uid14316@user/michagogo] has quit [Quit: Connection closed for inactivity] 10:51 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has joined #bitcoin-core-dev 10:56 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 11:01 < laanwj> #startmeeting 11:01 < core-meetingbot`> Meeting started Thu Jan 27 19:01:10 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings. 11:01 < core-meetingbot`> Available commands: action commands idea info link nick 11:01 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 11:01 < laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball 11:01 < laanwj> morcos nehan NicolasDorier paveljanik petertodd phantomcircuit promag provoostenator ryanofsky sdaftuar sipa vasild 11:02 < fjahr> hi 11:02 < laanwj> there have been no proposed meeting topics this week (this can be done using #proposedmeetingtopic ), any last-minute ones? 11:02 < kvaciral[m]> hi 11:02 < sipsorcery> hi 11:02 < b10c> hi 11:02 < michaelfolkson> hi 11:02 < provoostenator> hi 11:02 < jonatack> hi 11:02 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [] 11:03 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has joined #bitcoin-core-dev 11:03 < sipa> hi 11:03 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has quit [Client Quit] 11:03 < laanwj> if not, let's go to the usual topic of high priority for review 11:04 < laanwj> #topic High priority for review 11:04 < core-meetingbot`> topic: High priority for review 11:04 < laanwj> https://github.com/bitcoin/bitcoin/projects/8 there are currently 7 blocker PRs, 1 chasing concept ACK 11:04 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has joined #bitcoin-core-dev 11:04 < laanwj> anything to add/remove? 11:05 < achow101> hi 11:05 < laanwj> or anything (almost) ready for merge? #23604 and #23508 were mentioned last time, but they still have some unaddressed comments 11:05 <@gribble> https://github.com/bitcoin/bitcoin/issues/23604 | Use Sock in CNode by vasild · Pull Request #23604 · bitcoin/bitcoin · GitHub 11:05 <@gribble> https://github.com/bitcoin/bitcoin/issues/23508 | Add getdeploymentinfo RPC by ajtowns · Pull Request #23508 · bitcoin/bitcoin · GitHub 11:06 < jonatack> #21726 should be close 11:06 < provoostenator> That last one is probably on more minor push away from done 11:06 <@gribble> https://github.com/bitcoin/bitcoin/issues/21726 | Improve Indices on pruned nodes via prune blockers by fjahr · Pull Request #21726 · bitcoin/bitcoin · GitHub 11:06 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Remote host closed the connection] 11:07 < laanwj> jonatack: good to know 11:08 < Murch> Hi 11:08 < laanwj> provoostenator: yes it's very close, just minor nits left, and jonatack just posted some more review comments 11:09 < laanwj> anything else? seems it's going to be a short meeting 11:09 < ariard> hi 11:10 < laanwj> #endmeeting 11:10 < core-meetingbot`> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt 11:10 < core-meetingbot`> Meeting ended Thu Jan 27 19:10:27 2022 UTC. 11:10 < core-meetingbot`> Minutes: https://bitcoin.jonasschnelli.ch/ircmeetings/logs/bitcoin-core-dev/2022/bitcoin-core-dev.2022-01-27-19.01.moin.txt 11:10 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 11:13 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Remote host closed the connection] 11:14 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 250 seconds] 11:18 -!- jonatack30 [jonatack@user/jonatack] has joined #bitcoin-core-dev 11:19 -!- jonatack30 [jonatack@user/jonatack] has quit [Client Quit] 11:19 -!- jonatack [jonatack@user/jonatack] has quit [Ping timeout: 240 seconds] 11:20 -!- jonatack [jonatack@user/jonatack] has joined #bitcoin-core-dev 11:24 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 11:29 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 11:30 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 11:34 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 240 seconds] 11:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:55 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #24182: test: Remove unused suppression for streams_tests (master...2201-ts) https://github.com/bitcoin/bitcoin/pull/24182 11:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:57 -!- michagogo [uid14316@user/michagogo] has joined #bitcoin-core-dev 12:04 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 12:08 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 240 seconds] 12:09 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Remote host closed the connection] 12:09 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 12:09 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 12:10 -!- ___nick___ [~quassel@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has quit [Ping timeout: 256 seconds] 12:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 12:14 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #24182: test: Remove unused suppression for streams_tests (master...2201-ts) https://github.com/bitcoin/bitcoin/pull/24182 12:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:16 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 250 seconds] 12:33 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 12:46 -!- jonatack [jonatack@user/jonatack] has quit [Quit: Connection closed] 12:52 -!- erik-etsuji-kato [~erik@181-191-0-203.uplinkx.com.br] has quit [Ping timeout: 240 seconds] 12:55 -!- erik-etsuji-kato [~erik@181-191-0-203.uplinkx.com.br] has joined #bitcoin-core-dev 12:57 -!- jarthur [~jarthur@2603-8080-1540-002d-35e0-06b2-095d-de4d.res6.spectrum.com] has joined #bitcoin-core-dev 13:01 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has joined #bitcoin-core-dev 13:08 -!- pergaminho [~pergaminh@user/pergaminho] has quit [] 13:09 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te55qu5d65v1opg.ipv6.telus.net] has quit [Ping timeout: 250 seconds] 13:13 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 260 seconds] 13:17 -!- Guest1819 [~Guest18@93-35-5-27.ip52.fastwebnet.it] has joined #bitcoin-core-dev 13:19 < Guest1819> Hi, help please. I can not see any message 13:20 -!- Guest1819 [~Guest18@93-35-5-27.ip52.fastwebnet.it] has quit [Client Quit] 13:21 < paairs> This is wrong channel to ask about eye seeing (and other non bitcoin core developing) questions 13:21 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 13:23 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 13:29 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Ping timeout: 256 seconds] 13:29 -!- jonatack [jonatack@user/jonatack] has joined #bitcoin-core-dev 13:48 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 13:51 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te5s7k7qrc1fx3s.ipv6.telus.net] has joined #bitcoin-core-dev 13:56 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te5s7k7qrc1fx3s.ipv6.telus.net] has quit [Ping timeout: 250 seconds] 14:06 -!- Guest53 [~Guest53@8.8.229.108] has joined #bitcoin-core-dev 14:09 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te5s7k7qrc1fx3s.ipv6.telus.net] has joined #bitcoin-core-dev 14:43 -!- pergaminho [~pergaminh@user/pergaminho] has joined #bitcoin-core-dev 14:47 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Ping timeout: 250 seconds] 14:49 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te5s7k7qrc1fx3s.ipv6.telus.net] has quit [Remote host closed the connection] 14:49 -!- Kaizen_Kintsugi_ [~Kaizen_Ki@node-1w7jr9yi65te5s7k7qrc1fx3s.ipv6.telus.net] has joined #bitcoin-core-dev 14:49 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 250 seconds] 14:51 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 14:56 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 260 seconds] 15:02 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 15:03 -!- kinlo [~peter@user/kinlo] has quit [Ping timeout: 250 seconds] 15:05 -!- kinlo [~peter@user/kinlo] has joined #bitcoin-core-dev 15:06 -!- Guest93 [~Guest93@bras-vprn-cktwon2101w-lp130-02-184-146-90-4.dsl.bell.ca] has joined #bitcoin-core-dev 15:07 -!- Guest93 [~Guest93@bras-vprn-cktwon2101w-lp130-02-184-146-90-4.dsl.bell.ca] has quit [Client Quit] 15:13 -!- vysn [~vysn@user/vysn] has quit [Ping timeout: 268 seconds] 15:20 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 15:23 -!- Guest53 [~Guest53@8.8.229.108] has quit [Ping timeout: 256 seconds] 15:33 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has joined #bitcoin-core-dev 15:51 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Remote host closed the connection] 16:10 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 268 seconds] 16:10 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 16:10 -!- An0rak [An0rak@user/an0rak] has quit [Ping timeout: 240 seconds] 16:12 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:3c6b:b95a:2bf3:9a13] has quit [Remote host closed the connection] 16:13 -!- ZeroMaster [~webirc@95-42-105-42.ip.btc-net.bg] has quit [Ping timeout: 240 seconds] 16:13 -!- ZeroMaster_ [~webirc@95-42-105-42.ip.btc-net.bg] has joined #bitcoin-core-dev 16:14 -!- Guest [~Guest@106.214.69.70] has quit [Quit: Client closed] 16:14 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 250 seconds] 16:15 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:6024:bbd0:8e44:a2f6] has joined #bitcoin-core-dev 16:16 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:6024:bbd0:8e44:a2f6] has quit [Remote host closed the connection] 16:16 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has joined #bitcoin-core-dev 16:17 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has quit [Remote host closed the connection] 16:19 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has joined #bitcoin-core-dev 16:21 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 16:22 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 16:28 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has quit [Ping timeout: 240 seconds] 16:46 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 16:51 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 16:55 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 240 seconds] 17:04 -!- bomb-on [~bomb-on@194.144.47.113] has quit [Quit: aллилѹіа!] 17:17 -!- sipsorcery [~sipsorcer@2a02:8084:6180:500::12b] has quit [Read error: Connection reset by peer] 17:26 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 240 seconds] 17:28 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 17:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:32 < bitcoin-git> [bitcoin] pg156 opened pull request #24183: test: use MiniWallet for mempool_updatefromblock.py (master...mempool-updatefromblock-miniwallet) https://github.com/bitcoin/bitcoin/pull/24183 17:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:56 -!- pergaminho [~pergaminh@user/pergaminho] has quit [] 18:10 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has joined #bitcoin-core-dev 18:14 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has quit [Ping timeout: 240 seconds] 18:20 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 18:21 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 18:26 -!- arythmetic [~arythmeti@cpe08a7c0990817-cm08a7c0990815.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 18:26 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 18:31 -!- arythmetic [~arythmeti@cpe08a7c0990817-cm08a7c0990815.cpe.net.cable.rogers.com] has quit [Ping timeout: 256 seconds] 18:32 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 250 seconds] 18:33 -!- brunoerg [~brunoerg@187.183.47.88] has joined #bitcoin-core-dev 18:36 -!- jeremyrubin [~jeremyrub@ec2-44-199-24-18.compute-1.amazonaws.com] has quit [Quit: Ping timeout (120 seconds)] 18:36 -!- jeremyrubin [~jeremyrub@ec2-44-199-24-18.compute-1.amazonaws.com] has joined #bitcoin-core-dev 18:37 -!- bfsfhkacjzgcytf2 [~bfsfhkacj@user/bfsfhkacjzgcytf] has joined #bitcoin-core-dev 18:37 -!- calvinalvin [~kcalvinal@ec2-52-79-199-97.ap-northeast-2.compute.amazonaws.com] has quit [Quit: ZNC 1.7.4 - https://znc.in] 18:38 -!- brunoerg [~brunoerg@187.183.47.88] has quit [Ping timeout: 240 seconds] 18:38 -!- bfsfhkacjzgcytf [~bfsfhkacj@user/bfsfhkacjzgcytf] has quit [Read error: Connection reset by peer] 18:38 -!- bfsfhkacjzgcytf2 is now known as bfsfhkacjzgcytf 18:38 -!- kcalvinalvin [~kcalvinal@ec2-52-79-199-97.ap-northeast-2.compute.amazonaws.com] has joined #bitcoin-core-dev 18:45 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 18:48 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 18:53 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 19:13 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has joined #bitcoin-core-dev 19:15 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 19:17 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has quit [Ping timeout: 240 seconds] 19:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 19:19 < bitcoin-git> [bitcoin] ZhiqingQu opened pull request #24184: Update init.cpp (master...susanBranch) https://github.com/bitcoin/bitcoin/pull/24184 19:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 19:26 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 256 seconds] 19:37 -!- michagogo [uid14316@user/michagogo] has quit [Quit: Connection closed for inactivity] 19:48 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 268 seconds] 19:58 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 20:09 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 20:15 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 20:59 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 268 seconds] 21:00 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] 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:05 -!- bairen [~bairen@gateway/tor-sasl/bairen] has quit [Ping timeout: 276 seconds] 21:05 -!- vysn [~vysn@user/vysn] has joined #bitcoin-core-dev 21:06 -!- bairen [~bairen@gateway/tor-sasl/bairen] has joined #bitcoin-core-dev 21:22 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev 21:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:22 < bitcoin-git> [bitcoin] PastaPastaPasta opened pull request #24185: refactor: only use explicit reinterpret/const casts, not implicit (master...explicit-reinterpret-cast) https://github.com/bitcoin/bitcoin/pull/24185 21:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 21:38 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has joined #bitcoin-core-dev 21:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:53 < bitcoin-git> [bitcoin] fanquake closed pull request #24184: Update init.cpp (master...susanBranch) https://github.com/bitcoin/bitcoin/pull/24184 21:53 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 21:56 -!- AaronvanW [~AaronvanW@user/AaronvanW] has quit [Ping timeout: 250 seconds] 21:57 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 21:59 -!- TheRec_ [~toto@84-75-225-47.dclient.hispeed.ch] has joined #bitcoin-core-dev 22:00 -!- mekster66949 [~mekster@user/mekster] has joined #bitcoin-core-dev 22:01 -!- jrayhawk_ [~jrayhawk@user/jrayhawk] has joined #bitcoin-core-dev 22:01 -!- neha_ [~neha@41.213.196.104.bc.googleusercontent.com] has joined #bitcoin-core-dev 22:01 -!- kexkey_ [~kexkey@static-198-54-132-122.cust.tzulo.com] has joined #bitcoin-core-dev 22:03 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has joined #bitcoin-core-dev 22:03 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 22:04 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 250 seconds] 22:07 -!- Netsplit *.net <-> *.split quits: roconnor, kexkey, gleb7454386, koolazer, jrayhawk, neha, baldur, noonien, TheRec, warren, (+5 more, use /NETSPLIT to show all of them) 22:07 -!- mekster66949 is now known as mekster6694 22:07 -!- arythmetic [~arythmeti@2607:fea8:85c1:db00:ec87:c9ae:e756:6611] has quit [Ping timeout: 250 seconds] 22:09 -!- sdfgsdfg [~dfghsfgs@user/sdfgsdfg] has quit [Quit: ayo yoyo ayo yoyo hololo, hololo.] 22:12 -!- gleb7454386 [~gleb@178.150.137.228] has joined #bitcoin-core-dev 22:12 -!- emcy [~emcy@user/emcy] has joined #bitcoin-core-dev 22:12 -!- amnrst [~amnrst@45-79-201-163.ip.linodeusercontent.com] has joined #bitcoin-core-dev 22:12 -!- baldur [~baldur@71.183.150.231] has joined #bitcoin-core-dev 22:12 -!- warren [~warren@fedora/wombat/warren] has joined #bitcoin-core-dev 22:12 -!- noonien [~noonien@user/noonien] has joined #bitcoin-core-dev 22:12 -!- roconnor [~roconnor@coq/roconnor] has joined #bitcoin-core-dev 22:12 -!- tripleslash [~triplesla@user/tripleslash] has joined #bitcoin-core-dev 22:24 -!- koolazer [~koo@user/koolazer] has joined #bitcoin-core-dev 22:33 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has joined #bitcoin-core-dev 22:36 -!- ulrichard [~ulrichard@pub158181114196.dh-hfc.datazug.ch] has joined #bitcoin-core-dev 22:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:38 < bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/196b4599201d...a4f7c41271ed 22:38 < bitcoin-git> bitcoin/master 446e73c fanquake: build: use macOS 11 SDK (Xcode 12.2) 22:38 < bitcoin-git> bitcoin/master 6fe5516 fanquake: contrib: support arm64 darwin in security checks 22:38 < bitcoin-git> bitcoin/master ca47f2e fanquake: guix: use autoconf 2.71 22:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:38 < bitcoin-git> [bitcoin] fanquake merged pull request #21851: release: support cross-compiling for arm64-apple-darwin (master...m1_support_depends) https://github.com/bitcoin/bitcoin/pull/21851 22:38 -!- ulrichard_ [~ulrichard@pub158181114196.dh-hfc.datazug.ch] has quit [Ping timeout: 252 seconds] 22:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:48 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 22:53 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has quit [Ping timeout: 276 seconds] 23:04 -!- jarthur [~jarthur@2603-8080-1540-002d-35e0-06b2-095d-de4d.res6.spectrum.com] has quit [Quit: jarthur] 23:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:32 < bitcoin-git> [bitcoin] ajtowns opened pull request #24187: Followups for getdeploymentinfo (master...202201-getdepinfo-extra) https://github.com/bitcoin/bitcoin/pull/24187 23:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:33 -!- rex4539 [~rex4539@gateway/tor-sasl/rex4539] has joined #bitcoin-core-dev 23:36 -!- vasild [~vd@user/vasild] has quit [Remote host closed the connection] 23:36 -!- vasild [~vd@user/vasild] has joined #bitcoin-core-dev 23:37 -!- salvatoshi [~salvatosh@genymobile-2-6-86.fib.nerim.net] has joined #bitcoin-core-dev 23:37 -!- brunoerg [~brunoerg@2804:14d:5281:8ae2:1c0a:deda:9648:d9a6] has quit [Ping timeout: 240 seconds] 23:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:47 < bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/a4f7c41271ed...d4e92d843650 23:47 < bitcoin-git> bitcoin/master fd82613 Anthony Towns: rpc: move softfork info from getblockchaininfo to getdeploymentinfo 23:47 < bitcoin-git> bitcoin/master 7f15c18 Anthony Towns: rpc: getdeploymentinfo: allow specifying a blockhash other than tip 23:47 < bitcoin-git> bitcoin/master a7469bc Anthony Towns: rpc: getdeploymentinfo: change stats to always refer to current period 23:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:47 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #23508: Add getdeploymentinfo RPC (master...202111-getforkinfo) https://github.com/bitcoin/bitcoin/pull/23508 23:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:53 -!- AaronvanW [~AaronvanW@user/AaronvanW] has joined #bitcoin-core-dev --- Log closed Fri Jan 28 00:00:42 2022