1 2016-12-12 02:34:45	0|bitcoin-git|[13bitcoin] 15goku1997 opened pull request #9324: Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/9324
 2 2016-12-12 02:48:44	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #9324: Increase block size to 8MB for Bitcoin Ocho. Bitcoin Ocho is the future. (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/9324
 3 2016-12-12 02:52:54	0|gmaxwell|oh no sipa closed /the future/
 4 2016-12-12 03:02:10	0|BlueMatt|https://github.com/bitcoin/bitcoin/blob/master/src/addrman.cpp#L38 its not the first time he's blocked things from the future
 5 2016-12-12 03:02:12	0|luke-jr|if only all our trolls were this ridiculous
 6 2016-12-12 07:05:49	0|owowo|the future was yesterday.
 7 2016-12-12 07:10:42	0|bitcoin-git|[13bitcoin] 15rebroad opened pull request #9325: Allow first cmpctblock/blocktxn received to be processed (rather than first requested) (06master...06ProcessFirstCmpct) 02https://github.com/bitcoin/bitcoin/pull/9325
 8 2016-12-12 07:27:11	0|jonasschnelli|This looks like an openssl incompatibility? http://bitcoin.stackexchange.com/questions/50125/failing-to-build-bitcoin-core-v0-13-1-on-debian-stretch
 9 2016-12-12 07:31:17	0|sipa|jonasschnelli: yup
