--- Log opened Fri May 14 00:00:54 2021 00:03 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 00:11 -!- rich is now known as paultroon 00:11 -!- duringo [2578d7e6@37.120.215.230] has quit [Quit: Connection closed] 00:13 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 00:14 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 00:28 -!- _nick_ [~nick@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has joined #bitcoin-core-dev 00:32 -!- bandnyquist [~Rheanna@101.91.240.201] has quit [Remote host closed the connection] 00:34 -!- bandnyquist [~Rheanna@218.78.88.163] has joined #bitcoin-core-dev 00:49 -!- _nick_ [~nick@cpc68286-cdif17-2-0-cust533.5-1.cable.virginm.net] has quit [Remote host closed the connection] 00:58 -!- TheV01d [thev01d@2001:19c0:1:801:851:ff00:1:6] has quit [Ping timeout: 246 seconds] 01:01 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 01:06 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f17c500b886fa0adb4cee14.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 01:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 250 seconds] 01:06 -!- bandnyquist [~Rheanna@218.78.88.163] has quit [Remote host closed the connection] 01:09 -!- bandnyquist [~Rheanna@218.78.88.163] has joined #bitcoin-core-dev 01:10 -!- dviola [~diego@unaffiliated/dviola] has quit [Ping timeout: 265 seconds] 01:24 -!- bandnyquist [~Rheanna@218.78.88.163] has quit [Remote host closed the connection] 01:24 -!- bandnyquist [~Rheanna@101.91.192.124] has joined #bitcoin-core-dev 01:28 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 01:30 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 01:32 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 01:37 -!- utxobr[m] [cirocostam@gateway/shell/matrix.org/x-kxmocfkwfwftjivv] has quit [Ping timeout: 245 seconds] 01:37 -!- Thomas[m]4 [thomaseizi@gateway/shell/matrix.org/x-xppbdcblfqtgukuu] has quit [Ping timeout: 245 seconds] 01:37 -!- J[m]3 [jlich10mat@gateway/shell/matrix.org/x-ismaszczpfvtdkxt] has quit [Ping timeout: 245 seconds] 01:38 -!- robert_spigler [robertspig@gateway/shell/matrix.org/x-viqzixvzipkwvstl] has quit [Ping timeout: 245 seconds] 01:42 -!- utxobr[m] [cirocostam@gateway/shell/matrix.org/x-nkqoonppshxgunzo] has joined #bitcoin-core-dev 01:45 -!- jespada_ [~jespada@87.74.38.78] has joined #bitcoin-core-dev 01:47 -!- J[m]3 [jlich10mat@gateway/shell/matrix.org/x-rjzzcsuttxhrwdnk] has joined #bitcoin-core-dev 01:47 -!- Thomas[m]4 [thomaseizi@gateway/shell/matrix.org/x-alqwpfttthsveuhr] has joined #bitcoin-core-dev 01:48 -!- joerodgers [~joerodger@c-76-125-83-191.hsd1.ar.comcast.net] has joined #bitcoin-core-dev 01:48 -!- robert_spigler [robertspig@gateway/shell/matrix.org/x-gksanplnrelnxsbu] has joined #bitcoin-core-dev 01:49 -!- jespada [~jespada@87.74.37.248] has quit [Ping timeout: 260 seconds] 01:50 -!- _joerodgers [~joerodger@c-76-125-83-191.hsd1.ar.comcast.net] has quit [Ping timeout: 268 seconds] 01:51 < vasild> promag: https://github.com/bitcoin/bitcoin/pull/21943#discussion_r632360108 -- yes, I think it is pointless or even - undesirable. InactivityCheck() is a noop if executed <60s after the node has connected (can be changed with -peertimeout) 01:51 -!- TheV01d [thev01d@2001:19c0:1:801:851:ff00:1:6] has joined #bitcoin-core-dev 01:53 < vasild> if it happens that we do the InactivityCheck() >60s after the node has connected, this means it took that loop >60s to process the other nodes (using non-blocking IO) 01:54 < vasild> if that happens then InactivityCheck() will ask us to disconnect because node.nLastRecv == 0 || node.nLastSend == 0, ie nothing has been received or sent to the node for 60s after it connected. But this seems wrong because we would not have attempted to send or receive anything. 01:55 < vasild> thus I think InactivityCheck() on just accepted nodes is undesirable. 01:56 -!- bandnyquist [~Rheanna@101.91.192.124] has quit [Remote host closed the connection] 01:59 -!- bandnyquist [~Rheanna@101.91.192.124] has joined #bitcoin-core-dev 02:00 -!- cameron[m] [cameronots@gateway/shell/matrix.org/x-hgvjdxgomrktedyg] has quit [Quit: Idle for 30+ days] 02:00 -!- dunxen [dunxenx0fo@gateway/shell/matrix.org/x-fwflsciarxcaaqpd] has quit [Quit: Idle for 30+ days] 02:01 < promag> vasild: add an early commit that changes that behavior first by moving the accept connections to the end? as it is seems like an unintentional change 02:01 < vasild> yes, I am looking into doing that 02:02 < promag> vasild: great, note that I'm noob on net/p2p code 02:03 < vasild> me too 02:03 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has joined #bitcoin-core-dev 02:03 < promag> ^^ 02:04 < sipa> if you guys keep improving the p2p/net code i'll soon be a noob at it again too ;) 02:05 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has quit [Client Quit] 02:06 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has joined #bitcoin-core-dev 02:06 < promag> sipa: I thought you just do bitcoin stuff 02:12 -!- jespada [~jespada@87.74.38.81] has joined #bitcoin-core-dev 02:12 -!- bandnyquist [~Rheanna@101.91.192.124] has quit [Remote host closed the connection] 02:13 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 02:13 -!- bandnyquist [~Rheanna@101.91.240.201] has joined #bitcoin-core-dev 02:14 -!- jespada_ [~jespada@87.74.38.78] has quit [Ping timeout: 240 seconds] 02:14 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 02:23 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 02:24 -!- justinmoon [~quassel@157.245.122.126] has quit [Quit: No Ping reply in 180 seconds.] 02:25 -!- justinmoon [~quassel@157.245.122.126] has joined #bitcoin-core-dev 02:38 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 02:38 -!- theprofessor0x [theprofess@bb121-6-182-56.singnet.com.sg] has joined #bitcoin-core-dev 02:56 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Remote host closed the connection] 02:56 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 03:01 -!- bandnyquist [~Rheanna@101.91.240.201] has quit [Remote host closed the connection] 03:04 -!- bandnyquist [~Rheanna@101.91.232.94] has joined #bitcoin-core-dev 03:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:15 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/61fea5217118...b82c3a0075db 03:15 < bitcoin-git> bitcoin/master fae814c MarcoFalke: fuzz: Remove incorrect float round-trip serialization test 03:15 < bitcoin-git> bitcoin/master b82c3a0 W. J. van der Laan: Merge bitcoin/bitcoin#21929: fuzz: Remove incorrect float round-trip seria... 03:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:15 < bitcoin-git> [bitcoin] laanwj merged pull request #21929: fuzz: Remove incorrect float round-trip serialization test (master...2105-fuzzFloat) https://github.com/bitcoin/bitcoin/pull/21929 03:15 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:18 -!- Adelia7Pollich [~Adelia7Po@static.57.1.216.95.clients.your-server.de] has joined #bitcoin-core-dev 03:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:27 < bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b82c3a0075db...ecf5f2c1a06e 03:27 < bitcoin-git> bitcoin/master 469a5bc fanquake: build: build Boost with -fcf-protection when targeting Darwin 03:27 < bitcoin-git> bitcoin/master 42b589d fanquake: scripts: test for MACHO control flow instrumentation 03:27 < bitcoin-git> bitcoin/master ecf5f2c W. J. van der Laan: Merge bitcoin/bitcoin#21889: macho: check for control flow instrumentation... 03:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:27 < bitcoin-git> [bitcoin] laanwj merged pull request #21889: macho: check for control flow instrumentation (master...build_boost_fcf_protectcion) https://github.com/bitcoin/bitcoin/pull/21889 03:27 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:28 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 03:29 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 03:37 -!- bandnyquist [~Rheanna@101.91.232.94] has quit [Remote host closed the connection] 03:38 -!- bandnyquist [~Rheanna@101.91.232.94] has joined #bitcoin-core-dev 03:38 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 03:39 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 03:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:45 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #21948: test: Fix off-by-one in mockscheduler test RPC (master...2105-testMock1) https://github.com/bitcoin/bitcoin/pull/21948 03:46 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:53 -!- nullptr_ [~nullptr|@ip-94-112-128-57.net.upcbroadband.cz] has joined #bitcoin-core-dev 03:54 -!- nullptr| [~nullptr|@ip-94-112-13-119.net.upcbroadband.cz] has quit [Ping timeout: 260 seconds] 04:07 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 04:10 -!- jespada_ [~jespada@90.254.244.151] has joined #bitcoin-core-dev 04:12 -!- jespada [~jespada@87.74.38.81] has quit [Ping timeout: 260 seconds] 04:18 -!- nullptr_ [~nullptr|@ip-94-112-128-57.net.upcbroadband.cz] has quit [Ping timeout: 268 seconds] 04:24 -!- nullptr| [~nullptr|@ip-94-112-128-60.net.upcbroadband.cz] has joined #bitcoin-core-dev 04:25 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 04:26 -!- bandnyquist [~Rheanna@101.91.232.94] has quit [Remote host closed the connection] 04:28 -!- bandnyquist [~Rheanna@101.91.218.28] has joined #bitcoin-core-dev 04:36 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 04:37 -!- Adelia7Pollich [~Adelia7Po@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 268 seconds] 04:39 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 245 seconds] 04:43 -!- jespada [~jespada@90.254.244.151] has joined #bitcoin-core-dev 04:45 -!- jespada_ [~jespada@90.254.244.151] has quit [Ping timeout: 245 seconds] 04:46 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 04:49 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 268 seconds] 04:52 -!- chrisch1974 [~chrisch19@139.28.218.148] has quit [Remote host closed the connection] 05:02 -!- contagious_meow [~contagiou@102.166.144.105] has joined #bitcoin-core-dev 05:15 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has quit [Ping timeout: 268 seconds] 05:17 -!- bandnyquist [~Rheanna@101.91.218.28] has quit [Remote host closed the connection] 05:19 -!- bandnyquist [~Rheanna@101.91.209.187] has joined #bitcoin-core-dev 05:28 -!- rebroad_ [~rebroad@83.240.144.127] has quit [Ping timeout: 252 seconds] 05:39 -!- rebroad [~rebroad@83.240.144.127] has joined #bitcoin-core-dev 05:49 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 05:50 -!- salitos [~contagiou@102.167.160.93] has joined #bitcoin-core-dev 05:52 -!- contagious_meow [~contagiou@102.166.144.105] has quit [Ping timeout: 245 seconds] 05:53 -!- muffler [~muffler@209.127.186.153] has joined #bitcoin-core-dev 06:01 -!- luke [~luke@bitnomial/staff/luke] has joined #bitcoin-core-dev 06:02 -!- bandnyquist [~Rheanna@101.91.209.187] has quit [Remote host closed the connection] 06:03 -!- bandnyquist [~Rheanna@101.91.180.110] has joined #bitcoin-core-dev 06:06 -!- bandnyquist [~Rheanna@101.91.180.110] has quit [Remote host closed the connection] 06:09 -!- bandnyquist [~Rheanna@101.91.180.110] has joined #bitcoin-core-dev 06:22 -!- salitos [~contagiou@102.167.160.93] has quit [Remote host closed the connection] 06:22 -!- bandnyquist [~Rheanna@101.91.180.110] has quit [Remote host closed the connection] 06:22 -!- salitos [~contagiou@102.167.160.93] has joined #bitcoin-core-dev 06:24 -!- bandnyquist [~Rheanna@101.91.192.124] has joined #bitcoin-core-dev 06:29 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 06:33 -!- corazon_ad [5473ea27@84-115-234-39.cable.dynamic.surfer.at] has joined #bitcoin-core-dev 06:34 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 06:38 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 06:39 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 06:40 -!- kini1 [~kini@178.238.11.35] has joined #bitcoin-core-dev 06:44 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has joined #bitcoin-core-dev 06:56 -!- bandnyquist [~Rheanna@101.91.192.124] has quit [Remote host closed the connection] 07:00 -!- bandnyquist [~Rheanna@101.91.192.124] has joined #bitcoin-core-dev 07:11 -!- bandnyquist [~Rheanna@101.91.192.124] has quit [Remote host closed the connection] 07:13 -!- luke [~luke@bitnomial/staff/luke] has quit [Quit: part] 07:13 -!- bandnyquist [~Rheanna@101.89.197.243] has joined #bitcoin-core-dev 07:16 -!- muffler [~muffler@209.127.186.153] has quit [Ping timeout: 252 seconds] 07:33 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 07:34 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 07:35 -!- awesome_doge [~Thunderbi@1-164-229-115.dynamic-ip.hinet.net] has quit [Remote host closed the connection] 07:35 -!- awesome_doge [~Thunderbi@1-164-229-115.dynamic-ip.hinet.net] has joined #bitcoin-core-dev 07:44 -!- lukedashjr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 07:46 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 265 seconds] 07:46 -!- bandnyquist [~Rheanna@101.89.197.243] has quit [Remote host closed the connection] 07:49 -!- bandnyquist [~Rheanna@101.89.197.243] has joined #bitcoin-core-dev 07:49 -!- lukedashjr is now known as luke-jr 07:50 -!- salitos [~contagiou@102.167.160.93] has quit [Read error: Connection reset by peer] 07:50 -!- awesome_doge [~Thunderbi@1-164-229-115.dynamic-ip.hinet.net] has quit [Ping timeout: 268 seconds] 07:50 -!- salitos [~contagiou@102.167.160.93] has joined #bitcoin-core-dev 07:52 -!- salitos [~contagiou@102.167.160.93] has quit [Read error: Connection reset by peer] 07:52 -!- salitos [~contagiou@102.167.160.93] has joined #bitcoin-core-dev 07:53 -!- salitos [~contagiou@102.167.160.93] has quit [Max SendQ exceeded] 07:54 -!- salitos [~contagiou@102.167.160.93] has joined #bitcoin-core-dev 07:59 -!- yamz [~contagiou@154.123.36.23] has joined #bitcoin-core-dev 08:01 -!- salitos [~contagiou@102.167.160.93] has quit [Read error: Connection reset by peer] 08:01 -!- bandnyquist [~Rheanna@101.89.197.243] has quit [Remote host closed the connection] 08:04 -!- bandnyquist [~Rheanna@101.91.209.187] has joined #bitcoin-core-dev 08:15 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 08:18 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 08:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:26 -!- proofofkeags [~proofofke@205.209.28.54] has joined #bitcoin-core-dev 08:27 -!- awesome_doge [~Thunderbi@114-136-172-83.emome-ip.hinet.net] has joined #bitcoin-core-dev 08:30 < murch> Seems like a bunch of the freenode staff is considering resigning over some corporate takeover. 08:38 -!- awesome_doge [~Thunderbi@114-136-172-83.emome-ip.hinet.net] has quit [Read error: Connection reset by peer] 08:38 -!- awesome_doge1 [~Thunderbi@2001-b400-e25f-746e-65a3-17d6-9602-5697.emome-ip6.hinet.net] has joined #bitcoin-core-dev 08:43 -!- awesome_doge1 [~Thunderbi@2001-b400-e25f-746e-65a3-17d6-9602-5697.emome-ip6.hinet.net] has quit [Ping timeout: 245 seconds] 08:45 -!- yamz [~contagiou@154.123.36.23] has quit [Quit: Leaving] 08:45 -!- yamz [~contagiou@154.123.36.23] has joined #bitcoin-core-dev 08:57 -!- bandnyquist [~Rheanna@101.91.209.187] has quit [Remote host closed the connection] 08:57 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 08:58 -!- awesome_doge [~Thunderbi@114-136-172-83.emome-ip.hinet.net] has joined #bitcoin-core-dev 08:58 -!- bandnyquist1 [~Rheanna@101.91.238.197] has joined #bitcoin-core-dev 08:59 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 09:00 -!- yamz [~contagiou@154.123.36.23] has quit [Read error: Connection reset by peer] 09:00 -!- yamz [~contagiou@154.123.147.240] has joined #bitcoin-core-dev 09:02 -!- mekster [~mekster@li1564-239.members.linode.com] has quit [Quit: mekster] 09:02 -!- theprofessor0x [theprofess@bb121-6-182-56.singnet.com.sg] has quit [] 09:07 -!- lkqwejhhgasdjhgn [~kljkljklk@p200300d46f17c500b886fa0adb4cee14.dip0.t-ipconnect.de] has quit [Quit: Konversation terminated!] 09:07 -!- mekster [~mekster@li1564-239.members.linode.com] has joined #bitcoin-core-dev 09:15 -!- awesome_doge1 [~Thunderbi@2001-b400-e25f-746e-ad9b-c1e3-1e33-9153.emome-ip6.hinet.net] has joined #bitcoin-core-dev 09:16 -!- awesome_doge [~Thunderbi@114-136-172-83.emome-ip.hinet.net] has quit [Remote host closed the connection] 09:16 -!- awesome_doge1 is now known as awesome_doge 09:16 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:18 -!- yamz [~contagiou@154.123.147.240] has quit [Remote host closed the connection] 09:18 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:18 -!- yamz [~contagiou@154.123.147.240] has joined #bitcoin-core-dev 09:19 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 09:22 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 265 seconds] 09:23 -!- yamz [~contagiou@154.123.147.240] has quit [Ping timeout: 252 seconds] 09:27 -!- contagious_meow [~contagiou@154.123.147.240] has joined #bitcoin-core-dev 09:30 -!- molz_ [~mol@unaffiliated/molly] has quit [Remote host closed the connection] 09:32 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:36 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:39 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 09:44 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 09:46 -!- ishaqm [~ishaqm@79-66-1-122.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 09:46 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 09:49 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 268 seconds] 09:52 -!- awesome_doge [~Thunderbi@2001-b400-e25f-746e-ad9b-c1e3-1e33-9153.emome-ip6.hinet.net] has quit [Ping timeout: 250 seconds] 09:58 -!- ishaqm [~ishaqm@79-66-1-122.dynamic.dsl.as9105.com] has quit [Remote host closed the connection] 09:58 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 10:01 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 10:04 -!- salitos [~contagiou@154.122.176.252] has joined #bitcoin-core-dev 10:05 -!- contagious_meow [~contagiou@154.123.147.240] has quit [Read error: Connection reset by peer] 10:14 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 10:16 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 10:17 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 10:17 -!- bandnyquist1 [~Rheanna@101.91.238.197] has quit [Remote host closed the connection] 10:19 -!- bandnyquist [~Rheanna@101.91.238.197] has joined #bitcoin-core-dev 10:30 -!- jungly [~jungly@host-95-252-157-2.retail.telecomitalia.it] has quit [Ping timeout: 252 seconds] 10:49 -!- pox [~pox@gateway/tor-sasl/pox] has quit [Quit: pox] 10:53 -!- yamz [~contagiou@197.156.190.152] has joined #bitcoin-core-dev 10:55 -!- salitos [~contagiou@154.122.176.252] has quit [Ping timeout: 245 seconds] 11:01 -!- yamz [~contagiou@197.156.190.152] has quit [Quit: Leaving] 11:01 -!- pox [~pox@gateway/tor-sasl/pox] has joined #bitcoin-core-dev 11:01 -!- yamz [~contagiou@197.156.190.218] has joined #bitcoin-core-dev 11:02 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Remote host closed the connection] 11:02 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 11:02 -!- yamz [~contagiou@197.156.190.218] has quit [Client Quit] 11:03 -!- yamz [~contagiou@197.156.190.147] has joined #bitcoin-core-dev 11:04 -!- jespada [~jespada@90.254.244.151] has quit [Quit: Leaving] 11:07 -!- bandnyquist [~Rheanna@101.91.238.197] has quit [Remote host closed the connection] 11:09 -!- bandnyquist [~Rheanna@218.78.27.29] has joined #bitcoin-core-dev 11:25 -!- salitos [~contagiou@154.123.210.45] has joined #bitcoin-core-dev 11:28 -!- yamz [~contagiou@197.156.190.147] has quit [Ping timeout: 260 seconds] 11:35 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 11:39 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 268 seconds] 11:56 -!- bcman [~quassel@192.252.212.38] has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.] 11:56 -!- bcman [~quassel@192.252.212.38] has joined #bitcoin-core-dev 11:56 -!- bandnyquist [~Rheanna@218.78.27.29] has quit [Remote host closed the connection] 11:57 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 11:58 -!- bandnyquist [~Rheanna@101.89.197.243] has joined #bitcoin-core-dev 11:59 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 12:02 -!- corazon_ad [5473ea27@84-115-234-39.cable.dynamic.surfer.at] has quit [Quit: Connection closed] 12:11 -!- vincenzopalazzo [~vincenzop@host-79-23-113-134.retail.telecomitalia.it] has quit [Quit: Leaving] 12:12 -!- bandnyquist [~Rheanna@101.89.197.243] has quit [Remote host closed the connection] 12:13 -!- bandnyquist [~Rheanna@101.91.192.124] has joined #bitcoin-core-dev 12:23 -!- jungly [~jungly@host-95-252-157-2.retail.telecomitalia.it] has joined #bitcoin-core-dev 12:25 -!- yamz [~contagiou@197.156.190.243] has joined #bitcoin-core-dev 12:27 -!- salitos [~contagiou@154.123.210.45] has quit [Ping timeout: 245 seconds] 12:28 -!- jungly [~jungly@host-95-252-157-2.retail.telecomitalia.it] has quit [Ping timeout: 268 seconds] 12:53 -!- jungly [~jungly@host-95-252-157-2.retail.telecomitalia.it] has joined #bitcoin-core-dev 13:00 -!- kvaciral [~kvaciral@212.8.251.11] has quit [Remote host closed the connection] 13:07 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 13:07 -!- ishaqm [~ishaqm@79-66-1-122.dynamic.dsl.as9105.com] has joined #bitcoin-core-dev 13:09 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 13:21 -!- jungly [~jungly@host-95-252-157-2.retail.telecomitalia.it] has quit [Ping timeout: 268 seconds] 13:24 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-yrwsfbbgmupjxell] has joined #bitcoin-core-dev 13:28 -!- willcl_ark [~quassel@unaffiliated/willcl-ark/x-8282106] has quit [Quit: Quit] 13:30 -!- Emcy_ [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 13:30 -!- willcl_ark [~quassel@unaffiliated/willcl-ark/x-8282106] has joined #bitcoin-core-dev 13:33 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 246 seconds] 13:36 -!- salitos [~contagiou@154.122.130.71] has joined #bitcoin-core-dev 13:36 -!- salitos [~contagiou@154.122.130.71] has quit [Remote host closed the connection] 13:36 -!- bandnyquist [~Rheanna@101.91.192.124] has quit [Remote host closed the connection] 13:37 -!- salitos [~contagiou@154.122.130.71] has joined #bitcoin-core-dev 13:38 -!- yamz [~contagiou@197.156.190.243] has quit [Ping timeout: 245 seconds] 13:38 -!- bandnyquist [~Rheanna@101.91.209.187] has joined #bitcoin-core-dev 13:42 -!- jarthur [~jarthur@2603-8080-1540-002d-ac4c-3d8c-c2f5-38a0.res6.spectrum.com] has joined #bitcoin-core-dev 13:51 -!- Emcy_ [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 252 seconds] 13:52 -!- bandnyquist [~Rheanna@101.91.209.187] has quit [Remote host closed the connection] 13:53 -!- bandnyquist [~Rheanna@119.96.171.22] has joined #bitcoin-core-dev 13:53 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 14:08 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Remote host closed the connection] 14:18 -!- Talkless [~Talkless@mail.dargis.net] has joined #bitcoin-core-dev 14:32 -!- ishaqm [~ishaqm@79-66-1-122.dynamic.dsl.as9105.com] has quit [Remote host closed the connection] 14:34 -!- Emcy_ [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 14:35 -!- salitos [~contagiou@154.122.130.71] has quit [Read error: Connection reset by peer] 14:36 -!- salitos [~contagiou@197.156.190.159] has joined #bitcoin-core-dev 14:37 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 246 seconds] 14:41 -!- bandnyquist [~Rheanna@119.96.171.22] has quit [Remote host closed the connection] 14:43 -!- bandnyquist [~Rheanna@119.96.171.22] has joined #bitcoin-core-dev 14:57 -!- deStifi [b2c31aa1@161.26.195.178.dynamic.wline.res.cust.swisscom.ch] has joined #bitcoin-core-dev 14:59 -!- Talkless [~Talkless@mail.dargis.net] has quit [Quit: Konversation terminated!] 15:10 -!- deStifi [b2c31aa1@161.26.195.178.dynamic.wline.res.cust.swisscom.ch] has quit [Quit: Connection closed] 15:13 -!- _joerodgers [~joerodger@c-76-125-83-191.hsd1.ar.comcast.net] has joined #bitcoin-core-dev 15:16 -!- joerodgers [~joerodger@c-76-125-83-191.hsd1.ar.comcast.net] has quit [Ping timeout: 252 seconds] 15:17 -!- _joerodgers [~joerodger@c-76-125-83-191.hsd1.ar.comcast.net] has quit [Ping timeout: 245 seconds] 15:24 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 265 seconds] 15:26 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 15:31 -!- bandnyquist [~Rheanna@119.96.171.22] has quit [Remote host closed the connection] 15:34 -!- kini1 [~kini@178.238.11.35] has quit [Remote host closed the connection] 15:34 -!- bandnyquist [~Rheanna@218.78.27.29] has joined #bitcoin-core-dev 15:35 -!- yamz [~contagiou@102.167.157.93] has joined #bitcoin-core-dev 15:38 -!- proofofkeags [~proofofke@205.209.28.54] has quit [Ping timeout: 240 seconds] 15:38 -!- salitos [~contagiou@197.156.190.159] has quit [Ping timeout: 260 seconds] 15:43 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 15:44 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 15:44 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 16:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:05 < bitcoin-git> [gui] jarolrod opened pull request #329: fix console buttons hitbox on macOS (master...fix-cb-hitbox) https://github.com/bitcoin-core/gui/pull/329 16:05 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:06 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 16:07 -!- bandnyquist [~Rheanna@218.78.27.29] has quit [Remote host closed the connection] 16:09 -!- bandnyquist [~Rheanna@218.78.27.29] has joined #bitcoin-core-dev 16:09 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 245 seconds] 16:11 -!- dfkt [~dfkt@195.206.183.77] has joined #bitcoin-core-dev 16:21 -!- bandnyquist [~Rheanna@218.78.27.29] has quit [Remote host closed the connection] 16:23 -!- bandnyquist [~Rheanna@101.89.207.55] has joined #bitcoin-core-dev 16:28 -!- gwillen [~gwillen@unaffiliated/gwillen] has quit [Quit: Changing server] 16:29 -!- gwillen [~gwillen@unaffiliated/gwillen] has joined #bitcoin-core-dev 16:35 -!- salitos [~contagiou@197.156.190.189] has joined #bitcoin-core-dev 16:38 -!- yamz [~contagiou@102.167.157.93] has quit [Ping timeout: 252 seconds] 16:42 -!- shesek [~shesek@unaffiliated/shesek] has quit [Remote host closed the connection] 16:42 -!- shesek [~shesek@164.90.217.137] has joined #bitcoin-core-dev 16:42 -!- shesek [~shesek@164.90.217.137] has quit [Changing host] 16:42 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 16:46 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 17:11 -!- bandnyquist [~Rheanna@101.89.207.55] has quit [Remote host closed the connection] 17:13 -!- bandnyquist [~Rheanna@218.78.77.129] has joined #bitcoin-core-dev 17:15 -!- joerodgers [~joerodger@c-76-125-83-191.hsd1.ar.comcast.net] has joined #bitcoin-core-dev 17:16 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 17:18 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 245 seconds] 17:21 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 17:29 -!- salitos [~contagiou@197.156.190.189] has quit [Quit: Leaving] 17:48 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 17:49 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 17:58 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 17:59 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 18:08 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has joined #bitcoin-core-dev 18:10 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has quit [Quit: Hmmm] 18:15 -!- ghioj [6adec07d@106.222.192.125] has joined #bitcoin-core-dev 18:15 -!- ghioj [6adec07d@106.222.192.125] has quit [Client Quit] 18:16 -!- jpe__ [~jpe@2001:16b8:5cea:c800:5e52:2794:3d00:f190] has quit [Ping timeout: 276 seconds] 18:16 -!- jpe [~jpe@2001:16b8:5cea:c800:5e52:2794:3d00:f190] has quit [Ping timeout: 276 seconds] 18:17 -!- jpe [~jpe@2001:16b8:5c77:d100:e6eb:9af5:f096:f55a] has joined #bitcoin-core-dev 18:17 -!- jpe_ [~jpe@2001:16b8:5c77:d100:e6eb:9af5:f096:f55a] has joined #bitcoin-core-dev 18:36 -!- bandnyquist [~Rheanna@218.78.77.129] has quit [Remote host closed the connection] 18:37 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 18:39 -!- bandnyquist [~Rheanna@101.89.207.55] has joined #bitcoin-core-dev 18:40 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 18:43 -!- sipsorcery [~sipsorcer@2a02:8084:6981:7880::3] has quit [Ping timeout: 260 seconds] 18:47 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection timed out] 18:51 -!- bandnyquist [~Rheanna@101.89.207.55] has quit [Remote host closed the connection] 18:53 -!- bandnyquist [~Rheanna@101.91.214.30] has joined #bitcoin-core-dev 19:00 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [] 19:03 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 19:06 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 19:15 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 19:18 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 19:21 -!- proofofkeags [~proofofke@97-118-239-55.hlrn.qwest.net] has joined #bitcoin-core-dev 19:26 -!- bandnyquist [~Rheanna@101.91.214.30] has quit [Remote host closed the connection] 19:29 -!- bandnyquist [~Rheanna@101.91.214.30] has joined #bitcoin-core-dev 19:30 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 19:33 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 252 seconds] 19:37 -!- mol_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 19:40 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 246 seconds] 19:59 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #bitcoin-core-dev 20:13 -!- molz_ [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 20:16 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 20:17 -!- mol_ [~mol@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 20:18 -!- molz_ [~mol@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 20:21 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 265 seconds] 21:07 -!- bandnyquist [~Rheanna@101.91.214.30] has quit [Remote host closed the connection] 21:08 -!- bandnyquist [~Rheanna@101.91.193.123] has joined #bitcoin-core-dev 21:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:10 < bitcoin-git> [gui] jarolrod opened pull request #330: Allow prompt icon to be colorized (master...prompt-icon-colorized) https://github.com/bitcoin-core/gui/pull/330 21:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 21:16 -!- rny [~rny@gateway/tor-sasl/renlord] has quit [Remote host closed the connection] 21:18 -!- rny [~rny@gateway/tor-sasl/renlord] has joined #bitcoin-core-dev 21:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Quit: WeeChat 3.1] 21:22 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:26 -!- rny [~rny@gateway/tor-sasl/renlord] has quit [Remote host closed the connection] 21:31 -!- rny [~rny@gateway/tor-sasl/renlord] has joined #bitcoin-core-dev 21:31 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 21:39 -!- copumpkin [~copumpkin@unaffiliated/copumpkin] has joined #bitcoin-core-dev 21:43 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 21:44 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 21:56 -!- bandnyquist [~Rheanna@101.91.193.123] has quit [Remote host closed the connection] 21:58 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 245 seconds] 21:58 -!- bandnyquist [~Rheanna@218.78.43.189] has joined #bitcoin-core-dev 22:02 -!- mol [~mol@unaffiliated/molly] has joined #bitcoin-core-dev 22:43 -!- dfkt [~dfkt@195.206.183.77] has quit [Remote host closed the connection] 22:47 -!- bandnyquist [~Rheanna@218.78.43.189] has quit [Remote host closed the connection] 22:48 -!- bandnyquist [~Rheanna@119.96.171.22] has joined #bitcoin-core-dev 22:53 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has quit [Ping timeout: 240 seconds] 22:54 -!- braydonf_ [~braydon@gateway/tor-sasl/braydonf] has joined #bitcoin-core-dev 23:17 -!- mol [~mol@unaffiliated/molly] has quit [Ping timeout: 252 seconds] 23:19 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 23:23 -!- proofofkeags [~proofofke@97-118-239-55.hlrn.qwest.net] has quit [Ping timeout: 268 seconds] 23:37 -!- bandnyquist [~Rheanna@119.96.171.22] has quit [Remote host closed the connection] 23:39 -!- bandnyquist [~Rheanna@101.91.192.124] has joined #bitcoin-core-dev 23:42 -!- awesome_doge [~Thunderbi@2001-b011-4010-1952-8d16-fd5c-2fef-3aaf.dynamic-ip6.hinet.net] has joined #bitcoin-core-dev 23:51 -!- bandnyquist [~Rheanna@101.91.192.124] has quit [Remote host closed the connection] 23:53 -!- bandnyquist [~Rheanna@101.89.197.243] has joined #bitcoin-core-dev 23:53 -!- hey [58fbef79@88.251.239.121] has joined #bitcoin-core-dev 23:55 -!- hey [58fbef79@88.251.239.121] has quit [Client Quit] --- Log closed Sat May 15 00:00:55 2021