--- Log opened Sat Mar 07 00:00:16 2020 00:00 < kallewoof> fanquake: regarding your SCHED_BATCH question, I did some benchmarks: https://github.com/bitcoin/bitcoin/pull/16981#issuecomment-596034040 00:01 < kallewoof> fanquake: Not sure why, but running with it disabled actually seems to improve performance 00:11 -!- jarthur [~jarthur@2605:6000:1019:4971:d1ba:82fb:f321:a764] has quit [Remote host closed the connection] 00:12 -!- jarthur [~jarthur@2605:6000:1019:4971:d1ba:82fb:f321:a764] has joined #bitcoin-core-dev 00:23 -!- kristapsk_ [~KK@gateway/tor-sasl/kristapsk] has quit [Ping timeout: 240 seconds] 00:28 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has joined #bitcoin-core-dev 00:32 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 00:55 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 00:56 < aj> kallewoof: makes sense sched_batch would be slower if you end up disk bound rather than cpu bound? 00:56 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 00:58 < kallewoof> aj: from the looks of it (cpu 8%), that is indeed the case 00:59 < aj> kallewoof: 8% would be cpu-bound for 1-thread if you've got 6-cores and 2-threads-per-core? 00:59 -!- sam [c5f62527@197.246.37.39] has joined #bitcoin-core-dev 00:59 -!- sam is now known as Guest91534 00:59 < kallewoof> aj: 20 cores, but.. is the reindex code actually multithreaded? 01:00 -!- MartinAS1 [~MartinAS@195.206.169.238] has quit [] 01:00 < kallewoof> aj: or what, that's what you mean 01:00 < aj> kallewoof: hmm, 8% seems high then? 01:04 < kallewoof> aj: actually i have txindex enabled. i should mention that in the benchmark report...! 01:09 < aj> kallewoof: i don't see how you're getting a 4000s -> 25s improvement though? 01:09 < kallewoof> aj: I don't think that value is accurate. It's the total time to execute that matters, I think. But yeah, that one is weird. 01:10 < aj> oh, that's user first not total, duh 01:10 < kallewoof> I.e. 1h49m -> 39m 01:10 < kallewoof> right 01:20 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 01:21 -!- Morgon1 [~Morgon@185.189.112.19] has joined #bitcoin-core-dev 01:24 -!- Klox [~Klox@c-24-1-131-19.hsd1.il.comcast.net] has quit [Read error: Connection reset by peer] 01:24 -!- Klox [~Klox@c-24-1-131-19.hsd1.il.comcast.net] has joined #bitcoin-core-dev 01:39 -!- Guest91534 [c5f62527@197.246.37.39] has quit [Remote host closed the connection] 01:42 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 01:43 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 01:47 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 01:48 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 01:52 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 258 seconds] 02:31 -!- Kiminuo [~mix@141.98.103.94] has joined #bitcoin-core-dev 02:44 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has joined #bitcoin-core-dev 02:53 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:54 -!- michaelfolkson [~textual@2a00:23c5:be01:b201:f133:df86:d8f3:e2b3] has joined #bitcoin-core-dev 02:59 -!- kristapsk [~KK@gateway/tor-sasl/kristapsk] has quit [Remote host closed the connection] 02:59 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Quit: Leaving] 02:59 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Quit: ZNC 1.7.5 - https://znc.in] 03:03 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #bitcoin-core-dev 03:03 -!- Breanna76Block [~Breanna76@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 03:35 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 256 seconds] 03:45 -!- michaelfolkson [~textual@2a00:23c5:be01:b201:f133:df86:d8f3:e2b3] has quit [Quit: Sleep mode] 03:57 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 04:00 -!- Morgon1 [~Morgon@185.189.112.19] has quit [] 04:02 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Remote host closed the connection] 04:18 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-sbtjxckdujyurjue] has quit [Ping timeout: 260 seconds] 04:21 -!- Robert3 [~Robert@141.98.101.133] has joined #bitcoin-core-dev 04:24 -!- michaelfolkson [~textual@2a00:23c5:be01:b201:f133:df86:d8f3:e2b3] has joined #bitcoin-core-dev 04:25 -!- michaelfolkson [~textual@2a00:23c5:be01:b201:f133:df86:d8f3:e2b3] has quit [Client Quit] 04:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:42 < bitcoin-git> [bitcoin] practicalswift opened pull request #18288: build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized memory (master...msan-in-travis) https://github.com/bitcoin/bitcoin/pull/18288 04:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:45 -!- filchef [~filchef@212.104.97.177] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 05:22 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 05:36 -!- jimmysong_ [~jimmysong@65-36-83-142.static.grandenetworks.net] has joined #bitcoin-core-dev 05:39 -!- jtimon [~quassel@206.160.134.37.dynamic.jazztel.es] has joined #bitcoin-core-dev 05:43 -!- Breanna76Block [~Breanna76@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 256 seconds] 05:58 -!- vincenzopalazzo [~vincent@89.34.99.79] has quit [Remote host closed the connection] 06:02 -!- emilengler [~emilengle@stratum0/entity/emilengler] has joined #bitcoin-core-dev 06:04 -!- vasild_ is now known as vasild 06:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:07 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #18289: refactor: Make scheduler methods type safe (master...2003-schedTypeChrono) https://github.com/bitcoin/bitcoin/pull/18289 06:07 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:14 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-ruavaishamfewztp] has joined #bitcoin-core-dev 06:23 -!- jtimon [~quassel@206.160.134.37.dynamic.jazztel.es] has quit [Remote host closed the connection] 06:29 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:30 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 258 seconds] 06:40 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 07:00 -!- Robert3 [~Robert@141.98.101.133] has quit [] 07:04 -!- Highway61 [~Thunderbi@208.131.139.133] has quit [Ping timeout: 255 seconds] 07:04 -!- Highway61 [~Thunderbi@195.206.105.7] has joined #bitcoin-core-dev 07:07 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 258 seconds] 07:08 -!- francisco______ [uid418144@gateway/web/irccloud.com/x-acvdrcxefibfiuhu] has quit [Quit: Connection closed for inactivity] 07:14 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has joined #bitcoin-core-dev 07:21 -!- Giderey36 [~Giderey36@178.239.173.236] has joined #bitcoin-core-dev 07:22 -!- hellekin1 [~hellekin@185.169.255.76] has joined #bitcoin-core-dev 07:34 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:46 < luke-jr> * [new tag] v0.19.1.knots20200304 -> v0.19.1.knots20200304 - gitian builds please; repos at https://github.com/bitcoinknots/ (cc jonasschnelli midnight) 07:49 -!- pinheadmz [~matthewzi@45.83.89.68] has joined #bitcoin-core-dev 07:52 -!- Karyon [~Karyon@unaffiliated/karyon] has quit [Quit: ZNC - https://znc.in] 07:54 -!- Karyon [~Karyon@unaffiliated/karyon] has joined #bitcoin-core-dev 07:58 < Chris_Stewart_5> Is there a reason that the getblockfilter RPC doesn't contain the full filter header? 08:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:12 < bitcoin-git> [bitcoin] hebasto opened pull request #18290: build: Set minimum Automake version to 1.13 (master...20200307-automake-version) https://github.com/bitcoin/bitcoin/pull/18290 08:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:21 < bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/3d28c886f077...5e12a61044b1 08:21 < bitcoin-git> bitcoin/master c7ea12d practicalswift: tests: Add key_io fuzzing harness 08:21 < bitcoin-git> bitcoin/master 4fe4de6 practicalswift: tests: Fuzz additional functions in the hex fuzzing harness 08:21 < bitcoin-git> bitcoin/master 1d324ce practicalswift: tests: Fuzz additional functions in the integer fuzzing harness 08:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:21 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #17926: tests: Add key_io fuzzing harness. Fuzz additional functions in existing fuzzing harnesses. (master...fuzzers-key_io-etc) https://github.com/bitcoin/bitcoin/pull/17926 08:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:33 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 08:42 -!- mdunnio [~mdunnio@208.59.170.5] has joined #bitcoin-core-dev 08:53 -!- francisco_______ [uid418144@gateway/web/irccloud.com/x-mabornbmnkinpgpj] has joined #bitcoin-core-dev 09:05 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 256 seconds] 09:25 -!- pinheadmz [~matthewzi@45.83.89.68] has quit [Quit: pinheadmz] 09:26 -!- jimmysong_ [~jimmysong@65-36-83-142.static.grandenetworks.net] has quit [Ping timeout: 256 seconds] 09:38 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 09:39 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 09:45 < midnight> oh hi1 10:00 -!- hellekin1 [~hellekin@185.169.255.76] has quit [] 10:00 -!- mdunnio [~mdunnio@208.59.170.5] has quit [Remote host closed the connection] 10:20 -!- djce [~djce@184.75.223.219] has joined #bitcoin-core-dev 10:21 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 10:22 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 10:24 -!- sipsorcery [~sipsorcer@37.228.254.212] has quit [Ping timeout: 255 seconds] 10:24 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 258 seconds] 10:25 -!- sipsorcery [~sipsorcer@37.228.254.212] has joined #bitcoin-core-dev 10:48 -!- suldev [~suldev@c-69-242-62-131.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 10:48 -!- suldev [~suldev@c-69-242-62-131.hsd1.pa.comcast.net] has quit [Client Quit] 10:50 -!- Guyver2 [~Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 10:51 -!- suldev [~suldev@c-69-242-62-131.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 10:53 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-ruavaishamfewztp] has quit [Ping timeout: 240 seconds] 10:56 -!- suldev [~suldev@c-69-242-62-131.hsd1.pa.comcast.net] has quit [Remote host closed the connection] 10:56 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has joined #bitcoin-core-dev 10:59 -!- Giderey_36 [~Giderey36@178.239.173.236] has joined #bitcoin-core-dev 11:00 -!- Giderey36 [~Giderey36@178.239.173.236] has quit [Ping timeout: 240 seconds] 11:06 -!- molly [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 11:08 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 260 seconds] 11:16 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 11:20 -!- meshcollider [meshcollid@gateway/shell/ircnow/x-lchfnzrylmfjnacc] has joined #bitcoin-core-dev 11:40 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 11:44 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 11:47 -!- filchef [~filchef@212.104.97.177] has joined #bitcoin-core-dev 11:57 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 11:57 -!- hkjn [~hkjn@207.109.198.35.bc.googleusercontent.com] has quit [Quit: leaving] 12:01 -!- hkjn0 [~hkjn@163.172.184.153] has joined #bitcoin-core-dev 12:52 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has quit [Quit: leaving] 12:53 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 13:00 -!- djce [~djce@184.75.223.219] has quit [] 13:02 -!- Giderey_36 [~Giderey36@178.239.173.236] has quit [Ping timeout: 260 seconds] 13:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:04 < bitcoin-git> [bitcoin] dannmat opened pull request #18291: Changed the date format on Block Syncing overlay (master...mar-20-date-format-string) https://github.com/bitcoin/bitcoin/pull/18291 13:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:09 -!- Kiminuo [~mix@141.98.103.94] has quit [Quit: Leaving] 13:21 -!- schmichael1 [~schmichae@89.249.74.213] has joined #bitcoin-core-dev 13:26 -!- ahmed_ [uid14086@gateway/web/irccloud.com/x-mhxoayyhhntsbddm] has joined #bitcoin-core-dev 13:28 -!- emilengler [~emilengle@stratum0/entity/emilengler] has quit [Quit: Leaving] 13:32 -!- Guyver2 [Guyver@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 13:43 -!- Giderey_36 [~Giderey36@178.239.173.236] has joined #bitcoin-core-dev 13:51 -!- filchef [~filchef@212.104.97.177] has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/] 13:52 -!- pkr [~pkr@158.140.254.215] has quit [] 13:52 -!- molly [~molly@unaffiliated/molly] has quit [Read error: Connection reset by peer] 13:53 -!- molly [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 13:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:59 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #18292: fuzz: Add assert(script == decompressed_script) (master...2003-fuzzScriptAssertEqual) https://github.com/bitcoin/bitcoin/pull/18292 13:59 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 14:44 -!- jimmysong [~jimmysong@65-36-83-142.static.grandenetworks.net] has joined #bitcoin-core-dev 14:50 -!- jimmysong [~jimmysong@65-36-83-142.static.grandenetworks.net] has quit [Ping timeout: 265 seconds] 15:11 -!- pinheadmz [~matthewzi@45.83.89.68] has joined #bitcoin-core-dev 15:15 -!- sipsorcery [~sipsorcer@37.228.254.212] has quit [Ping timeout: 258 seconds] 15:19 -!- niska [~niska@static.38.6.217.95.clients.your-server.de] has quit [Quit: Leaving] 15:19 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has quit [Remote host closed the connection] 15:19 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has joined #bitcoin-core-dev 15:20 -!- Randolf [~randolf@184.70.10.188] has joined #bitcoin-core-dev 15:43 -!- molz_ [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 15:46 -!- molly [~molly@unaffiliated/molly] has quit [Ping timeout: 255 seconds] 15:47 -!- niska [~niska@static.38.6.217.95.clients.your-server.de] has joined #bitcoin-core-dev 15:47 -!- Randolf [~randolf@184.70.10.188] has quit [Quit: Leaving] 15:51 -!- sipsorcery [~sipsorcer@37.228.254.212] has joined #bitcoin-core-dev 16:00 -!- schmichael1 [~schmichae@89.249.74.213] has quit [] 16:07 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 16:14 -!- someone235 [uid419897@gateway/web/irccloud.com/x-aqmbwxczjblfugpa] has quit [Quit: Connection closed for inactivity] 16:18 -!- jarthur [~jarthur@2605:6000:1019:4971:d1ba:82fb:f321:a764] has quit [Ping timeout: 240 seconds] 16:21 -!- grawity1 [~grawity@89.249.74.213] has joined #bitcoin-core-dev 16:26 -!- Giderey_36 [~Giderey36@178.239.173.236] has quit [Ping timeout: 255 seconds] 16:29 -!- pinheadmz [~matthewzi@45.83.89.68] has quit [Quit: pinheadmz] 16:29 -!- Highway62 [~Thunderbi@96.44.143.106] has joined #bitcoin-core-dev 16:30 -!- sipsorcery [~sipsorcer@37.228.254.212] has quit [Ping timeout: 256 seconds] 16:31 -!- Highway61 [~Thunderbi@195.206.105.7] has quit [Ping timeout: 256 seconds] 16:31 -!- Highway62 is now known as Highway61 16:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 16:35 < bitcoin-git> [bitcoin] practicalswift opened pull request #18293: tests: Remove exclusion of the feature_block test in the Travis ThreadSanitizer (TSan) job (master...tsan-fix) https://github.com/bitcoin/bitcoin/pull/18293 16:35 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 16:39 -!- suldev [~suldev@c-69-242-62-131.hsd1.pa.comcast.net] has joined #bitcoin-core-dev 16:40 -!- Highway61 [~Thunderbi@96.44.143.106] has quit [Ping timeout: 255 seconds] 16:45 -!- pinheadmz [~matthewzi@45.83.89.68] has joined #bitcoin-core-dev 16:47 -!- Giderey_36 [~Giderey36@178.239.173.236] has joined #bitcoin-core-dev 16:57 -!- marcoagner [~user@2001:8a0:6a5f:a900:6d3e:1158:b50:97b6] has quit [Ping timeout: 240 seconds] 17:07 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has quit [Remote host closed the connection] 17:07 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has joined #bitcoin-core-dev 17:13 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has quit [Remote host closed the connection] 17:14 -!- SiAnDoG [~514nDoG@gateway/tor-sasl/siandog] has joined #bitcoin-core-dev 17:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 17:49 < bitcoin-git> [bitcoin] fanquake closed pull request #16381: Set minimum required Boost to 1.53.0 (master...20190713-bump-minimum-boost) https://github.com/bitcoin/bitcoin/pull/16381 17:49 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:00 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 18:10 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has quit [Remote host closed the connection] 18:11 -!- jb55 [~jb55@gateway/tor-sasl/jb55] has joined #bitcoin-core-dev 18:16 -!- Giderey_36 [~Giderey36@178.239.173.236] has quit [Ping timeout: 240 seconds] 18:19 -!- molz_ [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 18:21 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 18:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:26 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 18:30 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 18:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:33 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 18:34 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Client Quit] 18:46 -!- suldev [~suldev@c-69-242-62-131.hsd1.pa.comcast.net] has quit [Remote host closed the connection] 18:55 -!- Highway61 [~Thunderbi@96.44.143.106] has joined #bitcoin-core-dev 19:00 -!- grawity1 [~grawity@89.249.74.213] has quit [] 19:14 -!- diogorsergio [~diogorser@194.35.233.25] has joined #bitcoin-core-dev 19:19 -!- amueller [~amueller@184.75.223.219] has joined #bitcoin-core-dev 19:22 -!- diogorse1gio [~diogorser@194.35.233.25] has joined #bitcoin-core-dev 19:22 -!- diogorse1gio [~diogorser@194.35.233.25] has quit [Client Quit] 19:22 -!- diogorsergio [~diogorser@194.35.233.25] has quit [Write error: Connection reset by peer] 19:39 -!- Highway61 [~Thunderbi@96.44.143.106] has quit [Quit: Highway61] 19:47 -!- felixfoertsch23 [~felixfoer@i6DFA65EB.versanet.de] has joined #bitcoin-core-dev 19:48 -!- felixfoertsch [~felixfoer@92.117.36.148] has quit [Ping timeout: 240 seconds] 20:09 -!- Highway61 [~Thunderbi@173.254.254.154] has joined #bitcoin-core-dev 20:13 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 20:31 -!- IGHOR [~quassel@93.178.216.72] has quit [Quit: http://quassel-irc.org ? ??????????? ?????????. ????-??.] 20:31 -!- MarcoFalke [~none@198.12.116.246] has quit [Quit: ZNC 1.7.1 - https://znc.in] 20:32 -!- MarcoFalke [~none@198.12.116.246] has joined #bitcoin-core-dev 20:38 -!- IGHOR [~quassel@93.178.216.72] has joined #bitcoin-core-dev 20:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:55 < bitcoin-git> [bitcoin] charlesrocket opened pull request #18294: Trivial fixes for osx/macos docs (master...osx-macos-changes) https://github.com/bitcoin/bitcoin/pull/18294 20:55 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 20:59 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:08 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Read error: Connection reset by peer] 21:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 21:21 < bitcoin-git> [bitcoin] charlesrocket closed pull request #18294: Trivial fixes for osx/macos docs (master...osx-macos-changes) https://github.com/bitcoin/bitcoin/pull/18294 21:21 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 22:00 -!- amueller [~amueller@184.75.223.219] has quit [] 22:03 -!- Highway61 [~Thunderbi@173.254.254.154] has quit [Ping timeout: 240 seconds] 22:30 -!- pinheadmz [~matthewzi@45.83.89.68] has quit [Quit: pinheadmz] 22:39 -!- pinheadmz [~matthewzi@45.83.89.68] has joined #bitcoin-core-dev 22:44 -!- pinheadmz [~matthewzi@45.83.89.68] has quit [Client Quit] 22:53 -!- pinheadmz [~matthewzi@45.83.89.68] has joined #bitcoin-core-dev 22:56 -!- coolacid1 [~coolacid@195.206.183.79] has joined #bitcoin-core-dev 23:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 23:03 < bitcoin-git> [bitcoin] fanquake opened pull request #18295: build: teach ld64 to actually insert MH_BINDATLOAD (master...does_noone_care_about_MH_BINDATLOAD_anymore) https://github.com/bitcoin/bitcoin/pull/18295 23:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 23:17 -!- pinheadmz [~matthewzi@45.83.89.68] has quit [Quit: pinheadmz] 23:28 -!- jorijn [~jorijn@84-105-195-195.cable.dynamic.v4.ziggo.nl] has quit [Remote host closed the connection] 23:30 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 23:32 -!- jorijn [~jorijn@84-105-195-195.cable.dynamic.v4.ziggo.nl] has joined #bitcoin-core-dev 23:35 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 265 seconds] 23:40 -!- vasild_ [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 23:44 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 240 seconds] 23:44 -!- vasild_ is now known as vasild 23:57 -!- emilengler [~emilengle@stratum0/entity/emilengler] has joined #bitcoin-core-dev --- Log closed Sun Mar 08 00:00:16 2020