10 2016-12-12 07:32:29	0|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
11 2016-12-12 07:33:10	0|jonasschnelli|But I guess we also need fixing in crypto_tests.cpp (OldEncrypt()) in the non-libsecp256k1 part of the code
12 2016-12-12 07:33:28	0|gmaxwell|Or we just drop those tests.
13 2016-12-12 07:33:34	0|jonasschnelli|Yeah
14 2016-12-12 07:33:48	0|luke-jr|Shouldn't --enable-openssl-tests=no still work if passed to Core's configure, even if it shows a warning?
15 2016-12-12 07:34:08	0|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.
16 2016-12-12 07:35:00	0|luke-jr|(I agree it makes sense to remove them, but as a stop-gap fix for users until the new version)
17 2016-12-12 07:36:41	0|gmaxwell|well we should fix this now for 0.13.2 too.
18 2016-12-12 07:36:45	0|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.
19 2016-12-12 07:41:34	0|TD-Linux|gmaxwell, well it looks like that affects stretch and jessie is the one with out of date software....
20 2016-12-12 07:42:43	0|gmaxwell|welp. doesn't reproduce on streach for me. :-/
21 2016-12-12 07:45:21	0|gmaxwell|(not in bitcoind compile, nor libsecp256k1 compile.)
22 2016-12-12 07:45:39	0|aj|gmaxwell: libssl1.1-dev installed?
23 2016-12-12 07:47:36	0|gmaxwell|aj: thanks, that broke it! interesting that update/upgrade didn't pull that in.
24 2016-12-12 07:53:33	0|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...
25 2016-12-12 07:55:00	0|gmaxwell|explains why we've only had ~two reports so far.
26 2016-12-12 07:59:18	0|gmaxwell|https://github.com/bitcoin-core/secp256k1/pull/433  okay thats the libsecp256k1 part, I'll go do the bitcoin-core part.
27 2016-12-12 08:12:21	0|bitcoin-git|[13bitcoin] 15gmaxwell opened pull request #9326: Fix wallet/test/crypto_tests.cpp for OpenSSL 1.1 API. (06master...06openssl_api11) 02https://github.com/bitcoin/bitcoin/pull/9326
28 2016-12-12 08:13:22	0|jonasschnelli|^ taged
29 2016-12-12 14:44:13	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #9329: [Qt] Console: allow empty arguments (06master...062016/12/fix_qt_empty_args) 02https://github.com/bitcoin/bitcoin/pull/9329
30 2016-12-12 14:55:21	0|jonasschnelli|Can someone confirm that ./src/qt/test/test_bitcoin-qt  ends with an malloc/free issue? "pointer being freed was not allocated"?
31 2016-12-12 15:01:54	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #9330: [Qt] Console: add security warning (06master...062016/12/qt_add_sec) 02https://github.com/bitcoin/bitcoin/pull/9330
32 2016-12-12 15:04:01	0|ryanofsky_|src/qt/test/test_bitcoin-qt seems to be working for me, don't see freed pointer message (at 76fcd9d)
33 2016-12-12 15:08:46	0|jonasschnelli|ryanofsky_: current master?
34 2016-12-12 15:40:03	0|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() ?
35 2016-12-12 15:48:54	0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #9331: [qa] Add test for rescan feature of wallet key import RPCs (06master...06pr/test-import-rescan) 02https://github.com/bitcoin/bitcoin/pull/9331
36 2016-12-12 15:53:05	0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #9332: Let wallet importmulti RPC accept labels for standard scriptPubKeys (on top of #9331) (06master...06pr/script-label) 02https://github.com/bitcoin/bitcoin/pull/9332
37 2016-12-12 16:20:04	0|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`
38 2016-12-12 16:42:36	0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #9333: [trivial] Add comment documenting CWalletTx::mapValue (06master...06pr/comment-mapvalue) 02https://github.com/bitcoin/bitcoin/pull/9333
39 2016-12-12 17:45:49	0|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?
40 2016-12-12 17:45:52	0|gribble|https://github.com/bitcoin/bitcoin/issues/8501 | Add mempool statistics collector by jonasschnelli · Pull Request #8501 · bitcoin/bitcoin · GitHub
41 2016-12-12 17:53:37	0|instagibbs|morcos, leaving the coin selection stuff alone, sorry for all the rebasing :)
42 2016-12-12 18:53:47	0|btcdrak|https://github.com/bitcoin-core/bitcoincore.org/pull/289
43 2016-12-12 18:59:32	0|gmaxwell|oh jesus, some sufficiently old openssl doesn't have EVP_MD_CTX_new/EVP_MD_CTX_free
44 2016-12-12 19:02:26	0|sipa|add it to configure, and ifdef our own definition in?
45 2016-12-12 19:02:52	0|gmaxwell|I'm just going to ifdef around a version check and use heap/stack depending on the version.
46 2016-12-12 19:12:05	0|bitcoin-git|[13bitcoin] 15sipa opened pull request #9334: Update to latest libsecp256k1 (06master...06secp) 02https://github.com/bitcoin/bitcoin/pull/9334
47 2016-12-12 20:11:45	0|gmaxwell|#9290 and #9302 want to be merged.   Also, does someone dislike #9236? it's been ready for merge for almost two weeks.
48 2016-12-12 20:11:48	0|gribble|https://github.com/bitcoin/bitcoin/issues/9290 | Make RelayWalletTransaction attempt to AcceptToMemoryPool. by gmaxwell · Pull Request #9290 · bitcoin/bitcoin · GitHub
49 2016-12-12 20:11:49	0|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
50 2016-12-12 20:11:53	0|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
51 2016-12-12 21:07:46	0|bitcoin-git|[13bitcoin] 15richardkiss opened pull request #9335: Fix spelling. (06master...06feature/typo) 02https://github.com/bitcoin/bitcoin/pull/9335
52 2016-12-12 21:11:25	0|bitcoin-git|[13bitcoin] 15richardkiss opened pull request #9336: Change SIG_NULLFAIL => NULLFAIL. (06master...06feature/unify_nullfail) 02https://github.com/bitcoin/bitcoin/pull/9336
53 2016-12-12 21:57:55	0|bitcoin-git|[13bitcoin] 15richardkiss closed pull request #9336: Change SIG_NULLFAIL => NULLFAIL. (06master...06feature/unify_nullfail) 02https://github.com/bitcoin/bitcoin/pull/9336