2020-03-25

< bitcoin-git> [bitcoin] fanquake closed pull request #18377: build: fix libevent linking errors for bench-only builds (master...bench-compilation) https://github.com/bitcoin/bitcoin/pull/18377
< bitcoin-git> [bitcoin] fanquake merged pull request #18342: doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzz (master...fuzzing-quick-start-guide) https://github.com/bitcoin/bitcoin/pull/18342
< bitcoin-git> bitcoin/master 5b4a9f4 fanquake: Merge #18342: doc: Add fuzzing quickstart guides for libFuzzer and afl-fuz...
< bitcoin-git> bitcoin/master 33dd764 practicalswift: doc: Add fuzzing quickstart guides for libFuzzer and afl-fuzz. Simplify in...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5236b2e267a5...5b4a9f4bdf9d
< bitcoin-git> [bitcoin] kallewoof closed pull request #16440: BIP-322: Generic signed message format (master...feature-generic-signed-message-format) https://github.com/bitcoin/bitcoin/pull/16440
< fanquake> MarcoFalke: did DrahtBot get an upgrade: https://github.com/bitcoin/bitcoin/pull/18426#discussion_r397534721
< bitcoin-git> [bitcoin] luke-jr opened pull request #18427: Bugfix? Restore linking to libmingwthrd (master...2020mingwthrd) https://github.com/bitcoin/bitcoin/pull/18427
< luke-jr> 26805 ? S 0:00 /usr/bin/x86_64-w64-mingw32-g++-posix -std=c++11 -fstack-reuse=none -Wstack-protector -fstack-protector-all -fPIE -pipe -O2 -O2 -g -fno-ident -fvisibility=hidden -Wl,--exclude-libs -Wl,ALL -pthread -Wl,--dynamicbase -Wl,--nxcompat -Wl,--high-entropy-va -pie -static -o bitcoind.exe bitcoind-bitcoind.o bitcoind-res.o -L/home/ubuntu/build/bitcoin/depends/x86_64-w64-mingw32/share/../lib libbitcoin_server.a libbitcoin_
< luke-jr> 21633 ? S 0:00 /usr/bin/i686-w64-mingw32-g++-posix -std=c++11 -fstack-reuse=none -Wstack-protector -fstack-protector-all -fPIE -pipe -O2 -O2 -g -fno-ident -fvisibility=hidden -Wl,--exclude-libs -Wl,ALL -pthread -Wl,--dynamicbase -Wl,--nxcompat -pie -static -Wl,--large-address-aware -o bitcoin-cli.exe bitcoin_cli-bitcoin-cli.o bitcoin-cli-res.o -L/home/ubuntu/build/bitcoin/depends/i686-w64-mingw32/share/../lib libbitcoin_cli.a
< gribble> https://github.com/bitcoin/bitcoin/issues/15704 | Move Win32 defines to configure.ac to ensure they are globally defined by luke-jr · Pull Request #15704 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17740 | build: remove configure checks for win libraries we dont link against by fanquake · Pull Request #17740 · bitcoin/bitcoin · GitHub

2020-03-24

< bitcoin-git> [bitcoin] theStack opened pull request #18426: scripts: previous_release: improve behaviour on failed download (master...20200324-scripts-previous-release-show-error-message-if-download-fails) https://github.com/bitcoin/bitcoin/pull/18426
< bitcoin-git> [bitcoin] achow101 opened pull request #18425: releases: Update with new Windows code signing certificate (master...win-cert-3-20) https://github.com/bitcoin/bitcoin/pull/18425
< bitcoin-git> [bitcoin] hebasto opened pull request #18424: qt: Use parent-child relation to manage lifetime of OptionsModel object (master...20200324-options-model) https://github.com/bitcoin/bitcoin/pull/18424
< wumpus> looks like i still have access to travis for bitcoin/bitcoin
< ryanofsky> I also lost travis access. related: anybody seen "Mempool sync timed out" from mempool_reorg.py? https://travis-ci.org/github/bitcoin/bitcoin/jobs/666384343
< bitcoin-git> [bitcoin] practicalswift opened pull request #18423: tests: Add fuzzing harness for classes/functions in blockfilter.h. Add integer {de,}serialization fuzzing. (master...fuzzers-misc-2) https://github.com/bitcoin/bitcoin/pull/18423
< bitcoin-git> [bitcoin] jnewbery opened pull request #18422: [consensus] MOVEONLY: Move single-sig checking EvalScript code to EvalChecksig (master...2020-03-evalchecksig) https://github.com/bitcoin/bitcoin/pull/18422
< achow101> is anyone else missing bitcoin/bitcoin on the travis.org sidebar (under My Repositories)?
< bitcoin-git> [bitcoin] naumenkogs opened pull request #18421: Periodically update DNS caches for better privacy of non reachable-nodes (master...2020_03_dns_cache_update) https://github.com/bitcoin/bitcoin/pull/18421
< bitcoin-git> [bitcoin] jonatack opened pull request #18420: test: listsinceblock block height checks (master...listsinceblock-block-height-checks) https://github.com/bitcoin/bitcoin/pull/18420
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18417: tests: Add fuzzing harnesses for functions in addrdb.h, net_permissions.h and timedata.h (master...fuzzers-misc) https://github.com/bitcoin/bitcoin/pull/18417
< bitcoin-git> bitcoin/master 4308aa6 practicalswift: tests: Add fuzzing harness for functions in net_permissions.h
< bitcoin-git> bitcoin/master 43ff0d9 practicalswift: tests: Add fuzzing harness for functions in timedata.h
< bitcoin-git> bitcoin/master a8695db practicalswift: tests: Add fuzzing harness for functions in addrdb.h
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/98fbb2a1844a...5236b2e267a5
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txs (master...20191211-test-check-for-non-standard-txs-with-non-push-scriptsig) https://github.com/bitcoin/bitcoin/pull/17720
< bitcoin-git> bitcoin/master 98fbb2a MarcoFalke: Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly...
< bitcoin-git> bitcoin/master 5aab011 Sebastian Falbesoner: test: add unit test for non-standard "scriptsig-not-pushonly" txs
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ac579ada7e83...98fbb2a1844a
< bitcoin-git> [bitcoin] fjahr opened pull request #18418: wallet: Increase OUTPUT_GROUP_MAX_ENTRIES to 100 (master...groups100) https://github.com/bitcoin/bitcoin/pull/18418
< bitcoin-git> [bitcoin] practicalswift opened pull request #18417: tests: Add fuzzing harnesses for functions in addrdb.h, net_permissions.h and timedata.h (master...fuzzers-misc) https://github.com/bitcoin/bitcoin/pull/18417
< bitcoin-git> [bitcoin] pierreN opened pull request #18416: Prevent num op overflows in ParseScript() helper (master...fix-parsescript-numop-overflow) https://github.com/bitcoin/bitcoin/pull/18416
< bitcoin-git> [bitcoin] fanquake opened pull request #18415: scripts: add MACHO tests to test-security-check.py (master...add_MACHO_to_security_check) https://github.com/bitcoin/bitcoin/pull/18415
< bitcoin-git> [bitcoin] kallewoof closed pull request #16411: BIP-325: Signet support (master...signet) https://github.com/bitcoin/bitcoin/pull/16411
< bitcoin-git> [bitcoin] fanquake closed pull request #18414: Create main.yml (master...patch-3) https://github.com/bitcoin/bitcoin/pull/18414
< bitcoin-git> [bitcoin] 21143875584 opened pull request #18414: Create main.yml (master...patch-3) https://github.com/bitcoin/bitcoin/pull/18414

