<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #23054: Use C++11 member initializer in CTxMemPoolEntry (master...2109-cpp11MemberInitMempool) https://github.com/bitcoin/bitcoin/pull/23054
<bitcoin-git>
[bitcoin] jnewbery opened pull request #23053: [fuzz] Use public methods in addrman fuzz tests (master...2021-09-addrman-fuzzer-public-methods2) https://github.com/bitcoin/bitcoin/pull/23053
<bitcoin-git>
[bitcoin] Shubhankar-Gambhir opened pull request #23052: test: use miniwallet in test_rpc function in feature_rbf.py (master...master) https://github.com/bitcoin/bitcoin/pull/23052
<bitcoin-git>
[bitcoin] jonatack opened pull request #23050: log: change an incorrect fee to fee rate, and vice-versa (master...fee-vs-feerate) https://github.com/bitcoin/bitcoin/pull/23050
<bitcoin-git>
[bitcoin] jb55 closed pull request #18985: bloom: use Span instead of std::vector for `insert` and `contains` [ZAP3] (master...2020-05-bloom-span) https://github.com/bitcoin/bitcoin/pull/18985
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #23043: ci: Set --nocleanup for Windows functional tests (master...2109-ciWinCleanup) https://github.com/bitcoin/bitcoin/pull/23043
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #23042: net: Avoid logging AlreadyHaveTx when disconneting misbehaving peer (master...2109-netLogDisconnect) https://github.com/bitcoin/bitcoin/pull/23042
<bitcoin-git>
[bitcoin] luke-jr opened pull request #23027: Bugfix: Skip tests for tools not being built (master...bugfix_util_test_config) https://github.com/bitcoin/bitcoin/pull/23027
<bitcoin-git>
[bitcoin] martinus opened pull request #23025: bench: update nanobench add `-min_duration_ms` (master...2021-09-update-nanobench) https://github.com/bitcoin/bitcoin/pull/23025
<bitcoin-git>
[bitcoin] fanquake closed pull request #22987: qa: Fix "RuntimeError: Event loop is closed" on Windows (master...210915-loop) https://github.com/bitcoin/bitcoin/pull/22987
<bitcoin-git>
bitcoin/master 357f0c7 Hennadii Stepanov: ci: Enable more functional tests on Windows MSVC task
<bitcoin-git>
bitcoin/master f559326 Hennadii Stepanov: qa: Fix "RuntimeError: Event loop is closed" on Windows
<bitcoin-git>
[bitcoin] fanquake closed pull request #23023: Update and rename contrib/seeds/suspicious_hosts.txt to contrib/semil… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23023
<bitcoin-git>
[bitcoin] Peterblanco021091 opened pull request #23023: Update and rename contrib/seeds/suspicious_hosts.txt to contrib/semil… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23023
<bitcoin-git>
bitcoin/master 350e034 Jon Atack: consensus: don't call GetBlockPos in ReadBlockFromDisk without lock
<bitcoin-git>
bitcoin/master cdf12c7 W. J. van der Laan: Merge bitcoin/bitcoin#22895: consensus: don't call GetBlockPos in ReadBloc...
<bitcoin-git>
[bitcoin] theStack opened pull request #22998: test: use MiniWallet for make_utxo helper in feature_rbf.py (master...202109-test-use_miniwallet_for_make_utxo) https://github.com/bitcoin/bitcoin/pull/22998
<bitcoin-git>
[bitcoin] hebasto opened pull request #22987: qa: Fix "RuntimeError: Event loop is closed" on Windows (master...210915-loop) https://github.com/bitcoin/bitcoin/pull/22987
<bitcoin-git>
[bitcoin] hebasto closed pull request #22980: qa: Ignore `--failfast` option of `test_runner.py` on Windows (master...210915-failfast) https://github.com/bitcoin/bitcoin/pull/22980
<bitcoin-git>
[bitcoin] naumenkogs closed pull request #18925: Add extra thread for scheduler, move TorControl and OpenAddedConnections to scheduler (master...2020_05_extra_scheduler_thread) https://github.com/bitcoin/bitcoin/pull/18925
<bitcoin-git>
[bitcoin] hebasto opened pull request #22980: qa: Ignore `--failfast` option of `test_runner.py` on Windows (master...210915-failfast) https://github.com/bitcoin/bitcoin/pull/22980
<bitcoin-git>
[gui] jarolrod opened pull request #423: qt: make initTranslations a member function of BitcoinApplication class (master...move-init-translations) https://github.com/bitcoin-core/gui/pull/423
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #22976: scripted-diff: Rename overloaded int GetArg to GetIntArg (master...pr/intarg) https://github.com/bitcoin/bitcoin/pull/22976
2021-09-14
<bitcoin-git>
[bitcoin] div72 opened pull request #22975: scripted-diff: update license URLs to https (master...https-copyright-header) https://github.com/bitcoin/bitcoin/pull/22975
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22970: doc: Update snap release process for new versioning scheme (master...2109-docSnapRel) https://github.com/bitcoin/bitcoin/pull/22970
<bitcoin-git>
[gui] hebasto closed pull request #261: Display node address in peer table with monospace font for clean alignment (master...node-address-monospace) https://github.com/bitcoin-core/gui/pull/261
<bitcoin-git>
[bitcoin] klementtan opened pull request #22959: cli: Display all proxies in -getinfo (master...getinfo-multiple-proxies) https://github.com/bitcoin/bitcoin/pull/22959
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22954: [TESTS] Allow tx_invalid.json tests to include flag rules for if_unset: [A,B,C] then_unset: [D] (master...if_unset_then_unset) https://github.com/bitcoin/bitcoin/pull/22954
<bitcoin-git>
[bitcoin] achow101 opened pull request #22949: fee: Round up fee calculation to avoid a lower than expected feerate (master...feerate-round) https://github.com/bitcoin/bitcoin/pull/22949
2021-09-10
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22948: [Tests] Computer the Power Set of all flags instead of one by one exclusion (master...flag-powerset) https://github.com/bitcoin/bitcoin/pull/22948
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22940: fuzz: Move all addrman fuzz targets to one file (master...2109-fuzzMergeAddrman) https://github.com/bitcoin/bitcoin/pull/22940
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #22939: fuzz: Reset addrman when consistency check fails (master...2109-fuzzAddrmanCheck) https://github.com/bitcoin/bitcoin/pull/22939
<bitcoin-git>
[bitcoin] rajarshimaitra opened pull request #22938: test: Add remaining scenarios of 0 waste, in wallet waste_test (master...waste-test-add) https://github.com/bitcoin/bitcoin/pull/22938
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #22762: Raise InitError when peers.dat is invalid or corrupted (master...2108-InitErrorAddrmanCorrupt) https://github.com/bitcoin/bitcoin/pull/22762
<bitcoin-git>
bitcoin/master fa5aeec MarcoFalke: Move LoadAddrman from init to addrdb
<bitcoin-git>
bitcoin/master 07a9ecc John Newbery: [net] Remove CConnman::Options.m_asmap
<bitcoin-git>
bitcoin/master 9fd5618 John Newbery: [asmap] Make DecodeAsmap() a utility function
<bitcoin-git>
[bitcoin] fanquake merged pull request #22926: doc: Set PYTHONUTF8=1 for functional tests on Windows (master...210908-utf) https://github.com/bitcoin/bitcoin/pull/22926
<bitcoin-git>
[bitcoin] fanquake opened pull request #22936: test: don't try and use os.killpg() on Windows (master...windows_no_killpg) https://github.com/bitcoin/bitcoin/pull/22936