< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/cb9bbf77726a...81d0d565ab55
< bitcoin-git> bitcoin/master 0d31ef4 John Bampton: Enable W191 and W291 flake8 checks....
< bitcoin-git> bitcoin/master 81d0d56 MarcoFalke: Merge #13210: Enable W191 indentation contains tabs and W291 trailing whitespace flake8 checks for Python files...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #13210: Enable W191 indentation contains tabs and W291 trailing whitespace flake8 checks for Python files (master...remove-whitespace) https://github.com/bitcoin/bitcoin/pull/13210
< bitcoin-git> [bitcoin] practicalswift opened pull request #13214: Enable Travis checking for two Python linting rules we are currently not violating (master...enable-python-lint-rules) https://github.com/bitcoin/bitcoin/pull/13214
< jonasschnelli> wumpus: is there a reason why your httpserver impl. does not interrupt the workQueue during StopHTTPServer()?
< jonasschnelli> The thread.join(); will always idle endless since the cond-var will not be notified
< Guest81556> thts fine
< Guest81556> who is ccook
< bitcoin-git> [bitcoin] ken2812221 opened pull request #13215: [WIP] Travis: Build tests on Ubuntu 18.04 with docker (master...patch-1) https://github.com/bitcoin/bitcoin/pull/13215
< bitcoin-git> [bitcoin] marcoagner opened pull request #13216: [qt] implements concept for different disk sizes on intro (master...fix_testnet_disk_usage_msg) https://github.com/bitcoin/bitcoin/pull/13216
< pierre_rochard> catching up on yesterday’s meeting, I’m glad people are finding bitcoinacks.com helpful, jonasschnelli happy to discuss what you have in mind (here, or offline if we want to avoid causing noise). My project can’t fundamentally change the incentives of open source but I think a little nudging and transparency helps everyone
< jamesob> pierre_rochard: great job with bitcoinacks. are you receptive to PRs on the github repo? not sure if the code there is current or not.
< pierre_rochard> jamesob: yes I am! I’ll message you directly
< atmshop88> at,shop88
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #13219: bench: Add block assemble benchmark (master...Mf1805-benchBlockAssemble) https://github.com/bitcoin/bitcoin/pull/13219
< Chris_Stewart_5> Does bitcoind attempt any p2p connections until a -reindex finishes?
< echeveria> no