2020-03-23

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18278: interfaces: Describe and follow some code conventions (master...pr/ipc-conv) https://github.com/bitcoin/bitcoin/pull/18278
< bitcoin-git> bitcoin/master 1c2ab1a Russell Yanofsky: refactor: Rename Node::disconnect methods
< bitcoin-git> bitcoin/master 6ceb219 Russell Yanofsky: refactor: Rename Chain::Notifications methods to be consistent with other ...
< bitcoin-git> bitcoin/master 77e4b06 Russell Yanofsky: refactor: Get rid of Wallet::IsWalletFlagSet method
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/97b0687501ce...ac579ada7e83
< bitcoin-git> [bitcoin] pierreN opened pull request #18413: script: prevent UB when computing abs value for num opcode serialize (master...fix-script-absolute) https://github.com/bitcoin/bitcoin/pull/18413
< fjahr> stevenroose: ah, true, interesting. So it was a bug for some amount of time: https://github.com/bitcoin/bitcoin/pull/14085
< bitcoin-git> [bitcoin] theStack opened pull request #18412: script: fix SCRIPT_ERR_SIG_PUSHONLY error string (master...20200323-fix-script-err-sig-pushonly-error-message) https://github.com/bitcoin/bitcoin/pull/18412
< fjahr> Yeah, it is skipped here: https://github.com/bitcoin/bitcoin/blame/master/src/index/txindex.cpp#L250 The changes you might be referring to are probably the rewrite of the indexing code by jimpo but that should not have changed behavior.
< fjahr> stevenroose: You mean the genesis coinbase tx, right? It is not in the utxo set and it should also not be in txindex. It was never indexed by satoshis original software and changing it would be a change in consensus rules, however unlikely it is that that output is spent. So I doubt there were any changes, although I don't know. See also the discussion here: https://github.com/bitcoin/bitcoin/issues/3303
< bitcoin-git> [bitcoin] jnewbery opened pull request #18410: Docs: Improve commenting for coins.cpp|h (master...2020-03-coins-comments) https://github.com/bitcoin/bitcoin/pull/18410
< gribble> https://github.com/bitcoin/bitcoin/issues/18338 | Fix wallet unload race condition by promag · Pull Request #18338 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18362 | gui: segfault unloading and immediately reloading wallet with gui · Issue #18362 · bitcoin/bitcoin · GitHub
< kallewoof> vasild: It feels like you can just use a flag. Kinda like https://github.com/bitcoin/bitcoin/pull/17994/commits/84ed7228b69a03c56dfd77bb0df84b39b77b5cea
< vasild> so, something like the crude patch in https://github.com/bitcoin/bitcoin/pull/17994/files#r395635091 would restore the order of flushing to blk,undo
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18380: doc: Remove html comment in PULL_REQUEST_TEMPLATE (master...2003-docGitHubTemplateNoComment) https://github.com/bitcoin/bitcoin/pull/18380
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18393: tests: Don't assume presence of __builtin_mul_overflow(…) in MultiplicationOverflow(…) fuzzing harness (master...multiplication-overflow-fixup) https://github.com/bitcoin/bitcoin/pull/18393
< bitcoin-git> bitcoin/master 7c1ac70 practicalswift: tests: Don't assume presence of __builtin_mul_overflow in MultiplicationOv...
< bitcoin-git> bitcoin/master 97b0687 MarcoFalke: Merge #18393: tests: Don't assume presence of __builtin_mul_overflow(…) in...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d478a737dbdd...97b0687501ce
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18392: ci: Run feature_block in valgrind (master...2003-ciMoreVal) https://github.com/bitcoin/bitcoin/pull/18392
< bitcoin-git> bitcoin/master d478a73 MarcoFalke: Merge #18392: ci: Run feature_block in valgrind
< bitcoin-git> bitcoin/master fa01feb MarcoFalke: test: Remove ci timeout restriction in test_runner
< bitcoin-git> bitcoin/master fa92af5 MarcoFalke: ci: Run feature_block and feature_abortnode in valgrind
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/57a8fa9c3b44...d478a737dbdd
< bitcoin-git> [bitcoin] fanquake closed pull request #18408: Bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/18408
< bitcoin-git> [bitcoin] vova557 opened pull request #18408: Bitcoin (master...master) https://github.com/bitcoin/bitcoin/pull/18408
< vasild> https://github.com/bitcoin/bitcoin/blob/312d27b/src/validation.cpp#L4810 -- this code would get upset if it finds an undo without a block, hmm
< gribble> https://github.com/bitcoin/bitcoin/issues/17994 | validation: flush undo files after last block write by kallewoof · Pull Request #17994 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto closed pull request #18387: gui: Fix segfault for loading and immediately unloading wallet (master...20200319-fix-modelwallet-segfault) https://github.com/bitcoin/bitcoin/pull/18387
< gribble> https://github.com/bitcoin/bitcoin/issues/13990 | Allow fee estimation to work with lower fees by ajtowns · Pull Request #13990 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] practicalswift opened pull request #18407: tests: Add proof-of-work fuzzing harness (master...fuzzers-proof-of-work) https://github.com/bitcoin/bitcoin/pull/18407
< bitcoin-git> [bitcoin] fanquake merged pull request #18406: test: add executable flag for rpc_estimatefee.py (master...20200322-test-add-executable-flag-for-rpc-estimatefee) https://github.com/bitcoin/bitcoin/pull/18406
< bitcoin-git> bitcoin/master 57a8fa9 fanquake: Merge #18406: test: add executable flag for rpc_estimatefee.py
< bitcoin-git> bitcoin/master f0dfac7 Sebastian Falbesoner: test: add executable flag for rpc_estimatefee.py
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5504703a9f83...57a8fa9c3b44
< gribble> https://github.com/bitcoin/bitcoin/issues/15015 | slow GUI with large wallets · Issue #15015 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18160 | gui: Avoid Wallet::GetBalance in WalletModel::pollBalanceChanged by promag · Pull Request #18160 · bitcoin/bitcoin · GitHub

