--- Day changed Sun Jan 15 2017 00:57 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Ping timeout: 240 seconds] 00:58 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has quit [] 01:05 -!- fanquake [~fanquake@unaffiliated/fanquake] has joined #bitcoin-core-dev 01:50 < BlueMatt> luke-jr: which pr? 02:24 -!- xinxi [~xinxi@116.87.187.139] has quit [Remote host closed the connection] 03:01 -!- mol [~molly@unaffiliated/molly] has joined #bitcoin-core-dev 03:03 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has joined #bitcoin-core-dev 03:04 -!- moli_ [~molly@unaffiliated/molly] has quit [Ping timeout: 240 seconds] 03:27 -!- str4d [~str4d@cable-185.30.54.182.coditel.net] has joined #bitcoin-core-dev 03:27 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-bgitioleqnafkskw] has joined #bitcoin-core-dev 03:35 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 03:39 -!- fanquake [~fanquake@unaffiliated/fanquake] has quit [Quit: Leaving.] 03:40 -!- xinxi [~xinxi@116.87.187.139] has quit [Ping timeout: 258 seconds] 03:52 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 04:17 -!- Evel-Knievel [~Evel-Knie@d5152f744.static.telenet.be] has joined #bitcoin-core-dev 04:27 -!- Saucery [~Saucery@c110-20-8-231.rivrw8.nsw.optusnet.com.au] has joined #bitcoin-core-dev 04:30 -!- Saucery [~Saucery@c110-20-8-231.rivrw8.nsw.optusnet.com.au] has quit [Client Quit] 04:36 -!- MarcoFalke [~marco@host10-2.natpool.mwn.de] has joined #bitcoin-core-dev 05:25 -!- Netmage [~Netmage@p5B0A5B39.dip0.t-ipconnect.de] has quit [Ping timeout: 255 seconds] 05:27 -!- Netmage [~Netmage@p5B0A5B39.dip0.t-ipconnect.de] has joined #bitcoin-core-dev 05:29 -!- waxwing [~waxwing@14.174.32.23] has joined #bitcoin-core-dev 06:22 < luke-jr> BlueMatt: 9263 06:36 -!- Aleph0 [~User@unaffiliated/amphetamine] has quit [Ping timeout: 256 seconds] 06:37 -!- Aleph0 [~User@unaffiliated/amphetamine] has joined #bitcoin-core-dev 06:53 -!- xinxi [~xinxi@116.87.187.139] has quit [Remote host closed the connection] 06:55 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 06:57 -!- MarcoFalke [~marco@host10-2.natpool.mwn.de] has quit [Quit: MarcoFalke] 07:21 -!- Guyver2 [~Guyver2@guyver2.xs4all.nl] has quit [Quit: :)] 07:40 -!- chris2000 [~chris2000@p5DCB56D7.dip0.t-ipconnect.de] has quit [] 07:57 -!- waxwing [~waxwing@14.174.32.23] has quit [Ping timeout: 252 seconds] 08:06 -!- str4d [~str4d@cable-185.30.54.182.coditel.net] has quit [Ping timeout: 240 seconds] 08:28 -!- Soligor [~Soligor@unaffiliated/soligor] has quit [Ping timeout: 256 seconds] 08:38 -!- Soligor [~Soligor@unaffiliated/soligor] has joined #bitcoin-core-dev 09:22 < sipa> cfields: with --enable-debug we build with -O0... any reason not to use -Og (which enables certain warnings through better analysis, that the compiler would not find at -O0) 09:23 < cfields> sipa: iirc -Og was only added to clang recently 09:23 < cfields> but sure, we could check for it and use it instead, if it works 09:25 < sipa> cfields: it's been in gcc since 4.8, iirc the lowest version of gcc we support now 09:25 < cfields> sipa: https://github.com/llvm-mirror/clang/commit/14bfc9e99e6e6903b09480a22c153032be77ae4e 09:25 < sipa> ah, i see 09:25 < sipa> i thought we were claiming "it's only available since a recent version of cland" 09:26 < cfields> ah, no. just that it was gcc-only until very recently 09:26 < sipa> i see 09:27 < sipa> oh, and it's equal to -O1 in clang 09:27 < cfields> sounds useful though. Lots of things about running at -O0 is very useless. 09:29 < sipa> cfields, luke-jr, BlueMatt: -fsanitize=thread is useless as expected... i'm bombarded with warnings about races in BDB... 09:30 < cfields> sipa: within bdb itself? 09:30 < sipa> (unsure if it's our BDB wrapper or BDB itself) 09:30 < cfields> ok 09:30 < cfields> sipa: depends built with sanitize-thread too? or just bitcoin? 09:30 < sipa> just bitcoin, so far 09:31 < sipa> i'm already happy to be able to satisfy asan, lsan, and ubsan 09:31 < cfields> sipa: iirc when i messed with it, it appeared as though accounting was messed up if the depends weren't built with it too 09:31 < sipa> msan and tsan sound tricker 09:31 < sipa> *trickier 09:32 < cfields> sipa: er, --disable-wallet :) 09:33 < sipa> cfields: i can't run the rpc tests in that case 09:34 < cfields> ah, right 09:44 < bitcoin-git> [bitcoin] sipa pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/f62bc10a607c...8a445c5651ed 09:44 < bitcoin-git> bitcoin/master d4781ac Gregory Sanders: Set peers as HB peers upon full block validation 09:44 < bitcoin-git> bitcoin/master 8a445c5 Pieter Wuille: Merge #9400: Set peers as HB peers upon full block validation... 09:45 < bitcoin-git> [bitcoin] sipa closed pull request #9400: Set peers as HB peers upon full block validation (master...maybesetfullblock) https://github.com/bitcoin/bitcoin/pull/9400 09:50 -!- str4d [~str4d@24.136-65-87.adsl-dyn.isp.belgacom.be] has joined #bitcoin-core-dev 10:05 -!- fresn3ll [~fresn3ll@46-198-60-32.adsl.cyta.gr] has joined #bitcoin-core-dev 10:14 -!- fresn3ll [~fresn3ll@46-198-60-32.adsl.cyta.gr] has quit [Remote host closed the connection] 10:20 < bitcoin-git> [bitcoin] practicalswift closed pull request #9559: [net] Avoid possibility of NULL pointer dereference in ProcessMessage(...) (master...avoid-null-pointer-deref-in-processmessage) https://github.com/bitcoin/bitcoin/pull/9559 10:22 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 240 seconds] 10:24 < profall> Is there any good documentation someone can link me that covers everything I can put in bitcoin.conf and what it does. 10:27 < mol> profall, ask in #bitcoin 10:27 < profall> ok 10:30 -!- str4d [~str4d@24.136-65-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 240 seconds] 10:39 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 10:54 -!- laurentmt [~Thunderbi@176.158.157.202] has joined #bitcoin-core-dev 11:05 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 258 seconds] 11:05 -!- xiangfu [~xiangfu@223.223.187.142] has quit [Ping timeout: 240 seconds] 11:06 -!- laurentmt [~Thunderbi@176.158.157.202] has quit [Quit: laurentmt] 11:06 -!- xiangfu [~xiangfu@223.223.187.142] has joined #bitcoin-core-dev 11:07 < morcos> profall: also running bitcoind -help prints out all the command line options which are the same as what can be put in the config file... 11:07 < arubi> also also `git grep -E -h "HelpMessageOpt.*\-" | cut -d'"' -f2,4 --output-delimiter=" "` 11:09 -!- str4d [~str4d@cable-185.30.54.182.coditel.net] has joined #bitcoin-core-dev 11:10 < sipa> git grep GetArg 11:10 < arubi> -foo -bar -foo -bar 11:24 < profall> thank you morcos! 11:32 -!- xiangfu [~xiangfu@223.223.187.142] has quit [Ping timeout: 260 seconds] 11:35 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 11:37 -!- justan0theruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 260 seconds] 11:38 -!- Netmage [~Netmage@p5B0A5B39.dip0.t-ipconnect.de] has quit [Quit: Leaving] 11:38 -!- xiangfu [~xiangfu@223.223.187.142] has joined #bitcoin-core-dev 12:36 -!- xinxi [~xinxi@116.87.187.139] has quit [Remote host closed the connection] 12:36 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 12:41 -!- xinxi [~xinxi@116.87.187.139] has quit [Ping timeout: 256 seconds] 12:50 -!- chjj [~chjj@c-50-152-196-52.hsd1.ca.comcast.net] has quit [Changing host] 12:50 -!- chjj [~chjj@unaffiliated/chjj] has joined #bitcoin-core-dev 13:03 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Read error: Connection reset by peer] 13:20 < jonasschnelli> BlueMatt, luke-jr: I pickup to work for #9294 tomorrow. Couldn't to to much during the weekend. @luke-jr: feel free to add a commit to the PR. 13:20 < gribble> https://github.com/bitcoin/bitcoin/issues/9294 | Use internal HD chain for change outputs (hd split) by jonasschnelli · Pull Request #9294 · bitcoin/bitcoin · GitHub 13:24 -!- BashCo [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 13:32 -!- stench [~stench@185.86.151.126] has joined #bitcoin-core-dev 13:38 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 13:42 -!- BitBully [~Mutter@197.210.227.77] has joined #bitcoin-core-dev 13:42 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 13:43 -!- xbtc21e [58d9b48a@gateway/web/cgi-irc/kiwiirc.com/ip.88.217.180.138] has joined #bitcoin-core-dev 13:44 -!- xinxi [~xinxi@116.87.187.139] has quit [Ping timeout: 256 seconds] 13:46 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has quit [Ping timeout: 248 seconds] 13:48 -!- BitBully [~Mutter@197.210.227.77] has quit [Quit: Mutter: www.mutterirc.com] 13:55 -!- BashCo [~BashCo@unaffiliated/bashco] has quit [Ping timeout: 252 seconds] 13:56 -!- BashCo_ [~BashCo@unaffiliated/bashco] has joined #bitcoin-core-dev 13:59 -!- Chris_Stewart_5 [~Chris_Ste@unaffiliated/chris-stewart-5/x-3612383] has joined #bitcoin-core-dev 14:13 -!- baldur [~baldur@209.95.50.137] has quit [Ping timeout: 245 seconds] 14:16 -!- xbtc21e [58d9b48a@gateway/web/cgi-irc/kiwiirc.com/ip.88.217.180.138] has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] 14:27 -!- baldur [~baldur@pool-100-2-139-91.nycmny.fios.verizon.net] has joined #bitcoin-core-dev 14:39 -!- AaronvanW [~AaronvanW@207pc74.sshunet.nl] has joined #bitcoin-core-dev 14:39 -!- AaronvanW [~AaronvanW@207pc74.sshunet.nl] has quit [Changing host] 14:39 -!- AaronvanW [~AaronvanW@unaffiliated/aaronvanw] has joined #bitcoin-core-dev 14:41 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 14:43 -!- str4d [~str4d@cable-185.30.54.182.coditel.net] has quit [Ping timeout: 256 seconds] 14:47 -!- xinxi [~xinxi@116.87.187.139] has quit [Ping timeout: 248 seconds] 15:18 -!- wasi [~wasi@gateway/tor-sasl/wasi] has quit [Ping timeout: 255 seconds] 15:21 -!- arubi [~ese168@gateway/tor-sasl/ese168] has quit [Ping timeout: 255 seconds] 15:22 -!- wasi [~wasi@gateway/tor-sasl/wasi] has joined #bitcoin-core-dev 15:24 -!- arubi [~ese168@gateway/tor-sasl/ese168] has joined #bitcoin-core-dev 15:34 -!- Saucery [~Saucery@c110-20-8-231.rivrw8.nsw.optusnet.com.au] has joined #bitcoin-core-dev 15:44 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 15:52 -!- xinxi [~xinxi@116.87.187.139] has quit [Ping timeout: 256 seconds] 16:06 -!- Saucery [~Saucery@c110-20-8-231.rivrw8.nsw.optusnet.com.au] has quit [] 16:22 < BlueMatt> ryanofsky: yo 16:23 < BlueMatt> whats the status of listunspent in #8456 16:23 < gribble> https://github.com/bitcoin/bitcoin/issues/8456 | [RPC] Simplified bumpfee command. by mrbandrews · Pull Request #8456 · bitcoin/bitcoin · GitHub 16:31 -!- Cheeseo [~x@unaffiliated/cheeseo] has joined #bitcoin-core-dev 16:31 < BlueMatt> morcos: as pointed out on github, there are some uses for getbalance "*" that I dont think we can break yet (https://github.com/bitcoin/bitcoin/issues/8183#issuecomment-272598823) so I think this needs fixing in some way for bumpfee 16:49 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 17:39 -!- jtimon [~quassel@245.30.134.37.dynamic.jazztel.es] has quit [Ping timeout: 252 seconds] 17:43 < morcos> BlueMatt: I still haven't investigated thoroughly myself yet, but you left a comment on 8456 about getbalance ""? 17:43 < morcos> Forget about getbalance "", that's done, its been broken since 0.11, got worse in 0.12 17:43 < morcos> Regardless of bumpfee, it uses GetAccountBalance 17:44 < morcos> and that is unsupported 17:47 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-bgitioleqnafkskw] has quit [Quit: Connection closed for inactivity] 17:50 -!- d9b4bef9 [~d9b4bef9@web419.webfaction.com] has quit [Remote host closed the connection] 17:50 < morcos> getbalance "*" is a different question, b/c i agree we need a way to return watch only balances.. so i think something should be done.. 17:51 -!- d9b4bef9 [~d9b4bef9@web419.webfaction.com] has joined #bitcoin-core-dev 17:51 < morcos> so to me it's a question of how much bumpfee messes up getbalance "*" 17:55 -!- Cheeseo [~x@unaffiliated/cheeseo] has quit [Ping timeout: 258 seconds] 17:57 -!- xinxi [~xinxi@116.87.187.139] has quit [Ping timeout: 256 seconds] 18:05 < morcos> BlueMatt: Wait a second... How does bumpfee change the output of getbalance "*" anyway? 18:06 < morcos> Are you sure its not just broken for any time you have double spends in your wallet (until one of them is confirmed) 18:24 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 18:31 -!- xinxi [~xinxi@116.87.187.139] has quit [Ping timeout: 256 seconds] 18:51 -!- MarcoFalke [~marco@host10-2.natpool.mwn.de] has joined #bitcoin-core-dev 18:52 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 19:11 -!- droark [~droark@c-24-22-123-27.hsd1.or.comcast.net] has joined #bitcoin-core-dev 19:11 -!- xinxi [~xinxi@116.87.187.139] has quit [Remote host closed the connection] 19:12 -!- MarcoFalke [~marco@host10-2.natpool.mwn.de] has quit [Quit: MarcoFalke] 19:17 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 19:17 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 19:18 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 20:06 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has quit [Ping timeout: 256 seconds] 20:10 -!- Alopex [~bitcoin@cyber.dealing.ninja] has quit [Remote host closed the connection] 20:11 -!- Alopex [~bitcoin@cyber.dealing.ninja] has joined #bitcoin-core-dev 20:40 -!- justanotheruser [~justanoth@unaffiliated/justanotheruser] has joined #bitcoin-core-dev 21:09 -!- harrymm [~wayne@191.96.49.159] has quit [Ping timeout: 245 seconds] 21:12 -!- harrymm [~wayne@191.96.49.80] has joined #bitcoin-core-dev 21:14 -!- xinxi [~xinxi@116.87.187.139] has quit [Remote host closed the connection] 21:16 -!- xinxi [~xinxi@116.87.187.139] has joined #bitcoin-core-dev 22:39 -!- kadoban [~mud@unaffiliated/kadoban] has quit [Quit: bye] 23:04 -!- cannon-c [ccc23f04@gateway/web/freenode/ip.204.194.63.4] has joined #bitcoin-core-dev 23:18 -!- Ylbam [uid99779@gateway/web/irccloud.com/x-pcadvggjguxiiakl] has joined #bitcoin-core-dev