< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/197450f80868...38c13a4a6055
< bitcoin-git> bitcoin/master 30e336f Hennadii Stepanov: build: Drop unused bitcoin_cv_qt58
< bitcoin-git> bitcoin/master 4af4672 Hennadii Stepanov: build, qt: Add Qt version checking
< bitcoin-git> bitcoin/master 38c13a4 fanquake: Merge #19689: build: Add Qt version checking
< bitcoin-git> [bitcoin] fanquake merged pull request #19689: build: Add Qt version checking (master...200809-qtver) https://github.com/bitcoin/bitcoin/pull/19689
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/38c13a4a6055...1d53d72948e3
< bitcoin-git> bitcoin/master 15ae4a1 Antoine Poinsot: test/fuzz: add a seed corpus generation option to the test_runner
< bitcoin-git> bitcoin/master 1d53d72 MarcoFalke: Merge #19659: Add a seed corpus generation option to the fuzzing test_runn...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19659: Add a seed corpus generation option to the fuzzing test_runner (master...20/08/04/fuzz_runner_gen_seeds) https://github.com/bitcoin/bitcoin/pull/19659
< bitcoin-git> [bitcoin] naumenkogs closed pull request #19697: Improvements on ADDR caching (master...2020-08-addr-cache-follow-up) https://github.com/bitcoin/bitcoin/pull/19697
< bitcoin-git> [bitcoin] naumenkogs reopened pull request #19697: Improvements on ADDR caching (master...2020-08-addr-cache-follow-up) https://github.com/bitcoin/bitcoin/pull/19697
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19786: doc: Remove label from good first issue template (master...2008-docGFI) https://github.com/bitcoin/bitcoin/pull/19786
< obei> why does bitcoin core use zmq instead of using c stocket?
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d53d72948e3...8e94275f863c
< bitcoin-git> bitcoin/master fa30d52 MarcoFalke: doc: Remove label from good first issue template
< bitcoin-git> bitcoin/master 8e94275 fanquake: Merge #19786: doc: Remove label from good first issue template
< bitcoin-git> [bitcoin] fanquake merged pull request #19786: doc: Remove label from good first issue template (master...2008-docGFI) https://github.com/bitcoin/bitcoin/pull/19786
< wumpus> obei: c stocket?
< wumpus> zmq is a flexible and popular notification system, usually already used in notification flows, "why X" is simply because it was the first one people bothered to contribute, and everything after that has to be weighed in that context now
< obei> wumpus: i mean c socket
< wumpus> zmq uses udp sockets under the hood, but it's good to not have to reinvent the wheel
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8e94275f863c...7ce7f2b2518c
< bitcoin-git> bitcoin/master cf06811 Igor Cota: build: disable D-Bus on Android by default
< bitcoin-git> bitcoin/master 366913e Igor Cota: build: AX_BOOST_THREAD serial 33
< bitcoin-git> bitcoin/master 7ce7f2b fanquake: Merge #17396: build: modest Android improvements
< bitcoin-git> [bitcoin] fanquake merged pull request #17396: build: modest Android improvements (master...2019-11-android-static-libstdc) https://github.com/bitcoin/bitcoin/pull/17396
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7ce7f2b2518c...4fefd80f0888
< bitcoin-git> bitcoin/master c556770 John Newbery: [net_processing] Change PeerLogicValidation to hold a connman reference
< bitcoin-git> bitcoin/master daed542 John Newbery: [net_processing] Move ProcessMessage to PeerLogicValidation
< bitcoin-git> bitcoin/master 4fefd80 fanquake: Merge #19704: Net processing: move ProcessMessage() to PeerLogicValidation...
< bitcoin-git> [bitcoin] fanquake merged pull request #19704: Net processing: move ProcessMessage() to PeerLogicValidation (master...2020-07-process-message-plv) https://github.com/bitcoin/bitcoin/pull/19704
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/4fefd80f0888...7f609f68d835
< bitcoin-git> bitcoin/master 02fbe3a Jon Atack: net: add nLastBlockTime/TXTime to CNodeStats, CNode::copyStats
< bitcoin-git> bitcoin/master 8a560a7 Jon Atack: rpc: expose nLastBlockTime/TXTime as getpeerinfo last_block/transaction
< bitcoin-git> bitcoin/master 21c57ba Jon Atack: test: getpeerinfo last_block and last_transaction tests
< bitcoin-git> [bitcoin] laanwj merged pull request #19731: net, rpc: expose nLastBlockTime/nLastTXTime as last block/last_transaction in getpeerinfo (master...add-eviction-criteria-to-getpeerinfo) https://github.com/bitcoin/bitcoin/pull/19731
< bitcoin-git> [bitcoin] luke-jr opened pull request #19790: Flag when blocks have had their scripts checked instead of skipped (master...blkindex_scriptschecked_flag) https://github.com/bitcoin/bitcoin/pull/19790
< bitcoin-git> [bitcoin] jnewbery opened pull request #19791: [net processing] Move Misbehaving() to PeerManager (master...2020-08-misbehaving-in-plv) https://github.com/bitcoin/bitcoin/pull/19791
< hebasto> jnewbery: aj: begging #19668 review
< gribble> https://github.com/bitcoin/bitcoin/issues/19668 | Do not hide compile-time thread safety warnings by hebasto · Pull Request #19668 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fjahr opened pull request #19792: rpc: Add dumpcoinstats (master...dumpcoinstats) https://github.com/bitcoin/bitcoin/pull/19792
< jnewbery> hebasto: I'll try to get to it this week
< hebasto> jnewbery: many thanks!
< jnewbery> Reminder to everyone that there's a P2P IRC meeting tomorrow at 15:00 UTC. If you have any proposed meeting topics, please add them to https://github.com/bitcoin-core/bitcoin-devwiki/wiki/P2P-IRC-meetings#25-aug-2020.
< gribble> https://github.com/bitcoin/bitcoin/issues/25 | sum(getaccounts) != getbalance · Issue #25 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] ryanofsky opened pull request #19793: bitcoin-wallet salvage: Return false instead of asserting when a loaded tx isn't new (master...pr/badsalv) https://github.com/bitcoin/bitcoin/pull/19793
< jnewbery> The only topic we have is the regular focus/priority sharing. I'll also be reminding people to review backports #19606 #19680 #19681
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19680 | 0.20: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19680 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19681 | 0.19: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19681 · bitcoin/bitcoin · GitHub
< luke-jr> jnewbery: sorry I left it out of Knots; it had conflicts with other PRs already included, that didn't seem easy to resolve :/
< bitcoin-git> [bitcoin] mzumsande opened pull request #19794: p2p: Remove fGetAddr flag (master...202008_rm_fgetaddr) https://github.com/bitcoin/bitcoin/pull/19794
< bitcoin-git> [bitcoin] hebasto opened pull request #19796: build: Drop ZeroMQ patch for glibc < 2.12 (master...200824-zmq) https://github.com/bitcoin/bitcoin/pull/19796
< bitcoin-git> [bitcoin] i-rme opened pull request #19797: net: Remove old check for 3-byte shifted IP addresses from pre-0.2.9 node … (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19797