2020-03-22

< bitcoin-git> [bitcoin] theStack opened pull request #18406: test: add executable flag for rpc_estimatefee.py (master...20200322-test-add-executable-flag-for-rpc-estimatefee) https://github.com/bitcoin/bitcoin/pull/18406
< gribble> https://github.com/bitcoin/bitcoin/issues/18338 | Fix wallet unload race condition by promag · Pull Request #18338 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #18405: build: Drop ZeroMQ patch for Mingw-w64 < 4.0 (master...20200322-zmq-mingw) https://github.com/bitcoin/bitcoin/pull/18405
< bitcoin-git> [bitcoin] hebasto opened pull request #18404: build: Drop unused ${WRAP_DIR}/${HOST} directory (master...20200322-gitian-win) https://github.com/bitcoin/bitcoin/pull/18404
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18403: Биткоин (master...master) https://github.com/bitcoin/bitcoin/pull/18403
< bitcoin-git> [bitcoin] vova557 opened pull request #18403: litecoin (master...master) https://github.com/bitcoin/bitcoin/pull/18403
< bitcoin-git> [bitcoin] jonatack opened pull request #18402: gui: display mapped AS in peers info window (master...gui-peers-display-mapped_as) https://github.com/bitcoin/bitcoin/pull/18402
< bitcoin-git> [bitcoin] jnewbery opened pull request #18401: Refactor: Initialize PrecomputedTransactionData in CheckInputScripts (master...2020-03-precomputedtransactiondata) https://github.com/bitcoin/bitcoin/pull/18401

2020-03-21

< gribble> https://github.com/bitcoin/bitcoin/issues/18338 | Fix wallet unload race condition by promag · Pull Request #18338 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #18400: Import only required Objective-C headers (master...20200321-objc-headers) https://github.com/bitcoin/bitcoin/pull/18400
< bitcoin-git> [bitcoin] fjahr opened pull request #18399: PR description linter (master...pr-desc-lint) https://github.com/bitcoin/bitcoin/pull/18399
< bitcoin-git> [bitcoin] theStack opened pull request #18398: rpc: fix broken RPCExamples for waitforblock(height) (master...20200321-rpc-fix-broken-rpcexamples-for-waitforblock-height) https://github.com/bitcoin/bitcoin/pull/18398
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18397: build: Fix libevent linking for bench_bitcoin binary (master...20200321-libevent) https://github.com/bitcoin/bitcoin/pull/18397
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18397: build: Fix libevent linking for bench_bitcoin binary (master...20200321-libevent) https://github.com/bitcoin/bitcoin/pull/18397
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18396: rpc: add missing HelpExampleRpc for getblockfilter (master...20200321-rpc-add-missing-rpcexample-for-getblockfilter) https://github.com/bitcoin/bitcoin/pull/18396
< bitcoin-git> bitcoin/master 5504703 MarcoFalke: Merge #18396: rpc: add missing HelpExampleRpc for getblockfilter
< bitcoin-git> bitcoin/master d18bf0c Sebastian Falbesoner: rpc: add missing HelpExampleRpc for getblockfilter
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5bf45fe2a964...5504703a9f83
< bitcoin-git> [bitcoin] hebasto opened pull request #18397: build: Fix libevent linking for bench_bitcoin binary (master...20200321-libevent) https://github.com/bitcoin/bitcoin/pull/18397
< bitcoin-git> [bitcoin] theStack opened pull request #18396: rpc: add missing HelpExampleRpc for getblockfilter (master...20200321-rpc-add-missing-rpcexample-for-getblockfilter) https://github.com/bitcoin/bitcoin/pull/18396
< bitcoin-git> [bitcoin] fanquake opened pull request #18395: scripts: add PE dylib checking to symbol-check.py (master...pe_dll_checking) https://github.com/bitcoin/bitcoin/pull/18395
< bitcoin-git> [bitcoin] brakmic closed pull request #18394: test: added test for JSONRPC-objects (master...expanding-rpc-test-coverage) https://github.com/bitcoin/bitcoin/pull/18394

