--- Log opened Tue Dec 10 00:00:33 2019 00:04 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 00:08 -!- sipsorcery [~sipsorcer@37.228.255.208] has joined #bitcoin-core-dev 00:09 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 268 seconds] 00:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 00:17 < bitcoin-git> [bitcoin] ajtowns opened pull request #17708: prevector: avoid misaligned member accesses (master...201912-prevec-pack) https://github.com/bitcoin/bitcoin/pull/17708 00:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 00:20 -!- marcoagner [~user@bl11-16-162.dsl.telepac.pt] has joined #bitcoin-core-dev 00:24 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 00:27 < vasild> Ah, I am late to the alignment party, but let me throw my $0.02: the program would indeed crash on nonaligned access at least on some platforms (Solaris/sparc64). E.g. if you have a uint64_t pointer that points to a location that is not aligned on a 8 byte boundary. x86 is more forgiving - no crash, but however the read or write is split in two words so it is not atomic anymore which could cause 00:27 < vasild> difficult to debug bugs if some code assumes that read/writes to 64 integers are atomic on 64 bit CPUs (which they are if aligned, and yes, better use std::atomic). 00:28 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Quit: ZNC - http://znc.sourceforge.net] 00:29 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 00:29 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 00:30 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 00:35 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 250 seconds] 00:41 -!- Scrat [herp@gateway/vpn/nordvpn/scrat] has joined #bitcoin-core-dev 00:42 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Remote host closed the connection] 00:44 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 00:49 -!- Scrat [herp@gateway/vpn/nordvpn/scrat] has quit [Quit: .] 00:51 -!- marcoagner [~user@bl11-16-162.dsl.telepac.pt] has quit [Ping timeout: 252 seconds] 01:00 -!- madwoota1 [~madwoota@185.169.255.76] has quit [] 01:12 -!- promag [~promag@188.250.106.244] has joined #bitcoin-core-dev 01:13 < wumpus> we definitely don't assume writes to CScript are atomic :) 01:14 -!- DougieBot5000 [~DougieBot@unaffiliated/dougiebot5000] has joined #bitcoin-core-dev 01:14 -!- promag_ [~promag@188.250.106.244] has joined #bitcoin-core-dev 01:15 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:16 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:16 -!- promag [~promag@188.250.106.244] has quit [Ping timeout: 245 seconds] 01:17 -!- lunaphyte_ [~lunaphyte@172.83.40.52] has joined #bitcoin-core-dev 01:29 < sipsorcery> re. the latest appveyor job failures I'm not seeing any problem with local msvc builds. 01:29 < sipsorcery> suspect it could be related to appveyor updating their VS2019 image https://www.appveyor.com/updates/ 01:30 < sipsorcery> I'll do some checks by switching one of my appveyor jobs to the previous VS2019 image. 01:31 -!- b10c [~Thunderbi@i577BC6AD.versanet.de] has joined #bitcoin-core-dev 01:38 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 01:40 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 260 seconds] 01:48 -!- sipsorcery [~sipsorcer@37.228.255.208] has quit [Read error: Connection reset by peer] 01:48 -!- nijynot [~nijynot@83-233-23-98.cust.bredband2.com] has joined #bitcoin-core-dev 01:50 < wumpus> they should really stop changing those kind of things behind our back 01:54 -!- sipsorcery [~sipsorcer@37.228.255.208] has joined #bitcoin-core-dev 02:06 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 02:10 -!- kabaum [~kabaum@ec2-52-212-246-229.eu-west-1.compute.amazonaws.com] has joined #bitcoin-core-dev 02:18 -!- n00by_d00by [~n00by_d00@2607:fb90:2b78:cbd9:301b:6f25:2cc1:682a] has joined #bitcoin-core-dev 02:21 -!- n00by_d00by [~n00by_d00@2607:fb90:2b78:cbd9:301b:6f25:2cc1:682a] has quit [Client Quit] 02:22 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has quit [Ping timeout: 252 seconds] 02:24 -!- goatpig_ [~goat@astrasbourg-652-1-202-134.w109-221.abo.wanadoo.fr] has quit [Quit: Konversation terminated!] 02:24 -!- shaunsun_ [~shaunsun@c-76-26-29-34.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 02:24 -!- shaunsun [~shaunsun@c-76-26-29-34.hsd1.fl.comcast.net] has joined #bitcoin-core-dev 02:24 -!- goatpig [~goat@astrasbourg-652-1-202-134.w109-221.abo.wanadoo.fr] has joined #bitcoin-core-dev 02:28 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:28 < bitcoin-git> [bitcoin] sipsorcery opened pull request #17709: msvc: Add an ignore for warning C4834 related to nodiscard attribute. (master...msvc_ignore_c4834) https://github.com/bitcoin/bitcoin/pull/17709 02:29 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:29 -!- shaunsun__ [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has joined #bitcoin-core-dev 02:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:30 < bitcoin-git> [bitcoin] laanwj closed pull request #17707: util: Use try_lock return value in UniqueLock::TryEnter (master...2019_12_try_lock_returnval) https://github.com/bitcoin/bitcoin/pull/17707 02:30 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:32 -!- shaunsun_ [~shaunsun@c-76-26-29-34.hsd1.fl.comcast.net] has quit [Ping timeout: 268 seconds] 02:32 -!- shaunsun [~shaunsun@c-76-26-29-34.hsd1.fl.comcast.net] has quit [Ping timeout: 268 seconds] 02:33 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has joined #bitcoin-core-dev 02:37 -!- midnight [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 248 seconds] 02:38 -!- promag_ [~promag@188.250.106.244] has quit [Remote host closed the connection] 02:42 -!- promag [~promag@188.250.106.244] has joined #bitcoin-core-dev 02:44 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has joined #bitcoin-core-dev 02:50 -!- midnightmagic is now known as midnight 02:58 -!- promag [~promag@188.250.106.244] has quit [Remote host closed the connection] 02:58 -!- jonatack [~jon@213.152.161.35] has joined #bitcoin-core-dev 03:09 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has joined #bitcoin-core-dev 03:11 -!- jonatack [~jon@213.152.161.35] has quit [Ping timeout: 240 seconds] 03:15 -!- promag [~promag@188.250.106.244] has joined #bitcoin-core-dev 03:16 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 245 seconds] 03:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:16 < bitcoin-git> [bitcoin] sipsorcery opened pull request #17710: msvc: Change appveyor build image to previous visual studio 2019. (master...appveyor_prev2019) https://github.com/bitcoin/bitcoin/pull/17710 03:16 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:17 -!- promag [~promag@188.250.106.244] has quit [Remote host closed the connection] 03:19 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has joined #bitcoin-core-dev 03:22 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 03:33 -!- Laisha25Beier [~Laisha25B@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 03:34 < aj> hmm, with taproot, should we consider bumping CScript from 28 bytes (which fits p2pkh(25B), p2sh(23B) and p2wpkh(22B)) to 36 bytes (which would also fit p2wsh(34B) and p2tr(34B))? 03:36 -!- promag [~promag@188.250.106.244] has joined #bitcoin-core-dev 03:37 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 03:39 -!- Laisha25Beier [~Laisha25B@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 268 seconds] 03:56 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has quit [Remote host closed the connection] 03:56 -!- shaunsun__ [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has quit [Remote host closed the connection] 04:00 -!- lunaphyte_ [~lunaphyte@172.83.40.52] has quit [] 04:03 -!- dviola [~diego@187.39.20.207] has quit [Quit: WeeChat 2.6] 04:06 -!- thelounge2467250 [~m1rror@109.134.206.46] has quit [Ping timeout: 276 seconds] 04:07 -!- thelounge2467250 [~m1rror@109.134.206.46] has joined #bitcoin-core-dev 04:17 -!- andrea [~andrea@84.39.117.57] has joined #bitcoin-core-dev 04:17 -!- andrea is now known as Guest35230 04:25 -!- diogosergio [~diogoserg@212.36.34.126] has joined #bitcoin-core-dev 04:27 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 04:36 -!- promag [~promag@188.250.106.244] has quit [Remote host closed the connection] 04:39 -!- tsujp [~tsujp@194-223-94-55.tpgi.com.au] has quit [Quit: Textual IRC Client: www.textualapp.com] 04:41 -!- promag [~promag@188.250.106.244] has joined #bitcoin-core-dev 04:57 -!- promag [~promag@188.250.106.244] has quit [Remote host closed the connection] 05:17 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 05:18 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Ping timeout: 260 seconds] 05:21 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 240 seconds] 05:44 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #bitcoin-core-dev 05:59 -!- bsm1175321 [~mcelrath@2601:196:4902:25b0:e85a:a17b:7fc0:3f90] has joined #bitcoin-core-dev 06:13 -!- spinza [~spin@102.132.245.16] has quit [Ping timeout: 250 seconds] 06:18 -!- jonatack [~jon@54.76.13.109.rev.sfr.net] has quit [Ping timeout: 268 seconds] 06:20 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has joined #bitcoin-core-dev 06:24 -!- dr-orlovsky [~dr-orlovs@194.230.155.171] has quit [Quit: My MacBook has gone to sleep. ZZZzzz...] 06:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 06:25 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #17704: depends: Set default depends fallback url to drahtbot.space (master...1912-dependsDrahtBot) https://github.com/bitcoin/bitcoin/pull/17704 06:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 06:34 -!- kabaum [~kabaum@ec2-52-212-246-229.eu-west-1.compute.amazonaws.com] has quit [Ping timeout: 250 seconds] 06:34 -!- Kiminuo [~mix@141.98.103.86] has quit [Ping timeout: 250 seconds] 06:46 -!- pinheadmz [~matthewzi@pool-100-33-69-78.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 06:55 -!- molly [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 06:57 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:58 -!- mol [~molly@unaffiliated/molly] has quit [Ping timeout: 250 seconds] 07:00 -!- Guest35230 [~andrea@84.39.117.57] has quit [] 07:06 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 07:17 -!- DuncanT1 [~DuncanT@141.98.102.179] has joined #bitcoin-core-dev 07:19 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 240 seconds] 07:31 -!- nijynot [~nijynot@83-233-23-98.cust.bredband2.com] has quit [Ping timeout: 265 seconds] 07:33 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has quit [Ping timeout: 265 seconds] 07:35 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has joined #bitcoin-core-dev 07:39 -!- instagibbs [~instagibb@pool-71-178-191-230.washdc.fios.verizon.net] has joined #bitcoin-core-dev 07:43 -!- justanotheruser [justanothe@gateway/vpn/nordvpn/justanotheruser] has quit [Ping timeout: 240 seconds] 08:01 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 08:03 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 08:09 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 08:11 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 260 seconds] 08:16 -!- jonatack [~jon@2a01:e0a:53c:a200:bb54:3be5:c3d0:9ce5] has joined #bitcoin-core-dev 08:17 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 260 seconds] 08:19 -!- promag [~promag@Bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 08:34 -!- nijynot [~nijynot@eduroam07.nat.wireless.lu.se] has joined #bitcoin-core-dev 08:49 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Remote host closed the connection] 08:54 -!- Talkless [~Talkless@hst-227-49.splius.lt] has joined #bitcoin-core-dev 08:54 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 08:54 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 08:58 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has joined #bitcoin-core-dev 09:00 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has quit [Quit: Highway61] 09:00 -!- spinza [~spin@102.132.245.16] has joined #bitcoin-core-dev 09:03 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has joined #bitcoin-core-dev 09:11 -!- nijynot [~nijynot@eduroam07.nat.wireless.lu.se] has quit [Ping timeout: 240 seconds] 09:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:12 < bitcoin-git> [bitcoin] instagibbs opened pull request #17712: sendmany/bumpfee: Avoid address reuse and partial spends as per walle... (master...avoid_reuse_sm_bf) https://github.com/bitcoin/bitcoin/pull/17712 09:12 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:13 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1189b6acab11...fae94785d99e 09:13 < bitcoin-git> bitcoin/master 638e40c Andrew Chow: Have a PSBTAnalysis state that indicates invalid PSBT 09:13 < bitcoin-git> bitcoin/master 773d457 Andrew Chow: Mark PSBTs spending unspendable outputs as invalid in analysis 09:13 < bitcoin-git> bitcoin/master fae9478 MarcoFalke: Merge #17524: psbt: handle unspendable psbts 09:13 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:14 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #17524: psbt: handle unspendable psbts (master...analyzepsbt-invalid) https://github.com/bitcoin/bitcoin/pull/17524 09:14 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:23 -!- promag [~promag@31.22.203.104] has joined #bitcoin-core-dev 09:26 -!- promag [~promag@31.22.203.104] has quit [Remote host closed the connection] 09:34 -!- diogosergio [~diogoserg@212.36.34.126] has quit [Ping timeout: 265 seconds] 09:49 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Ping timeout: 260 seconds] 09:49 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has joined #bitcoin-core-dev 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:52 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fae94785d99e...ea756bc48cd5 09:52 < bitcoin-git> bitcoin/master 1bb5d51 Sebastian Falbesoner: test: add unit test for non-standard bare multisig txs 09:52 < bitcoin-git> bitcoin/master ea756bc MarcoFalke: Merge #17502: test: add unit test for non-standard bare multisig txs 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:52 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #17502: test: add unit test for non-standard bare multisig txs (master...20191118-test_check-for-non-standard-txs-bare-multisig) https://github.com/bitcoin/bitcoin/pull/17502 09:52 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:59 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 276 seconds] 09:59 -!- marcoagner [~user@bl11-16-162.dsl.telepac.pt] has joined #bitcoin-core-dev 10:00 -!- DuncanT1 [~DuncanT@141.98.102.179] has quit [] 10:00 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:01 -!- b10c [~Thunderbi@i577BC6AD.versanet.de] has quit [Ping timeout: 265 seconds] 10:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:03 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #17713: doc: Add release notes for 17447 (master...1912-docRelNotes) https://github.com/bitcoin/bitcoin/pull/17713 10:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:07 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 10:08 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 245 seconds] 10:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:10 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ea756bc48cd5...2126d6ce6977 10:10 < bitcoin-git> bitcoin/master 5ad4dd1 Marius Kjaerstad: doc: Changed MiniUPnPc link to https in dependencies.md 10:10 < bitcoin-git> bitcoin/master 2126d6c MarcoFalke: Merge #17561: doc: Changed MiniUPnPc link to https in dependencies.md 10:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:10 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #17561: doc: Changed MiniUPnPc link to https in dependencies.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/17561 10:10 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:12 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 250 seconds] 10:13 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 10:17 -!- Pysis|work [~Pysis|wor@195.206.169.238] has joined #bitcoin-core-dev 10:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:17 < bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2126d6ce6977...d5674c5f0f7e 10:17 < bitcoin-git> bitcoin/master 8ddcbb4 fanquake: build: Remove backticks from configure.ac 10:17 < bitcoin-git> bitcoin/master 3ab1824 fanquake: build: Use dnl for all comments in configure.ac, rather than # 10:17 < bitcoin-git> bitcoin/master d5674c5 MarcoFalke: Merge #17703: build: Improve configure.ac formatting 10:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:17 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #17703: build: Improve configure.ac formatting (master...configure_ac_formatting) https://github.com/bitcoin/bitcoin/pull/17703 10:17 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:22 -!- Kiminuo [~mix@141.98.103.86] has joined #bitcoin-core-dev 10:27 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 10:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:31 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d5674c5f0f7e...3d6752779f05 10:31 < bitcoin-git> bitcoin/master 5db506b practicalswift: tests: Add option --valgrind to run nodes under valgrind in the functional... 10:31 < bitcoin-git> bitcoin/master 3d67527 MarcoFalke: Merge #17633: tests: Add option --valgrind to run the functional tests und... 10:31 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:32 < bitcoin-git> [bitcoin] MarcoFalke merged pull request #17633: tests: Add option --valgrind to run the functional tests under Valgrind (master...functional-valgrind) https://github.com/bitcoin/bitcoin/pull/17633 10:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:40 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has quit [Ping timeout: 246 seconds] 10:41 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 276 seconds] 10:44 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 10:46 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 10:47 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:50 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:50 < bitcoin-git> [bitcoin] jonatack opened pull request #17714: rpc: add missing newline in analyzepsbt RPCResult (master...pr-17524-follow-up) https://github.com/bitcoin/bitcoin/pull/17714 10:50 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:58 -!- millerti [~millerti@cpe-66-24-91-119.stny.res.rr.com] has joined #bitcoin-core-dev 11:02 -!- jarthur [~jarthur@207.114.244.5] has quit [] 11:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 268 seconds] 11:07 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 11:14 -!- sanoj [sid385278@gateway/web/irccloud.com/x-hdosqynschnepghc] has quit [] 11:14 -!- sanoj [sid385278@gateway/web/irccloud.com/x-pqtmdnifbflhespe] has joined #bitcoin-core-dev 11:15 -!- sanoj [sid385278@gateway/web/irccloud.com/x-pqtmdnifbflhespe] has quit [Client Quit] 11:27 -!- ExtraCrispy [~ExtraCris@gateway/tor-sasl/extracrispy] has quit [Ping timeout: 260 seconds] 11:32 -!- ppartyix [~mix@141.98.103.182] has joined #bitcoin-core-dev 11:33 -!- ppartyix [~mix@141.98.103.182] has quit [Client Quit] 11:33 -!- ppartyix [~mix@141.98.103.182] has joined #bitcoin-core-dev 11:34 -!- soju [uid403160@gateway/web/irccloud.com/x-qvpsyulkyzmjkgvl] has joined #bitcoin-core-dev 11:35 -!- Kiminuo [~mix@141.98.103.86] has quit [Ping timeout: 240 seconds] 11:37 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 11:43 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 11:58 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 260 seconds] 12:00 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 12:00 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 12:06 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has joined #bitcoin-core-dev 12:08 -!- Talkless [~Talkless@hst-227-49.splius.lt] has quit [Quit: Konversation terminated!] 12:19 -!- ppartyix [~mix@141.98.103.182] has quit [Quit: Leaving] 12:20 -!- Kiminuo [~mix@141.98.103.182] has joined #bitcoin-core-dev 12:25 -!- sanket1729 [~sanket172@72.36.89.11] has quit [Ping timeout: 250 seconds] 12:26 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 12:29 -!- sanket1729 [~sanket172@72.36.89.11] has joined #bitcoin-core-dev 12:30 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 12:32 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 13:00 -!- Pysis|work [~Pysis|wor@195.206.169.238] has quit [] 13:09 -!- kabaum [~kabaum@185.224.57.161] has joined #bitcoin-core-dev 13:10 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 13:13 -!- andytoshi [~apoelstra@unaffiliated/andytoshi] has quit [Ping timeout: 265 seconds] 13:17 -!- BrunoNapoleao [~BrunoNapo@217.151.98.168] has joined #bitcoin-core-dev 13:26 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 13:30 -!- lowentropy [~lowentrop@gateway/tor-sasl/lowentropy] has quit [Remote host closed the connection] 13:30 -!- lowentropy [~lowentrop@gateway/tor-sasl/lowentropy] has joined #bitcoin-core-dev 13:34 -!- kabaum [~kabaum@185.224.57.161] has quit [Ping timeout: 250 seconds] 13:40 -!- b10c [~Thunderbi@i577BC6AD.versanet.de] has joined #bitcoin-core-dev 13:40 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 13:41 -!- vasild [~vd@gateway/tor-sasl/vasild] has quit [Ping timeout: 260 seconds] 13:41 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 13:45 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 240 seconds] 13:47 -!- vasild [~vd@gateway/tor-sasl/vasild] has joined #bitcoin-core-dev 13:56 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 13:58 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 14:10 -!- _andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has joined #bitcoin-core-dev 14:12 -!- andrewtoth_ [~andrewtot@gateway/tor-sasl/andrewtoth] has quit [Ping timeout: 260 seconds] 14:13 -!- soju [uid403160@gateway/web/irccloud.com/x-qvpsyulkyzmjkgvl] has quit [Quit: Connection closed for inactivity] 14:22 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:27 -!- dannmat [d91c0f16@217.28.15.22] has joined #bitcoin-core-dev 14:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:29 -!- timothy [~tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 14:32 -!- molz_ [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 14:36 -!- molly [~molly@unaffiliated/molly] has quit [Ping timeout: 276 seconds] 14:39 -!- jeremyrubin [~jr@c-67-180-60-249.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 14:40 -!- dannmat [d91c0f16@217.28.15.22] has quit [Remote host closed the connection] 14:40 -!- morcos [~morcos@gateway/tor-sasl/morcos] has quit [Ping timeout: 260 seconds] 14:41 -!- morcos [~morcos@gateway/tor-sasl/morcos] has joined #bitcoin-core-dev 14:46 -!- brakmic [~brakmic@185.183.85.108] has quit [] 14:47 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Remote host closed the connection] 14:48 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 14:49 -!- Kiminuo [~mix@141.98.103.182] has quit [Read error: Connection reset by peer] 15:01 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 252 seconds] 15:03 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 268 seconds] 15:12 -!- marcoagner [~user@bl11-16-162.dsl.telepac.pt] has quit [Ping timeout: 268 seconds] 15:13 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 15:14 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 15:14 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 15:17 -!- b10c [~Thunderbi@i577BC6AD.versanet.de] has quit [Ping timeout: 240 seconds] 15:18 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 245 seconds] 15:23 -!- EvaristeGalois [~quassel@unaffiliated/evaristegalois] has quit [Remote host closed the connection] 15:44 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 15:48 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 16:00 -!- BrunoNapoleao [~BrunoNapo@217.151.98.168] has quit [] 16:03 -!- hebasto [~hebasto@95.164.65.194] has quit [Ping timeout: 276 seconds] 16:03 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 16:06 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 16:06 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has joined #bitcoin-core-dev 16:09 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 16:17 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 16:17 -!- vladan1 [~vladan@185.169.255.76] has joined #bitcoin-core-dev 16:20 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Remote host closed the connection] 16:27 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Remote host closed the connection] 16:34 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 268 seconds] 16:39 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 16:40 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 16:40 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 16:43 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 16:48 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 276 seconds] 16:49 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has quit [Remote host closed the connection] 16:52 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has joined #bitcoin-core-dev 16:52 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 240 seconds] 16:57 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 16:58 -!- Highway62 [~Thunderbi@69.12.94.146] has joined #bitcoin-core-dev 16:59 -!- Highway61 [~Thunderbi@ip174-73-12-161.no.no.cox.net] has quit [Ping timeout: 240 seconds] 16:59 -!- Highway62 is now known as Highway61 17:06 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 17:07 -!- shaunsun [shaunsun@gateway/vpn/privateinternetaccess/shaunsun] has quit [Quit: Leaving] 17:08 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 17:10 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 250 seconds] 17:11 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 17:13 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 17:13 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 240 seconds] 17:14 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 17:14 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 17:15 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 17:18 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 240 seconds] 17:21 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 268 seconds] 17:24 -!- baldur [~baldur@pool-100-2-132-165.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 17:31 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 17:36 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 276 seconds] 17:43 -!- Highway61 [~Thunderbi@69.12.94.146] has quit [Ping timeout: 240 seconds] 17:47 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 17:52 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 265 seconds] 18:00 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 252 seconds] 18:03 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 18:07 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 276 seconds] 18:14 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 18:19 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 245 seconds] 18:30 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 18:30 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 18:32 -!- rex4539 [~rex4539@2a02:587:350d:f000:6042:f0ed:6893:6995] has joined #bitcoin-core-dev 18:35 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 250 seconds] 18:41 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 18:41 -!- bsm1175321 [~mcelrath@2601:196:4902:25b0:e85a:a17b:7fc0:3f90] has quit [Ping timeout: 245 seconds] 18:42 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 18:43 -!- baldur [~baldur@pool-100-2-132-165.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 18:46 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 268 seconds] 18:51 -!- baldur [~baldur@pool-100-2-132-165.nycmny.fios.verizon.net] has quit [Remote host closed the connection] 18:54 -!- baldur [~baldur@pool-100-2-132-165.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 18:55 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 19:00 -!- vladan1 [~vladan@185.169.255.76] has quit [] 19:01 -!- diogosergio [~diogoserg@176.24.23.243] has joined #bitcoin-core-dev 19:05 -!- diogosergio [~diogoserg@176.24.23.243] has quit [Ping timeout: 268 seconds] 19:14 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 19:17 -!- pango [~pango@172.83.40.52] has joined #bitcoin-core-dev 19:19 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 250 seconds] 19:22 -!- millerti [~millerti@cpe-66-24-91-119.stny.res.rr.com] has quit [Ping timeout: 240 seconds] 19:27 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 19:32 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 268 seconds] 19:39 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 19:41 -!- molz_ [~molly@unaffiliated/molly] has quit [Read error: Connection reset by peer] 19:44 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 276 seconds] 19:48 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 19:50 -!- felixfoertsch [~felixfoer@2001:16b8:5046:5200:5c72:96d8:702e:fcac] has joined #bitcoin-core-dev 19:52 -!- felixfoertsch23 [~felixfoer@92.117.53.249] has quit [Ping timeout: 250 seconds] 19:53 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 20:04 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 20:08 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has joined #bitcoin-core-dev 20:09 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 265 seconds] 20:09 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 265 seconds] 20:14 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 20:19 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 252 seconds] 20:22 -!- captjakk [~captjakk@174-16-221-137.hlrn.qwest.net] has joined #bitcoin-core-dev 20:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 20:25 < bitcoin-git> [bitcoin] ariard opened pull request #17719: Document better -keypool as a look-ahead safety mechanism (master...2019-12-improve-keypool-doc) https://github.com/bitcoin/bitcoin/pull/17719 20:25 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 21:10 -!- nosss2 [nosss2@gateway/vpn/privateinternetaccess/nosss2] has joined #bitcoin-core-dev 21:26 -!- nosss2 [nosss2@gateway/vpn/privateinternetaccess/nosss2] has quit [Remote host closed the connection] 21:31 -!- diogosergio [~diogoserg@176.24.23.243] has joined #bitcoin-core-dev 21:36 -!- diogosergio [~diogoserg@176.24.23.243] has quit [Ping timeout: 265 seconds] 21:47 -!- brakmic [~brakmic@185.220.70.228] has joined #bitcoin-core-dev 21:49 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:00 -!- pango [~pango@172.83.40.52] has quit [] 22:04 -!- felixfoertsch [~felixfoer@2001:16b8:5046:5200:5c72:96d8:702e:fcac] has quit [Quit: ZNC 1.7.3 - https://znc.in] 22:04 -!- felixfoertsch [~felixfoer@2001:16b8:5046:5200:21e8:5659:1ddb:63e8] has joined #bitcoin-core-dev 22:04 -!- brakmic [~brakmic@185.220.70.228] has quit [] 22:09 -!- spinza [~spin@102.132.245.16] has quit [Ping timeout: 240 seconds] 22:10 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has joined #bitcoin-core-dev 22:14 -!- promag [~promag@bl19-22-20.dsl.telepac.pt] has quit [Ping timeout: 250 seconds] 22:15 -!- mdunnio [~mdunnio@38.126.31.226] has joined #bitcoin-core-dev 22:20 -!- mdunnio [~mdunnio@38.126.31.226] has quit [Ping timeout: 268 seconds] 22:23 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 265 seconds] 22:31 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 22:37 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 22:37 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 22:48 -!- sankarshan [~sankarsha@217.151.98.168] has joined #bitcoin-core-dev 22:52 -!- EvaristeGalois [~quassel@unaffiliated/evaristegalois] has joined #bitcoin-core-dev 22:59 -!- Highway61 [~Thunderbi@69.12.94.146] has joined #bitcoin-core-dev 23:01 -!- Kiminuo [~mix@141.98.103.126] has joined #bitcoin-core-dev 23:03 -!- Eagle[TM] [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 268 seconds] 23:08 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Remote host closed the connection] 23:09 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 23:13 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 240 seconds] 23:28 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev 23:32 -!- ddustin [~ddustin@unaffiliated/ddustin] has quit [Ping timeout: 265 seconds] 23:59 -!- ddustin [~ddustin@unaffiliated/ddustin] has joined #bitcoin-core-dev --- Log closed Wed Dec 11 00:00:33 2019