12016-12-12T00:19:13  *** belcher has quit IRC
  22016-12-12T00:28:14  *** belcher has joined #bitcoin-core-dev
  32016-12-12T00:59:04  *** CubicEarth has quit IRC
  42016-12-12T01:07:22  *** Ylbam has quit IRC
  52016-12-12T01:11:57  *** [Author] has quit IRC
  62016-12-12T01:12:27  *** [Author] has joined #bitcoin-core-dev
  72016-12-12T01:43:44  *** PaulCapestany has joined #bitcoin-core-dev
  82016-12-12T02:07:23  *** tadasv has quit IRC
  92016-12-12T02:34:44  <bitcoin-git> [bitcoin] goku1997 opened pull request #9324: Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (master...master) https://github.com/bitcoin/bitcoin/pull/9324
 102016-12-12T02:41:04  *** dgenr8 has joined #bitcoin-core-dev
 112016-12-12T02:48:43  <bitcoin-git> [bitcoin] sipa closed pull request #9324: Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (master...master) https://github.com/bitcoin/bitcoin/pull/9324
 122016-12-12T02:52:54  <gmaxwell> oh no sipa closed /the future/
 132016-12-12T03:02:10  <BlueMatt> https://github.com/bitcoin/bitcoin/blob/master/src/addrman.cpp#L38 its not the first time he's blocked things from the future
 142016-12-12T03:02:11  <luke-jr> if only all our trolls were this ridiculous
 152016-12-12T03:06:26  *** tadasv has joined #bitcoin-core-dev
 162016-12-12T03:58:50  *** alpalp has quit IRC
 172016-12-12T04:24:06  *** kadoban has quit IRC
 182016-12-12T04:29:35  *** Madars has joined #bitcoin-core-dev
 192016-12-12T04:54:44  *** wasi has quit IRC
 202016-12-12T05:15:30  *** thechronicode has joined #bitcoin-core-dev
 212016-12-12T05:17:01  *** Alopex has quit IRC
 222016-12-12T05:17:05  *** wasi has joined #bitcoin-core-dev
 232016-12-12T05:18:06  *** Alopex has joined #bitcoin-core-dev
 242016-12-12T05:42:34  *** windsok has quit IRC
 252016-12-12T05:45:59  *** wasi has quit IRC
 262016-12-12T06:00:57  *** wasi has joined #bitcoin-core-dev
 272016-12-12T06:21:10  *** Giszmo has quit IRC
 282016-12-12T06:30:32  *** windsok has joined #bitcoin-core-dev
 292016-12-12T06:56:40  *** Chris_Stewart_5 has quit IRC
 302016-12-12T07:00:21  *** Ylbam has joined #bitcoin-core-dev
 312016-12-12T07:00:26  *** thechronicode has quit IRC
 322016-12-12T07:05:48  <owowo> the future was yesterday.
 332016-12-12T07:10:41  <bitcoin-git> [bitcoin] rebroad opened pull request #9325: Allow first cmpctblock/blocktxn received to be processed (rather than first requested) (master...ProcessFirstCmpct) https://github.com/bitcoin/bitcoin/pull/9325
 342016-12-12T07:12:33  *** Chris_Stewart_5 has joined #bitcoin-core-dev
 352016-12-12T07:24:49  *** Chris_Stewart_5 has quit IRC
 362016-12-12T07:27:10  <jonasschnelli> This looks like an openssl incompatibility? http://bitcoin.stackexchange.com/questions/50125/failing-to-build-bitcoin-core-v0-13-1-on-debian-stretch
 372016-12-12T07:31:17  <sipa> jonasschnelli: yup
 382016-12-12T07:32:28  <gmaxwell> jonasschnelli: openssl 1.1 made a breaking change to their API.  AFAICT there is no fix for the libsecp256k1 tests except fixing the configure script to not try to build them--  they removed functionality the tests were using. I opened an issue, it's a trivial thing to address-- but without an impacted machine a bit of a pain to know if the test is right
 392016-12-12T07:32:40  * gmaxwell goes to update his debian testing system to see if it breaks.
 402016-12-12T07:33:10  <jonasschnelli> But I guess we also need fixing in crypto_tests.cpp (OldEncrypt()) in the non-libsecp256k1 part of the code
 412016-12-12T07:33:27  <gmaxwell> Or we just drop those tests.
 422016-12-12T07:33:34  <jonasschnelli> Yeah
 432016-12-12T07:33:48  <luke-jr> Shouldn't --enable-openssl-tests=no still work if passed to Core's configure, even if it shows a warning?
 442016-12-12T07:34:07  <gmaxwell> at least that one can be fixed though, the struct is made opaque and can be constructed on the heap with EVP_MD_CTX_create.
 452016-12-12T07:34:59  <luke-jr> (I agree it makes sense to remove them, but as a stop-gap fix for users until the new version)
 462016-12-12T07:36:41  <gmaxwell> well we should fix this now for 0.13.2 too.
 472016-12-12T07:36:44  <gmaxwell> I find it a bit absurd that debian continually ships massively out of date software but then just changes openssl's API in a stable release willynilly.
 482016-12-12T07:41:34  <TD-Linux> gmaxwell, well it looks like that affects stretch and jessie is the one with out of date software....
 492016-12-12T07:42:42  <gmaxwell> welp. doesn't reproduce on streach for me. :-/
 502016-12-12T07:45:21  <gmaxwell> (not in bitcoind compile, nor libsecp256k1 compile.)
 512016-12-12T07:45:38  <aj> gmaxwell: libssl1.1-dev installed?
 522016-12-12T07:47:35  <gmaxwell> aj: thanks, that broke it! interesting that update/upgrade didn't pull that in.
 532016-12-12T07:53:33  <aj> gmaxwell: or apparently just libssl-dev now. there's openssl1.0 and libssl1.0-dev for testing now by the looks so it might have helpfully upgraded to let you keep developing against the 1.0 api...
 542016-12-12T07:54:59  <gmaxwell> explains why we've only had ~two reports so far.
 552016-12-12T07:59:17  <gmaxwell> https://github.com/bitcoin-core/secp256k1/pull/433  okay thats the libsecp256k1 part, I'll go do the bitcoin-core part.
 562016-12-12T08:03:19  *** BashCo has quit IRC
 572016-12-12T08:03:54  *** BashCo has joined #bitcoin-core-dev
 582016-12-12T08:05:37  *** JackH has joined #bitcoin-core-dev
 592016-12-12T08:08:26  *** BashCo has quit IRC
 602016-12-12T08:12:21  <bitcoin-git> [bitcoin] gmaxwell opened pull request #9326: Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. (master...openssl_api11) https://github.com/bitcoin/bitcoin/pull/9326
 612016-12-12T08:13:22  <jonasschnelli> ^ taged
 622016-12-12T08:23:21  *** CubicEarth has joined #bitcoin-core-dev
 632016-12-12T08:25:23  *** BashCo has joined #bitcoin-core-dev
 642016-12-12T08:27:51  *** CubicEarth has quit IRC
 652016-12-12T08:42:25  *** CubicEarth has joined #bitcoin-core-dev
 662016-12-12T09:16:43  *** windsok has quit IRC
 672016-12-12T09:20:56  *** CubicEarth has quit IRC
 682016-12-12T09:27:22  *** Ylbam has quit IRC
 692016-12-12T09:51:06  *** windsok has joined #bitcoin-core-dev
 702016-12-12T10:14:12  *** AaronvanW has joined #bitcoin-core-dev
 712016-12-12T10:18:05  *** droark has quit IRC
 722016-12-12T10:35:38  *** CubicEarth has joined #bitcoin-core-dev
 732016-12-12T10:43:29  *** shesek has quit IRC
 742016-12-12T10:46:40  *** laurentmt has joined #bitcoin-core-dev
 752016-12-12T10:47:03  *** laurentmt has quit IRC
 762016-12-12T10:57:09  *** shesek has joined #bitcoin-core-dev
 772016-12-12T11:07:17  *** paveljanik has quit IRC
 782016-12-12T11:14:08  *** warren has quit IRC
 792016-12-12T11:15:24  *** adam3us has quit IRC
 802016-12-12T11:16:16  *** warren has joined #bitcoin-core-dev
 812016-12-12T11:18:36  *** adam3us has joined #bitcoin-core-dev
 822016-12-12T11:19:29  *** laurentmt has joined #bitcoin-core-dev
 832016-12-12T11:20:30  *** laurentmt has quit IRC
 842016-12-12T11:23:57  *** AaronvanW has quit IRC
 852016-12-12T11:45:47  *** Cheeseo has quit IRC
 862016-12-12T12:04:31  *** pirate0x15 has joined #bitcoin-core-dev
 872016-12-12T12:04:39  *** pirate0x15 has left #bitcoin-core-dev
 882016-12-12T12:05:39  *** paveljanik has joined #bitcoin-core-dev
 892016-12-12T12:06:54  *** CubicEarth has quit IRC
 902016-12-12T12:07:21  *** CubicEarth has joined #bitcoin-core-dev
 912016-12-12T12:11:41  *** BashCo has quit IRC
 922016-12-12T12:12:10  *** CubicEarth has quit IRC
 932016-12-12T12:14:24  *** BashCo has joined #bitcoin-core-dev
 942016-12-12T12:22:06  *** AaronvanW has joined #bitcoin-core-dev
 952016-12-12T12:22:07  *** AaronvanW has quit IRC
 962016-12-12T12:22:07  *** AaronvanW has joined #bitcoin-core-dev
 972016-12-12T12:25:51  *** BashCo_ has joined #bitcoin-core-dev
 982016-12-12T12:28:50  *** BashCo has quit IRC
 992016-12-12T12:29:37  *** wvr has quit IRC
