< instagibbs>
gmaxwell, is there a good link handy to point people showing them what the next release is up to? People are asking about segwit release, and I'd rather not get my facts wrong.
< instagibbs>
since the next release is the 2x-related one(?)
< sipa>
the current plan is 0.15.0.2 first with some p2p DoS improvements
< sipa>
after that, 0.15.1 with segwit wallet support
< instagibbs>
should have just looked at the PR tags, thanks
< bitcoin-git>
bitcoin/master fd3a2f3 practicalswift: [tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequest
< bitcoin-git>
bitcoin/master b5545d8 Wladimir J. van der Laan: Merge #10409: [tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequest...
< bitcoin-git>
[bitcoin] laanwj closed pull request #10409: [tests] Add fuzz testing for BlockTransactions and BlockTransactionsRequest (master...fuzz-blocktransactions) https://github.com/bitcoin/bitcoin/pull/10409
< achow101>
I've just updated to Ubuntu 17.10 which has gcc 7 and there are now a billion of these errors: warning: this statement may fall through [-Wimplicit-fallthrough=]
< achow101>
s/errors/compiler warnings/
< achow101>
they're mostly in tinyformat.h
< MarcoFalke>
achow101: Make sure to cherry-pick #10489?