2020-03-20

< bitcoin-git> [bitcoin] brakmic opened pull request #18394: test: added test for JSONRPC-objects (master...expanding-rpc-test-coverage) https://github.com/bitcoin/bitcoin/pull/18394
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18392: ci: Run feature_block in valgrind (master...2003-ciMoreVal) https://github.com/bitcoin/bitcoin/pull/18392
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #18392: ci: Run feature_block in valgrind (master...2003-ciMoreVal) https://github.com/bitcoin/bitcoin/pull/18392
< bitcoin-git> [bitcoin] practicalswift opened pull request #18393: tests: Don't assume presence of __builtin_mul_overflow(…) in MultiplicationOverflow(…) fuzzing harness (master...multiplication-overflow-fixup) https://github.com/bitcoin/bitcoin/pull/18393
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18392: ci: Run feature_block in valgrind (master...2003-ciMoreVal) https://github.com/bitcoin/bitcoin/pull/18392
< wumpus> dmos: note that even as of 0.20.0, we still send the "final alert message" https://github.com/bitcoin/bitcoin/blob/master/src/net_processing.cpp#L2087 to older peers
< emilengler> But I would suggest you asking on #bitcoin for protocol question rather than this channel
< gribble> https://github.com/bitcoin/bitcoin/issues/7692 | Remove p2p alert system by btcdrak · Pull Request #7692 · bitcoin/bitcoin · GitHub
< emilengler> I think this question is probably a bit misplaced here. However maybe #7692 helps you. It was the PR when Bitcoin Core removed the alert system. AFAIK the alert field is still in the protocol but I'm not sure on this.
< dmos> Why is Bitcoin Core sending an alert message? Is it really a breach of BTC protocol?
< dmos> To be clear, client is bitcoinj and bitcoin core is the node being connected to.
< dmos> Greetings from Bisq! Experiencing weird interaction between our (outdated) fork of BitcoinJ and Bitcoin Core 0.19.0.1. This log entry sums it up: `o.b.core.PeerSocketHandler: [127.0.0.1]:18444 - org.bitcoinj.core.ProtocolException: Received AlertMessage before version handshake is complete.`
< bitcoin-git> [bitcoin] glowang opened pull request #18391: doc: Update init and reduce-traffic docs for -blocksonly (master...update_blocksonly_docs) https://github.com/bitcoin/bitcoin/pull/18391

2020-03-19