1002016-12-12T13:13:47  *** CubicEarth has joined #bitcoin-core-dev
1012016-12-12T13:29:40  *** CubicEarth has quit IRC
1022016-12-12T13:39:22  *** laurentmt has joined #bitcoin-core-dev
1032016-12-12T13:41:52  *** laurentmt has quit IRC
1042016-12-12T13:50:08  *** mturquette has quit IRC
1052016-12-12T13:50:25  *** mturquette has joined #bitcoin-core-dev
1062016-12-12T14:16:45  *** MykelSIlver has quit IRC
1072016-12-12T14:17:03  *** nOgAnOo has quit IRC
1082016-12-12T14:17:52  *** nOgAnOo has joined #bitcoin-core-dev
1092016-12-12T14:18:09  *** da2ce7 has quit IRC
1102016-12-12T14:18:19  *** MykelSIlver has joined #bitcoin-core-dev
1112016-12-12T14:18:37  *** _mn3monic has quit IRC
1122016-12-12T14:23:13  *** da2ce7 has joined #bitcoin-core-dev
1132016-12-12T14:33:06  *** goregrind has joined #bitcoin-core-dev
1142016-12-12T14:35:41  *** laurentmt has joined #bitcoin-core-dev
1152016-12-12T14:35:48  *** echonaut has quit IRC
1162016-12-12T14:35:49  *** laurentmt has quit IRC
1172016-12-12T14:35:56  *** echonaut10 has joined #bitcoin-core-dev
1182016-12-12T14:44:13  <bitcoin-git> [bitcoin] jonasschnelli opened pull request #9329: [Qt] Console: allow empty arguments (master...2016/12/fix_qt_empty_args) https://github.com/bitcoin/bitcoin/pull/9329
1192016-12-12T14:45:38  *** JackH_ has joined #bitcoin-core-dev
1202016-12-12T14:46:31  *** harrymm has quit IRC
1212016-12-12T14:47:51  *** JackH has quit IRC
1222016-12-12T14:54:45  *** laurentmt has joined #bitcoin-core-dev
1232016-12-12T14:55:02  *** laurentmt has quit IRC
1242016-12-12T14:55:20  <jonasschnelli> Can someone confirm that ./src/qt/test/test_bitcoin-qt  ends with an malloc/free issue? "pointer being freed was not allocated"?
1252016-12-12T14:56:53  *** arubi has quit IRC
1262016-12-12T14:57:14  *** arubi has joined #bitcoin-core-dev
1272016-12-12T15:01:53  <bitcoin-git> [bitcoin] jonasschnelli opened pull request #9330: [Qt] Console: add security warning (master...2016/12/qt_add_sec) https://github.com/bitcoin/bitcoin/pull/9330
1282016-12-12T15:02:43  *** harrymm has joined #bitcoin-core-dev
1292016-12-12T15:02:48  *** cryptapus_afk is now known as cryptapus
1302016-12-12T15:04:00  <ryanofsky_> src/qt/test/test_bitcoin-qt seems to be working for me, don't see freed pointer message (at 76fcd9d)
1312016-12-12T15:04:31  *** cryptapus has quit IRC
1322016-12-12T15:05:50  *** CubicEarth has joined #bitcoin-core-dev
1332016-12-12T15:06:11  *** cryptapus has joined #bitcoin-core-dev
1342016-12-12T15:06:11  *** cryptapus has joined #bitcoin-core-dev
1352016-12-12T15:08:46  <jonasschnelli> ryanofsky_: current master?
1362016-12-12T15:16:38  *** CubicEarth has quit IRC
1372016-12-12T15:31:34  *** Giszmo has joined #bitcoin-core-dev
1382016-12-12T15:38:04  *** jtimon has joined #bitcoin-core-dev
1392016-12-12T15:38:56  *** btcdrak has quit IRC
1402016-12-12T15:40:02  <jtimon> mmhmm, shouldn't https://github.com/bitcoin/bitcoin/blob/master/src/serialize.h#L259 use std::numeric_limits<uint32_t>::max()  instead of std::numeric_limits<unsigned int>::max() ?
1412016-12-12T15:41:55  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1422016-12-12T15:48:53  <bitcoin-git> [bitcoin] ryanofsky opened pull request #9331: [qa] Add test for rescan feature of wallet key import RPCs (master...pr/test-import-rescan) https://github.com/bitcoin/bitcoin/pull/9331
1432016-12-12T15:50:19  *** Chris_Stewart_5 has quit IRC
1442016-12-12T15:52:18  *** Chris_Stewart_5 has joined #bitcoin-core-dev
1452016-12-12T15:53:04  <bitcoin-git> [bitcoin] ryanofsky opened pull request #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys (on top of #9331) (master...pr/script-label) https://github.com/bitcoin/bitcoin/pull/9332
1462016-12-12T16:01:17  *** Guyver2 has joined #bitcoin-core-dev
1472016-12-12T16:18:37  *** _mn3monic has joined #bitcoin-core-dev
1482016-12-12T16:20:03  <afk11> Hi all, anyone with a synced testnet node able to help me? Looking for the hex of a block with testnet transactions, every API I can find returns base-data only (and my node is down) :/ 000000005ded58feee127958d6619f8fedb2e67a7524067b474449a5e908c2fa is one, just need output of `getblock [hash] false`
1492016-12-12T16:31:25  *** btcdrak has joined #bitcoin-core-dev
1502016-12-12T16:42:36  <bitcoin-git> [bitcoin] ryanofsky opened pull request #9333: [trivial] Add comment documenting CWalletTx::mapValue (master...pr/comment-mapvalue) https://github.com/bitcoin/bitcoin/pull/9333
1512016-12-12T16:43:45  *** Ylbam has joined #bitcoin-core-dev
1522016-12-12T16:44:33  *** Atomicat_ has joined #bitcoin-core-dev
1532016-12-12T16:46:58  *** Atomicat has quit IRC
1542016-12-12T16:47:05  *** Atomicat_ is now known as Atomicat
1552016-12-12T16:53:29  *** kadoban has joined #bitcoin-core-dev
1562016-12-12T17:02:27  *** Anduck has quit IRC
1572016-12-12T17:03:32  *** Anduck has joined #bitcoin-core-dev
1582016-12-12T17:13:27  *** laptop__ has joined #bitcoin-core-dev
1592016-12-12T17:15:44  *** JackH_ has quit IRC
1602016-12-12T17:34:12  *** bsm117532 has quit IRC
1612016-12-12T17:37:25  *** timothy has quit IRC
1622016-12-12T17:37:45  *** bsm117532 has joined #bitcoin-core-dev
1632016-12-12T17:38:11  *** BashCo_ has quit IRC
1642016-12-12T17:43:28  *** justanotheruser has quit IRC
1652016-12-12T17:45:49  <morcos> jonasschnelli: where did we leave things on #8501?  I was under the impression that you agreed it made sense to have a bit more flexible framework to support multiple timescales?
1662016-12-12T17:45:51  <gribble> https://github.com/bitcoin/bitcoin/issues/8501 | Add mempool statistics collector by jonasschnelli · Pull Request #8501 · bitcoin/bitcoin · GitHub
1672016-12-12T17:47:05  *** JackH_ has joined #bitcoin-core-dev
1682016-12-12T17:48:39  *** bsm117532 has quit IRC
1692016-12-12T17:48:49  *** bsm117532 has joined #bitcoin-core-dev
1702016-12-12T17:49:30  *** laptop__ has quit IRC
1712016-12-12T17:52:14  *** timothy has joined #bitcoin-core-dev
1722016-12-12T17:53:22  *** bsm117532 has quit IRC
1732016-12-12T17:53:36  <instagibbs> morcos, leaving the coin selection stuff alone, sorry for all the rebasing :)
1742016-12-12T17:57:13  *** BashCo has joined #bitcoin-core-dev
1752016-12-12T17:58:27  *** laurentmt has joined #bitcoin-core-dev
1762016-12-12T17:58:45  *** laurentmt has quit IRC
1772016-12-12T18:14:06  *** bsm117532 has joined #bitcoin-core-dev
1782016-12-12T18:23:04  *** jtimon has quit IRC
1792016-12-12T18:53:46  <btcdrak> https://github.com/bitcoin-core/bitcoincore.org/pull/289
1802016-12-12T18:59:09  *** laurentmt has joined #bitcoin-core-dev
1812016-12-12T18:59:30  *** laurentmt has quit IRC
1822016-12-12T18:59:32  <gmaxwell> oh jesus, some sufficiently old openssl doesn't have EVP_MD_CTX_new/EVP_MD_CTX_free
1832016-12-12T19:02:26  <sipa> add it to configure, and ifdef our own definition in?
1842016-12-12T19:02:51  <gmaxwell> I'm just going to ifdef around a version check and use heap/stack depending on the version.
1852016-12-12T19:12:04  <bitcoin-git> [bitcoin] sipa opened pull request #9334: Update to latest libsecp256k1 (master...secp) https://github.com/bitcoin/bitcoin/pull/9334
1862016-12-12T19:12:55  *** jtimon has joined #bitcoin-core-dev
1872016-12-12T19:24:00  *** juscamarena has quit IRC
1882016-12-12T19:55:40  *** juscamarena has joined #bitcoin-core-dev
1892016-12-12T19:55:57  *** belcher has quit IRC
1902016-12-12T20:11:44  <gmaxwell> #9290 and #9302 want to be merged.   Also, does someone dislike #9236? it's been ready for merge for almost two weeks.
1912016-12-12T20:11:47  <gribble> https://github.com/bitcoin/bitcoin/issues/9290 | Make RelayWalletTransaction attempt to AcceptToMemoryPool. by gmaxwell · Pull Request #9290 · bitcoin/bitcoin · GitHub
1922016-12-12T20:11:49  <gribble> https://github.com/bitcoin/bitcoin/issues/9302 | Return txid even if ATMP fails for new transaction by sipa · Pull Request #9302 · bitcoin/bitcoin · GitHub
1932016-12-12T20:11:52  <gribble> https://github.com/bitcoin/bitcoin/issues/9236 | Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings by gmaxwell · Pull Request #9236 · bitcoin/bitcoin · GitHub
1942016-12-12T20:53:54  *** wvr has joined #bitcoin-core-dev
1952016-12-12T20:59:08  *** wasi has quit IRC
1962016-12-12T21:01:37  *** wasi has joined #bitcoin-core-dev
1972016-12-12T21:07:45  <bitcoin-git> [bitcoin] richardkiss opened pull request #9335: Fix spelling. (master...feature/typo) https://github.com/bitcoin/bitcoin/pull/9335
1982016-12-12T21:10:30  *** cryptapus is now known as cryptapus_afk
1992016-12-12T21:11:24  <bitcoin-git> [bitcoin] richardkiss opened pull request #9336: Change SIG_NULLFAIL => NULLFAIL. (master...feature/unify_nullfail) https://github.com/bitcoin/bitcoin/pull/9336
2002016-12-12T21:47:45  *** MarcoFalke has joined #bitcoin-core-dev
2012016-12-12T21:52:55  *** paveljanik has joined #bitcoin-core-dev
2022016-12-12T21:55:46  *** grubles_ has quit IRC
2032016-12-12T21:57:55  <bitcoin-git> [bitcoin] richardkiss closed pull request #9336: Change SIG_NULLFAIL => NULLFAIL. (master...feature/unify_nullfail) https://github.com/bitcoin/bitcoin/pull/9336
2042016-12-12T21:59:09  *** paveljanik has quit IRC
2052016-12-12T21:59:32  *** grubles_ has joined #bitcoin-core-dev
2062016-12-12T22:02:12  *** abpa has joined #bitcoin-core-dev
2072016-12-12T22:17:49  *** MarcoFalke has left #bitcoin-core-dev
2082016-12-12T22:18:45  *** Guyver2 has quit IRC
2092016-12-12T22:18:56  *** btcdrak has quit IRC
2102016-12-12T22:27:29  *** brg444_ has joined #bitcoin-core-dev
2112016-12-12T22:31:10  *** brg444_ has quit IRC
2122016-12-12T22:33:32  *** brg444 has joined #bitcoin-core-dev
2132016-12-12T22:58:58  *** belcher has joined #bitcoin-core-dev
2142016-12-12T23:16:23  *** abpa has quit IRC
2152016-12-12T23:16:31  *** abpa_ has joined #bitcoin-core-dev
2162016-12-12T23:21:14  *** brg444 has quit IRC
2172016-12-12T23:22:50  *** JackH_ has quit IRC
2182016-12-12T23:23:06  *** justanotheruser has joined #bitcoin-core-dev
2192016-12-12T23:37:50  *** jtimon has quit IRC
2202016-12-12T23:40:14  *** brg444 has joined #bitcoin-core-dev
2212016-12-12T23:45:52  *** jtimon has joined #bitcoin-core-dev