< wumpus> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1962r0.pdf interesting read from Bjarne Stroustrup on scope creep in the C++ language (and sw design in general)
< wumpus> a s390 travis run ran out of disk space, i've restarted it, hopefully it was a one-time issue
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bce44089db27...dcbe024f5e65
< bitcoin-git> bitcoin/master e7ad4a2 Wilson Ccasihue S: doc: rename wallet-tool references to bitcoin-wallet
< bitcoin-git> bitcoin/master dcbe024 Wladimir J. van der Laan: Merge #17648: doc: rename wallet-tool references to bitcoin-wallet
< bitcoin-git> [bitcoin] laanwj merged pull request #17648: doc: rename wallet-tool references to bitcoin-wallet (master...fix/typo) https://github.com/bitcoin/bitcoin/pull/17648
< fanquake> wumpus will read today
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dcbe024f5e65...41919631d509
< bitcoin-git> bitcoin/master 02d8c56 Matt Corallo: Seed RNG with precision timestamps on receipt of net messages.
< bitcoin-git> bitcoin/master 4191963 Wladimir J. van der Laan: Merge #17573: Seed RNG with precision timestamps on receipt of net message...
< bitcoin-git> [bitcoin] laanwj merged pull request #17573: Seed RNG with precision timestamps on receipt of net messages. (master...2019-11-rng-netmsg) https://github.com/bitcoin/bitcoin/pull/17573
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17110: appveyor: Add -l test_suite to .appveyor.yaml (master...master) https://github.com/bitcoin/bitcoin/pull/17110
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17110: appveyor: Add -l test_suite to .appveyor.yaml (master...master) https://github.com/bitcoin/bitcoin/pull/17110
< bitcoin-git> [bitcoin] practicalswift opened pull request #17666: random: Add missing thread-safety annotations for events_hasher (master...GUARDED_BY(events_mutex)) https://github.com/bitcoin/bitcoin/pull/17666
< sipsorcery> #17573 is causing an access violation when running test_bitcoin.exe on Windows. It's in random.cpp line 459: LOCK(events_mutex)
< gribble> https://github.com/bitcoin/bitcoin/issues/17573 | Seed RNG with precision timestamps on receipt of net messages. by TheBlueMatt . Pull Request #17573 . bitcoin/bitcoin . GitHub
< sipsorcery> I manually applied #17666 but that didn't fix it.
< gribble> https://github.com/bitcoin/bitcoin/issues/17666 | random: Add missing thread-safety annotations for events_hasher by practicalswift . Pull Request #17666 . bitcoin/bitcoin . GitHub
< emilengler> Are there python tests which test CLI parameters which only work in Qt?
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/41919631d509...fee01bb05363
< bitcoin-git> bitcoin/master faa8023 MarcoFalke: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le
< bitcoin-git> bitcoin/master 2222c30 MarcoFalke: test: Use char instead of unsigned char
< bitcoin-git> bitcoin/master fa69cef MarcoFalke: test: Print stderr when subprocess fails
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le (master...1911-ciPpcAsan) https://github.com/bitcoin/bitcoin/pull/17517
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fee01bb05363...5aee0e2163cc
< bitcoin-git> bitcoin/master 01c8701 malevolent: util: remove unwanted fields from bitcoin-cli -getinfo
< bitcoin-git> bitcoin/master 5aee0e2 fanquake: Merge #17650: util: remove unwanted fields from bitcoin-cli -getinfo
< bitcoin-git> [bitcoin] fanquake merged pull request #17650: util: remove unwanted fields from bitcoin-cli -getinfo (master...rethink_bitcoin_cli) https://github.com/bitcoin/bitcoin/pull/17650
< bitcoin-git> [bitcoin] jamesob opened pull request #17669: tests: have coins simulation test also use CCoinsViewDB (master...2019-12-coins-tests) https://github.com/bitcoin/bitcoin/pull/17669
< bitcoin-git> [bitcoin] sipa opened pull request #17670: Move events_hasher into RNGState() (master...201912_events_rngstate) https://github.com/bitcoin/bitcoin/pull/17670