<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
<bitcoin-git>
[bitcoin] S3RK opened pull request #22929: wallet: Automatically add receiving destinations to the address book (master...fix_19856) https://github.com/bitcoin/bitcoin/pull/22929
<bitcoin-git>
[bitcoin] kiminuo opened pull request #22928: Remove `gArgs` from `wallet.h` and `wallet.cpp` (2) (master...feature/2021-09-wallet-gArgs) https://github.com/bitcoin/bitcoin/pull/22928
<bitcoin-git>
[bitcoin] fanquake merged pull request #22390: system: skip trying to set the locale on NetBSD (master...netbsd_dont_set_locale) https://github.com/bitcoin/bitcoin/pull/22390
<bitcoin-git>
[bitcoin] hebasto opened 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] mjdietzx opened pull request #22924: refactor: merge ScriptPubKeyToUniv and ScriptToUniv into a single function (master...refactor_ScriptToUniv) https://github.com/bitcoin/bitcoin/pull/22924
<bitcoin-git>
[gui] luke-jr closed pull request #230: Support backup to new text-based database dump format (master...gui_backup_formats) https://github.com/bitcoin-core/gui/pull/230
2021-09-07
<bitcoin-git>
[gui] hebasto closed pull request #27: Move the UI window style to a top to bottom layout (master...move-ui-to-mobile) https://github.com/bitcoin-core/gui/pull/27
<bitcoin-git>
[bitcoin] hebasto opened pull request #22899: ci: Build and cache static Qt instead of downloading a pre-built one (master...210906-jom) https://github.com/bitcoin/bitcoin/pull/22899
<bitcoin-git>
bitcoin/master 2b07126 Tyler Chambers: error if settings.json exists, but is unreadable
<bitcoin-git>
bitcoin/master 91e07cc MarcoFalke: Merge bitcoin/bitcoin#22591: Util: error if settings json exists, but is u...
<bitcoin-git>
[bitcoin] jonatack opened pull request #22894: netinfo: clarify client and server versions in header (master...netinfo-clarify-client-and-server-versions) https://github.com/bitcoin/bitcoin/pull/22894
<bitcoin-git>
bitcoin/master 9355186 Ben Woosley: Replace use of boost::trim use with locale-independent TrimString
<bitcoin-git>
bitcoin/master 4bf18b0 Ben Woosley: Replace use of boost::trim_right with locale-independent TrimString
<bitcoin-git>
[bitcoin] benthecarman opened pull request #22892: doc: Clarify that change_cost cannot be negative in GetSelectionWaste (master...doc-change-cost-not-negative) https://github.com/bitcoin/bitcoin/pull/22892
<bitcoin-git>
bitcoin/master fa7e6c5 MarcoFalke: Add LIFETIMEBOUND to InitializeChainstate
<bitcoin-git>
bitcoin/master fa5c896 MarcoFalke: Add LIFETIMEBOUND to CScript where needed
<bitcoin-git>
bitcoin/master f4e12fd fanquake: Merge bitcoin/bitcoin#22278: Add LIFETIMEBOUND to CScript where needed
2021-09-03
<bitcoin-git>
[bitcoin] jonatack opened pull request #22881: refactoring: use attributes::LIFETIMEBOUND in span.h (master...span-lifetimebound) https://github.com/bitcoin/bitcoin/pull/22881
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #22860: test: Always clear reject reason in IsStandard tx test (master...2109-testRej) https://github.com/bitcoin/bitcoin/pull/22860
<bitcoin-git>
bitcoin/master 629c4ab Samuel Dobson: Merge bitcoin/bitcoin#22100: refactor: Clean up new wallet spend, receive ...
<bitcoin-git>
bitcoin/master b11a195 Russell Yanofsky: refactor: Detach wallet transaction methods (followup for move-only)
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22876: [TESTS] Update Transaction Tests to permit setting a flag as always on and disabling the exhaustive failure test (master...update-txvalid-json) https://github.com/bitcoin/bitcoin/pull/22876
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #22870: [TESTS] Update Transaction Tests to permit setting a flag as always on and disabling the exhaustive failure test (master...update-txvalid-json) https://github.com/bitcoin/bitcoin/pull/22870
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22875: Fix Racy ParseOpCode function initialization (master...threadsafe-fix) https://github.com/bitcoin/bitcoin/pull/22875
<bitcoin-git>
[bitcoin] jonatack opened pull request #22872: log: improve checkaddrman logging with duration in milliseconds (master...improve-checkaddrman-logging) https://github.com/bitcoin/bitcoin/pull/22872
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22871: Discourage CSV as NOP when locktime disable is set (master...discourage-csv) https://github.com/bitcoin/bitcoin/pull/22871
<bitcoin-git>
[bitcoin] JeremyRubin opened pull request #22870: [TESTS] Update Transaction Tests to permit setting a flag as always on and disabling the exhaustive failure test (master...update-txvalid-json) https://github.com/bitcoin/bitcoin/pull/22870
<bitcoin-git>
[bitcoin] promag opened pull request #22868: wallet: Call load handlers without cs_wallet locked (master...2021-09-wallet-load-lock) https://github.com/bitcoin/bitcoin/pull/22868
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #22867: Extend test coverage of BIP125 and document confusing/inconsistent behavior (master...test_bip125_edge_cases) https://github.com/bitcoin/bitcoin/pull/22867
<bitcoin-git>
[bitcoin] martinus reopened pull request #22702: Add allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/22702
<bitcoin-git>
[bitcoin] martinus closed pull request #22702: Add allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/22702
<bitcoin-git>
[bitcoin] darosior closed pull request #22779: policy: correct (lower) the dust threshold for Taproot outputs (master...taproot_dust_limit) https://github.com/bitcoin/bitcoin/pull/22779
<bitcoin-git>
[bitcoin] darosior opened pull request #22863: policy: document dust threshold for Taproot outputs (master...dust_threshold_doc) https://github.com/bitcoin/bitcoin/pull/22863
<bitcoin-git>
[bitcoin] fanquake merged pull request #22809: test: Check that non-signaling BIP125 tx can be replaced via parent (master...2108-testTxReplace) https://github.com/bitcoin/bitcoin/pull/22809