< bitcoin-git> [bitcoin] sipa opened pull request #18388: Make VerifyWitnessProgram use a Span stack (master...202003_span_witstack) https://github.com/bitcoin/bitcoin/pull/18388
< bitcoin-git> [bitcoin] hebasto opened pull request #18387: qt: Fix segfault for loading and immediately unloading wallet (master...20200319-fix-modelwallet-segfault) https://github.com/bitcoin/bitcoin/pull/18387
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17562: WIP: Validation: Remove ConnectTrace and PerBlockConnectTrace (master...2019-11-remove-connect-trace) https://github.com/bitcoin/bitcoin/pull/17562
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17562: WIP: Validation: Remove ConnectTrace and PerBlockConnectTrace (master...2019-11-remove-connect-trace) https://github.com/bitcoin/bitcoin/pull/17562
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #17562: WIP: Validation: Remove ConnectTrace and PerBlockConnectTrace (master...2019-11-remove-connect-trace) https://github.com/bitcoin/bitcoin/pull/17562
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #17562: WIP: Validation: Remove ConnectTrace and PerBlockConnectTrace (master...2019-11-remove-connect-trace) https://github.com/bitcoin/bitcoin/pull/17562
< bitcoin-git> [bitcoin] jnewbery reopened pull request #17562: WIP: Validation: Remove ConnectTrace and PerBlockConnectTrace (master...2019-11-remove-connect-trace) https://github.com/bitcoin/bitcoin/pull/17562
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18386: doc: Temporary note that release notes should be edited in wiki (master...2020_03_relnot) https://github.com/bitcoin/bitcoin/pull/18386
< bitcoin-git> bitcoin/master 5bf45fe MarcoFalke: Merge #18386: doc: Temporary note that release notes should be edited in w...
< bitcoin-git> bitcoin/master b492684 Wladimir J. van der Laan: doc: Temporary note that release notes should be edited in wiki
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/312d27b11cea...5bf45fe2a964
< bitcoin-git> [bitcoin] laanwj opened pull request #18386: doc: Temporary note that release notes should be edited in wiki (master...2020_03_relnot) https://github.com/bitcoin/bitcoin/pull/18386
< gribble> https://github.com/bitcoin/bitcoin/issues/17432 | Release schedule for 0.20.0 · Issue #17432 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18385: contrib: Add keys.openpgp.org as backup server (master...2003-contribPGPBackupServer) https://github.com/bitcoin/bitcoin/pull/18385
< gribble> https://github.com/bitcoin/bitcoin/issues/2019 | update bitcoinstrings.cpp and bitcoin_en.ts by Diapolo · Pull Request #2019 · bitcoin/bitcoin · GitHub
< MarcoFalke> (Bitcoin Core uses pgp to sign commits and releases)
< gribble> https://github.com/bitcoin/bitcoin/issues/17954 | wallet: Remove calls to Chain::Lock methods by ryanofsky · Pull Request #17954 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17954 | wallet: Remove calls to Chain::Lock methods by ryanofsky · Pull Request #17954 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/17737 | Add ChainstateManager, remove BlockManager global by jamesob · Pull Request #17737 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16528 | Native Descriptor Wallets using DescriptorScriptPubKeyMan by achow101 · Pull Request #16528 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18247 | test: Wait for both veracks in add_p2p_connection by MarcoFalke · Pull Request #18247 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james amiti fjahr
< gribble> https://github.com/bitcoin/bitcoin/issues/18038 | P2P: Mempool tracks locally submitted transactions to improve wallet privacy by amitiuttarwar · Pull Request #18038 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] gzhao408 opened pull request #18384: [test] more specific feature_segwit test error message (master...segwit-test-errormsg) https://github.com/bitcoin/bitcoin/pull/18384
< bitcoin-git> [bitcoin] gzhao408 closed pull request #18339: wip [test] multiple reject reasons in v0_outputs_not_spendable (master...test_witness_block-multiple-reasons) https://github.com/bitcoin/bitcoin/pull/18339
< bitcoin-git> [bitcoin] laanwj merged pull request #17477: Remove the mempool's NotifyEntryAdded and NotifyEntryRemoved signals (master...2019-11-remove-mempool-signals2) https://github.com/bitcoin/bitcoin/pull/17477
< bitcoin-git> bitcoin/master 5613f98 John Newbery: [validation] Remove conflictedTxs from PerBlockConnectTrace
< bitcoin-git> bitcoin/master 1168394 John Newbery: [wallet] Notify conflicted transactions in TransactionRemovedFromMempool
< bitcoin-git> bitcoin/master cdb8934 John Newbery: [validation interface] Remove vtxConflicted from BlockConnected
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/527c3989e746...312d27b11cea
< gribble> https://github.com/bitcoin/bitcoin/issues/18383 | Check for overflow when calculating sum of outputs in a transaction by elichai · Pull Request #18383 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #18340: doc: mention MAKE=gmake workaround when building on a BSD (master...fixup_18129) https://github.com/bitcoin/bitcoin/pull/18340
< bitcoin-git> bitcoin/master 527c398 Wladimir J. van der Laan: Merge #18340: doc: mention MAKE=gmake workaround when building on a BSD
< bitcoin-git> bitcoin/master 84a46a9 emu: doc: mention MAKE=gmake workaround when building on a BSD
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d3d834324f3...527c3989e746
< bitcoin-git> [bitcoin] laanwj merged pull request #18359: build: fix sysctl() detection on macOS (master...macos_sysctl) https://github.com/bitcoin/bitcoin/pull/18359
< bitcoin-git> bitcoin/master 3d3d834 Wladimir J. van der Laan: Merge #18359: build: fix sysctl() detection on macOS
< bitcoin-git> bitcoin/master e90e3e6 fanquake: build: fix sysctl() detection on macOS
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67de1ee8bc18...3d3d834324f3
< bitcoin-git> [bitcoin] elichai opened pull request #18383: Check for overflow when calculating sum of outputs in a transaction (master...2020-03-value-overflow) https://github.com/bitcoin/bitcoin/pull/18383
< gribble> https://github.com/bitcoin/bitcoin/issues/17379 | Segfault running master on NetBSD · Issue #17379 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] vasild opened pull request #18382: doc: note the costs of fetching all pull requests (master...note_fetch_all_cost) https://github.com/bitcoin/bitcoin/pull/18382
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #16995: Fix gcc 9 warnings (master...2019_09_resolve_gcc_warnings) https://github.com/bitcoin/bitcoin/pull/16995
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #16995: Fix gcc 9 warnings (master...2019_09_resolve_gcc_warnings) https://github.com/bitcoin/bitcoin/pull/16995
< bitcoin-git> [bitcoin] laanwj merged pull request #18378: Bugfix & simplify bn2vch using int.to_bytes (master...202003_simple_bn2vch) https://github.com/bitcoin/bitcoin/pull/18378
< bitcoin-git> bitcoin/master 67de1ee Wladimir J. van der Laan: Merge #18378: Bugfix & simplify bn2vch using int.to_bytes
< bitcoin-git> bitcoin/master a733ad5 Pieter Wuille: Add bn2vch test to functional tests
< bitcoin-git> bitcoin/master a3ad645 Pieter Wuille: Simplify bn2vch using int.to_bytes
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a421e0a22f12...67de1ee8bc18
< bitcoin-git> [bitcoin] fanquake closed pull request #18381: Create ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/18381
< bitcoin-git> [bitcoin] gitwdel opened pull request #18381: Create ccpp.yml (master...master) https://github.com/bitcoin/bitcoin/pull/18381
< sipa> or create a new bitcoin-fork-old branch, and swap with it
< fanquake> wumpus could you swap the default branch for the bitcoin-core/leveldb repo from "bitcoin-fork" to "bitcoin-fork-new" ?

2020-03-18

