1 2017-02-04 03:36:39	0|bitcoin-git|[13bitcoin] 15kallewoof opened pull request #9686: [WIP] RPC help tabulation (06master...06rpc-help-tabulation) 02https://github.com/bitcoin/bitcoin/pull/9686
 2 2017-02-04 05:23:52	0|luke-jr|going to squash #9672 fixups unless anyone complains here within a few min..
 3 2017-02-04 05:23:54	0|gribble|https://github.com/bitcoin/bitcoin/issues/9672 | Opt-into-RBF for RPC & bitcoin-tx by luke-jr · Pull Request #9672 · bitcoin/bitcoin · GitHub
 4 2017-02-04 10:37:52	0|bitcoin-git|13bitcoin/06master 147b2d96b 15Matt Corallo: Access WorkQueue::running only within the cs lock....
 5 2017-02-04 10:37:52	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/1c2edd9f6707...a3511628d097
 6 2017-02-04 10:37:53	0|bitcoin-git|13bitcoin/06master 14a351162 15Wladimir J. van der Laan: Merge #9679: Access WorkQueue::running only within the cs lock...
 7 2017-02-04 10:38:16	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9679: Access WorkQueue::running only within the cs lock (06master...062017-02-workqueue-running-race) 02https://github.com/bitcoin/bitcoin/pull/9679
 8 2017-02-04 10:38:28	0|bitcoin-git|[13bitcoin] 15laanwj pushed 6 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a3511628d097...496691741dfe
 9 2017-02-04 10:38:29	0|bitcoin-git|13bitcoin/06master 142046617 15Cory Fields: net: deserialize the entire version message locally...
10 2017-02-04 10:38:29	0|bitcoin-git|13bitcoin/06master 1480ff034 15Matt Corallo: Dont deserialize nVersion into CNode, should fix #9212
11 2017-02-04 10:38:30	0|bitcoin-git|13bitcoin/06master 1412752af 15Cory Fields: net: don't run callbacks on nodes that haven't completed the version handshake...
12 2017-02-04 10:38:43	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9609: net: fix remaining net assertions (06master...06net-version) 02https://github.com/bitcoin/bitcoin/pull/9609
13 2017-02-04 10:39:37	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/496691741dfe...7821db30e161
14 2017-02-04 10:39:38	0|bitcoin-git|13bitcoin/06master 147821db3 15Wladimir J. van der Laan: Merge #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72...
15 2017-02-04 10:39:38	0|bitcoin-git|13bitcoin/06master 14885cfdd 15Matt Corallo: Fix super-unlikely race introduced in 236618061a445d2cb11e72...
16 2017-02-04 10:39:57	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72 (06master...062017-02-fix-initnode-race) 02https://github.com/bitcoin/bitcoin/pull/9671
17 2017-02-04 14:43:11	0|BlueMatt|oh, #9578 needs 0.14 tag
18 2017-02-04 14:43:13	0|gribble|https://github.com/bitcoin/bitcoin/issues/9578 | Add missing mempool lock for CalculateMemPoolAncestors by TheBlueMatt · Pull Request #9578 · bitcoin/bitcoin · GitHub
19 2017-02-04 14:44:32	0|BlueMatt|sipa: are you referring to open-brace-on-same-line at https://github.com/bitcoin/bitcoin/pull/9674#discussion_r99450951 ?
20 2017-02-04 17:33:53	0|sipa|BlueMatt: yup
21 2017-02-04 22:27:56	0|gmaxwell|BlueMatt: have you run helgrind with the rpc tests?
22 2017-02-04 22:28:04	0|BlueMatt|no
23 2017-02-04 22:28:26	0|BlueMatt|gmaxwell: do you want my suppressions file?
24 2017-02-04 22:28:56	0|gmaxwell|that would seem like a good idea.. they do have generally better coverage than just running a node.
25 2017-02-04 22:30:13	0|BlueMatt|yes, agreed, gotta feel comfortable with just running it first, though :p
26 2017-02-04 22:38:10	0|sipa|i want to be able to run with -fsanitize=thread, but need to figure out how to run with a separately compiled libstdc++ etc
27 2017-02-04 22:41:21	0|gmaxwell|I thought we had tests that ran with the libstdc++ debugging (thus needed a separately compiled libstc++)
28 2017-02-04 22:41:42	0|gmaxwell|fsanitize thread might be a boon just due to being not impossibly slow.