1 2016-10-14 04:34:35	0|GitHub157|[13bitcoin] 15fanquake opened pull request #8920: Set minimum required Boost to 1.47.0 (06master...06set-minimum-boost) 02https://github.com/bitcoin/bitcoin/pull/8920
 2 2016-10-14 07:54:09	0|GitHub105|13bitcoin/06master 1436f60a5 15Peter Todd: Add copyright/patent issues to possible NACK reasons...
 3 2016-10-14 07:54:09	0|GitHub105|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/e2b8c394d61d...03dd707dc027
 4 2016-10-14 07:54:10	0|GitHub105|13bitcoin/06master 1403dd707 15MarcoFalke: Merge #8915: Add copyright/patent issues to possible NACK reasons...
 5 2016-10-14 07:54:20	0|GitHub97|[13bitcoin] 15MarcoFalke closed pull request #8915: Add copyright/patent issues to possible NACK reasons (06master...062016-10-13-sound-legal-justification) 02https://github.com/bitcoin/bitcoin/pull/8915
 6 2016-10-14 08:56:01	0|gmaxwell|Another subject for the segwit deployment guide, "What if I'm on debian Wheezy and don't have a C++11 compiler"
 7 2016-10-14 08:58:38	0|sipa|"Get an odroid and use it as edge router"
 8 2016-10-14 09:01:46	0|gmaxwell|okay, yes "see section II on peremeter nodes" -- though isn't there some compiler from the future flag you can hit in wheezy?
 9 2016-10-14 09:02:08	0|gmaxwell|(pretty wild that debian in recent memory doesn't have a c++11 compiler...)
10 2016-10-14 09:02:21	0|btcdrak|gmaxwell: are you working on the deployment guide?
11 2016-10-14 09:03:00	0|gmaxwell|no, requirements for the deployment guide.
12 2016-10-14 09:03:53	0|gmaxwell|(GCC 4.7 was like... march 2012, it's 2016 now...)
13 2016-10-14 09:04:18	0|sipa|will debian weezy run release binaries?
14 2016-10-14 09:04:44	0|gmaxwell|I assume, so that would be the obvious answer: border router or release binaries.
15 2016-10-14 09:05:53	0|luke-jr|"upgrade to Debian Jessie"?
16 2016-10-14 09:06:12	0|btcdrak|I wonder if it's something aj would like to do?
17 2016-10-14 09:07:22	0|luke-jr|or is it..
18 2016-10-14 09:08:06	0|luke-jr|I think I'm wrong, 0.12.1 supported pre-C++11 I guess
19 2016-10-14 09:09:20	0|gmaxwell|right
20 2016-10-14 09:09:23	0|sipa|we only switched to compiling with c++11 in 0.13
21 2016-10-14 09:09:46	0|sipa|0.12.x may have been very vlose in being c++11 compliant, but it certaonly did not require it
22 2016-10-14 09:09:47	0|gmaxwell|0.12.x compiles more or less cleanly with a c++11 compiler.
23 2016-10-14 09:12:17	0|sipa|right
24 2016-10-14 10:22:22	0|afk11|Has anyone here implemented the test vectors from bip-0143? In the last example I think I've found an error, it'd be great to check this quickly (writing tests). The scriptCode is 207 (0xcf) bytes, which is greater than OP_PUSHDATA1 (76) and so it's length should be serialized like: 0x4ccf. The scriptCode in the V1 algorithm gets prefixed with it's length, so shouldn't the example have the 0x4c at the start?
25 2016-10-14 10:35:41	0|afk11|ah nevermind, so it's not that you push scriptCode into a script (using the script pushdata length & serialization), instead it's prefixed with a varint
26 2016-10-14 10:41:30	0|sipa|right... exactly as it is in pre-143 sighashing
27 2016-10-14 10:46:33	0|afk11|I didn't equivocate the two because pre-143 the pre-image was a modified transaction, which is no longer true
28 2016-10-14 10:48:03	0|sipa|well feel free to suggest better language
29 2016-10-14 11:04:47	0|GitHub125|[13bitcoin] 15jtimon opened pull request #8921: RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC (06master...060.13-rpc-chain) 02https://github.com/bitcoin/bitcoin/pull/8921
30 2016-10-14 13:41:38	0|BlueMatt|gmaxwell: dunno about debian, but the oldest ubuntu lts which is still supported cant build bitcoin in c++11 mode (despite its version of clang supporting it) because its version of boost doesnt build in C++11 mode
31 2016-10-14 14:10:27	0|BlueMatt|luke-jr: care to press merge on https://github.com/bitcoin/bips/pull/462
32 2016-10-14 16:55:49	0|GitHub78|[13bitcoin] 15TheBlueMatt opened pull request #8922: [qa] Send segwit-encoded blocktxn messages in p2p-compactblocks (06master...06segwitcb) 02https://github.com/bitcoin/bitcoin/pull/8922
33 2016-10-14 22:24:54	0|kanzure|achow101: also perhaps link to https://github.com/bitcoin/bitcoin/pull/6274 (for -alerts opt-out of alerts) and https://github.com/bitcoin/bitcoin/issues/7692 (actual removal) in addition to 6260 (which was marked as closed)
34 2016-10-14 22:40:04	0|BlueMatt|luke-jr: thanks
35 2016-10-14 22:40:19	0|achow101|kanzure: done