< bitcoin-git> [bitcoin] practicalswift closed pull request #18308: depends: Make it possible to build Boost dependency using a clang toolset (./b2 toolset=clang) (master...b2-toolset-clang) https://github.com/bitcoin/bitcoin/pull/18308
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18380: doc: Remove html comment in PULL_REQUEST_TEMPLATE (master...2003-docGitHubTemplateNoComment) https://github.com/bitcoin/bitcoin/pull/18380
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18376: net: fix use-after-free in tests (master...fix_use_after_free_issue18372) https://github.com/bitcoin/bitcoin/pull/18376
< bitcoin-git> bitcoin/master a421e0a MarcoFalke: Merge #18376: net: fix use-after-free in tests
< bitcoin-git> bitcoin/master 7d8e1de Vasil Dimov: net: fix use-after-free in tests
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c9d408b2dd8...a421e0a22f12
< bitcoin-git> [bitcoin] MarcoFalke merged 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/master fa3fa27 MarcoFalke: fuzz: Remove option --export_coverage from test_runner
< bitcoin-git> bitcoin/master aaaa055 MarcoFalke: fuzz: Add option to merge input dir to test runner
< bitcoin-git> bitcoin/master fa4fa88 MarcoFalke: doc: Remove --disable-ccache from docs
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e83a1de4c03f...5c9d408b2dd8
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18155: tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed signature checker (master...fuzzers-signature_checker) https://github.com/bitcoin/bitcoin/pull/18155
< bitcoin-git> bitcoin/master e83a1de MarcoFalke: Merge #18155: tests: Add harness which fuzzes EvalScript and VerifyScript ...
< bitcoin-git> bitcoin/master 5e47b19 practicalswift: tests: Add harness which fuzzes EvalScript and VerifyScript using a fuzzed...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dbb067da389d...e83a1de4c03f
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18379: doc: Comment fix merkle.cpp (master...4d55397500-patch-1-1) https://github.com/bitcoin/bitcoin/pull/18379
< bitcoin-git> bitcoin/master dbb067d MarcoFalke: Merge #18379: doc: Comment fix merkle.cpp
< bitcoin-git> bitcoin/master 5b59a19 4d55397500: Update merkle.cpp
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a8d25064e70...dbb067da389d
< bitcoin-git> [bitcoin] 4d55397500 opened pull request #18379: Comment fix merkle.cpp (master...4d55397500-patch-1-1) https://github.com/bitcoin/bitcoin/pull/18379
< bitcoin-git> [bitcoin] sipa closed pull request #18374: Bugfix in bn2vch: avoid excessive padding (master...202003_fix_bn2vch) https://github.com/bitcoin/bitcoin/pull/18374
< bitcoin-git> [bitcoin] sipa opened pull request #18378: Bugfix & simplify bn2vch using int.to_bytes (master...202003_simple_bn2vch) https://github.com/bitcoin/bitcoin/pull/18378
< fanquake> Yea I assume you're seeing https://github.com/bitcoin-core/secp256k1/issues/674
< bitcoin-git> [bitcoin] brakmic opened pull request #18377: build: fix libevent linking errors for bench-only builds (master...bench-compilation) https://github.com/bitcoin/bitcoin/pull/18377
< vasild> MarcoFalke: wrt https://github.com/bitcoin/bitcoin/pull/18376#discussion_r394349862 - I will change it as you suggest to just "=" once travis confirms the fix (if I push now it will restart the tests)
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18371: test: use fs namespace in dbwrapper unicodepath test (master...dbwrapper_use_fs_namespace) https://github.com/bitcoin/bitcoin/pull/18371
< bitcoin-git> bitcoin/master 3a8d250 MarcoFalke: Merge #18371: test: use fs namespace in dbwrapper unicodepath test
< bitcoin-git> bitcoin/master 6afaf2f fanquake: test: use fs namespace in dbwrapper unicodepath test
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce87d5613a55...3a8d25064e70
< bitcoin-git> [bitcoin] vasild opened pull request #18376: net: fix use-after-free in tests (master...fix_use_after_free_issue18372) https://github.com/bitcoin/bitcoin/pull/18376
< bitcoin-git> [bitcoin] AleGiovanardi closed pull request #18375: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18375
< bitcoin-git> [bitcoin] AleGiovanardi opened pull request #18375: Merge pull request #1 from bitcoin/master (master...master) https://github.com/bitcoin/bitcoin/pull/18375
< gribble> https://github.com/bitcoin/bitcoin/issues/18372 | sanitizer: heap-use-after-free in checkinputs_test · Issue #18372 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa opened pull request #18374: Bugfix in bn2vch: avoid excessive padding (master...202003_fix_bn2vch) https://github.com/bitcoin/bitcoin/pull/18374
< bitcoin-git> [bitcoin] fanquake opened pull request #18371: test: use fs namespace in dbwrapper unicodepath test (master...dbwrapper_use_fs_namespace) https://github.com/bitcoin/bitcoin/pull/18371
< gribble> https://github.com/bitcoin/bitcoin/issues/16995 | Fix gcc 9 warnings by laanwj · Pull Request #16995 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] sipa closed pull request #18367: Avoid strncpy for CMessageHeader::pchCommand (master...202003_strncopy_warning) https://github.com/bitcoin/bitcoin/pull/18367

2020-03-17

