< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/417f95fa453d...4eada5d8b16e
< bitcoin-git> bitcoin/master 6732545 John Newbery: [net] Move RecordBytesSent() call out of cs_vSend lock
< bitcoin-git> bitcoin/master 378aedc John Newbery: [net] Add cs_vSend lock annotations
< bitcoin-git> bitcoin/master 4eada5d MarcoFalke: Merge #20816: net: Move RecordBytesSent() call out of cs_vSend lock
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20816: net: Move RecordBytesSent() call out of cs_vSend lock (master...2020-12-cs-vsend) https://github.com/bitcoin/bitcoin/pull/20816
< bitcoin-git> [bitcoin] troygiorshev closed pull request #19673: Move cs_vSend into SocketSendData and resolve RecordBytesSent lock inconsistency (master...2020-08-socketsenddata) https://github.com/bitcoin/bitcoin/pull/19673
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4eada5d8b16e...e520e091dbee
< bitcoin-git> bitcoin/master fa6c114 MarcoFalke: test: Add sanitizer suppressions for AMD EPYC CPUs
< bitcoin-git> bitcoin/master e520e09 Wladimir J. van der Laan: Merge #20844: test: Add sanitizer suppressions for AMD EPYC CPUs
< bitcoin-git> [bitcoin] laanwj merged pull request #20844: test: Add sanitizer suppressions for AMD EPYC CPUs (master...2101-testEpycSan) https://github.com/bitcoin/bitcoin/pull/20844
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #20864: net: Move SocketSendData lock annotation to header (master...2101-netLock) https://github.com/bitcoin/bitcoin/pull/20864
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e520e091dbee...68196a891056
< bitcoin-git> bitcoin/master c3aa1a1 Oliver Gugger: gitian-keys: add key for guggero
< bitcoin-git> bitcoin/master 68196a8 Wladimir J. van der Laan: Merge #20860: gitian-keys: add key for guggero
< bitcoin-git> [bitcoin] laanwj merged pull request #20860: gitian-keys: add key for guggero (master...guggero-gpg-key) https://github.com/bitcoin/bitcoin/pull/20860
< bitcoin-git> [bitcoin] darosior opened pull request #20867: Support up to 20 keys for multisig under Segwit context (master...descriptor_multi_wsh) https://github.com/bitcoin/bitcoin/pull/20867
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68196a891056...3b6d1b61d316
< bitcoin-git> bitcoin/master 6f2c4fd Jon Atack: netinfo: add user help documentation
< bitcoin-git> bitcoin/master 3b6d1b6 Wladimir J. van der Laan: Merge #20829: doc: add -netinfo help
< bitcoin-git> [bitcoin] laanwj merged pull request #20829: doc: add -netinfo help (master...netinfo-help-doc) https://github.com/bitcoin/bitcoin/pull/20829
< wumpus> why is there a separate milestone for 0.21.0rc5, is that different from labeling something 0.21.0 (which already means "next rc")?
< sipa> wumpus: i guess not, feel free to remove it
< wumpus> sipa: okay, thanks
< bitcoin-git> [bitcoin] jarolrod opened pull request #20868: validation: remove redundant check on pindex (master...redundant-check-validation) https://github.com/bitcoin/bitcoin/pull/20868
< achow101> jonasschnelli: I have a branch of signapple that does away with codesign_allocate: https://github.com/achow101/signapple/tree/self-allocate. I'm not convinced it will exactly replicate codesign_allocate though so I think we should hold off on using it until I implement detaching and applying
< achow101> I'll probably implement those tomorrow