--- Log opened Tue Jun 30 00:00:06 2020 00:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:13 < bitcoin-git> [bitcoin] Saibato opened pull request #19419: wallet: Listwallets do not iterate trough our blocksdata. (master...wallet_351) https://github.com/bitcoin/bitcoin/pull/19419 00:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:18 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 272 seconds] 00:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:22 < bitcoin-git> [bitcoin] fanquake closed pull request #19416: Update pruning tooltip (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19416 00:22 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:24 -!- SuNJaCk- [~sunny@191.35.77.35] has joined #bitcoin-core-dev 01:18 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has quit [Ping timeout: 260 seconds] 01:38 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-qewvhkclayhjvmaz] has quit [Quit: killed] 01:38 -!- icota[m] [icotamatri@gateway/shell/matrix.org/x-ctxfwfyjnlnmympj] has quit [Quit: killed] 01:38 -!- awesome-doge [lplplpmatr@gateway/shell/matrix.org/x-tyvcpudmrgjsmpyl] has quit [Quit: killed] 01:38 -!- SergeySherkunov[ [leinlawunm@gateway/shell/matrix.org/x-nnsghcmnrevouzwh] has quit [Quit: killed] 01:41 -!- shesek [~shesek@5.22.128.126] has joined #bitcoin-core-dev 01:41 -!- shesek [~shesek@5.22.128.126] has quit [Changing host] 01:41 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 01:42 < luke-jr> trying to figure out how to use Guix, but the instructions I find expect me to mess with my system/root; is there a howto do it within a single isolated directory, like gitian? 01:42 < luke-jr> (or is moving to Guix a bad idea after all?) 01:49 -!- TheFuzzStone[m] [thefuzzsto@gateway/shell/matrix.org/x-nvaamednkltezkvl] has joined #bitcoin-core-dev 01:54 -!- icota[m] [icotamatri@gateway/shell/matrix.org/x-gqoztfijhhbmqdwg] has joined #bitcoin-core-dev 01:54 -!- SergeySherkunov[ [leinlawunm@gateway/shell/matrix.org/x-mxsgckertkdnokkd] has joined #bitcoin-core-dev 01:54 -!- awesome-doge [lplplpmatr@gateway/shell/matrix.org/x-qoidqaqeqgunzsqr] has joined #bitcoin-core-dev 02:00 -!- rule32 [~rule32@194.35.233.43] has quit [] 02:03 -!- dfmb_ [~dfmb_@unaffiliated/dfmb/x-4009105] has joined #bitcoin-core-dev 02:10 < luke-jr> according to #guix, Guix itself has bootstrapping problems.. wtf 02:22 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 02:22 -!- c9sloud [~c9sloud@194.35.233.43] has joined #bitcoin-core-dev 02:24 < luke-jr> smh, dongcarl correct me if they're wrong 02:24 < promag> is it possible to run a functional test in lldb/gdb? 02:24 -!- dfmb_ [~dfmb_@unaffiliated/dfmb/x-4009105] has quit [Quit: Leaving] 02:28 < luke-jr> promag: I use this 02:28 < luke-jr> while ! gdb -p `ps -eo pid,cmd | grep bitcoind.*testnode2 | grep -v grep | cut -d" " -f1` ; do true; done 02:28 < luke-jr> usually quick enough 02:28 < luke-jr> take care to adjust the node number 02:29 < promag> not sure that will work in my case 02:29 < promag> while test/functional/feature_shutdown.py; do :; done 02:30 < promag> eventually it crashes 02:30 < luke-jr> hmm 02:31 < luke-jr> does it dump a core file? ;) 02:32 < gwillen> promag: I have edited the python to put a long "sleep" at the top of the offending test so I have a chance to attach the debugger 02:32 < gwillen> I guess that doesn't work if you have to run the test in a loop though 02:35 < gwillen> the test is simple enough you might be able to reimplement it as a shell script and invoke the debugger that way 02:37 < promag> gwillen: yeah, I tried that but I feel I should be able to debug with the functional test - what if the test was complex? 02:37 < promag> luke-jr: right, I don't see the dump 02:41 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:42 < gwillen> unfortunately coredumps are now a function of systemd (I wish I was kidding about that) 02:43 < gwillen> check the value of 'ulimit -c' to see if you have a process limit on core dump size (0 means no core dumps) 02:45 < gwillen> otherwise there are some systemd configs involved, and allegedly by default the dumps should end up in /var/lib/systemd/coredump, but apparently you have to use `coredumpctl` to read them. 02:47 < promag> im on macos 02:47 < promag> ive done ulimit -c unlimited 02:52 < luke-jr> gwillen: lolwtfbbq? 02:53 < luke-jr> gwillen: yet another reason not to use systemd 03:03 -!- Creola85Turner [~Creola85T@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:08 -!- Creola85Turner [~Creola85T@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 265 seconds] 03:12 -!- emilengler [~emilengle@stratum0/entity/emilengler] has joined #bitcoin-core-dev 03:16 < promag> so can we bump min libevent to 2.1.x? 03:22 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 03:23 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 03:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:38 < bitcoin-git> [bitcoin] promag opened pull request #19420: http: Track active requests and wait for last to finish (master...2020-06-track-requests) https://github.com/bitcoin/bitcoin/pull/19420 03:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:51 -!- reallll [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:53 -!- sipsorcery [~sipsorcer@37.228.243.107] has quit [Remote host closed the connection] 03:54 -!- sipsorcery [~sipsorcer@37.228.243.107] has joined #bitcoin-core-dev 03:55 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 03:59 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 04:27 -!- jonatack [~jon@192.113.14.109.rev.sfr.net] has joined #bitcoin-core-dev 04:28 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 04:32 -!- jonatack [~jon@192.113.14.109.rev.sfr.net] has quit [Ping timeout: 246 seconds] 04:32 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 04:33 -!- jonatack [~jon@213.152.162.104] has joined #bitcoin-core-dev 05:00 -!- c9sloud [~c9sloud@194.35.233.43] has quit [] 05:05 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 256 seconds] 05:06 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 05:22 -!- robbiet480 [~robbiet48@37.120.203.188] has joined #bitcoin-core-dev 05:28 -!- Highway61 [~Thunderbi@96.44.187.26] has joined #bitcoin-core-dev 05:34 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 05:37 -!- reallll [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 05:41 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 05:53 -!- SuNJaCk- [~sunny@191.35.77.35] has quit [Quit: Leaving] 05:54 -!- jonatack [~jon@213.152.162.104] has quit [Ping timeout: 240 seconds] 06:03 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has quit [Quit: Ping timeout (120 seconds)] 06:04 -!- dongcarl [~dongcarl@unaffiliated/dongcarl] has joined #bitcoin-core-dev 06:20 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 06:45 < jnewbery> promag: not sure if this helps in your scenario, but have you read https://github.com/bitcoin/bitcoin/blob/master/test/README.md#attaching-a-debugger ? 06:46 < jnewbery> also take a look at --pdbonfailure to attach a python debugger (and essentially pause the test) when an assert fails 06:58 < instagibbs> jnewbery, i dont find pdbonfailure too helpful because you lose context of the failure, at least when i tried it 06:59 < instagibbs> ideally it would just literally stick a pdb.set_trace() in the spot you hit an assert failure and let you "step" over the failure, or something 07:04 -!- jonatack [~jon@184.75.221.195] has joined #bitcoin-core-dev 07:15 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 265 seconds] 07:16 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 07:18 -!- jonatack [~jon@184.75.221.195] has quit [Ping timeout: 265 seconds] 07:19 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Ping timeout: 240 seconds] 07:20 -!- jonatack [~jon@37.165.130.63] has joined #bitcoin-core-dev 07:23 < jnewbery> instagibbs: right, you're not inside the main run_test() function any more, but you can still interact with the nodes eg run self.nodes[0].getblockchaininfo() or whatever, or attach a gdb to the bitcoind process 07:25 < instagibbs> right depends on the issue you're debugging, can be helpful 07:26 < jnewbery> I guess we could change the assert_***() functions to attach a pdb _before_ asserting if you still want the run_test() context 07:26 -!- jonatack_ [~jon@37.171.42.206] has joined #bitcoin-core-dev 07:29 -!- jonatack [~jon@37.165.130.63] has quit [Ping timeout: 260 seconds] 07:37 < troygiorshev> PSA - As of recently, clang-format now requires version 9 or greater. Recent (19.04+) ubuntu releases are already there. For most others upgrading should be easy, just search for clang-format-9. If you use debian, go here https://apt.llvm.org/ 07:38 < troygiorshev> This is due to a recent change to our .clang-format file 08:00 -!- robbiet480 [~robbiet48@37.120.203.188] has quit [] 08:01 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 08:04 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 08:04 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [] 08:05 < jonatack_> troygiorshev: thanks, do you know whch PR or why was this changed? I'm on debian clang 6 and you are right, for the first time clang-format is broken now 08:12 < troygiorshev> jonatack_: it's the addition of AllowAllArgumentsOnNextLine : true in 19095. 08:12 -!- jonatack_ [~jon@37.171.42.206] has quit [Quit: jonatack_] 08:12 < troygiorshev> #19095 08:12 < gribble> https://github.com/bitcoin/bitcoin/issues/19095 | [tools] Update clang-format config for multi-line function declarations and calls by jnewbery · Pull Request #19095 · bitcoin/bitcoin · GitHub 08:15 < troygiorshev> also stretch is EOL in 6 days, go upgrade to buster :D 08:15 -!- davterra [~tralfaz@68.235.43.93] has quit [Read error: Connection reset by peer] 08:16 -!- alko [~alko@BSN-77-151-180.static.siol.net] has quit [Quit: Konversation terminated!] 08:16 -!- alko [~alko@BSN-77-151-180.static.siol.net] has joined #bitcoin-core-dev 08:21 -!- glidenote1 [~glidenote@84.39.116.180] has joined #bitcoin-core-dev 08:22 -!- jarthur [~jarthur@2605:6000:1019:48d9:7cd8:aa12:8587:a524] has joined #bitcoin-core-dev 08:22 -!- alko [~alko@BSN-77-151-180.static.siol.net] has quit [Ping timeout: 256 seconds] 08:22 -!- tralfaz [~tralfaz@68.235.43.93] has joined #bitcoin-core-dev 08:37 -!- dgenr8 [~dgenr8@unaffiliated/dgenr8] has joined #bitcoin-core-dev 08:44 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 08:45 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 08:45 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 08:49 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 08:53 -!- tralfaz is now known as davterra 08:53 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-dev 08:56 < jonatack> troygiorshev: yeah, i use a security-by-default variant of debian with coreboot, that is conservative with upgrading and it's still at clang 6 for now. last time i tried to install llvm from source i wasted a lot of time without managing to. 08:56 < jonatack> oh, well 08:59 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 08:59 < troygiorshev> jonatack: https://apt.llvm.org/ should still work nicely for you (give or take security considerations) 09:02 < jonatack> it does not 09:03 < jonatack> i'll live without clang-format for now 09:10 -!- nullptr| [~nullptr|@ip-94-112-129-192.net.upcbroadband.cz] has joined #bitcoin-core-dev 09:16 -!- emilengler [~emilengle@stratum0/entity/emilengler] has quit [Remote host closed the connection] 09:21 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has joined #bitcoin-core-dev 09:22 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has quit [Remote host closed the connection] 09:28 -!- jarthur [~jarthur@2605:6000:1019:48d9:7cd8:aa12:8587:a524] has quit [] 09:33 -!- promag_ [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 09:34 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 09:37 -!- promag_ [~promag@a89-152-187-241.cpe.netcabo.pt] has joined #bitcoin-core-dev 09:38 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has joined #bitcoin-core-dev 09:38 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 264 seconds] 09:41 -!- promag_ [~promag@a89-152-187-241.cpe.netcabo.pt] has quit [Ping timeout: 256 seconds] 09:42 -!- ppisati [~ppisati@net-130-25-70-189.cust.vodafonedsl.it] has quit [Ping timeout: 260 seconds] 09:42 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has quit [Read error: Connection reset by peer] 09:42 -!- proofofk_ [~proofofke@c-65-50-169-164.hs.gigamonster.net] has joined #bitcoin-core-dev 09:42 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 09:48 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 09:51 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 272 seconds] 10:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 10:25 -!- promag [~promag@92.250.97.121] has joined #bitcoin-core-dev 10:28 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 240 seconds] 10:29 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 10:46 -!- promag [~promag@92.250.97.121] has quit [Remote host closed the connection] 11:00 -!- glidenote1 [~glidenote@84.39.116.180] has quit [] 11:02 -!- Randolf [~randolf@184.70.10.188] has joined #bitcoin-core-dev 11:09 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 11:09 -!- proofofk_ [~proofofke@c-65-50-169-164.hs.gigamonster.net] has quit [Remote host closed the connection] 11:10 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has joined #bitcoin-core-dev 11:14 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has quit [Ping timeout: 256 seconds] 11:21 -!- doomas [~doomas@89.47.234.28] has joined #bitcoin-core-dev 11:24 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has joined #bitcoin-core-dev 11:29 -!- sipa [~pw@89.ip-144-217-240.net] has joined #bitcoin-core-dev 11:42 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 246 seconds] 11:43 -!- sipa [~pw@89.ip-144-217-240.net] has quit [Quit: leaving] 11:46 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 11:47 -!- braydonf [~braydon@gateway/tor-sasl/braydonf] has quit [Remote host closed the connection] 11:47 -!- braydonf [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 11:52 -!- jarthur [~jarthur@2605:6000:1019:48d9:25ce:3e1e:addb:e4cc] has joined #bitcoin-core-dev 12:00 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 240 seconds] 12:02 -!- alko89 [~alko89@unaffiliated/alko89] has quit [Quit: ZNC 1.7.5 - https://znc.in] 12:03 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 12:03 -!- alko89 [~alko89@unaffiliated/alko89] has joined #bitcoin-core-dev 12:03 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 12:07 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 12:14 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:31 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has quit [Remote host closed the connection] 12:31 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has joined #bitcoin-core-dev 12:35 -!- proofofkeags [~proofofke@c-65-50-169-164.hs.gigamonster.net] has quit [Ping timeout: 246 seconds] 12:35 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 12:36 -!- davterra [~tralfaz@68.235.43.93] has quit [Ping timeout: 240 seconds] 12:56 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 12:58 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 265 seconds] 13:03 -!- Highway61 [~Thunderbi@96.44.187.26] has quit [Remote host closed the connection] 13:16 -!- Highway61 [~Thunderbi@96.44.187.26] has joined #bitcoin-core-dev 13:25 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 13:35 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Quit: leaving] 13:37 -!- isis is now known as isis_ 13:59 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 14:00 -!- doomas [~doomas@89.47.234.28] has quit [] 14:02 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 14:02 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 14:06 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 14:07 -!- sipsorcery [~sipsorcer@37.228.243.107] has quit [Quit: Leaving] 14:11 -!- marcoagner [~user@bl4-76-62.dsl.telepac.pt] has quit [Ping timeout: 265 seconds] 14:14 -!- Lexyon___ [sid402723@gateway/web/irccloud.com/x-vdmvvftmtnvzrana] has quit [Read error: Connection reset by peer] 14:14 -!- Lexyon___ [sid402723@gateway/web/irccloud.com/x-zvaqtxfywtyprosr] has joined #bitcoin-core-dev 14:14 -!- dburkett [sid411344@gateway/web/irccloud.com/x-iwdxhbhtxozcylhs] has quit [Read error: Connection reset by peer] 14:14 -!- dburkett [sid411344@gateway/web/irccloud.com/x-sevnlpjqbjrdqzpc] has joined #bitcoin-core-dev 14:21 -!- gholms1 [~gholms@84.39.116.180] has joined #bitcoin-core-dev 14:23 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 15:00 -!- sipsorcery [~sipsorcer@37.228.243.107] has joined #bitcoin-core-dev 15:00 -!- tralfaz [~tralfaz@104.200.129.62] has joined #bitcoin-core-dev 15:01 -!- tralfaz [~tralfaz@104.200.129.62] has quit [Remote host closed the connection] 15:02 -!- Davterra [~tralfaz@104.200.129.62] has joined #bitcoin-core-dev 15:10 -!- Randolf [~randolf@184.70.10.188] has quit [Quit: Leaving] 15:19 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 15:37 -!- sipsorcery [~sipsorcer@37.228.243.107] has quit [Ping timeout: 240 seconds] 16:21 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 260 seconds] 16:21 -!- sipsorcery [~sipsorcer@37.228.243.107] has joined #bitcoin-core-dev 16:21 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 16:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 16:32 -!- molz_ [~mol@unaffiliated/molly] has quit [Read error: Connection reset by peer] 16:33 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 16:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:38 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #19422: ci: Add tsan suppression for race in wallet (master...2007-ciTsanSupW) https://github.com/bitcoin/bitcoin/pull/19422 16:38 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:39 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 16:56 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Quit: esoteric nonsense] 16:56 -!- sipsorcery [~sipsorcer@37.228.243.107] has quit [Ping timeout: 256 seconds] 16:57 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 17:00 -!- gholms1 [~gholms@84.39.116.180] has quit [] 17:00 -!- sdaftuar_ [~sdaftuar@gateway/tor-sasl/sdaftuar] has quit [Remote host closed the connection] 17:00 -!- sdaftuar_ [~sdaftuar@gateway/tor-sasl/sdaftuar] has joined #bitcoin-core-dev 17:18 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 17:21 -!- lestrrat [~lestrrat@84.39.116.180] has joined #bitcoin-core-dev 17:22 -!- tiendo1011 [74684593@116.104.69.147] has joined #bitcoin-core-dev 17:23 -!- tiendo1011 [74684593@116.104.69.147] has quit [Remote host closed the connection] 17:24 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 17:41 -!- LuisAranguren [quassel@88s6l9d9m1hyljqp9fbs.ip6.superloop.com] has quit [Quit: No Ping reply in 180 seconds.] 17:45 -!- LuisAranguren [quassel@88s6l9d9m1hyljqp9fbs.ip6.superloop.com] has joined #bitcoin-core-dev 17:49 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 17:56 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 18:02 -!- proofofkeags [~proofofke@174-29-8-246.hlrn.qwest.net] has joined #bitcoin-core-dev 18:04 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 18:39 -!- proofofkeags [~proofofke@174-29-8-246.hlrn.qwest.net] has quit [Remote host closed the connection] 18:39 -!- proofofkeags [~proofofke@174-29-8-246.hlrn.qwest.net] has joined #bitcoin-core-dev 18:44 -!- proofofkeags [~proofofke@174-29-8-246.hlrn.qwest.net] has quit [Ping timeout: 256 seconds] 18:47 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 18:57 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has joined #bitcoin-core-dev 19:20 -!- shesek [~shesek@unaffiliated/shesek] has quit [Read error: Connection reset by peer] 19:20 -!- shesek [~shesek@5.22.128.126] has joined #bitcoin-core-dev 19:20 -!- shesek [~shesek@5.22.128.126] has quit [Changing host] 19:20 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 19:38 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 246 seconds] 19:50 -!- Highway61 [~Thunderbi@96.44.187.26] has quit [Ping timeout: 265 seconds] 19:58 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 20:00 -!- lestrrat [~lestrrat@84.39.116.180] has quit [] 20:01 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 20:06 -!- Relis [~Relis@cpc96290-lewi18-2-0-cust910.2-4.cable.virginm.net] has quit [Quit: This computer has gone to sleep] 20:09 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 264 seconds] 20:22 -!- mdrjr1 [~mdrjr@84.39.116.180] has joined #bitcoin-core-dev 20:23 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 20:25 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 20:28 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 20:39 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 20:40 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 260 seconds] 20:41 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 20:44 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 20:44 -!- vasild_ is now known as vasild 20:50 -!- rh0nj [~rh0nj@88.99.167.175] has quit [Remote host closed the connection] 20:53 -!- rh0nj [~rh0nj@88.99.167.175] has joined #bitcoin-core-dev 21:05 -!- adiabat [~adiabat@63.209.32.102] has quit [Ping timeout: 260 seconds] 21:08 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 258 seconds] 21:08 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 21:17 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 256 seconds] 21:18 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 21:33 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 256 seconds] 21:34 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has joined #bitcoin-core-dev 21:39 -!- adiabat [~adiabat@63.209.32.102] has joined #bitcoin-core-dev 21:41 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:48 -!- troygiorshev [~troygiors@CPEdcef09a0ed55-CM0c473d74be00.cpe.net.cable.rogers.com] has quit [Ping timeout: 240 seconds] 22:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 22:04 < bitcoin-git> [bitcoin] gzhao408 opened pull request #19423: test: add functional test for txrelay during and after IBD (master...ibd-txrelay-test) https://github.com/bitcoin/bitcoin/pull/19423 22:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:45 -!- rex4539 [~rex4539@2a02:587:3522:3b00:9dc7:5fde:a1be:cb11] has joined #bitcoin-core-dev 22:58 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 23:00 -!- mdrjr1 [~mdrjr@84.39.116.180] has quit [] 23:03 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 23:05 -!- rex4539 [~rex4539@2a02:587:3522:3b00:9dc7:5fde:a1be:cb11] has quit [] 23:05 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 23:17 -!- alko [~alko@BSN-77-151-180.static.siol.net] has joined #bitcoin-core-dev 23:19 -!- sipsorcery [~sipsorcer@37.228.243.107] has joined #bitcoin-core-dev 23:23 -!- marcoagner [~user@bl4-76-62.dsl.telepac.pt] has joined #bitcoin-core-dev 23:36 -!- jorijn [~jorijn@84-105-195-195.cable.dynamic.v4.ziggo.nl] has quit [Quit: ZNC 1.8.1 - https://znc.in] 23:47 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Ping timeout: 240 seconds] 23:51 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 23:54 -!- Dimlock [~Dimlock@194.35.233.43] has joined #bitcoin-core-dev 23:56 -!- infernix [nix@unaffiliated/infernix] has quit [Ping timeout: 240 seconds] --- Log closed Wed Jul 01 00:00:07 2020