< gribble> https://github.com/bitcoin/bitcoin/issues/13990 | Allow fee estimation to work with lower fees by ajtowns · Pull Request #13990 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master fa36f3a MarcoFalke: refactor: move DUMP_BANS_INTERVAL to banman.h
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18289: refactor: Make scheduler methods type safe (master...2003-schedTypeChrono) https://github.com/bitcoin/bitcoin/pull/18289
< bitcoin-git> bitcoin/master fadafb8 MarcoFalke: scheduler: Make schedule* methods type safe
< bitcoin-git> bitcoin/master fa70ccc MarcoFalke: scheduler: Use C++11 member initialization, add shutdown assert
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/39497d1f3268...ce87d5613a55
< bitcoin-git> [bitcoin] sipa opened pull request #18367: Avoid strncopy for CMessageHeader::pchCommand (master...202003_strncopy_warning) https://github.com/bitcoin/bitcoin/pull/18367
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15283: log: Fix UB with bench on genesis block (master...ub_genesis_bench) https://github.com/bitcoin/bitcoin/pull/15283
< bitcoin-git> bitcoin/master 39497d1 MarcoFalke: Merge #15283: log: Fix UB with bench on genesis block
< bitcoin-git> bitcoin/master ec30a79 Gregory Sanders: Fix UB with bench on genesis block
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad04f0d8a533...39497d1f3268
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17319: Tests: remove bignum module (master...2019-10-bignum) https://github.com/bitcoin/bitcoin/pull/17319
< bitcoin-git> bitcoin/master 9a60bef John Newbery: [tests] don't encode the integer size in bignum
< bitcoin-git> bitcoin/master 1dc68ae John Newbery: [tests] add function comments to bignum
< bitcoin-git> bitcoin/master f31fc0e John Newbery: [tests] fix flake8 warnings in script.py and bignum.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/d2d0a04a661f...ad04f0d8a533
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18353: tests: Add fuzzing harnesses for classes CBlockHeader, CFeeRate and various functions (master...fuzzers-coverage) https://github.com/bitcoin/bitcoin/pull/18353
< bitcoin-git> bitcoin/master 7726f3b practicalswift: tests: Add fuzzing harness for CFeeRate
< bitcoin-git> bitcoin/master 0579a27 practicalswift: tests: Add fuzzing harness for CBlockHeader
< bitcoin-git> bitcoin/master cb4eec1 practicalswift: tests: Add fuzzing harness for count_seconds(...)
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/1d64dfe4fa05...d2d0a04a661f
< bitcoin-git> [bitcoin] laanwj merged pull request #18364: random: remove getentropy() fallback for macOS < 10.12 (master...macos_remove_1012_fallback) https://github.com/bitcoin/bitcoin/pull/18364
< bitcoin-git> bitcoin/master 1d64dfe Wladimir J. van der Laan: Merge #18364: random: remove getentropy() fallback for macOS < 10.12
< bitcoin-git> bitcoin/master f9f210d fanquake: doc: fix GetTimeMicros() comment in random.cpp
< bitcoin-git> bitcoin/master a889711 fanquake: rand: remove getentropy() fallback for macOS < 10.12
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8fc5f2bdf01d...1d64dfe4fa05
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18366: tests: simplify next_block() function in feature_block (master...2020-03-feature-block-next-block) https://github.com/bitcoin/bitcoin/pull/18366
< bitcoin-git> bitcoin/master 8fc5f2b MarcoFalke: Merge #18366: tests: simplify next_block() function in feature_block
< bitcoin-git> bitcoin/master 612a931 John Newbery: tests: simplify next_block() function in feature_block
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7060d2d97a28...8fc5f2bdf01d
< bitcoin-git> [bitcoin] jnewbery opened pull request #18366: tests: simplify next_block() function in feature_block (master...2020-03-feature-block-next-block) https://github.com/bitcoin/bitcoin/pull/18366
< gribble> https://github.com/bitcoin/bitcoin/issues/15103 | fix getentropy import check on osx by jameshilliard · Pull Request #15103 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #18364: random: remove getentropy() fallback for macOS < 10.12 (master...macos_remove_1012_fallback) https://github.com/bitcoin/bitcoin/pull/18364
< bitcoin-git> [bitcoin] practicalswift opened pull request #18363: tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related functions (master...fuzzers-http_request) https://github.com/bitcoin/bitcoin/pull/18363

