< luke-jr> our 0.20rc1 source tarball is totally screwed :/
< luke-jr> not only is it missing configure, it's also missing a top level directory
< fanquake> luke-jr: Possibly due to #18331. cc hebasto MarcoFalke
< gribble> https://github.com/bitcoin/bitcoin/issues/18331 | build: Use git archive as source tarball by hebasto · Pull Request #18331 · bitcoin/bitcoin · GitHub
< luke-jr> probably
< hebasto> luke-jr: fanquake: tarball is a standard output of `git archive` command
< luke-jr> trying to fix it
< hebasto> luke-jr: this makes a top level dir `git archive --prefix='bitcoin/' --output=${OUTDIR}/src/${DISTNAME}.tar.gz HEAD`
< luke-jr> hebasto: that's one way, yes, but it doesn't fix the rest, so working on something more complete :/
< luke-jr> (also, the dir name has the version)
< hebasto> but configure was dropped intentionally
< luke-jr> it shouldn't be
< bitcoin-git> [bitcoin] rebroad opened pull request #18760: Disconnect nodes with bad messages during IBD (master...IBDDisconnectBadChecksum) https://github.com/bitcoin/bitcoin/pull/18760
< wumpus> that was done intentionally: it's simply an easy to reproduce, deterministic dump of the git repository now
< wumpus> and it should have all the files from git now, it used to be a mess with missing files
< fanquake> sipa / wumpus can you block: narichvirus1
< wumpus> sure
< fanquake> Always a little more annoying when the spammer leave review comments which I cannot clean up
< wumpus> it's pretty bad that github doesn't allow removing some kinds of messages even by an admin
< meshcollider> Re #18700, does anyone more experienced with filesystems/whatever know any reason not to take both locks at once as Luke suggested?
< gribble> https://github.com/bitcoin/bitcoin/issues/18700 | Fix locking on WSL using flock instead of fcntl by meshcollider · Pull Request #18700 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] theStack opened pull request #18764: refactor: test: replace inv type magic numbers by constants (master...20200425-test-replace_inv_types_by_constants) https://github.com/bitcoin/bitcoin/pull/18764
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5f19155e5bca...9fac600ababd
< bitcoin-git> bitcoin/master b8580ca John Newbery: [net processing] Move net processing consts to net_processing.cpp
< bitcoin-git> bitcoin/master 0109622 John Newbery: [validation] Move validation-only consts to validation.cpp
< bitcoin-git> bitcoin/master 507b36d John Newbery: [validation] Move all const declarations to top of validation.h
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17383: Refactor: Move consts to their correct translation units (master...2019-11-net-processing-consts) https://github.com/bitcoin/bitcoin/pull/17383
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9fac600ababd...6f51f6f3573e
< bitcoin-git> bitcoin/master a9b9577 Vasil Dimov: bench: add CAddrMan benchmarks
< bitcoin-git> bitcoin/master 6f51f6f MarcoFalke: Merge #18754: bench: add CAddrMan benchmarks
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18754: bench: add CAddrMan benchmarks (master...addrman_perf_test) https://github.com/bitcoin/bitcoin/pull/18754
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f51f6f3573e...fd48e7ad990c
< bitcoin-git> bitcoin/master 0956e46 Sebastian Falbesoner: test: use zero-argument super() shortcut (Python 3.0+)
< bitcoin-git> bitcoin/master fd48e7a MarcoFalke: Merge #18585: test: use zero-argument super() shortcut (Python 3.0+)
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18585: test: use zero-argument super() shortcut (Python 3.0+) (master...20201004-test-use-python3-non-zero-arg-super) https://github.com/bitcoin/bitcoin/pull/18585
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fd48e7ad990c...bab81f7e4d3e
< bitcoin-git> bitcoin/master bb1ec36 practicalswift: doc: Document how to fuzz Bitcoin Core using honggfuzz
< bitcoin-git> bitcoin/master bab81f7 MarcoFalke: Merge #18739: doc: Document how to fuzz Bitcoin Core using Honggfuzz
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18739: doc: Document how to fuzz Bitcoin Core using Honggfuzz (master...honggfuzz) https://github.com/bitcoin/bitcoin/pull/18739
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bab81f7e4d3e...3e7c118d6555
< bitcoin-git> bitcoin/master fa66280 MarcoFalke: fuzz: Run in parallel
< bitcoin-git> bitcoin/master 3e7c118 MarcoFalke: Merge #18688: fuzz: Run in parallel
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18688: fuzz: Run in parallel (master...2004-fuzzPar) https://github.com/bitcoin/bitcoin/pull/18688
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3e7c118d6555...65276c773717
< bitcoin-git> bitcoin/master d5a31b7 practicalswift: tests: Add fuzzing harness for functions in primitives/block.h
< bitcoin-git> bitcoin/master fd8e99d practicalswift: tests: Add fuzzing harness for functions in primitives/transaction.h
< bitcoin-git> bitcoin/master 65276c7 MarcoFalke: Merge #18744: test: Add fuzzing harnesses for various classes/functions in...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18744: test: Add fuzzing harnesses for various classes/functions in primitives/ (master...fuzzers-2020-04-22) https://github.com/bitcoin/bitcoin/pull/18744
< bitcoin-git> [bitcoin] jonatack closed pull request #18453: rpc, cli: add multiwallet balances rpc and use it in -getinfo (master...call-getbalances-for-getinfo-balance) https://github.com/bitcoin/bitcoin/pull/18453
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18765: test: Fix wallet_bumpfee intermittent error (master...2004-qaWalletBumpInterm) https://github.com/bitcoin/bitcoin/pull/18765
< bitcoin-git> [bitcoin] darosior opened pull request #18766: Disable fee estimation in blocksonly mode (master...disable_feeest_blocksonly) https://github.com/bitcoin/bitcoin/pull/18766
< bitcoin-git> [bitcoin] 10xcryptodev opened pull request #18769: qt: todo - remove bug fix for old versions of Qt (master...pr_qt_remove_todo) https://github.com/bitcoin/bitcoin/pull/18769
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18759: bench: Start nodes with -nodebuglogfile (master...2004-benchNoDebugLog) https://github.com/bitcoin/bitcoin/pull/18759
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18759: bench: Start nodes with -nodebuglogfile (master...2004-benchNoDebugLog) https://github.com/bitcoin/bitcoin/pull/18759
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18770: test: Remove raw-tx byte juggling in mempool_reorg (master...2004-testNoRawBytes) https://github.com/bitcoin/bitcoin/pull/18770