< bitcoin-git> [bitcoin] kallewoof opened pull request #9686: [WIP] RPC help tabulation (master...rpc-help-tabulation) https://github.com/bitcoin/bitcoin/pull/9686
< luke-jr> going to squash #9672 fixups unless anyone complains here within a few min..
< gribble> https://github.com/bitcoin/bitcoin/issues/9672 | Opt-into-RBF for RPC & bitcoin-tx by luke-jr · Pull Request #9672 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/1c2edd9f6707...a3511628d097
< bitcoin-git> bitcoin/master 7b2d96b Matt Corallo: Access WorkQueue::running only within the cs lock....
< bitcoin-git> bitcoin/master a351162 Wladimir J. van der Laan: Merge #9679: Access WorkQueue::running only within the cs lock...
< bitcoin-git> [bitcoin] laanwj closed pull request #9679: Access WorkQueue::running only within the cs lock (master...2017-02-workqueue-running-race) https://github.com/bitcoin/bitcoin/pull/9679
< bitcoin-git> [bitcoin] laanwj pushed 6 new commits to master: https://github.com/bitcoin/bitcoin/compare/a3511628d097...496691741dfe
< bitcoin-git> bitcoin/master 80ff034 Matt Corallo: Dont deserialize nVersion into CNode, should fix #9212
< bitcoin-git> bitcoin/master 2046617 Cory Fields: net: deserialize the entire version message locally...
< bitcoin-git> bitcoin/master 12752af Cory Fields: net: don't run callbacks on nodes that haven't completed the version handshake...
< bitcoin-git> [bitcoin] laanwj closed pull request #9609: net: fix remaining net assertions (master...net-version) https://github.com/bitcoin/bitcoin/pull/9609
< bitcoin-git> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/496691741dfe...7821db30e161
< bitcoin-git> bitcoin/master 885cfdd Matt Corallo: Fix super-unlikely race introduced in 236618061a445d2cb11e72...
< bitcoin-git> bitcoin/master 7821db3 Wladimir J. van der Laan: Merge #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72...
< bitcoin-git> [bitcoin] laanwj closed pull request #9671: Fix super-unlikely race introduced in 236618061a445d2cb11e72 (master...2017-02-fix-initnode-race) https://github.com/bitcoin/bitcoin/pull/9671
< BlueMatt> oh, #9578 needs 0.14 tag
< gribble> https://github.com/bitcoin/bitcoin/issues/9578 | Add missing mempool lock for CalculateMemPoolAncestors by TheBlueMatt · Pull Request #9578 · bitcoin/bitcoin · GitHub
< BlueMatt> sipa: are you referring to open-brace-on-same-line at https://github.com/bitcoin/bitcoin/pull/9674#discussion_r99450951 ?
< * BlueMatt> actually kinda wants 9674 for 0.14rc1 because some people, I'm sure, will test with DEBUG_LOCKORDER and it'd be nice to have the agressive enforcement
< sipa> BlueMatt: yup
< gmaxwell> BlueMatt: have you run helgrind with the rpc tests?
< BlueMatt> no
< BlueMatt> gmaxwell: do you want my suppressions file?
< gmaxwell> that would seem like a good idea.. they do have generally better coverage than just running a node.
< BlueMatt> yes, agreed, gotta feel comfortable with just running it first, though :p
< 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
< gmaxwell> I thought we had tests that ran with the libstdc++ debugging (thus needed a separately compiled libstc++)
< gmaxwell> fsanitize thread might be a boon just due to being not impossibly slow.