< bitcoin-git> [bitcoin] promag opened pull request #21714: refactor: Drop CCoinControl::SetNull (master...2021-04-coincontrol) https://github.com/bitcoin/bitcoin/pull/21714
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/585cbe225753...8e69370b1506
< bitcoin-git> bitcoin/master 44dab42 João Barbosa: qa: Test default include_mempool value of gettxout
< bitcoin-git> bitcoin/master 8e69370 MarcoFalke: Merge #21712: qa: Test default include_mempool value of gettxout
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21712: qa: Test default include_mempool value of gettxout (master...2021-04-gettxout) https://github.com/bitcoin/bitcoin/pull/21712
< provoostenator> I didn't run into "notarization crap" when opening my own gitian signed DMG, but that's because I used SSH to put it on my Mac. You have to download it to trigger gatekeeper.
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8e69370b1506...f5e8bcf985df
< bitcoin-git> bitcoin/master 63631be practicalswift: test: Remove intermittently failing and not very meaningful `BOOST_CHECK` ...
< bitcoin-git> bitcoin/master f5e8bcf MarcoFalke: Merge #21689: test: Remove intermittently failing and not very meaningful ...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21689: test: Remove intermittently failing and not very meaningful `BOOST_CHECK` in `cnetaddr_basic` (master...remove-intermittently-failing-and-largely-meaningless-ipv6-test) https://github.com/bitcoin/bitcoin/pull/21689
< jonatack> We don't usually just drop coverage because of one or two reported issues after seven months of no issues. Should I close the fix that keeps the coverage and informational context?
< bitcoin-git> [bitcoin] klementtan opened pull request #21718: rpc: Improve error message for getblock invalid datatype. (master...master) https://github.com/bitcoin/bitcoin/pull/21718
< bitcoin-git> [bitcoin] klementtan closed pull request #21718: rpc: Improve error message for getblock invalid datatype. (master...master) https://github.com/bitcoin/bitcoin/pull/21718
< bitcoin-git> [bitcoin] klementtan reopened pull request #21718: rpc: Improve error message for getblock invalid datatype. (master...master) https://github.com/bitcoin/bitcoin/pull/21718
< bitcoin-git> [gui] MarcoFalke merged pull request #277: Do not use QClipboard::Selection on Windows and macOS. (master...210410-clip) https://github.com/bitcoin-core/gui/pull/277
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f5e8bcf985df...4a1751a929cc
< bitcoin-git> bitcoin/master 7f3a598 Hennadii Stepanov: qt: Do not use QClipboard::Selection on Windows and macOS.
< bitcoin-git> bitcoin/master 4a1751a MarcoFalke: Merge bitcoin-core/gui#277: Do not use QClipboard::Selection on Windows an...
< darosior> I keep getting mismatches when gitian building rc1. I deleted the depends cache, what else can i do?
< hebasto> darosior: which host?
< darosior> hebasto: using docker on a Debian host
< hebasto> I mean host gitian builds for
< hebasto> could you check that you are using gitian descriptors from 0.21 branch, not from master?
< darosior> I get a mismatch for every single target host (but the targz source of course). I'm using the descriptors from the v0.21.1rc1 tag
< hebasto> I think it's reasonable to submit your results as is to let others to take part in the investigation :)
< darosior> Ok, thanks for the feedback, doing one last round to be sure they are deterministic across builds and will PR it as such
< bitcoin-git> [bitcoin] MarcoFalke pushed 16 commits to master: https://github.com/bitcoin/bitcoin/compare/4a1751a929cc...0dd7b234895b
< bitcoin-git> bitcoin/master cced0f4 Carl Dong: miner: Pass in previous CBlockIndex to RegenerateCommitments
< bitcoin-git> bitcoin/master d0abf0b Carl Dong: rpc/*,rest: Add review-only assertion to EnsureChainman
< bitcoin-git> bitcoin/master d485e81 Carl Dong: rpc/blockchain: Use existing NodeContext
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21391: [Bundle 5/n] Prune g_chainman usage in RPC modules (master...2020-10-libbitcoinruntime-v7) https://github.com/bitcoin/bitcoin/pull/21391
< ja> why is release 0.9.5 both in the /bin folder and in the /bin/insecure folder?
< hebasto> only source is in bin/ not compiled binaries
< ja> so are the releases safe if i compile them myself? and what does "bin" mean? i thought it was short for "binaries"
< hebasto> binaries with known vulnerabilities are placed to bin/insecure/
< sipa> it seems like that is really unmaintained
< sipa> oh, there are other insecure directories
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #21719: refactor: Add and use EnsureConnman in rpc code (master...2104-netConnman) https://github.com/bitcoin/bitcoin/pull/21719
< achow101> I think there was an attempt at having a meaningful directory structure but that seems to have stopped happening
< darosior> fwiw my previous issue with the gitian builds was due to my global gitconfig (verbose git log).. Sorry for the noise