--- Log opened Sun Oct 14 00:00:27 2018 --- Day changed Sun Oct 14 2018 00:00 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has quit [Ping timeout: 252 seconds] 00:26 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 00:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-mdtxaomxcyfwiqzs] has joined #bitcoin-core-dev 00:31 < bitcoin-git> [bitcoin] MeshCollider opened pull request #14478: Show error to user when corrupt wallet unlock fails (master...201810_wallet_corruption_error) https://github.com/bitcoin/bitcoin/pull/14478 00:31 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-mdtxaomxcyfwiqzs] has left #bitcoin-core-dev [] 00:33 < meshcollider> is it ok if I replace #14019 with #14454 on the high priority review list 00:33 < gribble> https://github.com/bitcoin/bitcoin/issues/14019 | Import pubkeys when importing p2sh with importmulti by achow101 · Pull Request #14019 · bitcoin/bitcoin · GitHub 00:34 < gribble> https://github.com/bitcoin/bitcoin/issues/14454 | Add SegWit support to importmulti by MeshCollider · Pull Request #14454 · bitcoin/bitcoin · GitHub 00:50 -!- Krellan [~Krellan@2601:640:4000:9258:acca:30ec:a0df:edf9] has quit [Ping timeout: 252 seconds] 01:02 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 01:03 < sipa> meshcollider, achow101: i think there is an alternative longer term solution to importmulti generalization, without the special signer that records what is used; instead, if we first implement a (dumb, map to old structures) importmulti that works with descriptors, we can use #14477 to convert any other request into a descriptor 01:03 < gribble> https://github.com/bitcoin/bitcoin/issues/14477 | Add ability to convert solvability info to descriptor by sipa · Pull Request #14477 · bitcoin/bitcoin · GitHub 01:04 < sipa> i 'm not suggesting doing that instead of #14454 though; it's more urgent that that is fixed on its own 01:04 < gribble> https://github.com/bitcoin/bitcoin/issues/14454 | Add SegWit support to importmulti by MeshCollider · Pull Request #14454 · bitcoin/bitcoin · GitHub 01:05 < meshcollider> sipa: yes, that sounds very sensible 01:06 < meshcollider> sipa: the new importmulti would be a separate RPC to the existing one? Or a large breaking change to that function 01:06 < meshcollider> something like importmultidesc 01:08 < sipa> meshcollider: i was thinking an additional mode for importmulti, where instead of address/script/pubkeys/redeemscript and a bunch of other fields, you give a descriptor, but all other fields remain identical (label, birthdate, ...) 01:08 < sipa> much later, when we can actually store descriptors as native objects in the wallet, a separate importdescriptor could be added, which does not map things back to old structures 01:10 < sipa> adding a new mode to importmulti wouldn't be a breaking change; just a new way to pass in the same information more succintly 01:10 < sipa> *succinctly 01:12 -!- omegaa [~user@112.93.135.69] has joined #bitcoin-core-dev 01:12 < omegaa> This project is looking for investors, if you have investment ability, please consider it. 01:12 < omegaa> 01:12 < omegaa> https://cloudflare-ipfs.com/ipfs/QmZm1zqUz44xF8fJAJJjUwmsuTbWQCJLQLscpGivviqgHX/ 01:13 < meshcollider> yeah and code-wise it seems like an easy separation of logic because we can just make a new ProcessImport function for the descriptor type 01:13 < omegaa> Some time ago someone was brushing spam in irc, maybe its purpose was to stop my information. 01:13 < sipa> meshcollider: right, and then next step would be replacing all other logic with conversions to that 01:14 < sipa> but first things first; i'll review 14454 soon 01:15 * sipa zZzZ 01:15 -!- omegaa [~user@112.93.135.69] has left #bitcoin-core-dev ["ERC (IRC client for Emacs 26.1)"] 01:21 -!- go1111111 [go1111111@gateway/vpn/privateinternetaccess/go1111111] has quit [Ping timeout: 252 seconds] 01:32 -!- Krellan [~Krellan@2601:640:4000:9258:c57d:4b67:ade4:603b] has joined #bitcoin-core-dev 01:35 -!- go1111111 [~go1111111@104.156.98.86] has joined #bitcoin-core-dev 01:54 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 01:58 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 02:03 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has joined #bitcoin-core-dev 02:08 < meshcollider> sipa: whether something is watchonly or not is implicit in the descriptor isn't it 02:08 < meshcollider> e.g. whether the priv key or public key was given 02:08 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has quit [Ping timeout: 252 seconds] 02:11 < gwillen> meshcollider: there was some discussion about this at coredev -- having "is_mine" (i.e. !watchonly) as a separate flag is necessary for things like hardware devices, where we can sign but don't have the key in hand 02:12 < gwillen> which I believe are on the roadmap somewhere alongside descriptors 02:20 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has quit [Quit: rex4539] 02:23 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 02:43 < meshcollider> sipa: do you still envision private keys passed as an array separate to the descriptor? 02:45 < meshcollider> and if so, how given the descriptor would you check all the private keys were used? Expand() and check the corresponding public keys were used for solvability? 02:46 < meshcollider> gwillen: I see yep 02:46 -!- Dolaned [7815bd08@gateway/web/freenode/ip.120.21.189.8] has joined #bitcoin-core-dev 02:47 < Dolaned> Hi 02:47 < Dolaned> Anyone here 02:47 < meshcollider> no 02:47 < Dolaned> Lol 02:55 -!- Dolaned [7815bd08@gateway/web/freenode/ip.120.21.189.8] has quit [Ping timeout: 256 seconds] 03:53 -!- proletesseract [~proletess@219.88.232.29] has joined #bitcoin-core-dev 03:54 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-piedocgvpedigdwu] has joined #bitcoin-core-dev 03:54 < bitcoin-git> [bitcoin] practicalswift opened pull request #14479: serialization: Don't invoke undefined behaviour when doing type punning (master...serialization-ub) https://github.com/bitcoin/bitcoin/pull/14479 03:54 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-piedocgvpedigdwu] has left #bitcoin-core-dev [] 04:15 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has joined #bitcoin-core-dev 04:19 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 04:19 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 04:25 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has joined #bitcoin-core-dev 04:27 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 04:30 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has quit [Ping timeout: 276 seconds] 04:32 < fanquake> I've added #14011 to high-priority, not having make check running properly on macOS is getting annoying. It's a pretty straight-forward review if someone has 5 minutes spare. 04:32 < gribble> https://github.com/bitcoin/bitcoin/issues/14011 | Disable wallet and address book Qt tests on macOS minimal platform by ryanofsky · Pull Request #14011 · bitcoin/bitcoin · GitHub 04:52 -!- shesek [~shesek@bzq-84-110-234-115.red.bezeqint.net] has joined #bitcoin-core-dev 04:52 -!- shesek [~shesek@bzq-84-110-234-115.red.bezeqint.net] has quit [Changing host] 04:52 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 04:54 -!- proletesseract [~proletess@219.88.232.29] has quit [Remote host closed the connection] 04:54 -!- proletesseract [~proletess@219.88.232.29] has joined #bitcoin-core-dev 04:58 -!- proletesseract [~proletess@219.88.232.29] has quit [Ping timeout: 246 seconds] 05:05 -!- Aaronvan_ [~AaronvanW@unaffiliated/aaronvanw] has quit [Read error: Connection reset by peer] 05:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:13 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 05:20 -!- romanz [~romanz@185.3.147.213] has quit [Quit: Leaving] 05:21 -!- romanz [~romanz@185.3.147.213] has joined #bitcoin-core-dev 05:21 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 05:26 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has quit [Quit: drexl] 05:30 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has quit [Ping timeout: 260 seconds] 05:31 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has joined #bitcoin-core-dev 05:36 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has quit [Ping timeout: 276 seconds] 05:39 -!- midnightmagic [~midnightm@unaffiliated/midnightmagic] has joined #bitcoin-core-dev 05:48 -!- ryanofsky [~russ@jumpy.yanofsky.org] has quit [Ping timeout: 246 seconds] 05:48 -!- ryanofsky [~russ@jumpy.yanofsky.org] has joined #bitcoin-core-dev 06:09 -!- proletesseract [~proletess@219.88.232.29] has joined #bitcoin-core-dev 06:29 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 06:29 -!- proletesseract [~proletess@219.88.232.29] has quit [Remote host closed the connection] 06:43 -!- Drakon [579e2549@gateway/web/freenode/ip.87.158.37.73] has joined #bitcoin-core-dev 06:44 < Drakon> Hi. I was used to start Bitcoin Core minimized. Is this with version 0.17.0 still possible? 06:45 < Drakon> Wrong channel, sry. 06:47 -!- Drakon [579e2549@gateway/web/freenode/ip.87.158.37.73] has quit [Client Quit] 06:50 < sipa> meshcollider: i don't understand the question 06:59 < sipa> meshcollider: oh; descriptors can have the private keys embedded in the string (by using wip or xprv instead of hex or xpub), but even if not, it has all pubkeys explciitly, so you can judt iterate over them and see if you have all corresponding private keys 07:00 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [] 07:02 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 07:27 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 07:28 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 07:41 -!- bralyclo_ [~bralyclow@76-202-84-204.lightspeed.tukrga.sbcglobal.net] has quit [] 07:41 -!- bralyclow [~bralyclow@76-202-84-204.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-core-dev 08:01 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 08:04 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has joined #bitcoin-core-dev 08:08 -!- leishman [~leishman@2604:5500:c225:c500:1950:d9dd:89f0:75fb] has quit [Ping timeout: 250 seconds] 08:52 -!- TheCharlatan is now known as DrGrid 08:52 -!- DrGrid is now known as TheCharlatan 08:56 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Remote host closed the connection] 08:59 -!- skypper [b2c4a01d@gateway/web/freenode/ip.178.196.160.29] has quit [Ping timeout: 256 seconds] 08:59 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 09:13 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Remote host closed the connection] 09:15 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 09:21 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 09:22 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 09:36 -!- ccook_ [~ccook@208.66.192.142] has joined #bitcoin-core-dev 09:53 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 09:54 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 09:59 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 272 seconds] 10:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 10:05 -!- Chris_Stewart_5 [~chris@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 244 seconds] 10:08 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 244 seconds] 10:12 -!- Orion3k [~Orion3k@24-176-200-142.static.mtpk.ca.charter.com] has quit [Ping timeout: 268 seconds] 10:18 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 10:21 -!- Emcy [~Emcy@unaffiliated/emcy] has quit [Ping timeout: 252 seconds] 10:29 -!- Victorsueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 10:29 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 10:38 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 10:39 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 10:47 -!- hebasto [~hebasto@95.164.65.194] has quit [Remote host closed the connection] 10:53 -!- kabaum_ [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Ping timeout: 250 seconds] 10:54 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Quit: Gone frying asparagus or my Windows had a BSOD] 11:05 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 11:07 -!- kabaum_ [~kabaum@h-13-35.A163.priv.bahnhof.se] has joined #bitcoin-core-dev 11:09 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 11:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 260 seconds] 11:16 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 11:17 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 11:18 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 11:23 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 11:28 -!- str4d [~str4d@169.243.9.51.dyn.plus.net] has joined #bitcoin-core-dev 11:31 -!- drexl [~drexl@cpc130676-camd16-2-0-cust445.know.cable.virginm.net] has joined #bitcoin-core-dev 11:45 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 11:52 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 11:59 -!- leishman [~leishman@2604:5500:c225:c500:7873:9959:ce6e:9410] has joined #bitcoin-core-dev 12:04 -!- leishman [~leishman@2604:5500:c225:c500:7873:9959:ce6e:9410] has quit [Ping timeout: 276 seconds] 12:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 12:31 -!- kabaum_ [~kabaum@h-13-35.A163.priv.bahnhof.se] has quit [Ping timeout: 272 seconds] 12:41 -!- Krellan [~Krellan@2601:640:4000:9258:c57d:4b67:ade4:603b] has quit [Read error: Connection reset by peer] 12:41 -!- Krellan [~Krellan@2601:640:4000:9258:c57d:4b67:ade4:603b] has joined #bitcoin-core-dev 12:53 -!- proletesseract [~proletess@14.1.58.54] has joined #bitcoin-core-dev 13:01 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 245 seconds] 13:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 13:10 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 244 seconds] 13:15 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 13:22 -!- dviola [~diego@unaffiliated/dviola] has joined #bitcoin-core-dev 13:30 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 13:49 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 13:50 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 14:10 -!- str4d [~str4d@169.243.9.51.dyn.plus.net] has quit [Ping timeout: 244 seconds] 14:16 -!- proletesseract [~proletess@14.1.58.54] has quit [Remote host closed the connection] 14:21 -!- proletesseract [~proletess@14.1.58.54] has joined #bitcoin-core-dev 14:26 -!- proletesseract [~proletess@14.1.58.54] has quit [Ping timeout: 268 seconds] 14:29 -!- IceHard [~user@176.107.82.36] has joined #bitcoin-core-dev 14:51 -!- echonaut12 [~echonaut@46.101.192.134] has quit [Remote host closed the connection] 14:52 -!- echonaut [~echonaut@46.101.192.134] has joined #bitcoin-core-dev 14:55 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:59 -!- dcousens [~dcousens@124.182.9.76] has quit [Ping timeout: 252 seconds] 15:00 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 268 seconds] 15:08 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Remote host closed the connection] 15:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 15:32 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 15:45 < gmaxwell> Two more user's confused by the new adress process: https://bitcoin.stackexchange.com/questions/80081/where-is-the-new-button-in-the-receiving-addresses-windows-of-bitcoin-core-0-17/80091#80091 https://bitcointalk.org/index.php?topic=5050187.0 15:45 < gribble> https://github.com/bitcoin/bitcoin/issues/80091 | HTTP Error 404: Not Found 15:47 -!- Zenton [~user@unaffiliated/vicenteh] has quit [Ping timeout: 268 seconds] 15:51 -!- proletesseract [~proletess@103.247.155.68] has joined #bitcoin-core-dev 15:53 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Ping timeout: 268 seconds] 15:54 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 15:55 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Remote host closed the connection] 15:59 < gwillen> gmaxwell: if the button said 'receive payment' as you typed in your response, it wouldn't be quite as unintuitive 15:59 < gwillen> what it actually says is 'request payment' 16:01 < gmaxwell> gwillen: thanks! 16:28 < sipa> let's fix that :) 16:29 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 16:31 -!- proletesseract [~proletess@103.247.155.68] has quit [Remote host closed the connection] 16:32 -!- proletesseract [~proletess@2403:4d00:300:5:185b:4489:5836:7ce0] has joined #bitcoin-core-dev 16:33 -!- proletesseract [~proletess@2403:4d00:300:5:185b:4489:5836:7ce0] has quit [Remote host closed the connection] 16:33 -!- proletesseract [~proletess@2403:4d00:300:5:185b:4489:5836:7ce0] has joined #bitcoin-core-dev 16:36 -!- unholymachine [~quassel@38.132.115.211] has joined #bitcoin-core-dev 16:39 < IceHard> Good day to all. 16:49 -!- harrymm [~harrymm@69.161.195.103] has joined #bitcoin-core-dev 16:55 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 16:59 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 17:02 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 17:03 < luke-jr> gmaxwell: "new"? didn't we merely just remove a long-deprecated way? 17:05 < sipa> luke-jr: to many people it seems new :) 17:06 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Ping timeout: 246 seconds] 17:09 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 17:11 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 17:15 -!- proletesseract [~proletess@2403:4d00:300:5:185b:4489:5836:7ce0] has quit [Remote host closed the connection] 17:17 -!- proletesseract [~proletess@2403:4d00:300:5:185b:4489:5836:7ce0] has joined #bitcoin-core-dev 17:24 < sipa> perhaps instead of "It is recommended to use a new receiving address for each transaction" it should say "Use the request payment button in the receive tab to create new addresses." 17:26 -!- leishman [~leishman@96-64-246-133-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 17:35 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has joined #bitcoin-core-dev 17:40 -!- dviola [~diego@unaffiliated/dviola] has quit [Quit: WeeChat 2.2] 17:40 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Remote host closed the connection] 17:43 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 17:46 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 17:50 < meshcollider> yep and these are good hacktoberfest tag issues :) 17:50 -!- bralyclow [~bralyclow@76-202-84-204.lightspeed.tukrga.sbcglobal.net] has quit [Remote host closed the connection] 17:51 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 250 seconds] 17:51 -!- bralyclow [~bralyclow@76-202-84-204.lightspeed.tukrga.sbcglobal.net] has joined #bitcoin-core-dev 17:58 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 18:03 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 244 seconds] 18:18 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has quit [Ping timeout: 276 seconds] 18:26 < gmaxwell> luke-jr: "new address" process, not new "address process" 18:27 -!- IceHard [~user@176.107.82.36] has quit [Remote host closed the connection] 18:37 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Remote host closed the connection] 18:39 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 19:04 -!- Deacyde [~Deacyde@unaffiliated/deacyde] has joined #bitcoin-core-dev 19:05 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has quit [Remote host closed the connection] 19:05 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has joined #bitcoin-core-dev 19:06 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 19:11 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 268 seconds] 19:14 -!- IceHard [~user@176.107.82.36] has joined #bitcoin-core-dev 19:23 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-yhgizmvijtdhdgsa] has joined #bitcoin-core-dev 19:23 < bitcoin-git> [bitcoin] ken2812221 opened pull request #14480: refactor: Drop boost::this_thread::interruption_point and boost::thread_interrupted in main thread (master...drop-boost-thread-import) https://github.com/bitcoin/bitcoin/pull/14480 19:23 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-yhgizmvijtdhdgsa] has left #bitcoin-core-dev [] 19:34 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Remote host closed the connection] 19:38 -!- rh0nj [~rh0nj@136.243.139.96] has quit [Remote host closed the connection] 19:39 -!- rh0nj [~rh0nj@136.243.139.96] has joined #bitcoin-core-dev 19:40 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 19:41 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 252 seconds] 19:43 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 19:47 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 245 seconds] 19:47 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 20:03 -!- schnerchi [~schnerchi@p3EE1C5CF.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 20:06 -!- schnerch_ [~schnerchi@p3EE1D20E.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 20:19 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has quit [Ping timeout: 276 seconds] 20:26 -!- Krellan [~Krellan@2601:640:4000:9258:c57d:4b67:ade4:603b] has quit [Ping timeout: 276 seconds] 20:30 -!- esotericnonsense [~esotericn@unaffiliated/esotericnonsense] has joined #bitcoin-core-dev 21:05 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has quit [Remote host closed the connection] 21:06 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has joined #bitcoin-core-dev 21:13 -!- unholymachine [~quassel@38.132.115.211] has quit [Read error: Connection reset by peer] 21:21 -!- Krellan [~Krellan@2601:640:4000:9258:c57d:4b67:ade4:603b] has joined #bitcoin-core-dev 21:27 -!- Krellan [~Krellan@2601:640:4000:9258:c57d:4b67:ade4:603b] has quit [Ping timeout: 250 seconds] 21:45 -!- Jai [788a737b@gateway/web/freenode/ip.120.138.115.123] has joined #bitcoin-core-dev 21:46 -!- Jai [788a737b@gateway/web/freenode/ip.120.138.115.123] has quit [Client Quit] 21:49 -!- chjj [~chjj@unaffiliated/chjj] has quit [Ping timeout: 246 seconds] 21:52 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 22:00 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 22:01 -!- rex4539 [~rex4539@ppp-2-84-165-183.home.otenet.gr] has quit [Quit: rex4539] 22:02 -!- Krellan [~Krellan@2601:640:4000:9258:c57d:4b67:ade4:603b] has joined #bitcoin-core-dev 22:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 252 seconds] 22:11 -!- proletesseract [~proletess@2403:4d00:300:5:185b:4489:5836:7ce0] has quit [Remote host closed the connection] 22:31 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 22:31 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 22:34 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 22:34 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 22:46 -!- proletesseract [~proletess@219.88.232.29] has joined #bitcoin-core-dev 22:49 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-bblbcgipbjumyvvj] has joined #bitcoin-core-dev 22:49 < bitcoin-git> [bitcoin] MeshCollider opened pull request #14481: Add P2SH-P2WSH support to listunspent RPC (master...201810_listunspent_wsh) https://github.com/bitcoin/bitcoin/pull/14481 22:49 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-bblbcgipbjumyvvj] has left #bitcoin-core-dev [] 22:49 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-gwwbftjefxcjcvmd] has joined #bitcoin-core-dev 22:49 < bitcoin-git> [bitcoin] MeshCollider closed pull request #11708: Add P2SH-P2WSH support to signrawtransaction and listunspent RPC (master...201711_signrawtransaction_wsh) https://github.com/bitcoin/bitcoin/pull/11708 22:49 -!- bitcoin-git [bitcoin-gi@gateway/service/github.com/x-gwwbftjefxcjcvmd] has left #bitcoin-core-dev [] 22:50 -!- Giszmo [~leo@pc-72-54-46-190.cm.vtr.net] has quit [Ping timeout: 272 seconds] 22:50 -!- proletesseract [~proletess@219.88.232.29] has quit [Ping timeout: 244 seconds] 23:06 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has quit [Remote host closed the connection] 23:06 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has joined #bitcoin-core-dev 23:07 -!- hebasto [~hebasto@95.164.65.194] has joined #bitcoin-core-dev 23:17 -!- Giszmo [~leo@45.232.32.254] has joined #bitcoin-core-dev 23:39 -!- echonaut [~echonaut@46.101.192.134] has quit [Remote host closed the connection] 23:39 -!- echonaut13 [~echonaut@46.101.192.134] has joined #bitcoin-core-dev 23:41 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 23:46 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Ping timeout: 268 seconds] 23:51 -!- proletesseract [~proletess@219.88.232.29] has joined #bitcoin-core-dev 23:52 -!- leishman [~leishman@2604:5500:c225:c500:f994:93d7:2bcd:3a87] has quit [Ping timeout: 250 seconds] --- Log closed Mon Oct 15 00:00:37 2018