--- Log opened Tue Feb 16 00:00:30 2021 00:04 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 268 seconds] 00:11 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 00:11 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:14 -!- wangchun [sid444603@gateway/web/irccloud.com/x-ibjieswojpkkbzqo] has quit [Read error: Connection reset by peer] 00:14 -!- wangchun [sid444603@gateway/web/irccloud.com/x-yultcuipwvggfksv] has joined #bitcoin-core-dev 00:20 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 00:39 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 00:46 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 00:48 -!- asdlkfjwerpoicvx [~flack@p200300d46f24de0073986e2eb988000c.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 00:48 -!- chendo_ [~chendo_@185.204.1.185] has joined #bitcoin-core-dev 00:51 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 00:59 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 268 seconds] 01:09 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 01:19 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 01:32 -!- ishaqm [~ishaqm@host-92-30-179-241.as13285.net] has joined #bitcoin-core-dev 01:39 -!- prayank [~andr0irc@2402:8100:2069:ded:b58d:dff0:8449:91d3] has joined #bitcoin-core-dev 01:39 -!- prayank [~andr0irc@2402:8100:2069:ded:b58d:dff0:8449:91d3] has quit [Client Quit] 01:40 -!- prayank [~andr0irc@2402:8100:2069:ded:b58d:dff0:8449:91d3] has joined #bitcoin-core-dev 01:41 -!- prayank [~andr0irc@2402:8100:2069:ded:b58d:dff0:8449:91d3] has quit [Client Quit] 01:42 -!- prayank [~andr0irc@2402:8100:2069:ded:b58d:dff0:8449:91d3] has joined #bitcoin-core-dev 01:45 < prayank> I am unable to understand why `setlabel` for a change address makes it not a change address according to this line https://github.com/bitcoin/bitcoin/blob/b55dc3ad84abec4f58e54a8581bdf8556c74b1e3/src/wallet/wallet.h#L203 01:46 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:48 < prayank> If an address is "change address" it should remain change address. Why does "label" matter? 01:52 < michaelfolkson> Because the user doesn't want it to be a change address anymore and wants to spend from it? I'm not sure I understand the question 01:55 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-poobjgzopnrlujqs] has quit [Quit: Connection closed for inactivity] 01:57 < michaelfolkson> UTXO management is a complex issue with user trade-offs covering privacy, transaction fees, future transaction fees. One user will want to minimize transaction fees, another user will want to maximize privacy. All we can do is provide tools so they can do whatever their preference is 01:58 < prayank> michaelfolkson: Consider I create a change address. I use it or maybe not used yet. I decide to label this one as "change from binance". I create another change address and label it as "change for darknet". I want to use these labels so that I can identify later what was this change used for and use one of them again if required or differentiate for my ease of privacy. Why does this affect the address being change or not 02:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 02:02 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:03 < michaelfolkson> So the question is why the act of the user setting a label on a change address turns it into not a change address? 02:03 < prayank> Yes 02:03 < michaelfolkson> I guess because whoever introduced labels thought the act of introducing a label meant you were intending to spend from it? 02:04 < michaelfolkson> Do a git blame and see who introduced the label handling? 02:05 < prayank> Maybe. Sure I will check the history and do some experiments in next few hours. Thanks for the help and ideas. 02:05 < michaelfolkson> No problem 02:10 -!- prayank [~andr0irc@2402:8100:2069:ded:b58d:dff0:8449:91d3] has quit [Quit: AndroIRC - Android IRC Client ( http://www.androirc.com )] 02:12 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 268 seconds] 02:17 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 02:27 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 02:27 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 02:27 -!- vasild_ is now known as vasild 02:37 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 268 seconds] 02:44 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 02:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:49 < bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/b55dc3ad84ab...9bbf08bf9848 02:49 < bitcoin-git> bitcoin/master f8b3058 John Newbery: [net processing] Add Peer& arg to MaybeDiscourageAndDisconnect() 02:49 < bitcoin-git> bitcoin/master 1a07600 John Newbery: [net] Add RunInactivityChecks() 02:49 < bitcoin-git> bitcoin/master 0b43b81 John Newbery: [net processing] Move send ping message logic into function 02:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:49 < bitcoin-git> [bitcoin] fanquake merged pull request #20721: Net: Move ping data to net_processing (master...2020-12-ping-in-peer) https://github.com/bitcoin/bitcoin/pull/20721 02:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:57 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 03:04 < michaelfolkson> Interesting conversation between John, AJ on STL algorithms vs range based for loops and what is easier to review in that ^ merged PR 03:04 < michaelfolkson> Maybe a topic for the Core dev meeting? 03:18 -!- Melisa22Altenwer [~Melisa22A@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 04:14 -!- tannakartikey [~tannakart@103.40.196.84] has joined #bitcoin-core-dev 04:22 -!- belcher_ is now known as belcher 04:29 -!- tannakartikey [~tannakart@103.40.196.84] has quit [Remote host closed the connection] 04:30 -!- tannakartikey [~tannakart@103.40.196.84] has joined #bitcoin-core-dev 04:30 -!- Melisa22Altenwer [~Melisa22A@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 240 seconds] 04:36 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has quit [Ping timeout: 260 seconds] 04:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:39 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #21190: net: Avoid discouraging the onion proxy when one inbound onion misbehaves (master...2102-netOnionInboundDiscourage) https://github.com/bitcoin/bitcoin/pull/21190 04:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:04 -!- tannakartikey [~tannakart@103.40.196.84] has quit [Remote host closed the connection] 05:32 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 05:37 -!- Giszmo [~leo@pc-159-180-86-200.cm.vtr.net] has joined #bitcoin-core-dev 05:38 -!- nckx is now known as jorts 05:50 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 05:53 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 05:55 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 246 seconds] 06:20 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 06:24 -!- promag [~promag@188.250.84.129] has quit [Ping timeout: 240 seconds] 06:31 -!- jorts is now known as nckx 06:40 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 06:50 -!- jonatack_ [~jon@37.173.51.99] has joined #bitcoin-core-dev 06:52 -!- tannakartikey [~tannakart@103.40.196.84] has joined #bitcoin-core-dev 06:56 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 06:59 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Read error: Connection reset by peer] 07:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:03 < bitcoin-git> [bitcoin] SinEstresOrrantia opened pull request #21196: Create codeql-analysis.yml (master...I-think-those-bitcoin-guys-hacked-mr) https://github.com/bitcoin/bitcoin/pull/21196 07:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:04 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 07:12 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has joined #bitcoin-core-dev 07:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:15 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #21196: Create codeql-analysis.yml (master...I-think-those-bitcoin-guys-hacked-mr) https://github.com/bitcoin/bitcoin/pull/21196 07:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 07:16 -!- yevaud [~yevaud@2001:bc8:1820:118::1] has joined #bitcoin-core-dev 07:18 -!- Asbestos_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has joined #bitcoin-core-dev 07:18 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has quit [Ping timeout: 240 seconds] 07:19 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has joined #bitcoin-core-dev 07:31 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-kndjfmofvkutwjbp] has joined #bitcoin-core-dev 07:34 -!- Giszmo [~leo@pc-159-180-86-200.cm.vtr.net] has quit [Ping timeout: 272 seconds] 07:38 -!- tannakartikey [~tannakart@103.40.196.84] has quit [Remote host closed the connection] 07:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 07:56 < bitcoin-git> [bitcoin] jnewbery opened pull request #21198: [net] Address outstanding review comments from PR20721 (master...2021-02-20721-followups) https://github.com/bitcoin/bitcoin/pull/21198 07:56 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:06 -!- a5m0 [~a5m0@unaffiliated/a5m0] has joined #bitcoin-core-dev 08:08 -!- jonatack_ [~jon@37.173.51.99] has quit [Ping timeout: 256 seconds] 08:08 -!- jonatack_ [jon@gateway/vpn/airvpn/jonatack] has joined #bitcoin-core-dev 08:12 -!- kvaciral [~kvaciral@212.8.251.11] has joined #bitcoin-core-dev 08:14 -!- jonatack_ [jon@gateway/vpn/airvpn/jonatack] has quit [Ping timeout: 256 seconds] 08:21 -!- jonatack [~jon@37.173.51.99] has joined #bitcoin-core-dev 08:26 -!- jonatack [~jon@37.173.51.99] has quit [Ping timeout: 265 seconds] 08:33 -!- belcher_ is now known as belcher 08:38 -!- proofofkeags [~proofofke@97-118-232-73.hlrn.qwest.net] has joined #bitcoin-core-dev 08:40 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Ping timeout: 268 seconds] 08:40 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 08:43 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 08:50 -!- andrewtoth [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 08:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:52 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate() (master...2102-testSpeedUp) https://github.com/bitcoin/bitcoin/pull/21200 08:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:53 -!- yevaud [~yevaud@2001:bc8:1820:118::1] has left #bitcoin-core-dev ["Leaving"] 08:57 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 09:02 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 09:03 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-dev 09:03 -!- ishaqm [~ishaqm@host-92-30-179-241.as13285.net] has quit [Ping timeout: 256 seconds] 09:06 -!- eoin [33253bd8@51.37.59.216] has joined #bitcoin-core-dev 09:06 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 09:12 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 09:12 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-dev 09:18 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Ping timeout: 268 seconds] 09:20 -!- asdlkfjwerpoicvx [~flack@p200300d46f24de0073986e2eb988000c.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 09:22 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 09:24 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 09:27 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:32 -!- ishaqm [~ishaqm@host-92-30-179-241.as13285.net] has joined #bitcoin-core-dev 09:35 -!- roconnor [~roconnor@host-104-157-194-235.dyn.295.ca] has quit [Ping timeout: 272 seconds] 09:50 -!- eoin [33253bd8@51.37.59.216] has quit [Quit: Connection closed] 09:52 -!- harrigan [~harrigan@ptr-93-89-242-202.ip.airwire.ie] has quit [Read error: Connection reset by peer] 09:54 -!- harrigan [~harrigan@ptr-93-89-242-202.ip.airwire.ie] has joined #bitcoin-core-dev 09:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:58 < bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/9bbf08bf9848...3c9d9d21e195 09:58 < bitcoin-git> bitcoin/master 6014d6e Sebastian Falbesoner: zmq test: dedup message reception handling in ZMQSubscriber 09:58 < bitcoin-git> bitcoin/master 8666033 Sebastian Falbesoner: zmq test: accept arbitrary sequence start number in ZMQSubscriber 09:58 < bitcoin-git> bitcoin/master 5c65463 Sebastian Falbesoner: zmq test: fix flakiness by using more robust sync method 09:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:58 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #21008: test: fix zmq test flakiness, improve speed (master...2021-test-zmq-fix_flakiness) https://github.com/bitcoin/bitcoin/pull/21008 09:58 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:59 -!- a5m0 [~a5m0@unaffiliated/a5m0] has quit [Ping timeout: 240 seconds] 10:14 -!- jungly [~jungly@host-79-32-186-104.retail.telecomitalia.it] has quit [Ping timeout: 272 seconds] 10:16 -!- ceramic [6681ca8c@102.129.202.140] has joined #bitcoin-core-dev 10:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:23 < bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/3c9d9d21e195...92fee79dab38 10:23 < bitcoin-git> bitcoin/master 7a6c46b James O'Beirne: chainparams: add allowed assumeutxo values 10:23 < bitcoin-git> bitcoin/master f6e2da5 James O'Beirne: simplify ChainstateManager::SnapshotBlockhash() return semantics 10:23 < bitcoin-git> bitcoin/master ad949ba James O'Beirne: txdb: don't reset during in-memory cache resize 10:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:23 < bitcoin-git> [bitcoin] laanwj merged pull request #19806: validation: UTXO snapshot activation (master...2020-08-au.activate) https://github.com/bitcoin/bitcoin/pull/19806 10:23 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:24 -!- tannakartikey [~tannakart@103.40.196.84] has joined #bitcoin-core-dev 10:27 -!- ceramic [6681ca8c@102.129.202.140] has quit [Quit: Connection closed] 10:28 -!- tannakartikey [~tannakart@103.40.196.84] has quit [Ping timeout: 240 seconds] 10:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:31 < bitcoin-git> [bitcoin] achow101 opened pull request #21201: rpc: Disallow sendtoaddress and sendmany when private keys disabled (master...fix-sendmoney) https://github.com/bitcoin/bitcoin/pull/21201 10:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:32 -!- cwhhh [688f5424@104.143.84.36] has joined #bitcoin-core-dev 10:34 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 10:35 -!- lockinontimeout [b9c3e9a9@185.195.233.169] has joined #bitcoin-core-dev 10:36 < jamesob> Alright! Time to rebase the parent assumeutxo PR. 10:37 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 10:39 < fjahr> jamesob: \o/ 10:39 < jamesob> :) 10:40 -!- sdaftuar [~sdaftuar@gateway/tor-sasl/sdaftuar] has quit [Ping timeout: 268 seconds] 10:41 -!- sdaftuar [~sdaftuar@gateway/tor-sasl/sdaftuar] has joined #bitcoin-core-dev 10:45 -!- someone235 [uid419897@gateway/web/irccloud.com/x-ksxvhjbdjrtswxnx] has quit [Quit: Connection closed for inactivity] 11:00 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 11:00 < luke-jr> ##Taproot-activation 11:04 < CubicEarth> ^^^ meeting is starting now ^^^ 11:04 -!- prayank [~andr0irc@2409:4053:219c:5e4:5428:b9d2:df47:53e3] has joined #bitcoin-core-dev 11:08 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 11:08 -!- lockinontimeout [b9c3e9a9@185.195.233.169] has quit [Quit: Connection closed] 11:09 -!- ishaqm [~ishaqm@host-92-30-179-241.as13285.net] has quit [Ping timeout: 272 seconds] 11:10 -!- jonatack [~jon@37.173.74.168] has quit [Ping timeout: 264 seconds] 11:11 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 11:15 -!- NoDeal [6b4dda22@mobile-107-77-218-34.mobile.att.net] has joined #bitcoin-core-dev 11:16 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 11:16 -!- jonatack [~jon@37.173.74.168] has quit [Read error: Connection reset by peer] 11:22 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 11:25 -!- a5m0 [~a5m0@unaffiliated/a5m0] has joined #bitcoin-core-dev 11:29 -!- ishaqm [~ishaqm@host-92-30-179-241.as13285.net] has joined #bitcoin-core-dev 11:33 -!- pinheadmz [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has quit [Ping timeout: 256 seconds] 11:38 -!- harrigan [~harrigan@ptr-93-89-242-202.ip.airwire.ie] has quit [Read error: Connection reset by peer] 11:41 -!- harrigan [~harrigan@ptr-93-89-242-235.ip.airwire.ie] has joined #bitcoin-core-dev 11:43 -!- cwhhh [688f5424@104.143.84.36] has quit [Quit: Connection closed] 11:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:49 < bitcoin-git> [bitcoin] amitiuttarwar opened pull request #21202: [validation] Two small clang lock annotation improvements (master...2021-02-locks) https://github.com/bitcoin/bitcoin/pull/21202 11:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 12:01 -!- very_sneaky [~very_snea@45.67.96.36] has quit [Ping timeout: 240 seconds] 12:03 -!- ishaqm [~ishaqm@host-92-30-179-241.as13285.net] has quit [Remote host closed the connection] 12:03 -!- linuxr [~linuxr@31-10-129-177.cgn.dynamic.upc.ch] has joined #bitcoin-core-dev 12:04 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 12:30 -!- very_sneaky [~very_snea@45.67.96.30] has joined #bitcoin-core-dev 12:33 -!- jungly [~jungly@host-79-32-186-104.retail.telecomitalia.it] has joined #bitcoin-core-dev 12:35 -!- very_sneaky [~very_snea@45.67.96.30] has quit [Ping timeout: 272 seconds] 12:52 -!- jonatack [~jon@37.173.74.168] has quit [Ping timeout: 260 seconds] 12:54 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 13:03 -!- jonatack [~jon@37.173.74.168] has quit [Read error: Connection reset by peer] 13:03 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 13:08 -!- prayank [~andr0irc@2409:4053:219c:5e4:5428:b9d2:df47:53e3] has quit [Remote host closed the connection] 13:11 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 13:13 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 13:16 -!- jonatack [~jon@37.173.74.168] has quit [Read error: Connection reset by peer] 13:18 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 13:20 -!- ogo [~ogo@gateway/tor-sasl/ogo] has joined #bitcoin-core-dev 13:22 -!- jonatack [~jon@37.173.74.168] has quit [Read error: Connection reset by peer] 13:24 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 13:25 -!- promag [~promag@188.250.84.129] has quit [Read error: Connection reset by peer] 13:25 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 13:27 -!- pinheadmz [~pinheadmz@mobile-107-107-59-49.mycingular.net] has joined #bitcoin-core-dev 13:27 -!- owowo [~ovovo@2001:ac8:28:87::5e] has joined #bitcoin-core-dev 13:27 -!- owowo [~ovovo@2001:ac8:28:87::5e] has quit [Changing host] 13:27 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 13:30 -!- jonatack [~jon@37.173.74.168] has quit [Ping timeout: 260 seconds] 13:32 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has joined #bitcoin-core-dev 13:33 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 13:34 -!- jonatack [~jon@37.173.74.168] has quit [Read error: Connection reset by peer] 13:35 -!- jonatack [~jon@37.173.74.168] has joined #bitcoin-core-dev 13:37 -!- NoDeal [6b4dda22@mobile-107-77-218-34.mobile.att.net] has quit [Quit: Ping timeout (120 seconds)] 13:39 -!- jonatack [~jon@37.173.74.168] has quit [Read error: Connection reset by peer] 13:51 -!- jonatack [~jon@37.173.87.1] has joined #bitcoin-core-dev 13:54 -!- very_sneaky [~very_snea@45.67.96.30] has joined #bitcoin-core-dev 13:58 -!- pinheadmz [~pinheadmz@mobile-107-107-59-49.mycingular.net] has quit [Quit: pinheadmz] 14:00 < ariard> congrats jamesob! 14:01 < jamesob> Thanks for the help! 14:04 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-dev 14:04 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 14:04 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 14:05 -!- mekster [~mekster@139.180.192.79] has quit [Ping timeout: 272 seconds] 14:07 -!- mekster [~mekster@139.180.192.79] has joined #bitcoin-core-dev 14:27 -!- jonatack [~jon@37.173.87.1] has quit [Ping timeout: 240 seconds] 14:27 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 14:27 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Disconnected by services] 14:27 -!- vasild_ is now known as vasild 14:30 -!- jonatack [~jon@37.173.87.1] has joined #bitcoin-core-dev 14:39 -!- ghost43_ [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 14:39 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Ping timeout: 268 seconds] 14:39 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 268 seconds] 14:40 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has quit [Ping timeout: 268 seconds] 14:40 -!- virtu [~virtu@gateway/tor-sasl/virtu] has quit [Ping timeout: 268 seconds] 14:40 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Ping timeout: 268 seconds] 14:42 -!- virtu [~virtu@gateway/tor-sasl/virtu] has joined #bitcoin-core-dev 14:44 -!- jonatack [~jon@37.173.87.1] has quit [Ping timeout: 246 seconds] 14:44 -!- pinheadmz [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 14:45 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 14:46 -!- jonatack [~jon@37.173.87.1] has joined #bitcoin-core-dev 14:47 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 14:47 < michaelfolkson> Ah wow. Indeed, congrats jamesob 14:49 < jamesob> Thanks. Still a few PRs to go before AU is usable 14:55 -!- promag [~promag@188.250.84.129] has quit [Remote host closed the connection] 14:55 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 15:00 -!- promag [~promag@188.250.84.129] has quit [Ping timeout: 260 seconds] 15:04 -!- mol_ [~mol@unaffiliated/molly] has quit [Read error: Connection reset by peer] 15:05 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 15:08 -!- helge [~helge@227-171-20-185.bb.monsternett.net] has joined #bitcoin-core-dev 15:19 -!- yanmaani [~yanmaani@gateway/tor-sasl/yanmaani] has joined #bitcoin-core-dev 15:20 -!- a5m0 [~a5m0@unaffiliated/a5m0] has quit [Ping timeout: 246 seconds] 15:28 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:30 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 15:34 -!- promag [~promag@188.250.84.129] has quit [Ping timeout: 256 seconds] 15:36 -!- mrostecki [mrostecki@nat/suse/x-znnawdplrvikyuww] has quit [Ping timeout: 264 seconds] 15:37 -!- mrostecki [mrostecki@nat/suse/x-eoyhxkkdzzpwxkah] has joined #bitcoin-core-dev 15:57 -!- jungly [~jungly@host-79-32-186-104.retail.telecomitalia.it] has quit [Ping timeout: 246 seconds] 16:07 -!- syperf [~danie@unaffiliated/syperf] has joined #bitcoin-core-dev 16:10 -!- syperf [~danie@unaffiliated/syperf] has quit [Client Quit] 16:23 -!- helge [~helge@227-171-20-185.bb.monsternett.net] has quit [Ping timeout: 260 seconds] 16:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:27 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/92fee79dab38...7c8e605bf420 16:27 < bitcoin-git> bitcoin/master 9cc8e30 fanquake: test: fix sign comparison warning in socket tests 16:27 < bitcoin-git> bitcoin/master 7c8e605 fanquake: Merge #21159: test: fix sign comparison warning in socket tests 16:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:27 < bitcoin-git> [bitcoin] fanquake merged pull request #21159: test: fix sign comparison warning in socket tests (master...sign_compare_sock_tests) https://github.com/bitcoin/bitcoin/pull/21159 16:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:31 -!- proofofkeags [~proofofke@97-118-232-73.hlrn.qwest.net] has quit [Ping timeout: 264 seconds] 16:44 -!- linuxr [~linuxr@31-10-129-177.cgn.dynamic.upc.ch] has quit [Remote host closed the connection] 16:44 -!- linuxr [~linuxr@31-10-129-177.cgn.dynamic.upc.ch] has joined #bitcoin-core-dev 16:48 -!- alko89_ [~alko89@cpe-85-10-28-138.static.amis.net] has joined #bitcoin-core-dev 16:48 -!- alko89 [~alko89@unaffiliated/alko89] has quit [Ping timeout: 256 seconds] 16:50 -!- jonatack [~jon@37.173.87.1] has quit [Read error: Connection reset by peer] 16:51 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [] 16:53 -!- tannakartikey [~tannakart@103.40.196.84] has joined #bitcoin-core-dev 16:57 -!- linuxr [~linuxr@31-10-129-177.cgn.dynamic.upc.ch] has quit [Quit: Leaving] 16:58 -!- helge [~helge@227-171-20-185.bb.monsternett.net] has joined #bitcoin-core-dev 17:00 -!- helge [~helge@227-171-20-185.bb.monsternett.net] has quit [Client Quit] 17:00 -!- helge [~helge@227-171-20-185.bb.monsternett.net] has joined #bitcoin-core-dev 17:14 -!- a5m0 [~a5m0@unaffiliated/a5m0] has joined #bitcoin-core-dev 17:32 -!- tannakartikey [~tannakart@103.40.196.84] has quit [Read error: Connection reset by peer] 17:34 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:39 -!- tannakartikey [~tannakart@2401:4900:45bb:bc50:5d22:5b32:2e61:9d6] has joined #bitcoin-core-dev 17:40 -!- davterra [~davterra@gateway/tor-sasl/tralfaz] has quit [Remote host closed the connection] 17:43 -!- stortz [bb3fa187@187.63.161.135] has joined #bitcoin-core-dev 17:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:47 < bitcoin-git> [bitcoin] fanquake opened pull request #21205: build: actually fail when Boost is missing (master...actually_fail_when_boost_missing) https://github.com/bitcoin/bitcoin/pull/21205 17:47 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 17:55 -!- tannakartikey [~tannakart@2401:4900:45bb:bc50:5d22:5b32:2e61:9d6] has quit [Remote host closed the connection] 17:56 -!- stortz [bb3fa187@187.63.161.135] has quit [Quit: Connection closed] 18:00 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 18:00 -!- ogo [~ogo@gateway/tor-sasl/ogo] has quit [Quit: Leaving] 18:00 -!- tannakartikey [~tannakart@103.40.196.84] has joined #bitcoin-core-dev 18:05 -!- promag [~promag@188.250.84.129] has quit [Ping timeout: 260 seconds] 18:05 -!- tannakartikey [~tannakart@103.40.196.84] has quit [Ping timeout: 272 seconds] 18:12 -!- davec [~davec@072-183-054-196.res.spectrum.com] has joined #bitcoin-core-dev 18:26 -!- davec [~davec@072-183-054-196.res.spectrum.com] has quit [Remote host closed the connection] 18:32 -!- Asbestos_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has quit [Read error: Connection reset by peer] 18:32 -!- Mercury_Vapor [~Mercury_V@174-082-158-108.res.spectrum.com] has quit [Read error: Connection reset by peer] 18:58 -!- pinheadmz [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has quit [Quit: pinheadmz] 18:58 -!- pinheadmz [~pinheadmz@pool-71-105-114-182.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 19:02 -!- helge [~helge@227-171-20-185.bb.monsternett.net] has quit [Ping timeout: 272 seconds] 20:01 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 268 seconds] 20:03 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 20:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:26 < bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7c8e605bf420...36be9b821ae0 20:26 < bitcoin-git> bitcoin/master 901f543 Carl Dong: guix: Passthrough BASE_CACHE into container 20:26 < bitcoin-git> bitcoin/master 36be9b8 fanquake: Merge #21087: guix: Passthrough BASE_CACHE into container 20:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:26 < bitcoin-git> [bitcoin] fanquake merged pull request #21087: guix: Passthrough BASE_CACHE into container (master...2020-12-guix-base-cache) https://github.com/bitcoin/bitcoin/pull/21087 20:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:56 -!- a5m0 [~a5m0@unaffiliated/a5m0] has quit [Remote host closed the connection] 20:59 -!- jeremyrubin [~jr@024-176-247-182.res.spectrum.com] has joined #bitcoin-core-dev 21:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:08 < bitcoin-git> [bitcoin] ryanofsky opened pull request #21206: refactor: Make CWalletTx sync state type-safe (master...pr/txstate) https://github.com/bitcoin/bitcoin/pull/21206 21:08 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 21:17 -!- chendo_ [~chendo_@185.204.1.185] has quit [Remote host closed the connection] 21:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:30 < bitcoin-git> [bitcoin] ryanofsky opened pull request #21207: MOVEONLY: CWallet transaction code out of wallet.cpp/.h (master...pr/txmove) https://github.com/bitcoin/bitcoin/pull/21207 21:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:02 -!- promag [~promag@188.250.84.129] has joined #bitcoin-core-dev 22:07 -!- promag [~promag@188.250.84.129] has quit [Ping timeout: 264 seconds] 22:07 -!- Narses [uid12139@gateway/web/irccloud.com/x-bvbmdogenyasjlxq] has joined #bitcoin-core-dev 22:43 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Remote host closed the connection] 22:45 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 22:48 -!- wangchun [sid444603@gateway/web/irccloud.com/x-yultcuipwvggfksv] has quit [Ping timeout: 240 seconds] 22:48 -!- wangchun [sid444603@gateway/web/irccloud.com/x-fqdszhcdxzjlowom] has joined #bitcoin-core-dev 23:05 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 23:09 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 23:10 -!- helge [~helge@227-171-20-185.bb.monsternett.net] has joined #bitcoin-core-dev 23:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:21 < bitcoin-git> [bitcoin] fanquake opened pull request #21209: build: use newer source for libnatpmp (master...newer_libnatpmp) https://github.com/bitcoin/bitcoin/pull/21209 23:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:43 -!- tannakartikey [~tannakart@103.40.196.84] has joined #bitcoin-core-dev 23:49 -!- joelklabo [~textual@108-196-216-127.lightspeed.sntcca.sbcglobal.net] has quit [Read error: Connection reset by peer] 23:54 -!- jungly [~jungly@host-212-171-255-81.pool212171.interbusiness.it] has joined #bitcoin-core-dev --- Log closed Wed Feb 17 00:00:32 2021