< yevaud>
< bitcoin-git> [bitcoin] hebasto opened pull request #18297: build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts including Windows (master...20200308-pkgconfig-mingw) https://github.com/bitcoin/bitcoin/pull/18297
< hebasto> fanquake: thanks
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e12a61044b1...6ddf435493cb
< bitcoin-git> bitcoin/master a652ba6 Karl-Johan Alm: rpc/wallet: initialize nFeeRequired to avoid using garbage value on failure
< bitcoin-git> bitcoin/master 6ddf435 fanquake: Merge #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage v...
< bitcoin-git> [bitcoin] fanquake merged pull request #18274: rpc/wallet: initialize nFeeRequired to avoid using garbage value on failure (master...2003-reset-nfeeret) https://github.com/bitcoin/bitcoin/pull/18274
< bitcoin-git> [bitcoin] hebasto opened pull request #18298: build: Fix Qt processing of configure script for depends with DEBUG=1 (master...20200309-depends-debug) https://github.com/bitcoin/bitcoin/pull/18298
< bitcoin-git> [bitcoin] hebasto closed pull request #18117: build: Fix Qt link issue for macOS target with DEBUG=1 (master...20200211-macos-debug) https://github.com/bitcoin/bitcoin/pull/18117
< bitcoin-git> [bitcoin] hebasto closed pull request #17820: build: bitcoin_qt.m4 fixes and improvements (master...20191228-remove-duplicated-qtstaticplugin) https://github.com/bitcoin/bitcoin/pull/17820
< luke-jr> any ideas why cuckoocache tests would fail in a VM (but not native)?
< bitcoin-git> [bitcoin] practicalswift opened pull request #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression fuzzing for all harnesses in master (master...FUZZERS_MISSING_CORPORA) https://github.com/bitcoin/bitcoin/pull/18299
< * luke-jr> rubs eyes
< luke-jr> thought that was fuzzers missing corona
< aj> luke-jr: shouldn't be touching your face if you're thinking about corona!!
< luke-jr> aj: I'm reverse-quarantined, so my hands should be fine ;)
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6ddf435493cb...31b2ce70fb27
< bitcoin-git> bitcoin/master bf06641 practicalswift: tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more...
< bitcoin-git> bitcoin/master 31b2ce7 MarcoFalke: Merge #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression f...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18299: tests: Update FUZZERS_MISSING_CORPORA to enable regression fuzzing for all harnesses in master (master...FUZZERS_MISSING_CORPORA) https://github.com/bitcoin/bitcoin/pull/18299
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31b2ce70fb27...be00ef2aca0e
< bitcoin-git> bitcoin/master fab0e5b MarcoFalke: fuzz: Add assert(script == decompressed_script)
< bitcoin-git> bitcoin/master be00ef2 MarcoFalke: Merge #18292: fuzz: Add assert(script == decompressed_script)
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18292: fuzz: Add assert(script == decompressed_script) (master...2003-fuzzScriptAssertEqual) https://github.com/bitcoin/bitcoin/pull/18292
< achow101> one of the travis builds is failing with `test_runner.py: error: argument --exclude/-x: expected one argument`
< bitcoin-git> [bitcoin] laanwj opened pull request #18303: doc: Add historical release notes for 0.19.1 (master...2020_03_relnot_0.19.1) https://github.com/bitcoin/bitcoin/pull/18303
< luke-jr> does anyone else thing historical rel notes are getting a bit cluttery to keep in git? :x
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18300: fuzz: Add option to merge input dir to test runner (master...Mf1902-fuzzMerge) https://github.com/bitcoin/bitcoin/pull/18300
< luke-jr> think*
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/be00ef2aca0e...5518eeec2727
< bitcoin-git> bitcoin/master 815c7a6 practicalswift: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related fun...
< bitcoin-git> bitcoin/master 6590395 practicalswift: tests: Remove FUZZERS_MISSING_CORPORA
< bitcoin-git> bitcoin/master 5518eee MarcoFalke: Merge #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubN...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18047: tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functions (netaddress.h) (master...fuzzers-netaddress) https://github.com/bitcoin/bitcoin/pull/18047
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18304: ci: Enable all functional tests in valgrind (master...2003-ciAllVal) https://github.com/bitcoin/bitcoin/pull/18304
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18305: test: Explain why test logging should be used (master...2003-docWhyTestLog) https://github.com/bitcoin/bitcoin/pull/18305
< bitcoin-git> [bitcoin] jonatack opened pull request #18306: test: add logging to wallet_listsinceblock.py (master...listsinceblock-logging) https://github.com/bitcoin/bitcoin/pull/18306
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5518eeec2727...ffdde475b068
< bitcoin-git> bitcoin/master 46a1ee7 Wladimir J. van der Laan: doc: Add historical release notes for 0.19.1
< bitcoin-git> bitcoin/master ffdde47 Wladimir J. van der Laan: Merge #18303: doc: Add historical release notes for 0.19.1
< bitcoin-git> [bitcoin] laanwj merged pull request #18303: doc: Add historical release notes for 0.19.1 (master...2020_03_relnot_0.19.1) https://github.com/bitcoin/bitcoin/pull/18303
< bitcoin-git> [bitcoin] meshcollider pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/ffdde475b068...dcf2ccbfde1f
< bitcoin-git> bitcoin/master 2c52b59 Andrew Chow: Refactor rawtransaction's SignTransaction into generic SignTransaction fun...
< bitcoin-git> bitcoin/master d999dd5 Andrew Chow: Add SignTransaction function to ScriptPubKeyMan and LegacyScriptPubKeyMan
< bitcoin-git> bitcoin/master f37de92 Andrew Chow: Implement CWallet::SignTransaction using ScriptPubKeyMan::SignTransaction
< bitcoin-git> [bitcoin] meshcollider merged pull request #18115: wallet: Pass in transactions and messages for signing instead of exporting the private keys (master...sign-in-spkman) https://github.com/bitcoin/bitcoin/pull/18115
< bitcoin-git> [bitcoin] hebasto opened pull request #18307: build: Require pkg-config for all of the hosts (master...20200309-pkgconfig) https://github.com/bitcoin/bitcoin/pull/18307
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dcf2ccbfde1f...ccb2c9e7891a
< bitcoin-git> bitcoin/master d484279 Jon Atack: test: add logging to wallet_listsinceblock.py
< bitcoin-git> bitcoin/master ccb2c9e MarcoFalke: Merge #18306: test: add logging to wallet_listsinceblock.py
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18306: test: add logging to wallet_listsinceblock.py (master...listsinceblock-logging) https://github.com/bitcoin/bitcoin/pull/18306
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15710: wallet: Catch ios_base::failure specifically (master...walletdb-readthrow) https://github.com/bitcoin/bitcoin/pull/15710
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15710: wallet: Catch ios_base::failure specifically (master...walletdb-readthrow) https://github.com/bitcoin/bitcoin/pull/15710
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15545: [doc] explain why CheckBlock() is called before AcceptBlock (master...2019/03/clarify-checkblock) https://github.com/bitcoin/bitcoin/pull/15545
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15545: [doc] explain why CheckBlock() is called before AcceptBlock (master...2019/03/clarify-checkblock) https://github.com/bitcoin/bitcoin/pull/15545
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15494: rpc: Return whether the block was invalidated on invalidateblock (master...2019-02-invalidateblock) https://github.com/bitcoin/bitcoin/pull/15494
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15494: rpc: Return whether the block was invalidated on invalidateblock (master...2019-02-invalidateblock) https://github.com/bitcoin/bitcoin/pull/15494
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15451: [doc] clarify getdata limit after #14897 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15451
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15451: [doc] clarify getdata limit after #14897 (master...patch-2) https://github.com/bitcoin/bitcoin/pull/15451
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15448: bitcoin-cli: Eliminate "Error parsing JSON" errors (master...pr/unistr) https://github.com/bitcoin/bitcoin/pull/15448
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15448: bitcoin-cli: Eliminate "Error parsing JSON" errors (master...pr/unistr) https://github.com/bitcoin/bitcoin/pull/15448
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15443: qa: Add getdescriptorinfo functional test (master...2019-02-qa-feature-descriptor) https://github.com/bitcoin/bitcoin/pull/15443
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15443: qa: Add getdescriptorinfo functional test (master...2019-02-qa-feature-descriptor) https://github.com/bitcoin/bitcoin/pull/15443
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15423: torcontrol: Query Tor for correct -onion configuration (master...tor_socks_port) https://github.com/bitcoin/bitcoin/pull/15423
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15423: torcontrol: Query Tor for correct -onion configuration (master...tor_socks_port) https://github.com/bitcoin/bitcoin/pull/15423
< bitcoin-git> [bitcoin] DrahtBot closed pull request #15341: rpc: Support specifying change address in bumpfee (master...2019-01-bumpfee-changeaddress) https://github.com/bitcoin/bitcoin/pull/15341
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #15341: rpc: Support specifying change address in bumpfee (master...2019-01-bumpfee-changeaddress) https://github.com/bitcoin/bitcoin/pull/15341
< bitcoin-git> [bitcoin] DrahtBot closed pull request #14604: tests: Add test and refactor feature_block.py (master...feature-block-test) https://github.com/bitcoin/bitcoin/pull/14604
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #14604: tests: Add test and refactor feature_block.py (master...feature-block-test) https://github.com/bitcoin/bitcoin/pull/14604
< bitcoin-git> [bitcoin] DrahtBot closed pull request #14425: Net: Do not re-enable Onion network when it was disabled via onlynet (master...do-not-reenable-Tor-when-disabled-via-onlynet) https://github.com/bitcoin/bitcoin/pull/14425
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #14425: Net: Do not re-enable Onion network when it was disabled via onlynet (master...do-not-reenable-Tor-when-disabled-via-onlynet) https://github.com/bitcoin/bitcoin/pull/14425
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13990: Allow fee estimation to work with lower fees (master...201808-fee-buckets) https://github.com/bitcoin/bitcoin/pull/13990
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13990: Allow fee estimation to work with lower fees (master...201808-fee-buckets) https://github.com/bitcoin/bitcoin/pull/13990
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13972: Remove 16 bits from versionbits signalling system (BIP320) (master...reservedbits2) https://github.com/bitcoin/bitcoin/pull/13972
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13972: Remove 16 bits from versionbits signalling system (BIP320) (master...reservedbits2) https://github.com/bitcoin/bitcoin/pull/13972
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13818: More intuitive GUI settings behavior when -proxy is set (master...2018/07/gui-proxy) https://github.com/bitcoin/bitcoin/pull/13818
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13818: More intuitive GUI settings behavior when -proxy is set (master...2018/07/gui-proxy) https://github.com/bitcoin/bitcoin/pull/13818
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
< bitcoin-git> [bitcoin] DrahtBot closed pull request #13608: WIP: bitcoin-tx: Require that input amount is provided for witness transactions (master...bitcoin-tx-sign-amount) https://github.com/bitcoin/bitcoin/pull/13608
< bitcoin-git> [bitcoin] DrahtBot reopened pull request #13608: WIP: bitcoin-tx: Require that input amount is provided for witness transactions (master...bitcoin-tx-sign-amount) https://github.com/bitcoin/bitcoin/pull/13608
< instagibbs> bad bot, bad!!!
< fanquake> instagibbs: you tell it