--- Log opened Wed Mar 13 00:00:14 2019 00:08 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 00:17 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 00:20 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [] 00:21 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has quit [Ping timeout: 244 seconds] 00:22 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 00:23 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 00:26 -!- EagleTM [~EagleTM@unaffiliated/eagletm] has quit [Ping timeout: 252 seconds] 00:27 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 00:27 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 245 seconds] 00:32 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 00:33 < wumpus> promag: it'd be nice to label all pulls that "fix something" -> this is what the "bug" label is for, in principle 00:33 < wumpus> I don't think PRs get labeled with that in practice, but it was the idea 00:33 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has quit [Ping timeout: 250 seconds] 00:34 < wumpus> but I fully agree it would be useful when you want to wade through the zillions refactoring PRs and find those that actually solve problems 00:35 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 00:35 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has joined #bitcoin-core-dev 00:42 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 00:53 < aj> wumpus: maybe rename the label to "bugfix" then? 00:54 < wumpus> bahh 00:55 < wumpus> I mean, that would work less well for issues, but I don't think discussing names is very useful in any case 00:57 < aj> wumpus: *shrug* it just never would've occurred to me to search PR's for label:bug 01:08 -!- d_t [~d_t@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 01:10 -!- murrayn [~murrayn@unaffiliated/murrayn] has joined #bitcoin-core-dev 01:13 < kallewoof> alternatively, we tag up the refactor PRs and you do "-label:refactor" 01:14 < kallewoof> i.e. https://github.com/bitcoin/bitcoin/issues?utf8=%E2%9C%93&q=is%3Aopen+-label%3ARefactoring+ 01:16 < kallewoof> that could probably use an additional "is:pr".. 01:17 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has joined #bitcoin-core-dev 01:22 < wumpus> but that gets features/documentation and all other categories as well, but ok good point 01:30 -!- jungly [~quassel@79.8.200.97] has joined #bitcoin-core-dev 01:38 -!- d_t [~d_t@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 246 seconds] 02:00 -!- mmgen [~mmgen@gateway/tor-sasl/mmgen] has joined #bitcoin-core-dev 02:07 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 02:20 -!- Soligor [~Soligor@unaffiliated/soligor] has quit [Remote host closed the connection] 02:20 -!- phwalkr [~phwalkr@192.32.61.94.rev.vodafone.pt] has quit [Ping timeout: 272 seconds] 02:30 -!- booyah [~bb@193.25.1.157] has joined #bitcoin-core-dev 02:33 < luke-jr> [03:24:13] though perhaps we sould make the version explicit in the transaction itself in future script versions! <-- like the witness v1 draft I did in ~2017? :P 02:34 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 02:36 < luke-jr> (although I came away from that thinking it needed a substantial redesign) 02:37 -!- dta_ [b4f38325@gateway/web/freenode/ip.180.243.131.37] has joined #bitcoin-core-dev 02:37 -!- setpill [~setpill@unaffiliated/setpill] has quit [Client Quit] 02:37 < dta_> chat 02:37 < dta_> bip16? 02:38 -!- dta_ [b4f38325@gateway/web/freenode/ip.180.243.131.37] has quit [Client Quit] 02:38 -!- newbie2019258_ [c3b5d3c6@gateway/web/freenode/ip.195.181.211.198] has joined #bitcoin-core-dev 02:39 -!- setpill [~setpill@unaffiliated/setpill] has joined #bitcoin-core-dev 02:39 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 02:39 < bitcoin-git> [bitcoin] Sjors closed pull request #15567: Make OutputType consistent with Descriptor and return it (master...2019/03/descriptor-output-type) https://github.com/bitcoin/bitcoin/pull/15567 02:40 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 02:41 < newbie2019258_> Hi guys, I got error message when I tried to use the /share/rpcauthrpcauth.py ANY help please? 02:43 < wumpus> which error message ? 02:45 -!- timothy [~tredaelli@redhat/timothy] has joined #bitcoin-core-dev 02:46 < newbie2019258_> python ./rpcauth.py berlin2019RpcUser ---> File "/usr/lib/python2.7/hmac.py", line 50, in self.digest_cons = lambda d='': digestmod.new(d) AttributeError: 'str' object has no attribute 'new' 02:47 < wumpus> try 'python3' instead of 'python' 02:53 < newbie2019258_> YES! Perfect, thank you, working!!! 02:53 < wumpus> great! 02:54 < wumpus> to ask, was there any documentation that you followed that made you use 'python'? 02:54 < wumpus> if so that needs to be corrected 03:04 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 03:06 < newbie2019258_> I searched a lot of on the web. But unfortunately I don't fund any "normal" documentation about this. 03:08 < newbie2019258_> Example: This topic also "unanswered" ---> https://bitcointalk.to/index.php?topic=4946696.0 03:11 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 03:12 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 03:13 < wumpus> i think the best place to search for or ask usage questions is the bitcoin stack overflow (https://bitcoin.stackexchange.com/) 03:16 < wumpus> the script is prefixed with "#!/usr/bin/env python3" so it should find the correct python interpreter if you execute the script without specifying one 03:18 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Ping timeout: 256 seconds] 03:18 < newbie2019258_> Yes, thank you, unfortunately I missed to check the shebang of the script. 03:18 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 03:20 < Sentineo> is verify-commits.py broken? It jus returns "origin/master was not signed with a trusted key!". Not saying which key is to blame. 03:23 < newbie2019258_> One more question please: After I added the rpcauth=... line into the config file (bitcoin.conf) how to need activate/accept, I mean maybe need to reload some service(s) or something like that? (I want to use the PHP wrapper to manage bitcoind over RPC) 03:25 < wumpus> Sentineo: gpg --refresh-keys might help 03:28 < wumpus> Sentineo: oh, it's broken here too 03:29 < wumpus> sipa's key 0xAC6626172E00A82CFFAE8972A636E97631F767E0 has expired and trying to refresh it gives me "gpg: keyserver refresh failed: No data" :shrug: 03:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 03:37 < bitcoin-git> [bitcoin] practicalswift opened pull request #15589: lint: Teach lint-whitespace.sh to detect missing newline at end of file (master...lint-newline-at-eof) https://github.com/bitcoin/bitcoin/pull/15589 03:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 03:40 < wumpus> oh no more linting PRs 03:41 < wumpus> can we stop doing that please ... :( 03:45 < gmaxwell> might be a better use of time to tell people how to set color.diff.whitespace in their local git configs. 03:45 -!- jonatack [6d0d4c36@gateway/web/freenode/ip.109.13.76.54] has joined #bitcoin-core-dev 03:46 < wumpus> I don't care about EOL at the end of files and other micro-aesthetic obsessions 03:47 < wumpus> this is getting out of hand, has been for a while, maybe it's time to set a requirement that every PR fixes a reported problem 03:47 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 03:47 < gmaxwell> \O/ 03:57 -!- zhangzf [~zhangzf@106.38.157.147] has quit [Remote host closed the connection] 04:00 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 04:03 < Sentineo> is verify-commits.py broken? It jus returns "origin/master was not signed with a trusted key!". Not saying which key is to blame. 04:03 < luke-jr> gmaxwell: isn't color.diff.whitespace the default? 04:03 < Sentineo> hm sorry for pasting it again, exidentaly 04:03 < wumpus> Sentineo you're repeating yourself 04:03 < wumpus> ohh okay 04:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:03 < bitcoin-git> [bitcoin] practicalswift closed pull request #15589: tests: Teach lint-whitespace.sh to detect missing newline at end of file (master...lint-newline-at-eof) https://github.com/bitcoin/bitcoin/pull/15589 04:04 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:05 -!- shesek [~shesek@151.64.2.189] has joined #bitcoin-core-dev 04:05 -!- shesek [~shesek@151.64.2.189] has quit [Changing host] 04:05 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 04:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:18 < bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c3b1cb958f7c...8e1704c01537 04:18 < bitcoin-git> bitcoin/master a4d0fd0 fanquake: doc: correct analysepsbt rpc doc 04:18 < bitcoin-git> bitcoin/master 335931d fanquake: rpc: return a number for estimated_feerate in analyzepsbt 04:18 < bitcoin-git> bitcoin/master 8e1704c Wladimir J. van der Laan: Merge #15559: doc: correct analyzepsbt rpc doc 04:18 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:19 < bitcoin-git> [bitcoin] laanwj merged pull request #15559: doc: correct analyzepsbt rpc doc (master...fixup-analysepsbt-rpc-doc) https://github.com/bitcoin/bitcoin/pull/15559 04:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 04:20 < bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.18: https://github.com/bitcoin/bitcoin/compare/021a9ad6f19b...2edd0c40c34b 04:20 < bitcoin-git> bitcoin/0.18 20fd64f fanquake: doc: correct analysepsbt rpc doc 04:20 < bitcoin-git> bitcoin/0.18 2edd0c4 fanquake: rpc: return a number for estimated_feerate in analyzepsbt 04:20 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 04:49 -!- darosior [~darosior@37.173.117.77] has joined #bitcoin-core-dev 05:04 < wumpus> re: #15583 yes I feel really strongly about not ignoring errors, it has given me so much pain... 05:04 < gribble> https://github.com/bitcoin/bitcoin/issues/15583 | wallet: Ignore recursive_directory_iterator errors in ListWalletDir by promag · Pull Request #15583 · bitcoin/bitcoin · GitHub 05:08 -!- drgrid is now known as TheCharlatan 05:16 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Ping timeout: 256 seconds] 05:16 -!- zhangzf [~zhangzf@223.72.55.118] has joined #bitcoin-core-dev 05:18 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has joined #bitcoin-core-dev 05:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 05:19 < bitcoin-git> [bitcoin] Sjors opened pull request #15590: Descriptor: add GetAddressType() -> base58 / bech32 (master...2019/03/descriptor-address-type) https://github.com/bitcoin/bitcoin/pull/15590 05:19 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 05:23 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 05:44 -!- darosior [~darosior@37.173.117.77] has quit [Remote host closed the connection] 05:52 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 06:01 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 272 seconds] 06:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 06:12 < dongcarl> fanquake: it would seem that all you need is docker --privileged to be able to nest. Lemme know if you encounter any problems. 06:12 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 06:13 < fanquake> dongcarl Thanks, I've seen similar in some mailing list discussions. I don't think it should be too hard to get setup. 06:13 < dongcarl> If you’re trying it out for the first time, I’d suggest using the install script and enabling binary downloads for packages. Otherwise you’ll be building the whole world from scratch 06:14 < fanquake> :o 06:16 < dongcarl> Haha yeah, very desirable for bootstrappability, but somewhat less so if you’re just trying things out haha 06:17 < dongcarl> You’ll be prompted for it when you run the install script I believe 06:17 < fanquake> Yea no worries, I'll keep a look out 06:26 -!- Zenton [~user@unaffiliated/vicenteh] has joined #bitcoin-core-dev 06:33 -!- Karyon [~Karyon@unaffiliated/karyon] has quit [Quit: ZNC - https://znc.in] 06:35 -!- Karyon [~Karyon@unaffiliated/karyon] has joined #bitcoin-core-dev 06:41 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 06:43 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [] 06:58 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 07:01 -!- ap4lmtree [ap4lmtree@unaffiliated/ap4lmtree] has quit [Remote host closed the connection] 07:01 -!- ap4lmtree [ap4lmtree@unaffiliated/ap4lmtree] has joined #bitcoin-core-dev 07:32 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 246 seconds] 07:39 < promag> ryanofsky: I'm checking removing read access etc on walletdir and on each wallet file 07:40 < promag> ryanofsky: I don't think it results in an infinite loop 07:44 -!- ap4lmtree [ap4lmtree@unaffiliated/ap4lmtree] has quit [Read error: Connection reset by peer] 07:45 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 07:53 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 07:55 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 07:55 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 07:59 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 08:03 -!- zhangzf [~zhangzf@223.72.55.118] has quit [Remote host closed the connection] 08:04 -!- zhangzf [~zhangzf@223.72.36.50] has joined #bitcoin-core-dev 08:11 < MarcoFalke> Sentineo: It seems so. Please file an issue about that 08:16 < MarcoFalke> Interesting that it took so long for someone to find out 08:17 < MarcoFalke> Or instead of filing an issue, ping sipa to upload his unexpired key 08:21 -!- zhangzf [~zhangzf@223.72.36.50] has quit [Remote host closed the connection] 08:27 < MarcoFalke> hmm sub 4096R/C4EB3A28 2017-02-27 [expires: 2022-02-26] 08:28 -!- jonatack [6d0d4c36@gateway/web/freenode/ip.109.13.76.54] has quit [] 08:29 < MarcoFalke> ugh, gpg hides expired keys 08:31 < MarcoFalke> gpg --list-options show-unusable-subkeys --list-key --fingerprint --fingerprint 4E669320 08:31 -!- captjakk [~captjakk@63-238-229-186.dia.static.qwest.net] has joined #bitcoin-core-dev 08:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 08:32 < bitcoin-git> [bitcoin] pajasevi opened pull request #15594: Changed Czech translation of the word "blockchain" (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15594 08:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 08:35 -!- Soligor [~Soligor@unaffiliated/soligor] has joined #bitcoin-core-dev 08:38 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 08:39 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 08:47 -!- pinheadmz [~matthewzi@96-82-67-198-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:51 -!- vexbuy [~vexbuy@212.88.56.119] has joined #bitcoin-core-dev 08:54 -!- vexbuy [~vexbuy@212.88.56.119] has quit [Client Quit] 09:00 -!- setpill [~setpill@unaffiliated/setpill] has quit [Quit: o/] 09:14 -!- Ll1i1lL [~Ll1iiii1l@108-243-84-79.lightspeed.bcvloh.sbcglobal.net] has quit [Quit: Leaving] 09:14 -!- Ll1i1lL [~Ll1iiii1l@108-243-84-79.lightspeed.bcvloh.sbcglobal.net] has joined #bitcoin-core-dev 09:41 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 09:44 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 09:44 < bitcoin-git> [bitcoin] promag closed pull request #14826: Avoid expanding descriptor scriptPubKeys (master...2018-11-faster-descriptor-expand) https://github.com/bitcoin/bitcoin/pull/14826 09:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 09:59 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 10:05 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 10:05 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 10:08 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:11 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 10:12 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 10:12 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:15 -!- captjakk [~captjakk@63-238-229-186.dia.static.qwest.net] has quit [Ping timeout: 246 seconds] 10:16 -!- hebasto [~hebasto@95.164.65.194] has quit [Remote host closed the connection] 10:17 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 245 seconds] 10:29 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 10:36 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 10:36 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 10:40 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 10:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 10:42 < bitcoin-git> [bitcoin] laanwj closed pull request #15594: Changed Czech translation of the word "blockchain" (master...patch-1) https://github.com/bitcoin/bitcoin/pull/15594 10:42 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 10:47 -!- brianhoffman [~brianhoff@pool-72-83-155-130.washdc.fios.verizon.net] has quit [Quit: brianhoffman] 10:49 -!- brianhoffman [~brianhoff@pool-72-83-155-130.washdc.fios.verizon.net] has joined #bitcoin-core-dev 10:50 -!- brianhoffman [~brianhoff@pool-72-83-155-130.washdc.fios.verizon.net] has quit [Client Quit] 10:53 -!- brianhoffman [~brianhoff@pool-72-83-155-130.washdc.fios.verizon.net] has joined #bitcoin-core-dev 11:02 < wumpus> ahhh I hate gpg, no one understands it 11:02 < wumpus> (re #15592) 11:02 < gribble> https://github.com/bitcoin/bitcoin/issues/15592 | Bitcoin signing key by @laanwj expired on 2019-02-14 · Issue #15592 · bitcoin/bitcoin · GitHub 11:02 < wumpus> and the tons of mails I got about it 11:03 < wumpus> really, just retire the thing 11:03 -!- darosior [~darosior@2a01:e35:2ff9:8200:9d71:5b1f:da8f:3768] has joined #bitcoin-core-dev 11:05 < wumpus> I guess the whole expiration date thing is non-obvious but that's not my fault, I 'm only using the software, I don't deserve this 11:08 < sipa> wumpus: some people will always be confused 11:08 < luke-jr> I think someone needs to write an article going over how to use GPG 11:09 < luke-jr> it's a pain, though, because it needs to be just right :x 11:09 < wumpus> sipa: I don't really blame the people that are confused 11:11 < wumpus> luke-jr: we first have to find someone that is not confused about gpg to write it though 11:12 < wumpus> :-) 11:12 < luke-jr> the hard part is key verification :P 11:13 < wumpus> yes 11:18 -!- ap4lmtree [ap4lmtree@unaffiliated/ap4lmtree] has joined #bitcoin-core-dev 11:21 < MarcoFalke> wumpus: Mind to backport #15582, so it doesn't miss rc2? 11:21 < gribble> https://github.com/bitcoin/bitcoin/issues/15582 | Fix overflow bug in analyzepsbt fee: CAmount instead of int by sipa · Pull Request #15582 · bitcoin/bitcoin · GitHub 11:23 < MarcoFalke> Should be a clean cherry-pick. I can backport it as well, but I would have to create a pull for it. Not sure if you prefer that 11:29 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 245 seconds] 11:29 -!- d_t [~d_t@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has joined #bitcoin-core-dev 11:35 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 11:35 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Excess Flood] 11:36 < wumpus> MarcoFalke: sure 11:36 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 11:36 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Excess Flood] 11:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 11:37 < bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.18: https://github.com/bitcoin/bitcoin/compare/2edd0c40c34b...232ef630ecd3 11:37 < bitcoin-git> bitcoin/0.18 232ef63 Pieter Wuille: Fix overflow bug in analyzepsbt fee: CAmount instead of int 11:37 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 11:37 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 11:38 -!- Victor_sueca is now known as Victorsueca 11:43 -!- jarthur [~jarthur@207.114.244.5] has joined #bitcoin-core-dev 11:43 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Ping timeout: 250 seconds] 11:45 -!- jonatack [58aba822@gateway/web/freenode/ip.88.171.168.34] has joined #bitcoin-core-dev 11:45 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 11:50 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 12:04 -!- schmidty_ [~schmidty@104-7-216-111.lightspeed.austtx.sbcglobal.net] has joined #bitcoin-core-dev 12:04 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Read error: Connection reset by peer] 12:05 -!- rev_strangehope [~revstrang@ec2-13-115-230-7.ap-northeast-1.compute.amazonaws.com] has quit [Ping timeout: 240 seconds] 12:07 -!- rev_strangehope [~revstrang@ec2-13-115-230-7.ap-northeast-1.compute.amazonaws.com] has joined #bitcoin-core-dev 12:20 -!- anome [~anome@unaffiliated/anome] has quit [] 12:27 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 246 seconds] 12:29 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 12:30 -!- spaced0ut [~spaced0ut@unaffiliated/spaced0ut] has quit [Ping timeout: 245 seconds] 12:31 -!- darosior [~darosior@2a01:e35:2ff9:8200:9d71:5b1f:da8f:3768] has quit [Ping timeout: 252 seconds] 12:33 < wumpus> rc2 tomorrow after the meeting? 12:33 -!- anome [~anome@unaffiliated/anome] has quit [Client Quit] 12:35 -!- shesek [~shesek@151.64.2.189] has joined #bitcoin-core-dev 12:35 -!- shesek [~shesek@151.64.2.189] has quit [Changing host] 12:35 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 12:41 < MarcoFalke> I'd say so 12:44 < gmaxwell> Why not now? :P 12:45 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 12:50 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 12:54 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Read error: Connection reset by peer] 12:54 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 12:55 < jonasschnelli> Any idea why Draht reports conflicts multiple times? https://github.com/bitcoin/bitcoin/pull/14032#issuecomment-471980504 12:55 < jonasschnelli> Maybe MarcoFalke 12:56 < MarcoFalke> Sorry, thats a bug 12:58 -!- anome [~anome@unaffiliated/anome] has quit [] 12:59 < jonasschnelli> No worries and thanks for fixing MarcoFalke 13:04 < MarcoFalke> What is the git repo again that mirrors all bitcoin core github comments? 13:11 < echeveria> https://www.gharchive.org/ 13:14 < echeveria> eg, curl -s http://data.gharchive.org/2015-01-01-{1..31}.json.gz | zgrep "github.com/bitcoin/bitcoin" 13:16 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 13:18 < wumpus> gmaxwell: there's still #15583 tagged 13:18 < gribble> https://github.com/bitcoin/bitcoin/issues/15583 | wallet: Log errors in ListWalletDir and IsBerkeleyBtree by promag · Pull Request #15583 · bitcoin/bitcoin · GitHub 13:19 < wumpus> otherwise, yeah I agree 13:20 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 13:21 < wumpus> MarcoFalke: https://github.com/zw/bitcoin-gh-meta.git is what I used but it seems it hasn't been updated in a while :( 13:21 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 245 seconds] 13:21 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 13:24 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 13:24 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 13:24 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 246 seconds] 13:30 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 256 seconds] 13:31 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 13:36 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 13:40 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 13:40 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 13:44 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 13:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 13:45 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #15595: rpc: Actually use sendmany::minconf (master...1903-rpcWalletDummySendmany) https://github.com/bitcoin/bitcoin/pull/15595 13:45 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 13:47 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 13:49 -!- CubicEarth [~CubicEart@c-67-168-1-172.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 13:51 < MarcoFalke> ^ not for 0.18.0 imo 14:02 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 14:02 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 14:02 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 14:03 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 14:05 -!- anome [~anome@unaffiliated/anome] has quit [] 14:05 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 14:07 -!- anome [~anome@unaffiliated/anome] has quit [Client Quit] 14:15 -!- mmgen [~mmgen@gateway/tor-sasl/mmgen] has quit [Quit: (https://github.com/mmgen) leaving] 14:18 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 14:19 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 14:26 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 14:26 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 14:26 -!- timothy [~tredaelli@redhat/timothy] has quit [Remote host closed the connection] 14:37 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 14:49 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 14:53 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 14:53 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has joined #bitcoin-core-dev 14:58 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:59 -!- dviola [~diego@177.34.231.169] has joined #bitcoin-core-dev 14:59 -!- dviola [~diego@177.34.231.169] has quit [Client Quit] 15:00 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 15:07 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 15:08 -!- dviola [~diego@unaffiliated/dviola] has quit [Ping timeout: 246 seconds] 15:08 -!- darosior [~darosior@2a01:e35:2ff9:8200:9d71:5b1f:da8f:3768] has joined #bitcoin-core-dev 15:10 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 15:10 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 15:11 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:11 -!- darosior [~darosior@2a01:e35:2ff9:8200:9d71:5b1f:da8f:3768] has quit [Remote host closed the connection] 15:12 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has quit [Ping timeout: 255 seconds] 15:12 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 246 seconds] 15:14 -!- davec [~davec@cpe-24-243-249-218.hot.res.rr.com] has joined #bitcoin-core-dev 15:18 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 15:19 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 15:22 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 252 seconds] 15:25 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has quit [Remote host closed the connection] 15:25 -!- sipa [~pw@gateway/tor-sasl/sipa1024] has joined #bitcoin-core-dev 15:26 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 15:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:26 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #15596: rpc: Ignore sendmany::minconf as dummy value (master...1903-rpcWalletDummySendmany_2) https://github.com/bitcoin/bitcoin/pull/15596 15:26 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:27 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has quit [Remote host closed the connection] 15:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:32 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #15595: rpc: Actually use sendmany::minconf (master...1903-rpcWalletDummySendmany) https://github.com/bitcoin/bitcoin/pull/15595 15:32 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 15:33 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #15587: wallet: Remove GetLegacyBalance (master...1903-walletRemoveLegacyBal) https://github.com/bitcoin/bitcoin/pull/15587 15:33 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 15:35 -!- dviola [~diego@unaffiliated/dviola] has quit [Ping timeout: 240 seconds] 15:38 -!- diego2 [~diego@177.34.231.169] has joined #bitcoin-core-dev 15:39 -!- diego2 [~diego@177.34.231.169] has left #bitcoin-core-dev [] 15:45 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 15:55 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has joined #bitcoin-core-dev 16:00 -!- cubancorona [cubancoron@gateway/vpn/privateinternetaccess/cubancorona] has quit [Remote host closed the connection] 16:01 -!- captjakk [~captjakk@63-238-229-186.dia.static.qwest.net] has joined #bitcoin-core-dev 16:04 -!- ccdle12 [~ccdle12@cpc139350-aztw33-2-0-cust310.18-1.cable.virginm.net] has quit [Remote host closed the connection] 16:09 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 16:09 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 16:13 -!- rex4539 [~rex4539@ppp-2-84-169-44.home.otenet.gr] has joined #bitcoin-core-dev 16:32 -!- justanotheruser is now known as biden 16:33 -!- biden is now known as justanotheruser 16:37 -!- pinheadmz [~matthewzi@96-82-67-198-static.hfc.comcastbusiness.net] has quit [Quit: pinheadmz] 16:39 -!- pinheadmz [~matthewzi@96-82-67-198-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 16:50 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 16:51 -!- DeanWeen [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 16:58 -!- jarthur [~jarthur@207.114.244.5] has quit [] 17:00 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 17:09 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 246 seconds] 17:11 -!- pinheadmz [~matthewzi@96-82-67-198-static.hfc.comcastbusiness.net] has quit [Quit: pinheadmz] 17:14 -!- owowo [~ovovo@s91904424.blix.com] has joined #bitcoin-core-dev 17:14 -!- owowo [~ovovo@s91904424.blix.com] has quit [Changing host] 17:14 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 17:16 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 17:17 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 17:30 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 17:34 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 17:36 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 17:42 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 256 seconds] 17:50 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 17:51 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 17:52 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 17:52 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 17:57 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:01 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has joined #bitcoin-core-dev 18:03 < bitcoin-git> [bitcoin] pstratem opened pull request #15597: Generate log entry when blocks messages are received unexpectedly. (master...2019-03-12-net-unexpected-block) https://github.com/bitcoin/bitcoin/pull/15597 18:03 -!- bitcoin-git [~bitcoin-g@x0f.org] has left #bitcoin-core-dev [] 18:03 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:04 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:09 < gmaxwell> phantomcircuit: good spotting 18:17 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:18 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 18:18 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:19 -!- jonatack [58aba822@gateway/web/freenode/ip.88.171.168.34] has quit [Ping timeout: 256 seconds] 18:20 -!- Dean_Guss [~dean@gateway/tor-sasl/deanguss] has joined #bitcoin-core-dev 18:23 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:23 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:24 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:24 -!- zhangzf [~zhangzf@106.38.157.147] has joined #bitcoin-core-dev 18:26 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:26 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Remote host closed the connection] 18:37 -!- jonatack [b9cee13b@gateway/web/freenode/ip.185.206.225.59] has joined #bitcoin-core-dev 18:37 -!- jarthur [~jarthur@2605:6000:1019:41ab:14fb:394b:c577:7329] has joined #bitcoin-core-dev 18:40 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:41 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:41 -!- booyah_ [~bb@193.25.1.157] has joined #bitcoin-core-dev 18:41 -!- booyah [~bb@193.25.1.157] has quit [Read error: Connection reset by peer] 18:51 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 18:51 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:51 -!- Randolf [~randolf@96.53.47.42] has quit [Quit: Leaving] 18:52 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:54 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:55 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 18:56 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 18:57 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 19:00 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 19:01 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 19:01 -!- spinza [~spin@155.93.246.187] has quit [Quit: Coyote finally caught up with me...] 19:04 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 19:07 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 19:07 -!- spinza [~spin@155.93.246.187] has joined #bitcoin-core-dev 19:15 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 19:16 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 19:22 -!- jonatack [b9cee13b@gateway/web/freenode/ip.185.206.225.59] has quit [] 19:23 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 19:25 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 19:25 -!- Jackielove4u [uid43977@gateway/web/irccloud.com/x-umkgfwtzpszxkcdr] has quit [Quit: Connection closed for inactivity] 19:28 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 19:29 -!- makey40 [~jodie@24.215.123.241] has quit [Read error: Connection reset by peer] 19:29 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 19:34 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 19:36 -!- makey40 [~jodie@24.215.123.241] has joined #bitcoin-core-dev 19:47 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 19:53 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 19:54 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Client Quit] 19:54 -!- muoitran [8984d489@gateway/web/freenode/ip.137.132.212.137] has joined #bitcoin-core-dev 19:56 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Remote host closed the connection] 19:56 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 255 seconds] 20:07 -!- captjakk [~captjakk@63-238-229-186.dia.static.qwest.net] has quit [Remote host closed the connection] 20:12 -!- jarthur [~jarthur@2605:6000:1019:41ab:14fb:394b:c577:7329] has quit [Remote host closed the connection] 20:13 -!- jarthur [~jarthur@2605:6000:1019:41ab:14fb:394b:c577:7329] has joined #bitcoin-core-dev 20:17 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 20:21 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 246 seconds] 20:25 -!- jarthur [~jarthur@2605:6000:1019:41ab:14fb:394b:c577:7329] has quit [Remote host closed the connection] 20:25 -!- jarthur [~jarthur@2605:6000:1019:41ab:14fb:394b:c577:7329] has joined #bitcoin-core-dev 20:27 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has joined #bitcoin-core-dev 20:31 -!- promag [~promag@bl16-114-47.dsl.telepac.pt] has quit [Ping timeout: 272 seconds] 20:33 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 20:39 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 20:54 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 21:09 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 21:25 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 21:39 -!- harrymm [~harrymm@69.161.195.103] has quit [Ping timeout: 246 seconds] 21:40 -!- harrymm [~harrymm@69.161.195.103] has joined #bitcoin-core-dev 21:47 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 21:58 -!- shesek [~shesek@unaffiliated/shesek] has quit [Ping timeout: 255 seconds] 22:04 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 252 seconds] 22:06 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 22:10 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 22:10 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 22:21 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] 22:46 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has joined #bitcoin-core-dev 23:05 -!- d_t [~d_t@108-65-77-11.lightspeed.sntcca.sbcglobal.net] has quit [Ping timeout: 272 seconds] 23:07 -!- rex4539 [~rex4539@ppp-2-84-169-44.home.otenet.gr] has quit [Quit: rex4539] 23:16 -!- muoitran [8984d489@gateway/web/freenode/ip.137.132.212.137] has quit [Ping timeout: 256 seconds] 23:24 -!- pinheadmz [~matthewzi@c-76-102-227-220.hsd1.ca.comcast.net] has quit [Quit: pinheadmz] --- Log closed Thu Mar 14 00:00:15 2019