1 2016-05-01 01:44:11 0|achow101|for rpc tests, how can I be sure that a transaction makes it into the next block mined?
2 2016-05-01 09:50:57 0|GitHub177|[13bitcoin] 15domob1812 opened pull request #7983: Use std::unique_ptr instead of auto_ptr. (06master...06unique-ptr) 02https://github.com/bitcoin/bitcoin/pull/7983
3 2016-05-01 10:37:43 0|phantomcircuit|for come reason linking fails with a PIC error when trying to use if (!CheckBlock(block, state, false, false)) {return 0;}
4 2016-05-01 10:38:51 0|sipa|eh
5 2016-05-01 10:39:15 0|sipa|tried git clean, make clean, ccache -C, autogen, ...?
6 2016-05-01 10:40:02 0|phantomcircuit|sipa, yeah
7 2016-05-01 10:40:21 0|phantomcircuit|haven't tried ccache -C
8 2016-05-01 10:40:52 0|phantomcircuit|ccache is not installed
9 2016-05-01 10:40:56 0|sipa|ok, then no worries
10 2016-05-01 10:41:03 0|sipa|(though i suggest installing it)
11 2016-05-01 10:41:25 0|phantomcircuit|infinity core machine i dont think it matters very much
12 2016-05-01 10:41:41 0|sipa|you would be surprised
13 2016-05-01 11:11:56 0|phantomcircuit|sipa, https://github.com/pstratem/bitcoin-public/tree/fuzzy
14 2016-05-01 11:11:57 0|phantomcircuit|https://0bin.net/paste/oShOvFiSUJkCibPo#ebHQhfyJP7giVT5-nf+r4XHn87VQDxZsp49zsJJ8XK0
15 2016-05-01 11:12:16 0|phantomcircuit|(i'll try again without afl)
16 2016-05-01 11:14:28 0|phantomcircuit|nope removing afl was useless
17 2016-05-01 14:42:49 0|GitHub27|[13bitcoin] 15achow101 opened pull request #7984: Optional parameter for rescans to start at a specified height (06master...06rescan-fromheight) 02https://github.com/bitcoin/bitcoin/pull/7984
18 2016-05-01 23:31:03 0|phantomcircuit|https://github.com/bitcoin/QA
19 2016-05-01 23:31:16 0|phantomcircuit|this repo hasn't been updated in a very long time
20 2016-05-01 23:31:30 0|phantomcircuit|and there's the qa and doc directories in bitcoin/bitcoin
21 2016-05-01 23:31:37 0|phantomcircuit|i think it should go bye bye
22 2016-05-01 23:31:44 0|phantomcircuit|opinions?
23 2016-05-01 23:32:29 0|phantomcircuit|on a completely unrelated note
24 2016-05-01 23:32:37 0|phantomcircuit|anybody know why this would fail like this?
25 2016-05-01 23:32:38 0|phantomcircuit|https://0bin.net/paste/oShOvFiSUJkCibPo#ebHQhfyJP7giVT5-nf+r4XHn87VQDxZsp49zsJJ8XK0
26 2016-05-01 23:32:38 0|phantomcircuit|https://github.com/pstratem/bitcoin-public/tree/fuzzy
27 2016-05-01 23:33:05 0|phantomcircuit|specifically the issue is something to do with PIE vs PIC building bitcoin-fuzzy with a CheckBlock call