--- Day changed Tue Jan 16 2018 00:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 00:01 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 272 seconds] 00:01 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 00:03 < jonasschnelli> real 9m38.249s (gettxoutsetinfo) 00:03 < jonasschnelli> now trying with no-debug 00:04 < jonasschnelli> oh... much faster 00:04 < gmaxwell> okay so under a minute 00:04 < jonasschnelli> UTXO scan: real 0m47.572s 00:05 < gmaxwell> whew 00:06 < gmaxwell> now to just figure out how to get future spinoffs to base themselves off 0.17 or whatever will have this feature. :P 00:06 < jonasschnelli> heh 00:06 < jonasschnelli> Funny... gettxoutsetinfo takes longer: 1m3.496s 00:06 < gmaxwell> thats because you removed the flush? 00:07 < jonasschnelli> I have readded but not pulled on that machine... true! 00:07 -!- fluidjax [~fluidjax@host86-142-41-170.range86-142.btcentralplus.com] has quit [Quit: Leaving...] 00:07 < gmaxwell> thats probably it. 00:07 < jonasschnelli> doublechecking... 00:07 < gmaxwell> well ettxoutsetinfo does hashing, so maybe not just that. 00:07 < jonasschnelli> Flush is there! 00:07 < gmaxwell> okay, probably the hashing then 00:08 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 00:13 < sipa> gettxoutsetinfo uses a lot mkre CPU as it's hashing everything too 00:14 * gmaxwell estimates which planet sipa is on from the round trip time 00:14 < sipa> Europa 00:15 < sipa> hmm, rough estimate tells me the overhead of hashing the whole UTXO set shouldn't be more than a second 00:17 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 00:18 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 00:19 < gmaxwell> using bytes or compression function calls to estimate? 00:28 < gmaxwell> /query gmaxwell 00:28 < gmaxwell> oops 00:29 < gmaxwell> (yes, I talk to myself on IRC) 00:29 < sipa> gmaxwell: on a stream of several GB i'm sure that rounding up to the next multiple of 64 doesn't matter :) 00:32 < gmaxwell> well I guess the worst case overhead is only 2x for inputs longer than 32 bytes. 00:42 < gmaxwell> How'd you get into RWC btw? 00:46 < gmaxwell> nevermind. 00:47 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 00:48 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 01:11 -!- timothy [tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:15 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 255 seconds] 01:18 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 01:20 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 01:23 -!- eck [~eck@fsf/member/eck] has quit [Quit: we out here] 01:28 -!- timothy [tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 01:29 -!- timothy [tredaelli@redhat/timothy] has joined #bitcoin-core-dev 01:40 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has joined #bitcoin-core-dev 01:42 -!- pgupta [~pgupta@client-8-94.eduroam.oxuni.org.uk] has joined #bitcoin-core-dev 01:43 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has joined #bitcoin-core-dev 01:43 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has quit [Changing host] 01:43 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 01:44 -!- anome [~anome@unaffiliated/anome] has quit [] 01:46 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [Client Quit] 01:58 -!- pgupta [~pgupta@client-8-94.eduroam.oxuni.org.uk] has quit [Remote host closed the connection] 02:04 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:05 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has joined #bitcoin-core-dev 02:05 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has quit [Changing host] 02:05 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 02:09 -!- promag [~promag@bl6-24-70.dsl.telepac.pt] has quit [Remote host closed the connection] 02:12 < bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/bbc91b769973...66e3af709dd4 02:12 < bitcoin-git> bitcoin/master e60cb99 MeshCollider: Add a lock to the wallet directory 02:12 < bitcoin-git> bitcoin/master c9ed4bd MeshCollider: Add a test for wallet directory locking 02:12 < bitcoin-git> bitcoin/master 64226de MeshCollider: Generalise walletdir lock error message for correctness 02:13 < bitcoin-git> [bitcoin] laanwj closed pull request #11904: Add a lock to the wallet directory (master...201712_walletdir_lock) https://github.com/bitcoin/bitcoin/pull/11904 02:17 < wumpus> jonasschnelli: I've also fallen into that trap a few times; maybe it'd make sense to make --enable-debug builds emit a warning in the log, as well as when running the benchmarks 02:17 < gmaxwell> maybe add an extra colum "DEBUG" after the timestamp in all log output? 02:18 < gmaxwell> or something like that. 02:18 < gmaxwell> though I bet jonas was doing time ./bitcoin-cli gettxoutsetinfo :P 02:18 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 02:18 < wumpus> hehe that's very intrusive :) 02:18 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 02:18 < wumpus> on every log line 02:19 < gmaxwell> I dunno about you, though, if it only logged it at start I'd never notice. I've run the wrong binaries many times and missed the logged version numbers. 02:19 < wumpus> that veers into the domain of actively discouraging people to run debug builds 02:19 < gmaxwell> but fair enough. 02:19 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 02:19 < gmaxwell> it would be less intrusive if we already had a column there. 02:19 < wumpus> adding just a 'D' or so would be a compromise 02:19 < gmaxwell> like "bitcoin-mainnet" 02:20 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:20 < gmaxwell> or B for bitcoin mainnet... so at least your log parsing commands don't break. 02:20 < gmaxwell> ah interesting, we each thought it was intrusive for different reasons. 02:20 < wumpus> but in any case, logging it in some way is better than not logging it, even if it's just an adition to the version message, you can always check/correlate logs later 02:20 < gmaxwell> true. +1 for at least sticking it in the version string that gets logged. 02:21 < wumpus> I learned to always check the version message in the log painfully by bisecting kernels on embedded devices; it happens that the programming did go well, so I ended up testing the wrong kernel version, making me bisect 15 steps over again :p 02:21 < wumpus> did not* 02:23 < wumpus> yes it might also be intrusive for another reason (e.g. breaking log parsers) 02:24 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 256 seconds] 02:27 -!- shangzhou [uid156782@gateway/web/irccloud.com/x-jfrqxacfokufxefn] has joined #bitcoin-core-dev 02:31 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 02:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 02:40 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 02:41 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 02:50 -!- wxss [~user@185.94.189.170] has joined #bitcoin-core-dev 02:51 < bitcoin-git> [bitcoin] laanwj opened pull request #12197: Log debug build status and warn when running benchmarks (master...2018_01_debug_in_log) https://github.com/bitcoin/bitcoin/pull/12197 02:56 -!- gielbier [~gielbier@unaffiliated/gielbier] has quit [Ping timeout: 264 seconds] 02:58 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 03:00 -!- echelon [~echelon@bzflag/player/echelon] has quit [Remote host closed the connection] 03:04 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 03:09 -!- Babozor [~babozor@195.154.25.100] has joined #bitcoin-core-dev 03:15 -!- Babozor [~babozor@195.154.25.100] has quit [Read error: Connection reset by peer] 03:16 -!- Babozor [~babozor@195.154.25.100] has joined #bitcoin-core-dev 03:23 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 03:23 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 03:27 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 03:33 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 03:34 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has joined #bitcoin-core-dev 03:40 < bitcoin-git> [bitcoin] laanwj opened pull request #12198: rpc: Add deprecation error for `getinfo` (master...2018_01_getinfo_deprecation_message) https://github.com/bitcoin/bitcoin/pull/12198 03:42 -!- gielbier [~gielbier@92-111-70-106.cable.dynamic.v4.ziggo.nl] has joined #bitcoin-core-dev 03:49 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has joined #bitcoin-core-dev 03:51 -!- dpackets [~textual@2406:3003:2060:11cf:8c77:475:ad08:44cd] has joined #bitcoin-core-dev 03:52 -!- murchandamus [~murchghos@ghostdub.de] has quit [Remote host closed the connection] 03:55 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has quit [Remote host closed the connection] 03:55 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has joined #bitcoin-core-dev 03:57 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 04:00 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has quit [Ping timeout: 256 seconds] 04:04 -!- murchandamus [~murchghos@ghostdub.de] has joined #bitcoin-core-dev 04:07 -!- murchandamus [~murchghos@ghostdub.de] has quit [Remote host closed the connection] 04:09 -!- murchandamus [~murchghos@ghostdub.de] has joined #bitcoin-core-dev 04:11 -!- conor [5e2b1deb@gateway/web/freenode/ip.94.43.29.235] has joined #bitcoin-core-dev 04:12 < provoostenator> Functional test suite passes on my machine a lot more often these days, so kudos to whoever improved things. 04:12 < provoostenator> Now I just need to find out how to prevent those dozen firewall permission popups on OSX after each recompile. 04:14 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 04:15 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 04:19 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 04:22 < wumpus> you get firewall permission popups for localhost? 04:23 -!- Babozor [~babozor@195.154.25.100] has quit [Remote host closed the connection] 04:24 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has joined #bitcoin-core-dev 04:26 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 04:26 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 04:28 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 04:28 -!- games_ [sid99242@gateway/web/irccloud.com/x-rnpmupcesyxugqxe] has joined #bitcoin-core-dev 04:29 -!- Amuza [~Amuza@85.159.207.5] has joined #bitcoin-core-dev 04:30 < aj> wumpus: for #11774, i figure it makes sense to wait until #12101 and #12119 (and any other 0.16 PRs modifying tests?) get merged... should i rebase it so github is happy, or does merging it via git directly work okay? 04:30 < gribble> https://github.com/bitcoin/bitcoin/issues/11774 | [WIP] [tests] Rename functional tests by ajtowns · Pull Request #11774 · bitcoin/bitcoin · GitHub 04:30 < gribble> https://github.com/bitcoin/bitcoin/issues/12101 | Clamp walletpassphrase timeout to 2^30 seconds and check its bounds by achow101 · Pull Request #12101 · bitcoin/bitcoin · GitHub 04:30 < gribble> https://github.com/bitcoin/bitcoin/issues/12119 | [wallet] use P2WPKH change output if any destination is P2WPKH or P2SH-P2WSH by Sjors · Pull Request #12119 · bitcoin/bitcoin · GitHub 04:31 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 255 seconds] 04:31 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 04:32 < wumpus> aj: you'd need to rebase it just before merging, I guess 04:32 < wumpus> after the PRs you're waiting for go in, at least 04:32 < wumpus> rebasing *now* isn't worth it if you just have to do it again 04:33 < aj> wumpus: rebasing just means running "./fix_tests" :) (well, and eyeballing the patches, and checking the tests actually run) 04:33 < provoostenator> wumpus: it seems so, haven't investigated what exactly these functional test bitcoind nodes are asking permission for 04:33 < provoostenator> wumpus: shouldn't #11536 be in he high priority review list, given that #7729 can be based on it? 04:33 < gribble> https://github.com/bitcoin/bitcoin/issues/11536 | Rename account to label where appropriate by ryanofsky · Pull Request #11536 · bitcoin/bitcoin · GitHub 04:33 < gribble> https://github.com/bitcoin/bitcoin/issues/7729 | rpc: introduce label API for wallet by laanwj · Pull Request #7729 · bitcoin/bitcoin · GitHub 04:34 < provoostenator> aj: I don't mind doing a rebase, so don't wait for me 04:34 < wumpus> provoostenator: currently https://github.com/bitcoin/bitcoin/pulls?q=is%3Aopen+is%3Apr+milestone%3A0.16.0 is the high priority review list; the project didn't get updated last meeting 04:34 < wumpus> all focus is on getting 0.16.0 out 04:35 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 04:36 < wumpus> provoostenator: well all the tests can be run without any external network access, so rejecting them to do that shouldn't make a difference, just localhost counts 04:37 < gmaxwell> it might be due to spurrious dns lookups it doing something that looks like network access, I suppose. 04:37 < provoostenator> Right, but I'd rather not have to see that popup at all. 04:37 -!- shangzhou [uid156782@gateway/web/irccloud.com/x-jfrqxacfokufxefn] has quit [Quit: Connection closed for inactivity] 04:37 < gmaxwell> though we'd probably want to fix that if reasonably possible 04:37 < wumpus> gmaxwell: yep, it's fully possible that there is some 'leakage', there, but blocking it shouldn't affect the test results 04:37 < provoostenator> Let me try rejecting... 04:38 < provoostenator> I grew up with Windows as a kid, so I'm used to clicking Yes 04:38 < aj> oh, is https://github.com/bitcoin/bitcoin/issues/11782 (assertion failure in validation.cpp when you use a 0.15 regtest datadir with 0.16) worth fixing for 0.16? 04:38 < wumpus> I've never tried runnign the tests on host with only localhost network interface, that'd be kind of interesting (but I don't see why it wouldn't pass) 04:38 < gmaxwell> aj: uh, that sounds bad 04:39 < gmaxwell> oh right due to changing where segwit activated. 04:39 < aj> gmaxwell: 0.15's segwit activations is later than 0.16's, so erroring out is reasonable, assertion failure is just an unpleasant way of doing it 04:39 < gmaxwell> okay not bad... just ugly. 04:39 < aj> yeah 04:42 < wumpus> if it (for sure) only affects regtest it shouldn't block 0.16.0 04:43 < gmaxwell> A trivial deuglyfication could be to adjust the assert with a note about why it's triggering. 04:44 < wumpus> I've never tried runnign the tests on host with only localhost network interface, that'd be kind of interesting (but I don't see why it wouldn't pass) <- it's trivial to simulate that using linux netns, will try it 04:44 < gmaxwell> (via the string equality assert hack) 04:45 < wumpus> yes, that'd make sense 04:45 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 04:47 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has joined #bitcoin-core-dev 04:48 -!- murchandamus [~murchghos@ghostdub.de] has quit [Remote host closed the connection] 04:49 -!- conor [5e2b1deb@gateway/web/freenode/ip.94.43.29.235] has quit [Quit: Page closed] 04:49 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has quit [Remote host closed the connection] 04:49 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has joined #bitcoin-core-dev 04:53 -!- murchandamus [~murchghos@ghostdub.de] has joined #bitcoin-core-dev 04:56 -!- AriseChikun [Arise@gateway/vpn/privateinternetaccess/arisechikun] has joined #bitcoin-core-dev 05:01 < wumpus> phew, both functional and unit tests pass with only loopback networking 05:02 -!- murchandamus [~murchghos@ghostdub.de] has quit [Remote host closed the connection] 05:02 < wumpus> theoretically, with the UNIX sockets patches it could work even without a loopback interface, but I'm not going to try that :) 05:03 -!- murchandamus [~murchghos@2a01:238:42e5:ac00:0:5::] has joined #bitcoin-core-dev 05:05 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 05:06 < provoostenator> Tests seem to be fine if I deny permission. Still trying to see what triggers the permission popup. I assume it's related to what it tries to listen on. 05:06 < bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/66e3af709dd4...cad504bf4c30 05:06 < bitcoin-git> bitcoin/master 5f911c5 mruddy: trivial: fix address_type help text of getnewaddress and getrawchangeaddress 05:06 < bitcoin-git> bitcoin/master cad504b MarcoFalke: Merge #12177: trivial: fix address_type help text of getnewaddress and getrawchangeaddress... 05:07 < bitcoin-git> [bitcoin] MarcoFalke closed pull request #12177: trivial: fix address_type help text of getnewaddress and getrawchangeaddress (master...trivial1) https://github.com/bitcoin/bitcoin/pull/12177 05:08 -!- murchandamus [~murchghos@2a01:238:42e5:ac00:0:5::] has quit [Remote host closed the connection] 05:09 -!- murchandamus [~murchghos@ghostdub.de] has joined #bitcoin-core-dev 05:11 -!- Babozor [~babozor@195.154.25.100] has joined #bitcoin-core-dev 05:12 -!- murchandamus [~murchghos@ghostdub.de] has quit [Remote host closed the connection] 05:15 -!- murchandamus [~murchghos@2a01:238:42e5:ac00:0:5::] has joined #bitcoin-core-dev 05:18 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-ancxszkaxaikaaij] has quit [Quit: Connection closed for inactivity] 05:19 < provoostenator> OSX remembers the answer to the popup question until you recompile bitcoind with some change (whitespace is enough). src/bitcoind -regtest is enough to trigger it. -listen=0 prevents it 05:20 < provoostenator> -bind=127.0.0.1 also prevents the popup 05:21 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 05:22 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:22 -!- belcher [~belcher@unaffiliated/belcher] has joined #bitcoin-core-dev 05:22 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has quit [Ping timeout: 264 seconds] 05:22 -!- murchandamus [~murchghos@2a01:238:42e5:ac00:0:5::] has quit [Remote host closed the connection] 05:23 -!- Emcy [~Emcy@unaffiliated/emcy] has joined #bitcoin-core-dev 05:25 -!- murchandamus [~murchghos@2a01:238:42e5:ac00:0:5::] has joined #bitcoin-core-dev 05:25 < wumpus> right, it probably remembers the hash of the executable. Which is cleverer than some windows 'firewall' software I've encountered which just looks at the name of a program... 05:25 < wumpus> provoostenator: binding to 127.0.0.1 would make sense for the functional test suite 05:25 < provoostenator> Adding -bind=127.0.0.1 to each test node in address_types.py make the popup go away while tests still pass, so that's probably the solution. 05:26 -!- Babozor_ [~babozor@195.154.25.100] has joined #bitcoin-core-dev 05:26 < wumpus> there is no need for the tests to blnd globally, it could even be somewhat of a security risk 05:26 < gmaxwell> I was about to say the same thing (security risk) 05:26 < provoostenator> wumpus: not sure if it's just the hash. Adding whitespace, recompiling and then removing whitespace and recompiling also triggers the popup. But deleting the executable and then running make again doesn't. 05:26 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Remote host closed the connection] 05:27 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has joined #bitcoin-core-dev 05:27 < gmaxwell> like if some future change/mistake resulted in setting static rpc credentials in some test, and enabling remote connections... then someone could, if not worse, at least clobber files you can write to with wallet backups and dumps. 05:28 < gmaxwell> provoostenator: timestamp is pretty cheap to include in a hash... or maybe OSX has some kind of privledged capabilities for executables. 05:28 -!- atroxes [~atroxes@unaffiliated/atroxes] has quit [Ping timeout: 265 seconds] 05:28 -!- Babozor [~babozor@195.154.25.100] has quit [Ping timeout: 256 seconds] 05:29 < gmaxwell> would be pretty useful for AV/backups to be able to set a flag on a file that only the setting program can access, that gets nuked if the file is modified. 05:30 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 05:32 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 05:35 -!- murchandamus [~murchghos@2a01:238:42e5:ac00:0:5::] has quit [Remote host closed the connection] 05:37 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 05:38 -!- murchandamus [~murchghos@ghostdub.de] has joined #bitcoin-core-dev 05:41 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 264 seconds] 05:43 -!- anuby_ [~anuby@219.146.242.179] has quit [Read error: Connection reset by peer] 05:43 -!- anuby [~anuby@219.146.242.179] has joined #bitcoin-core-dev 05:45 -!- piBTCdev2 [~pi@c-73-128-186-71.hsd1.de.comcast.net] has quit [Quit: Leaving] 05:53 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 248 seconds] 05:54 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 05:55 -!- atroxes [~atroxes@unaffiliated/atroxes] has joined #bitcoin-core-dev 06:00 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-racaffaomhcexccz] has quit [Quit: Connection closed for inactivity] 06:00 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has joined #bitcoin-core-dev 06:02 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 240 seconds] 06:05 -!- twoken [~twoken@110.177.188.119] has quit [Ping timeout: 255 seconds] 06:07 < bitcoin-git> [bitcoin] Sjors opened pull request #12200: Bind functional test nodes to 127.0.0.1 (master...test-framework-bind) https://github.com/bitcoin/bitcoin/pull/12200 06:09 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has joined #bitcoin-core-dev 06:09 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has quit [Changing host] 06:09 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 06:11 -!- eck [~eck@fsf/member/eck] has quit [Ping timeout: 256 seconds] 06:15 -!- lnostdal [~lnostdal@77.70.119.51] has joined #bitcoin-core-dev 06:20 -!- Babozor_ [~babozor@195.154.25.100] has quit [Remote host closed the connection] 06:21 -!- wtabata [~wtabata@179.235.79.229] has joined #bitcoin-core-dev 06:24 -!- promag [~promag@a89-155-237-73.cpe.netcabo.pt] has joined #bitcoin-core-dev 06:27 -!- aruns__ [~indistylo@119.82.105.106] has quit [Ping timeout: 255 seconds] 06:27 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 06:27 -!- moctost [~moctost@cpe-107-9-138-59.neo.res.rr.com] has quit [Quit: moctost] 06:27 -!- moctost [~moctost@cpe-107-9-138-59.neo.res.rr.com] has joined #bitcoin-core-dev 06:30 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has quit [Remote host closed the connection] 06:31 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has joined #bitcoin-core-dev 06:32 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 06:33 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 06:34 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has joined #bitcoin-core-dev 06:34 -!- goksinen_ [~pgupta@client-8-94.eduroam.oxuni.org.uk] has joined #bitcoin-core-dev 06:35 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has quit [Read error: Connection reset by peer] 06:35 -!- Babozor [~babozor@195.154.25.100] has joined #bitcoin-core-dev 06:35 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has quit [Ping timeout: 248 seconds] 06:35 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has joined #bitcoin-core-dev 06:38 -!- goksinen_ [~pgupta@client-8-94.eduroam.oxuni.org.uk] has quit [Ping timeout: 248 seconds] 06:43 -!- indistylo [~indistylo@119.82.105.106] has joined #bitcoin-core-dev 06:44 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has quit [Read error: Connection reset by peer] 06:47 -!- dpackets [~textual@2406:3003:2060:11cf:8c77:475:ad08:44cd] has quit [Quit: My iMac has gone to sleep. ZZZzzz…] 06:49 -!- dpackets [~textual@2406:3003:2060:11cf:615f:8526:ca7:2c96] has joined #bitcoin-core-dev 06:49 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has joined #bitcoin-core-dev 06:53 -!- daouzo23 [~daraki235@81-223-13-90.static.upcbusiness.at] has joined #bitcoin-core-dev 07:01 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has quit [Remote host closed the connection] 07:07 -!- zautomata [~zautomata@unaffiliated/zautomata] has joined #bitcoin-core-dev 07:08 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 07:10 -!- indistylo [~indistylo@119.82.105.106] has quit [Ping timeout: 268 seconds] 07:24 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has quit [Quit: .] 07:25 -!- PaulCapestany [~PaulCapes@ip68-100-207-91.dc.dc.cox.net] has joined #bitcoin-core-dev 07:26 -!- ohnx [~ohnx@unaffiliated/ohnx] has quit [Remote host closed the connection] 07:32 -!- keks [5b4055c9@gateway/web/freenode/ip.91.64.85.201] has joined #bitcoin-core-dev 07:34 -!- daouzo23 [~daraki235@81-223-13-90.static.upcbusiness.at] has quit [Ping timeout: 256 seconds] 07:46 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 07:47 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 07:50 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 07:51 -!- schmidty [~schmidty@unaffiliated/schmidty] has joined #bitcoin-core-dev 07:56 -!- hehe [7da42db5@gateway/web/freenode/ip.125.164.45.181] has joined #bitcoin-core-dev 07:57 < hehe> hello 07:58 < hehe> can i ask bout wallet service that i develop from bitcore? 07:58 < hehe> #bitcoin 07:59 -!- avila [574d7925@gateway/web/freenode/ip.87.77.121.37] has joined #bitcoin-core-dev 07:59 -!- dpackets [~textual@2406:3003:2060:11cf:615f:8526:ca7:2c96] has quit [Quit: Textual IRC Client: www.textualapp.com] 08:00 -!- dpackets [~textual@2406:3003:2060:11cf:615f:8526:ca7:2c96] has joined #bitcoin-core-dev 08:01 -!- dpackets [~textual@2406:3003:2060:11cf:615f:8526:ca7:2c96] has quit [Client Quit] 08:02 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 08:03 -!- hehe [7da42db5@gateway/web/freenode/ip.125.164.45.181] has quit [Ping timeout: 260 seconds] 08:04 -!- Amuza [~Amuza@85.159.207.5] has quit [Ping timeout: 240 seconds] 08:06 -!- d4ve8 [d4ve@gateway/vpn/privateinternetaccess/d4ve] has quit [Ping timeout: 248 seconds] 08:13 -!- slimsh4dy [lem0NE@host190-110-dynamic.50-79-r.retail.telecomitalia.it] has joined #bitcoin-core-dev 08:20 -!- eck [~eck@fsf/member/eck] has quit [Quit: we out here] 08:20 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 255 seconds] 08:21 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 08:23 -!- moctost_ [~moctost@209.95.51.97] has joined #bitcoin-core-dev 08:24 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 08:24 -!- moctost [~moctost@cpe-107-9-138-59.neo.res.rr.com] has quit [Ping timeout: 248 seconds] 08:24 -!- moctost_ is now known as moctost 08:24 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 08:25 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 08:28 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 08:29 -!- nsh [~lol@wikipedia/nsh] has quit [Quit: ZNC - http://znc.in] 08:29 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 08:35 -!- Murch [~murch@96-82-80-28-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 08:36 -!- moctost [~moctost@209.95.51.97] has quit [Ping timeout: 264 seconds] 08:36 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:36 -!- nsh [~lol@wikipedia/nsh] has joined #bitcoin-core-dev 08:37 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 260 seconds] 08:39 -!- wtabata [~wtabata@179.235.79.229] has quit [Ping timeout: 256 seconds] 08:40 -!- promag [~promag@a89-155-237-73.cpe.netcabo.pt] has quit [Remote host closed the connection] 08:40 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Ping timeout: 240 seconds] 08:46 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 276 seconds] 08:50 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 08:52 -!- Colby8Will [~Colby8Wil@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 276 seconds] 08:59 -!- ula [~ula@b2b-78-94-11-194.unitymedia.biz] has joined #bitcoin-core-dev 09:01 -!- Babozor [~babozor@195.154.25.100] has quit [Remote host closed the connection] 09:01 -!- Babozor [~babozor@81.171.81.239] has joined #bitcoin-core-dev 09:08 -!- zautomata [~zautomata@unaffiliated/zautomata] has quit [Quit: WeeChat 1.7] 09:08 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 09:11 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Client Quit] 09:12 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has quit [Read error: Connection reset by peer] 09:13 -!- Milford81Dach [~Milford81@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 09:14 -!- tripleslash [~triplesla@unaffiliated/imsaguy] has joined #bitcoin-core-dev 09:18 -!- jb55 [~jb55@208.98.200.100] has joined #bitcoin-core-dev 09:20 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 09:21 -!- Babozor [~babozor@81.171.81.239] has quit [Remote host closed the connection] 09:33 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has joined #bitcoin-core-dev 09:33 -!- donaloconnor [~Donal@80.111.255.30] has joined #bitcoin-core-dev 09:36 -!- avila [574d7925@gateway/web/freenode/ip.87.77.121.37] has quit [Quit: Page closed] 09:37 -!- rashy [2e7e6c43@gateway/web/freenode/ip.46.126.108.67] has joined #bitcoin-core-dev 09:37 -!- goksinen [~pgupta@client-8-94.eduroam.oxuni.org.uk] has quit [Ping timeout: 256 seconds] 09:38 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has quit [Remote host closed the connection] 09:38 -!- rashy [2e7e6c43@gateway/web/freenode/ip.46.126.108.67] has quit [Client Quit] 09:40 -!- Babozor [~babozor@195.154.25.100] has joined #bitcoin-core-dev 09:41 -!- Babozor [~babozor@195.154.25.100] has quit [Remote host closed the connection] 09:41 -!- Babozor [~babozor@81.171.81.239] has joined #bitcoin-core-dev 09:49 -!- gribble [~gribble@unaffiliated/nanotube/bot/gribble] has joined #bitcoin-core-dev 09:50 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 09:51 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Remote host closed the connection] 09:57 -!- wtabata [~wtabata@179.235.79.229] has joined #bitcoin-core-dev 09:58 -!- wtabata [~wtabata@179.235.79.229] has left #bitcoin-core-dev [] 09:58 -!- wtabata [~wtabata@179.235.79.229] has joined #bitcoin-core-dev 09:59 -!- goksinen [~pgupta@94.119.128.3] has joined #bitcoin-core-dev 09:59 -!- timothy [tredaelli@redhat/timothy] has quit [Quit: Konversation terminated!] 10:02 -!- isis [~isis@abulafia.patternsinthevoid.net] has joined #bitcoin-core-dev 10:03 -!- goksinen_ [~pgupta@176.12.107.140] has joined #bitcoin-core-dev 10:04 -!- goksinen [~pgupta@94.119.128.3] has quit [Ping timeout: 260 seconds] 10:04 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has joined #bitcoin-core-dev 10:08 -!- slimsh4dy [lem0NE@host190-110-dynamic.50-79-r.retail.telecomitalia.it] has left #bitcoin-core-dev [] 10:08 -!- schmidty [~schmidty@unaffiliated/schmidty] has quit [Remote host closed the connection] 10:12 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 10:15 -!- mandric [~mandric@64.107.3.126] has joined #bitcoin-core-dev 10:16 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-nebdeilekudzouyj] has joined #bitcoin-core-dev 10:16 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 10:20 -!- Babozor_ [~babozor@176.67.84.129] has joined #bitcoin-core-dev 10:22 -!- anome [~anome@unaffiliated/anome] has quit [] 10:22 -!- rishi_07 [75d3566c@gateway/web/freenode/ip.117.211.86.108] has joined #bitcoin-core-dev 10:22 -!- Babozor [~babozor@81.171.81.239] has quit [Ping timeout: 240 seconds] 10:26 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has joined #bitcoin-core-dev 10:26 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has quit [Changing host] 10:26 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 10:29 -!- kbgg [Elite20763@gateway/shell/elitebnc/x-cqjxnwkfghgwoxcu] has quit [Quit: EliteBNC - http://elitebnc.org (Auto-Removal: idle account/not being used)] 10:32 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 10:32 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 10:33 -!- hirishaway is now known as hirish 10:35 -!- rishi_07 [75d3566c@gateway/web/freenode/ip.117.211.86.108] has quit [Quit: Page closed] 10:36 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 10:38 -!- SevenTimes__ [SevenTimes@gateway/vpn/privateinternetaccess/seventimes] has joined #bitcoin-core-dev 10:41 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 10:42 -!- SevenTimes_ [~SevenTime@c-73-162-115-183.hsd1.ca.comcast.net] has quit [Ping timeout: 256 seconds] 10:54 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has joined #bitcoin-core-dev 10:54 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has quit [Changing host] 10:54 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 10:56 -!- gwillen [~gwillen@unaffiliated/gwillen] has joined #bitcoin-core-dev 10:56 -!- gwillen [~gwillen@unaffiliated/gwillen] has quit [Client Quit] 10:57 < bitcoin-git> [bitcoin] morcos opened pull request #12204: Fix overly eager BIP30 bypass (master...bip30bypassfix) https://github.com/bitcoin/bitcoin/pull/12204 10:57 < morcos> oops 11:00 < echeveria> was slightly worried until I realised how far we are from block height 1.9M. 11:02 -!- Amuza [~Amuza@2a01:c50e:d635:4400:8070:4a44:1708:7726] has joined #bitcoin-core-dev 11:04 < rabidus> you can continue breathing 11:08 -!- gwillen [~gwillen@unaffiliated/gwillen] has joined #bitcoin-core-dev 11:11 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 11:12 -!- CubicEarths [~cubiceart@c-73-181-185-197.hsd1.wa.comcast.net] has joined #bitcoin-core-dev 11:12 -!- eck [~eck@fsf/member/eck] has quit [Client Quit] 11:12 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 11:12 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 11:12 -!- Amuza [~Amuza@2a01:c50e:d635:4400:8070:4a44:1708:7726] has quit [Ping timeout: 256 seconds] 11:13 -!- eck [~eck@fsf/member/eck] has quit [Client Quit] 11:14 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has joined #bitcoin-core-dev 11:14 -!- Cogito_Ergo_Sum [~Myself@athedsl-91412.home.otenet.gr] has quit [Changing host] 11:14 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 11:17 -!- Amuza [~Amuza@2a01:c50e:d635:4400:68cd:5a35:6eb4:e62d] has joined #bitcoin-core-dev 11:31 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has quit [] 11:32 -!- Amuza [~Amuza@2a01:c50e:d635:4400:68cd:5a35:6eb4:e62d] has quit [Ping timeout: 256 seconds] 11:33 < games_> echeveria: what's the difference between block size and block height? 11:33 < games_> (if this is the wrong place to ask, sorry) 11:34 < echeveria> what's the difference between a tomato and a cucumber? 11:35 < Randolf> games_: This might be helpful to you: https://bitcoin.org/en/glossary/block-height 11:36 < Randolf> games_: And this: https://en.bitcoin.it/wiki/Scalability_FAQ 11:37 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 11:39 < instagibbs> games_, #bitcoin please 11:41 -!- ohnx [~ohnx@unaffiliated/ohnx] has joined #bitcoin-core-dev 11:47 -!- Amuza [~Amuza@2a01:c50e:d635:4400:68cd:5a35:6eb4:e62d] has joined #bitcoin-core-dev 11:48 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 11:48 -!- Milford81Dach [~Milford81@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 248 seconds] 11:48 -!- zelest [jesper@ifconfig.se] has quit [Quit: Those who say it is impossible should not disturb those doing it.] 11:48 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 11:51 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Read error: Connection reset by peer] 11:51 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 11:52 -!- goksinen_ [~pgupta@176.12.107.140] has quit [Remote host closed the connection] 11:53 -!- Amuza [~Amuza@2a01:c50e:d635:4400:68cd:5a35:6eb4:e62d] has quit [Ping timeout: 256 seconds] 11:53 -!- goksinen [~pgupta@176.12.107.140] has joined #bitcoin-core-dev 11:53 -!- goksinen [~pgupta@176.12.107.140] has quit [Remote host closed the connection] 11:54 -!- Amuza [~Amuza@2a01:c50e:d635:4400:68cd:5a35:6eb4:e62d] has joined #bitcoin-core-dev 12:04 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 12:04 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 12:05 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 12:07 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Remote host closed the connection] 12:07 -!- Babozor_ [~babozor@176.67.84.129] has quit [] 12:08 -!- Amuza [~Amuza@2a01:c50e:d635:4400:68cd:5a35:6eb4:e62d] has quit [Ping timeout: 256 seconds] 12:11 -!- mandric [~mandric@64.107.3.126] has quit [Quit: Computer has gone to sleep.] 12:12 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 12:13 -!- Haskell1Reichel [~Haskell1R@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 12:13 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [Remote host closed the connection] 12:16 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 12:19 -!- Murch [~murch@96-82-80-28-static.hfc.comcastbusiness.net] has quit [Quit: Plugging out.] 12:19 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 12:20 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has joined #bitcoin-core-dev 12:20 -!- Amuza [~Amuza@2a01:c50e:d635:4400:21b3:c90e:c2b9:8872] has joined #bitcoin-core-dev 12:20 -!- ohnx [~ohnx@unaffiliated/ohnx] has quit [Ping timeout: 255 seconds] 12:21 -!- ohnx [~ohnx@unaffiliated/ohnx] has joined #bitcoin-core-dev 12:21 -!- anome [~anome@unaffiliated/anome] has quit [Client Quit] 12:28 -!- SopaXorzTaker [~SopaXorzT@unaffiliated/sopaxorztaker] has quit [Quit: Leaving] 12:29 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 12:31 -!- marcoagner [~user@gateway/tor-sasl/marcoagner] has quit [Quit: WeeChat 1.9.1] 12:31 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 12:39 -!- Amuza [~Amuza@2a01:c50e:d635:4400:21b3:c90e:c2b9:8872] has quit [Ping timeout: 256 seconds] 12:41 -!- Amuza [~Amuza@2a01:c50e:d635:4400:21b3:c90e:c2b9:8872] has joined #bitcoin-core-dev 12:41 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 12:43 -!- Haskell1Reichel [~Haskell1R@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 260 seconds] 12:44 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 12:44 < games_> instagibbs, Randolf: thanks 12:46 -!- Amuza [~Amuza@2a01:c50e:d635:4400:21b3:c90e:c2b9:8872] has quit [Ping timeout: 256 seconds] 12:49 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 12:54 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has joined #bitcoin-core-dev 12:57 -!- mandric [~mandric@c-73-73-148-9.hsd1.il.comcast.net] has joined #bitcoin-core-dev 12:57 -!- larafale [~larafale@ax213-1-82-66-157-194.fbx.proxad.net] has quit [Ping timeout: 240 seconds] 12:59 -!- goksinen [~goksinen@109.246.173.166] has joined #bitcoin-core-dev 13:03 -!- ula [~ula@b2b-78-94-11-194.unitymedia.biz] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 13:07 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 13:09 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 13:11 -!- ula [~ula@b2b-78-94-11-194.unitymedia.biz] has joined #bitcoin-core-dev 13:11 -!- meshcollider [uid246294@gateway/web/irccloud.com/x-uldznfcpukpmgvpr] has joined #bitcoin-core-dev 13:12 -!- gwillen [~gwillen@unaffiliated/gwillen] has quit [Remote host closed the connection] 13:13 -!- Owen10Hermiston [~Owen10Her@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 13:19 -!- Jay_____ [ade0a245@gateway/web/freenode/ip.173.224.162.69] has joined #bitcoin-core-dev 13:21 -!- Jay_____ [ade0a245@gateway/web/freenode/ip.173.224.162.69] has quit [Client Quit] 13:23 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has joined #bitcoin-core-dev 13:24 -!- echelon [~echelon@bzflag/player/echelon] has quit [Ping timeout: 272 seconds] 13:34 -!- anome [~anome@unaffiliated/anome] has joined #bitcoin-core-dev 13:35 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 260 seconds] 13:36 -!- goksinen [~goksinen@109.246.173.166] has quit [Remote host closed the connection] 13:36 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 13:39 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Ping timeout: 256 seconds] 13:47 -!- Giszmo [~leo@ip-55-237-219-201.nextelmovil.cl] has joined #bitcoin-core-dev 13:55 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 13:56 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has quit [Ping timeout: 255 seconds] 13:59 -!- goksinen [~pgupta@109.246.173.166] has joined #bitcoin-core-dev 14:01 -!- DoC10450 [~Dr10450@97.103.82.143] has joined #bitcoin-core-dev 14:01 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has joined #bitcoin-core-dev 14:02 -!- trotski2000 [sid206086@gateway/web/irccloud.com/x-kvhpfjmzwcljtlci] has quit [Quit: Connection closed for inactivity] 14:03 -!- Dr10450 [~Dr10450@97.103.82.143] has quit [Ping timeout: 248 seconds] 14:04 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 14:05 -!- spinza [~spin@196.212.164.26] has quit [Quit: Coyote finally caught up with me...] 14:05 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has quit [Ping timeout: 240 seconds] 14:12 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has quit [Ping timeout: 248 seconds] 14:12 -!- nullptr| [~nullptr|@ip-94-113-103-134.net.upcbroadband.cz] has joined #bitcoin-core-dev 14:13 -!- Guyver2 [AdiIRC@guyver2.xs4all.nl] has quit [Quit: Going offline, see ya! (www.adiirc.com)] 14:18 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has quit [] 14:21 < dx25_> With my update to boost 1.66.0-1, I'm getting this really hard-to-understand (for me) compile error. i guess something should be const that isn't? 14:21 < dx25_> https://pastebin.com/DQr2t7ss 14:21 < dx25_> compiling latest commit in master 14:25 < echelon> dx25_: what version of boost do you have installed? 14:26 < dx25_> 1.66.0-1. If i downgrade to previous version it compiles ok. 14:27 < echelon> 1.66.0-1 doesn't seem to be a release verrsion 14:27 < echelon> is that something from your distro? 14:28 < dx25_> maybe so 14:28 < dx25_> antergos 14:28 < dx25_> which i thought was just arch but maybe not 14:28 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has joined #bitcoin-core-dev 14:28 < echelon> yeah, you should find out what they patched up in boost 14:29 -!- Randolf [~randolf@96.53.47.42] has quit [Ping timeout: 240 seconds] 14:29 < echelon> because i'm running 1.66.0, without any changes made by my distro maintainers, and it compiles cleanly 14:30 -!- Owen10Hermiston [~Owen10Her@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 248 seconds] 14:31 < dx25_> looks like they did some weird patchups to their bitcoin package too, the version number there is 0.15.1-4 14:31 -!- Giszmo [~leo@ip-55-237-219-201.nextelmovil.cl] has quit [Ping timeout: 264 seconds] 14:32 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:32 -!- JackH [~laptop@i25091.upc-i.chello.nl] has joined #bitcoin-core-dev 14:32 < echelon> maybe you should let them know about the fix and have them just use the patch from master 14:34 < dx25_> this seems to be the official archlinux packages from "extra". i'm going to get their package sources and see what they changed. 14:35 < dx25_> https://git.archlinux.org/svntogit/community.git/tree/trunk/0001-Make-boost-multi_index-comparators-const.patch?h=packages/bitcoin 14:36 < dx25_> seems like this change ought to get merged into core? 14:42 -!- spinza [~spin@196.212.164.26] has joined #bitcoin-core-dev 14:42 -!- Scrat [~herp@unaffiliated/scrat] has joined #bitcoin-core-dev 14:43 -!- Randolf [~randolf@nat-soc-241-249.tdbank.ca] has joined #bitcoin-core-dev 14:43 -!- tknp [~tknp@unaffiliated/tknp] has joined #bitcoin-core-dev 14:43 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has quit [Ping timeout: 255 seconds] 14:47 -!- Randolf [~randolf@nat-soc-241-249.tdbank.ca] has quit [Ping timeout: 240 seconds] 14:48 < sipa> dx25_: it already is 14:48 < sipa> (in master, not in a release) 14:52 -!- goksinen [~pgupta@109.246.173.166] has quit [Remote host closed the connection] 14:53 -!- goksinen [~pgupta@109.246.173.166] has joined #bitcoin-core-dev 14:55 < dx25_> oh, thought i git fetched, maybe not. 14:55 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has joined #bitcoin-core-dev 14:57 -!- Pavle [~pavle_@unaffiliated/pavle/x-4679000] has quit [Client Quit] 15:00 < ossifrage> I wonder why this fails: bitcoin-cli getblock $(bitcoin-cli getblockchaininfo | jq .bestblockhash) 15:01 < ossifrage> Stupid extra quotes, doh 15:02 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 15:03 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 15:05 -!- donaloconnor [~Donal@80.111.255.30] has quit [Ping timeout: 240 seconds] 15:08 -!- dodomojo [~goksinen@109.246.173.166] has joined #bitcoin-core-dev 15:13 -!- Devin15Powlowski [~Devin15Po@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 15:13 -!- dodomojo [~goksinen@109.246.173.166] has quit [Ping timeout: 256 seconds] 15:13 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has quit [Ping timeout: 255 seconds] 15:15 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 15:15 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 15:16 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 15:19 -!- Cogito_Ergo_Sum [~Myself@unaffiliated/cogito-ergo-sum/x-7399460] has joined #bitcoin-core-dev 15:32 -!- echelon [~echelon@bzflag/player/echelon] has quit [Remote host closed the connection] 15:33 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 256 seconds] 15:34 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 15:40 -!- satwo [~textual@2602:306:378a:6fb0:3c34:166e:9f8a:f819] has joined #bitcoin-core-dev 15:41 -!- satwo [~textual@2602:306:378a:6fb0:3c34:166e:9f8a:f819] has quit [Client Quit] 15:41 -!- keks [5b4055c9@gateway/web/freenode/ip.91.64.85.201] has quit [Ping timeout: 260 seconds] 15:41 -!- satwo [~textual@2602:306:378a:6fb0:3c34:166e:9f8a:f819] has joined #bitcoin-core-dev 15:45 -!- YellowSphere [~YellowSph@31.204.104.212] has joined #bitcoin-core-dev 15:46 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 15:52 -!- Tennis [~Tennis@unaffiliated/tennis] has joined #bitcoin-core-dev 15:54 -!- Randolf [~randolf@S0106c8fb26572f40.vc.shawcable.net] has joined #bitcoin-core-dev 15:57 -!- Devin15Powlowski [~Devin15Po@ns334669.ip-5-196-64.eu] has quit [Ping timeout: 276 seconds] 16:00 -!- echelon [~echelon@bzflag/player/echelon] has quit [Remote host closed the connection] 16:00 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 16:01 -!- mandric [~mandric@c-73-73-148-9.hsd1.il.comcast.net] has quit [Quit: Computer has gone to sleep.] 16:05 -!- Randolf [~randolf@S0106c8fb26572f40.vc.shawcable.net] has quit [Ping timeout: 248 seconds] 16:08 -!- owowo [~ovovo@unaffiliated/ovovo] has quit [Ping timeout: 256 seconds] 16:08 -!- owowo [~ovovo@unaffiliated/ovovo] has joined #bitcoin-core-dev 16:12 -!- Randolf [~randolf@S0106c8fb26572f40.vc.shawcable.net] has joined #bitcoin-core-dev 16:13 -!- Asa89Marvin [~Asa89Marv@ns334669.ip-5-196-64.eu] has joined #bitcoin-core-dev 16:14 -!- vicenteH [~user@35.233.15.37.dynamic.jazztel.es] has quit [Ping timeout: 276 seconds] 16:15 -!- anome [~anome@unaffiliated/anome] has quit [] 16:16 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 276 seconds] 16:27 -!- promag [~promag@bl22-247-244.dsl.telepac.pt] has joined #bitcoin-core-dev 16:28 < promag> is #12194 something to go in the next version? 16:28 < gribble> https://github.com/bitcoin/bitcoin/issues/12194 | Add change type option to fundrawtransaction by promag · Pull Request #12194 · bitcoin/bitcoin · GitHub 16:30 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 16:31 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has joined #bitcoin-core-dev 16:39 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has quit [Read error: Connection reset by peer] 16:40 -!- Victor_sueca [~Victorsue@unaffiliated/victorsueca] has joined #bitcoin-core-dev 16:46 -!- goatpig [56f75683@gateway/web/freenode/ip.86.247.86.131] has quit [Quit: Page closed] 16:48 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 16:48 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #bitcoin-core-dev 16:51 -!- stevenroose_ [~steven@vps.weuste.club] has quit [Ping timeout: 255 seconds] 16:52 -!- stevenroose [~steven@vps.weuste.club] has joined #bitcoin-core-dev 16:53 < meshcollider> do we want #11708 in 0.16 as well for better P2SH-P2WSH support or no 16:53 < gribble> https://github.com/bitcoin/bitcoin/issues/11708 | Add P2SH-P2WSH support to signrawtransaction and listunspent RPC by MeshCollider · Pull Request #11708 · bitcoin/bitcoin · GitHub 16:57 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has quit [Ping timeout: 240 seconds] 17:00 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has joined #bitcoin-core-dev 17:04 -!- belcher [~belcher@unaffiliated/belcher] has quit [Quit: Leaving] 17:05 -!- Tennis [~Tennis@unaffiliated/tennis] has quit [Read error: Connection reset by peer] 17:06 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has quit [Remote host closed the connection] 17:09 -!- flokie [~flokie@unaffiliated/flokie] has joined #bitcoin-core-dev 17:10 -!- jb55 [~jb55@208.98.200.100] has quit [Ping timeout: 256 seconds] 17:10 -!- YellowSphere [~YellowSph@31.204.104.212] has quit [Quit: Leaving] 17:18 < bitcoin-git> [bitcoin] MarcoFalke opened pull request #12206: qa: Have wallet wait for TransactionAddedToMempool (master...Mf1801-qaWalletMempoolAsync) https://github.com/bitcoin/bitcoin/pull/12206 17:25 -!- hirish is now known as hirishaway 17:33 -!- Randolf [~randolf@S0106c8fb26572f40.vc.shawcable.net] has quit [Ping timeout: 256 seconds] 17:34 -!- JackH [~laptop@i25091.upc-i.chello.nl] has quit [Ping timeout: 255 seconds] 17:37 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 17:38 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 17:44 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-nebdeilekudzouyj] has quit [Quit: Connection closed for inactivity] 17:46 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has joined #bitcoin-core-dev 17:51 -!- wacawacawaca [~user@cpe-172-101-144-51.rochester.res.rr.com] has quit [Ping timeout: 256 seconds] 17:54 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 18:06 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Remote host closed the connection] 18:06 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has joined #bitcoin-core-dev 18:08 -!- twoken [~twoken@110.177.188.119] has joined #bitcoin-core-dev 18:09 -!- echelon [~echelon@bzflag/player/echelon] has quit [Ping timeout: 272 seconds] 18:11 -!- Krellan [~Krellan@50-242-94-241-static.hfc.comcastbusiness.net] has quit [Ping timeout: 268 seconds] 18:12 -!- rattlnbones [43b0f70f@gateway/web/freenode/ip.67.176.247.15] has joined #bitcoin-core-dev 18:13 -!- rattlnbones [43b0f70f@gateway/web/freenode/ip.67.176.247.15] has quit [Client Quit] 18:13 -!- coincrispy [bed4aa92@gateway/web/freenode/ip.190.212.170.146] has joined #bitcoin-core-dev 18:14 -!- coincrispy [bed4aa92@gateway/web/freenode/ip.190.212.170.146] has quit [Client Quit] 18:16 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 265 seconds] 18:21 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 18:28 -!- Scrat [~herp@unaffiliated/scrat] has quit [Quit: .] 18:30 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has quit [Ping timeout: 272 seconds] 18:30 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has joined #bitcoin-core-dev 18:33 -!- intcat [~zshlyk@gateway/tor-sasl/intcat] has joined #bitcoin-core-dev 18:37 -!- wxss [~user@185.94.189.170] has quit [Quit: leaving] 18:39 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 272 seconds] 18:42 -!- ula [~ula@b2b-78-94-11-194.unitymedia.biz] has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/] 18:47 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #bitcoin-core-dev 18:49 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has joined #bitcoin-core-dev 18:51 -!- DarylSharp [~DarylShar@2601:14e:101:faa0::2] has joined #bitcoin-core-dev 19:12 -!- Randolf [~randolf@96.53.47.42] has joined #bitcoin-core-dev 19:15 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has quit [Remote host closed the connection] 19:18 -!- Giszmo [~leo@pc-204-28-214-201.cm.vtr.net] has quit [Quit: Leaving.] 19:20 -!- indistylo [~indistylo@171.48.14.109] has joined #bitcoin-core-dev 19:21 -!- Chris_Stewart_5 [chris@gateway/vpn/privateinternetaccess/chrisstewart5/x-62865615] has quit [Ping timeout: 256 seconds] 19:29 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has quit [Ping timeout: 256 seconds] 19:31 -!- aruns [~indistylo@122.171.59.50] has joined #bitcoin-core-dev 19:33 -!- indistylo [~indistylo@171.48.14.109] has quit [Ping timeout: 248 seconds] 19:35 -!- aruns [~indistylo@122.171.59.50] has quit [Ping timeout: 256 seconds] 19:46 -!- jb55 [~jb55@70-36-49-138.dyn.novuscom.net] has joined #bitcoin-core-dev 19:59 -!- tknp [~tknp@unaffiliated/tknp] has quit [Quit: tknp] 20:00 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 20:01 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 20:02 -!- echelon [~echelon@bzflag/player/echelon] has quit [Ping timeout: 272 seconds] 20:06 -!- dermoth [~dermoth@gateway/tor-sasl/dermoth] has quit [Ping timeout: 272 seconds] 20:07 -!- jtimon [~quassel@41.31.134.37.dynamic.jazztel.es] has quit [Ping timeout: 256 seconds] 20:35 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 20:35 -!- rabidus [~rabidus@91-145-115-22.bb.dnainternet.fi] has quit [Ping timeout: 276 seconds] 20:35 -!- boblee [~boblee@199.195.253.210] has quit [Changing host] 20:35 -!- boblee [~boblee@unaffiliated/boblee] has joined #bitcoin-core-dev 20:35 -!- rafalcpp [~racalcppp@84-10-11-234.static.chello.pl] has quit [Read error: Connection reset by peer] 20:36 -!- rabidus [~rabidus@91-145-115-22.bb.dnainternet.fi] has joined #bitcoin-core-dev 20:42 -!- tknp [~tknp@unaffiliated/tknp] has joined #bitcoin-core-dev 20:42 -!- echelon [~echelon@bzflag/player/echelon] has joined #bitcoin-core-dev 20:47 -!- rafalcpp__ [~racalcppp@84-10-11-234.static.chello.pl] has joined #bitcoin-core-dev 20:47 -!- rafalcpp_ [~racalcppp@84-10-11-234.static.chello.pl] has quit [Read error: Connection reset by peer] 20:58 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Remote host closed the connection] 21:02 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 21:18 < meshcollider> poor travis is still having a rest 21:50 -!- shesek [~shesek@unaffiliated/shesek] has joined #bitcoin-core-dev 21:57 -!- arcz [67fd1b6d@gateway/web/freenode/ip.103.253.27.109] has joined #bitcoin-core-dev 22:00 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 22:01 -!- eck [~eck@fsf/member/eck] has quit [Client Quit] 22:01 -!- eck [~eck@fsf/member/eck] has joined #bitcoin-core-dev 22:08 -!- eck [~eck@fsf/member/eck] has quit [Quit: we out here] 22:11 -!- arcz [67fd1b6d@gateway/web/freenode/ip.103.253.27.109] has quit [Quit: Page closed] 22:20 < bitcoin-git> [bitcoin] CryptAxe opened pull request #12207: Start renaming functional tests & update test runner (master...updateTests) https://github.com/bitcoin/bitcoin/pull/12207 22:21 -!- goksinen [~pgupta@109.246.173.166] has quit [Remote host closed the connection] 22:21 -!- goksinen [~pgupta@109.246.173.166] has joined #bitcoin-core-dev 22:21 -!- mrannanay [uid222022@gateway/web/irccloud.com/x-cqfxdtbbxvgosgit] has joined #bitcoin-core-dev 22:24 -!- windsok [~windsok@unaffiliated/windsok] has quit [Remote host closed the connection] 22:26 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has quit [Remote host closed the connection] 22:27 -!- d9b4bef9 [~d9b4bef9@web501.webfaction.com] has joined #bitcoin-core-dev 22:33 < bitcoin-git> [bitcoin] CryptAxe closed pull request #12207: Start renaming functional tests & update test runner (master...updateTests) https://github.com/bitcoin/bitcoin/pull/12207 22:49 < bitcoin-git> [bitcoin] jonasschnelli pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cad504bf4c30...062c8b69f4cc 22:49 < bitcoin-git> bitcoin/master 63ac890 Sjors Provoost: [qt] receive tab: bech32 address opt-in checkbox... 22:49 < bitcoin-git> bitcoin/master 062c8b6 Jonas Schnelli: Merge #11991: [qt] Receive: checkbox for bech32 address... 22:49 < bitcoin-git> [bitcoin] jonasschnelli closed pull request #11991: [qt] Receive: checkbox for bech32 address (master...segwit-qt-bech32-receive) https://github.com/bitcoin/bitcoin/pull/11991 22:56 -!- daouzo23 [~daraki235@81-223-13-90.static.upcbusiness.at] has joined #bitcoin-core-dev 22:56 -!- daouzo23 [~daraki235@81-223-13-90.static.upcbusiness.at] has quit [Remote host closed the connection] 22:58 -!- tknp [~tknp@unaffiliated/tknp] has quit [Quit: tknp] 23:03 < luke-jr> … that tooltip kinda sucks. people don't spend from addresses :/ 23:10 < sipa> luke-jr: improve it! 23:11 < luke-jr> working on it ;) 23:11 -!- ryan-c [~ryan@znc.rya.nc] has quit [Quit: quitting] 23:12 < luke-jr> I wonder if there's a nicer name than "Bech32" to use here 23:13 < jonasschnelli> luke-jr: 11937 uses "Native SegWit (Bech32)" 23:13 < jonasschnelli> s/B/b 23:14 < luke-jr> sgtm 23:15 < jonasschnelli> sipa: since you have commented on #11281 (0.16 milestone), I'd like to see your ack there... 23:15 < gribble> https://github.com/bitcoin/bitcoin/issues/11281 | Avoid permanent cs_main/cs_wallet lock during RescanFromTime by jonasschnelli · Pull Request #11281 · bitcoin/bitcoin · GitHub 23:18 < sipa> jonasschnelli: about to pack and fly, but i'm fine with the split of the cs if it's documented 23:18 < jonasschnelli> sipa: Okay. No hurry... thanks 23:26 < bitcoin-git> [bitcoin] luke-jr opened pull request #12208: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default (master...gui_legacy_bech32) https://github.com/bitcoin/bitcoin/pull/12208 23:30 -!- Krellan [~Krellan@2601:640:4000:9258:a521:8d2b:1b78:dc0d] has joined #bitcoin-core-dev 23:30 -!- Krellan [~Krellan@2601:640:4000:9258:a521:8d2b:1b78:dc0d] has quit [Remote host closed the connection] 23:30 -!- Krellan [~Krellan@2601:640:4000:9258:a521:8d2b:1b78:dc0d] has joined #bitcoin-core-dev 23:32 < meshcollider> sipa: may want to delete the weird comment here https://github.com/bitcoin/bitcoin/commit/d4aa54c5af925bd0ed81c7a9ffab457149e5d682#commitcomment-26900790 23:32 < jonasschnelli> luke-jrl: whats the reason to do that: https://github.com/bitcoin/bitcoin/pull/12208/files#diff-dd8e54f9b8311348e3abf1ecb65eda10R151? 23:33 < jonasschnelli> If someone wants Bech32, why override to OUTPUT_TYPE_P2SH_SEGWIT? 23:34 < sipa> meshcollider: can't do that right now (on phone) 23:34 < luke-jr> jonasschnelli: that's if the checkbox is unchecked 23:35 < luke-jr> if they have it set to Bech32, the checkbox is checked by default 23:35 < meshcollider> sipa: all good, sorry I posted that before I read your message about packing :) 23:35 < meshcollider> maybe jonasschnelli can then 23:35 < jonasschnelli> meshcollider: done 23:40 -!- windsok [~windsok@unaffiliated/windsok] has joined #bitcoin-core-dev 23:46 -!- dabura667 [~dabura667@p98110-ipngnfx01marunouchi.tokyo.ocn.ne.jp] has joined #bitcoin-core-dev 23:48 < luke-jr> should we bump libsecp256k1 for 0.16? not sure how big a deal the optimisations are 23:53 < sipa> i don't think there is anything very important 23:54 < jonasschnelli> luke-jr: I was just confuse that you called OUTPUT_TYPE_P2SH_SEGWIT legacy 23:55 < luke-jr> jonasschnelli: I did? 23:56 < jonasschnelli> [bitcoin] luke-jr opened pull request #12208: GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default 23:56 < gribble> https://github.com/bitcoin/bitcoin/issues/12208 | GUI: Rephrase Bech32 checkbox texts, and enable it with legacy address default by luke-jr · Pull Request #12208 · bitcoin/bitcoin · GitHub 23:56 < luke-jr> jonasschnelli: that's referring to the ability to use Bech32, if your addresstype=legacy 23:57 < jonasschnelli> Ah.. now I see. 23:59 < luke-jr> jonasschnelli: squashed