2020-03-16

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18350: test: Fix mining to an invalid target + ensure that a new block has the correct hash internally (master...master) https://github.com/bitcoin/bitcoin/pull/18350
< bitcoin-git> bitcoin/master 7060d2d MarcoFalke: Merge #18350: test: Fix mining to an invalid target + ensure that a new bl...
< bitcoin-git> bitcoin/master 7a6627a Samer Afach: Fix mining to an invalid target + ensure that a new block has the
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/25424cf57e29...7060d2d97a28
< bitcoin-git> [bitcoin] laanwj merged pull request #18346: rpc: Document an RPCResult for all calls; Enforce at compile time (master...2003-docAllRpcRes) https://github.com/bitcoin/bitcoin/pull/18346
< bitcoin-git> bitcoin/master 25424cf Wladimir J. van der Laan: Merge #18346: rpc: Document an RPCResult for all calls; Enforce at compile...
< bitcoin-git> bitcoin/master fac5225 MarcoFalke: rpc: Document an RPCResult for all calls; Enforce at compile time
< bitcoin-git> bitcoin/master fadd99f MarcoFalke: rpc: Add missing newline in RPCResult description
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/86623873095f...25424cf57e29
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17997: refactor: Remove mempool global from net (master...2001-netMempool) https://github.com/bitcoin/bitcoin/pull/17997
< bitcoin-git> bitcoin/master 8662387 MarcoFalke: Merge #17997: refactor: Remove mempool global from net
< bitcoin-git> bitcoin/master fa7fea3 MarcoFalke: refactor: Remove mempool global from net
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a64e5bed6bfe...86623873095f
< bitcoin-git> [bitcoin] laanwj merged pull request #18344: doc: Fix nit in getblockchaininfo (master...nit-blockchaininfo) https://github.com/bitcoin/bitcoin/pull/18344
< bitcoin-git> bitcoin/master a64e5be Wladimir J. van der Laan: Merge #18344: doc: Fix nit in getblockchaininfo
< bitcoin-git> bitcoin/master fb15bfd Steven Roose: Fix nit in getblockchaininfo
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ed429c50a45...a64e5bed6bfe
< bitcoin-git> [bitcoin] laanwj merged pull request #18341: doc: Replace remaining literal BTC with CURRENCY_UNIT. (master...currency-unit) https://github.com/bitcoin/bitcoin/pull/18341
< bitcoin-git> bitcoin/master 9ed429c Wladimir J. van der Laan: Merge #18341: doc: Replace remaining literal BTC with CURRENCY_UNIT.
< bitcoin-git> bitcoin/master 7df0cf7 Daniel Kraft: Replace remaining literals BTC with CURRENCY_UNIT
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69f4f2c43358...9ed429c50a45
< bitcoin-git> [bitcoin] fanquake merged pull request #18357: Fix missing header in sync.h (master...2020-03-missing-include) https://github.com/bitcoin/bitcoin/pull/18357
< bitcoin-git> bitcoin/master 69f4f2c fanquake: Merge #18357: Fix missing header in sync.h
< bitcoin-git> bitcoin/master 686c545 João Barbosa: Fix missing header in sync.h
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d31f92586a05...69f4f2c43358
< bitcoin-git> [bitcoin] hebasto opened pull request #18361: build: Overhaul --with-gui option of configure script (master...20200316-with-gui) https://github.com/bitcoin/bitcoin/pull/18361
< wumpus> PSA: translations are open for 0.20 https://www.transifex.com/bitcoin/bitcoin/qt-translation-020x/
< bitcoin-git> [bitcoin] laanwj merged pull request #18360: Bump transifex slug and update English translations for 0.20 (master...2020_03_translations_020x) https://github.com/bitcoin/bitcoin/pull/18360
< bitcoin-git> bitcoin/master d31f925 Wladimir J. van der Laan: Merge #18360: Bump transifex slug and update English translations for 0.20...
< bitcoin-git> bitcoin/master 2a1b85f Wladimir J. van der Laan: tx: Bump transifex slug to 020x
< bitcoin-git> bitcoin/master 82dd886 Wladimir J. van der Laan: qt: Periodical translations update
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d402c1e4d3e8...d31f92586a05
< wumpus> https://github.com/bitcoin/bitcoin/pull/18360/files#diff-e7612732b4c7149337d0a03ad8feafaa looks like we accidentally dropped Thomas Bernard's credit for UPnP with the OpenSSL removal?
< bitcoin-git> [bitcoin] laanwj opened pull request #18360: Bump transifex slug and update English translations for 0.20 (master...2020_03_translations_020x) https://github.com/bitcoin/bitcoin/pull/18360
< bitcoin-git> [bitcoin] fanquake opened pull request #18359: build: fix sysctl() detection on macOS (master...macos_sysctl) https://github.com/bitcoin/bitcoin/pull/18359
< yevaud> backports probably also have the lowest usage out of any version of bitcoin core. the use-case for operating them is fairly slim.
< bitcoin-git> [bitcoin] fanquake opened pull request #18358: util: fix compilation with mingw-w64 7.0.0 (master...mingw_w64_gmtime_s) https://github.com/bitcoin/bitcoin/pull/18358
< gribble> https://github.com/bitcoin/bitcoin/issues/17432 | Release schedule for 0.20.0 · Issue #17432 · bitcoin/bitcoin · GitHub

2020-03-15

< bitcoin-git> [bitcoin] promag opened pull request #18357: Fix missing header in sync.h (master...2020-03-missing-include) https://github.com/bitcoin/bitcoin/pull/18357
< bitcoin-git> [bitcoin] bvbfan opened pull request #18354: Protect wallet from scheduler race conditions. (master...master) https://github.com/bitcoin/bitcoin/pull/18354
< bitcoin-git> [bitcoin] practicalswift opened pull request #18353: tests: Add fuzzing harnesses for classes CBlockHeader, CFeeRate and various functions (master...fuzzers-coverage) https://github.com/bitcoin/bitcoin/pull/18353
< bitcoin-git> bitcoin/master d402c1e MarcoFalke: Merge #18345: test: Bump timeouts to avoid valgrind failures
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #18345: test: Bump timeouts to avoid valgrind failures (master...2003-qaBumpTimeoutsAgain) https://github.com/bitcoin/bitcoin/pull/18345
< bitcoin-git> bitcoin/master fa19295 MarcoFalke: test: Bump timeouts to avoid valgrind failures
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67dfd18f4401...d402c1e4d3e8
< bitcoin-git> [bitcoin] bvbfan closed pull request #18279: Ensure wallet and chain tip are in sync (master...master) https://github.com/bitcoin/bitcoin/pull/18279

2020-03-14

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #18352: WIP NOMERGE [bench] gitian builds for OP_IF bench (master...2003-benchGitianOPIF) https://github.com/bitcoin/bitcoin/pull/18352
< bitcoin-git> [bitcoin] laanwj merged pull request #16902: O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation (master...201909_o1nestedifs) https://github.com/bitcoin/bitcoin/pull/16902
< bitcoin-git> bitcoin/master e6e622e Pieter Wuille: Implement O(1) OP_IF/NOTIF/ELSE/ENDIF logic
< bitcoin-git> bitcoin/master d0e8f4d Anthony Towns: [refactor] interpreter: define interface for vfExec
< bitcoin-git> bitcoin/master 89fb241 Pieter Wuille: Benchmark script verification with 100 nested IFs
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7f8176a1ebd0...67dfd18f4401
< gribble> https://github.com/bitcoin/bitcoin/issues/16902 | O(1) OP_IF/NOTIF/ELSE/ENDIF script implementation by sipa · Pull Request #16902 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] dannmat opened pull request #18351: Updated text on send confirmation dialog (master...Mar-20-send-confirmation-dialog) https://github.com/bitcoin/bitcoin/pull/18351
< gribble> https://github.com/bitcoin/bitcoin/issues/17994 | validation: flush undo files after last block write by kallewoof · Pull Request #17994 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] TheQuantumPhysicist opened pull request #18350: Fix mining to an invalid target + ensure that a new block has the correct hash internally (master...master) https://github.com/bitcoin/bitcoin/pull/18350