2021-09-07

<bitcoin-git> [bitcoin] bitcoin-public-domain opened pull request #22905: Fixing all Bitcoin logos. (master...master) https://github.com/bitcoin/bitcoin/pull/22905

2021-09-06

<bitcoin-git> [bitcoin] jonatack opened pull request #22904: sync, log: inline lock contention logging macro to fix duration, improve BCLog::LogMsg() (master...logging-and-lock-contention-fixups) https://github.com/bitcoin/bitcoin/pull/22904
<bitcoin-git> [bitcoin] laanwj merged pull request #22397: build: Fix macOS Apple Silicon build with miniupnpc and libnatpmp (master...210703-brew-arm) https://github.com/bitcoin/bitcoin/pull/22397
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/92aad5303b9b...6718fbe90a0d
<bitcoin-git> bitcoin/master 2445df4 Hennadii Stepanov: build: Fix macOS Apple Silicon build with miniupnpc and libnatpmp
<bitcoin-git> bitcoin/master 6718fbe W. J. van der Laan: Merge bitcoin/bitcoin#22397: build: Fix macOS Apple Silicon build with min...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22903: Enable clang-tidy bugprone-argument-comment and fix violations (master...2109-tidyNamedArgs) https://github.com/bitcoin/bitcoin/pull/22903
<bitcoin-git> [bitcoin] arnabsen1729 opened pull request #22902: tracing: utxocache tracepoints (master...2021-09-utxocache-usdt) https://github.com/bitcoin/bitcoin/pull/22902
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #21930: doc: update enumerator naming in developer notes (master...developer-notes-enum-naming) https://github.com/bitcoin/bitcoin/pull/21930
<bitcoin-git> bitcoin/master 77f37f5 Jon Atack: doc: update enum naming in developer notes
<bitcoin-git> bitcoin/master 92aad53 MarcoFalke: Merge bitcoin/bitcoin#21930: doc: update enumerator naming in developer no...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8fdfea77b0c...92aad5303b9b
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22791: init: Fix asmap/addrman initialization order bug (master...2021-08-asmap-addrman-init) https://github.com/bitcoin/bitcoin/pull/22791
<bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/2c6707be8b62...a8fdfea77b0c
<bitcoin-git> bitcoin/master 5932478 John Newbery: [net] Remove CConnMan::SetAsmap()
<bitcoin-git> bitcoin/master 50fd770 John Newbery: [init] Read/decode asmap before constructing addrman
<bitcoin-git> bitcoin/master f572f2b John Newbery: [addrman] Set m_asmap in CAddrMan initializer list
<bitcoin-git> [bitcoin] naiza2000 opened pull request #22901: Improve mempool_package_limits.py (master...master) https://github.com/bitcoin/bitcoin/pull/22901
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22900: [0.20.2] rc3, (missing) release notes and backport (0.20...0_20_2_rc3) https://github.com/bitcoin/bitcoin/pull/22900
<bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/466acb3fbcf5...fd78b7a788c5
<bitcoin-git> bitcoin/0.20 2b986b3 Pieter Wuille: doc: mention bech32m/BIP350 in doc/descriptors.md
<bitcoin-git> bitcoin/0.20 6b643b9 fanquake: doc: add historical release notes for 0.20.0
<bitcoin-git> bitcoin/0.20 5f97738 fanquake: doc: add historical release notes for 0.20.1
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22848: MOVEONLY: Expose BanMapToJson / BanMapFromJson (master...pr/ipc-banmap) https://github.com/bitcoin/bitcoin/pull/22848
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa9277744823...2c6707be8b62
<bitcoin-git> bitcoin/master 6919c82 Russell Yanofsky: MOVEONLY: Expose BanMapToJson / BanMapFromJson
<bitcoin-git> bitcoin/master 2c6707b MarcoFalke: Merge bitcoin/bitcoin#22848: MOVEONLY: Expose BanMapToJson / BanMapFromJso...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22736: log, sync: change lock contention from preprocessor directive to log category (master...lockcontention-log-instead-of-define) https://github.com/bitcoin/bitcoin/pull/22736
<bitcoin-git> bitcoin/master b7a1744 Jon Atack: log, sync: add LOCK logging category, apply it to lock contention
<bitcoin-git> bitcoin/master 3f4c6b8 Jon Atack: log, timer: add timing macro in usec LOG_TIME_MICROS_WITH_CATEGORY
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e567dd53d192...fa9277744823
<bitcoin-git> bitcoin/master 9b08006 Jon Atack: log, sync: improve lock contention logging and add time duration
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22841: ci: Fuzz with -ftrivial-auto-var-init=pattern (master...2109-ciFuzzPatt) https://github.com/bitcoin/bitcoin/pull/22841
<bitcoin-git> bitcoin/master fa0a5fa MarcoFalke: ci: Fuzz with -ftrivial-auto-var-init=pattern
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bd56bc291a9...e567dd53d192
<bitcoin-git> bitcoin/master e567dd5 MarcoFalke: Merge bitcoin/bitcoin#22841: ci: Fuzz with -ftrivial-auto-var-init=pattern...
<bitcoin-git> [bitcoin] MarcoFalke merged 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] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/78d39f843877...4bd56bc291a9
<bitcoin-git> bitcoin/master 4bd56bc MarcoFalke: Merge bitcoin/bitcoin#22894: netinfo: clarify client and server versions i...
<bitcoin-git> bitcoin/master e952d75 Jon Atack: netinfo: clarify client and server versions in header
<bitcoin-git> [bitcoin] fanquake opened pull request #22900: [0.20.2] rc3, (missing) release notes and backport (0.20...0_20_2_rc3) https://github.com/bitcoin/bitcoin/pull/22900
<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] fanquake merged pull request #22861: test: Update test README and lint script (master...2109-testDoc) https://github.com/bitcoin/bitcoin/pull/22861
<bitcoin-git> bitcoin/master fa0937d MarcoFalke: test: Rename bitcoin-util-test.py to util/test_runner.py
<bitcoin-git> bitcoin/master fa050bb MarcoFalke: test: Update test README and lint script
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0ebd88fe0bf4...78d39f843877
<bitcoin-git> bitcoin/master 78d39f8 fanquake: Merge bitcoin/bitcoin#22861: test: Update test README and lint script

2021-09-05

<bitcoin-git> [bitcoin] theStack opened pull request #22896: refactor: net: avoid duplicate map lookups to `mapLocalHost` (master...202109-refactor-net-avoid_duplicate_mapLocalHost_lookups) https://github.com/bitcoin/bitcoin/pull/22896
<bitcoin-git> [bitcoin] jonatack opened pull request #22895: consensus: don't call GetBlockPos in ReadBlockFromDisk without cs_main lock (master...ReadBlockFromDisk-block_pos) https://github.com/bitcoin/bitcoin/pull/22895
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22888: build: Update default platform toolset in msvc-autogen.py (master...210904-toolset) https://github.com/bitcoin/bitcoin/pull/22888
<bitcoin-git> bitcoin/master d1267fd Hennadii Stepanov: build: Update default platform toolset in msvc-autogen.py
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/91e07cc50db6...0ebd88fe0bf4
<bitcoin-git> bitcoin/master 0ebd88f MarcoFalke: Merge bitcoin/bitcoin#22888: build: Update default platform toolset in msv...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22591: Util: error if settings json exists, but is unreadable (master...fix-22571) https://github.com/bitcoin/bitcoin/pull/22591
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6490a3ef6c4c...91e07cc50db6
<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] klementtan closed pull request #22804: validation: fix verification progress during IBD. (master...verification_progress_fix) https://github.com/bitcoin/bitcoin/pull/22804
<bitcoin-git> [gui] jarolrod opened pull request #418: fix bitcoin-qt app categorization on apple silicon (master...applesilicon-categorization) https://github.com/bitcoin-core/gui/pull/418
<bitcoin-git> [bitcoin] fanquake merged pull request #22859: Replace uses of boost::trim* with locale-independent alternatives (#18130 rebased) (master...18130_rebased) https://github.com/bitcoin/bitcoin/pull/22859
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f4e12fd50c23...6490a3ef6c4c
<bitcoin-git> bitcoin/master 696c76d practicalswift: tests: Add TrimString(...) tests
<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] prayank23 opened pull request #22891: Add fee rate distribution in -getinfo (master...mempool-getinfo) https://github.com/bitcoin/bitcoin/pull/22891

2021-09-04

<bitcoin-git> [bitcoin] hebasto opened pull request #22888: build: Update default platform toolset in msvc-autogen.py (master...210904-toolset) https://github.com/bitcoin/bitcoin/pull/22888
<bitcoin-git> [bitcoin] fanquake merged pull request #22278: Add LIFETIMEBOUND to CScript where needed (master...2106-scriptBound) https://github.com/bitcoin/bitcoin/pull/22278
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5fb6701bdb05...f4e12fd50c23
<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] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/629c4ab2e313...5fb6701bdb05
<bitcoin-git> bitcoin/master fa1b08e MarcoFalke: test: Always clear reject reason in IsStandard tx test
<bitcoin-git> bitcoin/master 5fb6701 MarcoFalke: Merge bitcoin/bitcoin#22860: test: Always clear reject reason in IsStandar...
<bitcoin-git> [bitcoin] Pradumnasaraf opened pull request #22880: Added hyperlink for doc/build (master...add-hyper-install.md) https://github.com/bitcoin/bitcoin/pull/22880
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22879: addrman: Fix format string in deserialize error (master...2109-testPeersDat) https://github.com/bitcoin/bitcoin/pull/22879
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #22877: test: Add addrman peers.dat test (master...2109-testPeersDat) https://github.com/bitcoin/bitcoin/pull/22877
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #22878: ci: Speed up cirrus native macOS host (master...2109-ciMacFast) https://github.com/bitcoin/bitcoin/pull/22878
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22878: ci: Speed up cirrus native macOS host (master...2109-ciMacFast) https://github.com/bitcoin/bitcoin/pull/22878
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22877: test: Add addrman peers.dat test (master...2109-testPeersDat) https://github.com/bitcoin/bitcoin/pull/22877
<bitcoin-git> [bitcoin] meshcollider merged pull request #22100: refactor: Clean up new wallet spend, receive files added #21207 (master...pr/txfun) https://github.com/bitcoin/bitcoin/pull/22100
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd097c42df73...629c4ab2e313
<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

2021-09-02

<bitcoin-git> [gui] promag opened pull request #417: Ditch wallet model juggling (master...2021-09-eager-wallet-load-1) https://github.com/bitcoin-core/gui/pull/417
<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] MarcoFalke merged pull request #18448: rpc: fix/add missing RPCExamples for "Util" RPCs (master...20200326-rpc-add-fix-rpcexamples-in-misc-category) https://github.com/bitcoin/bitcoin/pull/18448
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a70768d15964...dd097c42df73
<bitcoin-git> bitcoin/master ea98d9c Sebastian Falbesoner: rpc: fix/add missing RPCExamples for "Util" RPCs
<bitcoin-git> bitcoin/master dd097c4 MarcoFalke: Merge bitcoin/bitcoin#18448: rpc: fix/add missing RPCExamples for "Util" R...
<bitcoin-git> [bitcoin] laanwj merged pull request #22501: netinfo: display addr_{processed, rate_limited, relay_enabled} and relaytxes data (master...netinfo-addr-statistics) https://github.com/bitcoin/bitcoin/pull/22501
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b997dd211ecf...a70768d15964
<bitcoin-git> bitcoin/master 5eeea8e Jon Atack: Add addr_processed and addr_rate_limited stats to -netinfo
<bitcoin-git> bitcoin/master 0a9ee3a Jon Atack: Simplify a few conditionals in -netinfo
<bitcoin-git> bitcoin/master 3834e23 Jon Atack: Display peers in -netinfo that request we not relay transactions
<bitcoin-git> [gui] Sjors opened pull request #416: gui: add RPC setting (master...2021/09/rpc_setting) https://github.com/bitcoin-core/gui/pull/416
<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
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/245462b66ce3...b997dd211ecf
<bitcoin-git> bitcoin/master fa2e9de MarcoFalke: test: Check that non-signaling BIP125 tx can be replaced via parent
<bitcoin-git> bitcoin/master b997dd2 fanquake: Merge bitcoin/bitcoin#22809: test: Check that non-signaling BIP125 tx can ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22861: test: Update test README and lint script (master...2109-testDoc) https://github.com/bitcoin/bitcoin/pull/22861
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22418: release: Remove gitian (master...remove_gitian) https://github.com/bitcoin/bitcoin/pull/22418
<bitcoin-git> bitcoin/master ab9c342 fanquake: release: remove gitian
<bitcoin-git> bitcoin/master 245462b MarcoFalke: Merge bitcoin/bitcoin#22418: release: Remove gitian
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d6034e41226e...245462b66ce3
<bitcoin-git> [bitcoin] fanquake merged pull request #22843: msvc: update bitcoin_config.h defines (master...update_msvc_bitcoin_configg) https://github.com/bitcoin/bitcoin/pull/22843
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6bf706a0560d...d6034e41226e
<bitcoin-git> bitcoin/master ae4ad1a fanquake: msvc: update bitcoin_config.h defines
<bitcoin-git> bitcoin/master d6034e4 fanquake: Merge bitcoin/bitcoin#22843: msvc: update bitcoin_config.h defines
<bitcoin-git> [bitcoin] MarcoFalke opened 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] MarcoFalke merged pull request #22846: policy: unit test Segwit dust thresholds (master...unit_test_getdustthreshold) https://github.com/bitcoin/bitcoin/pull/22846
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/77e77e8544c7...6bf706a0560d
<bitcoin-git> bitcoin/master 97cea1a Antoine Poinsot: policy: unit test Segwit dust thresholds
<bitcoin-git> bitcoin/master 6bf706a MarcoFalke: Merge bitcoin/bitcoin#22846: policy: unit test Segwit dust thresholds
<bitcoin-git> [bitcoin] fanquake closed pull request #18130: Replace uses of boost::trim* with locale-independent alternatives (master...2020-02-boost-trim) https://github.com/bitcoin/bitcoin/pull/18130
<bitcoin-git> [bitcoin] fanquake opened pull request #22859: Replace uses of boost::trim* with locale-independent alternatives (#18130 rebased) (master...18130_rebased) https://github.com/bitcoin/bitcoin/pull/22859
<bitcoin-git> [bitcoin] fanquake merged pull request #22631: doc: Add packages that provide Qt Wayland plugin for Linux (master...210805-wayland) https://github.com/bitcoin/bitcoin/pull/22631
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/43bf824ff235...77e77e8544c7
<bitcoin-git> bitcoin/master 5559cf1 Hennadii Stepanov: doc: Add packages that provide Qt Wayland plugin for Linux
<bitcoin-git> bitcoin/master 77e77e8 fanquake: Merge bitcoin/bitcoin#22631: doc: Add packages that provide Qt Wayland plu...
<bitcoin-git> [bitcoin] fanquake closed pull request #21478: guix: Use `pigz` as a faster `gzip` replacement (master...2021-03-guix-pigz-can-fly) https://github.com/bitcoin/bitcoin/pull/21478
<bitcoin-git> [bitcoin] fanquake merged pull request #22853: fuzz: Remove addrdb fuzz target (master...2109-fuzzRemT) https://github.com/bitcoin/bitcoin/pull/22853
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01fa1481f9d8...43bf824ff235
<bitcoin-git> bitcoin/master fa18553 MarcoFalke: fuzz: Remove addrdb fuzz target
<bitcoin-git> bitcoin/master 43bf824 fanquake: Merge bitcoin/bitcoin#22853: fuzz: Remove addrdb fuzz target
<bitcoin-git> [bitcoin] fanquake merged pull request #22836: Stricter BIP32 decoding and test vector 5 (master...202108_bipvec5) https://github.com/bitcoin/bitcoin/pull/22836
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3af495d69723...01fa1481f9d8
<bitcoin-git> bitcoin/master 56a42f1 Pieter Wuille: Stricter BIP32 decoding and test vector 5
<bitcoin-git> bitcoin/master 01fa148 fanquake: Merge bitcoin/bitcoin#22836: Stricter BIP32 decoding and test vector 5
<bitcoin-git> [bitcoin] fanquake opened pull request #22858: [0.21] Potential rc3 backports (0.21...potential_0_21_rc3_backports) https://github.com/bitcoin/bitcoin/pull/22858
<bitcoin-git> [bitcoin] fanquake merged pull request #22840: build: fix unoptimized libraries in depends (master...fix_depends_lib_optimisation) https://github.com/bitcoin/bitcoin/pull/22840
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9487b68f06b0...3af495d69723
<bitcoin-git> bitcoin/master 76f031b fanquake: build: fix unoptimized libraries in depends
<bitcoin-git> bitcoin/master 3af495d fanquake: Merge bitcoin/bitcoin#22840: build: fix unoptimized libraries in depends
<bitcoin-git> [bitcoin] fanquake opened pull request #22857: [22.x] Backports (22.x...more_22_x_backports) https://github.com/bitcoin/bitcoin/pull/22857
<bitcoin-git> [bitcoin] fanquake merged pull request #22847: guix/prelude: Override `VERSION` with `FORCE_VERSION` (master...2021-08-SDE-based-on-VERSION) https://github.com/bitcoin/bitcoin/pull/22847
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9a86327512b3...9487b68f06b0
<bitcoin-git> bitcoin/master 96cc6bb Carl Dong: guix/prelude: Override VERSION with FORCE_VERSION
<bitcoin-git> bitcoin/master 9487b68 fanquake: Merge bitcoin/bitcoin#22847: guix/prelude: Override `VERSION` with `FORCE_...
<bitcoin-git> [bitcoin] meshcollider merged pull request #22512: Consolidate XOnlyPubKey lookup hack (master...xonly-lookup-hack) https://github.com/bitcoin/bitcoin/pull/22512
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dc9ffb6bc452...9a86327512b3
<bitcoin-git> bitcoin/master 9a86327 Samuel Dobson: Merge bitcoin/bitcoin#22512: Consolidate XOnlyPubKey lookup hack
<bitcoin-git> bitcoin/master d9d3ec0 Andrew Chow: Consolidate XOnlyPubKey lookup hack
<bitcoin-git> [bitcoin] fanquake merged pull request #22837: doc: mention bech32m/BIP350 in doc/descriptors.md (master...202108_bip350descdoc) https://github.com/bitcoin/bitcoin/pull/22837
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7e75400bb568...dc9ffb6bc452
<bitcoin-git> bitcoin/master d2a09c8 Pieter Wuille: doc: mention bech32m/BIP350 in doc/descriptors.md
<bitcoin-git> bitcoin/master dc9ffb6 fanquake: Merge bitcoin/bitcoin#22837: doc: mention bech32m/BIP350 in doc/descriptor...

2021-09-01

<bitcoin-git> [bitcoin] shoryak opened pull request #22856: Modifications in ComplexMempool benchmark (master...complexmempool) https://github.com/bitcoin/bitcoin/pull/22856
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22437: test, refactor: add GetTransaction() coverage, improve rpc_rawtransaction (master...improve-gettransaction-test-coverage) https://github.com/bitcoin/bitcoin/pull/22437
<bitcoin-git> [bitcoin] MarcoFalke pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/b3a2b8c29fda...7e75400bb568
<bitcoin-git> bitcoin/master 7f07359 Jon Atack: Test src/node/transaction::GetTransaction() without -txindex
<bitcoin-git> bitcoin/master 8c19d13 Jon Atack: refactor: dedup/reorg createrawtransaction sequence number tests
<bitcoin-git> [bitcoin] jesseposner closed pull request #21301: [WIP] Chacha20 py testing (master...chacha20-py-testing) https://github.com/bitcoin/bitcoin/pull/21301
<bitcoin-git> [bitcoin] darosior closed pull request #22665: policy/rbf: don't return "incorrect" replaceability status (master...rbf_optin_nomempool) https://github.com/bitcoin/bitcoin/pull/22665
<bitcoin-git> [bitcoin] glozow opened pull request #22855: RBF move 3/3: improve RBF documentation (master...2021-09-rbf-docs) https://github.com/bitcoin/bitcoin/pull/22855
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22853: fuzz: Remove addrdb fuzz target (master...2109-fuzzRemT) https://github.com/bitcoin/bitcoin/pull/22853
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22849: Remove unused SERIALIZE_METHODS for CBanEntry (master...2109-remBanEntrySer) https://github.com/bitcoin/bitcoin/pull/22849
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/70676e40d8c6...b3a2b8c29fda
<bitcoin-git> bitcoin/master fa3bd9d MarcoFalke: Remove CBanEntry::SetNull
<bitcoin-git> bitcoin/master fab53ff MarcoFalke: Remove unused SERIALIZE_METHODS for CBanEntry
<bitcoin-git> bitcoin/master b3a2b8c MarcoFalke: Merge bitcoin/bitcoin#22849: Remove unused SERIALIZE_METHODS for CBanEntry...
<bitcoin-git> [bitcoin] siv2r opened pull request #22851: [WIP] Add Python ChaCha20 implementation and bindings for CPP ChaCha20 implementation (master...chacha20-test-coverage) https://github.com/bitcoin/bitcoin/pull/22851
<bitcoin-git> [bitcoin] meshcollider merged pull request #22009: wallet: Decide which coin selection solution to use based on waste metric (master...cs-waste-2) https://github.com/bitcoin/bitcoin/pull/22009
<bitcoin-git> [bitcoin] meshcollider pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a820e79512b6...70676e40d8c6
<bitcoin-git> bitcoin/master 54de7b4 Andrew Chow: Allow the long term feerate to be configured, default of 10 sat/vb
<bitcoin-git> bitcoin/master d5069fc Andrew Chow: tests: Use SelectCoinsBnB directly instead of AttemptSelection
<bitcoin-git> bitcoin/master 6a023a6 Andrew Chow: tests: Add KnapsackGroupOutputs helper function
<bitcoin-git> [bitcoin] lano1106 closed pull request #22830: net: remove reinit of the onion proxy (master...tor_issues) https://github.com/bitcoin/bitcoin/pull/22830
<bitcoin-git> [bitcoin] fanquake merged pull request #22740: [addrman] Move serialization code to cpp (master...2021-08-move-addrman-serialize) https://github.com/bitcoin/bitcoin/pull/22740

2021-08-31

<bitcoin-git> [gui] Sjors opened pull request #414: Toggle chain from menu (adds .chain_gui) (master...2021/08/toggle_network) https://github.com/bitcoin-core/gui/pull/414
<bitcoin-git> [bitcoin] sriramdvt opened pull request #22850: net: Make m_mempool optional in PeerManager (master...peerman-mempool-ptr) https://github.com/bitcoin/bitcoin/pull/22850
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22849: Remove unused SERIALIZE_METHODS for CBanEntry (master...2109-remBanEntrySer) https://github.com/bitcoin/bitcoin/pull/22849
<bitcoin-git> [bitcoin] ryanofsky opened pull request #22848: MOVEONLY: Expose BanMapToJson / BanMapFromJson (master...pr/ipc-banmap) https://github.com/bitcoin/bitcoin/pull/22848
<bitcoin-git> [bitcoin] dongcarl opened pull request #22847: guix/prelude: Override `VERSION` with `FORCE_VERSION` (master...2021-08-SDE-based-on-VERSION) https://github.com/bitcoin/bitcoin/pull/22847
<bitcoin-git> [bitcoin] darosior opened pull request #22846: policy: unit test Segwit dust thresholds (master...unit_test_getdustthreshold) https://github.com/bitcoin/bitcoin/pull/22846
<bitcoin-git> [bitcoin] fanquake merged pull request #22796: RBF move (1/3): extract BIP125 Rule 5 into policy/rbf (master...2021-08-rbf-1) https://github.com/bitcoin/bitcoin/pull/22796
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/0f0c5d4e7d6d...81f4a3e84d6f
<bitcoin-git> bitcoin/master e0df41d glozow: [validation] default conflicting fees and size to 0
<bitcoin-git> bitcoin/master b001b9f glozow: MOVEONLY: BIP125 max conflicts limit to policy/rbf.h
<bitcoin-git> bitcoin/master badb9b1 glozow: call SignalsOptInRBF instead of checking all inputs
<bitcoin-git> [bitcoin] fanquake merged pull request #22842: builder-keys: add kristapsk (master...builder-keys) https://github.com/bitcoin/bitcoin/pull/22842
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19aa5afcaee3...0f0c5d4e7d6d
<bitcoin-git> bitcoin/master 9d43045 Kristaps Kaupe: builder-keys: add kristapsk
<bitcoin-git> bitcoin/master 0f0c5d4 fanquake: Merge bitcoin/bitcoin#22842: builder-keys: add kristapsk
<bitcoin-git> [bitcoin] fanquake merged pull request #22744: ci: Re-enable verify-commits.py check (master...2108-ciVerifyCommits) https://github.com/bitcoin/bitcoin/pull/22744
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7be143a960e2...19aa5afcaee3
<bitcoin-git> bitcoin/master fa880b1 MarcoFalke: ci: Unconditionally set the global git author name in cirrys.yml
<bitcoin-git> bitcoin/master fa00160 MarcoFalke: ci: Re-enable verify-commits.py check
<bitcoin-git> bitcoin/master 19aa5af fanquake: Merge bitcoin/bitcoin#22744: ci: Re-enable verify-commits.py check
<bitcoin-git> [bitcoin] fanquake opened pull request #22845: build: improve check for ::(w)system (master...dont_literally_use_have_or_have) https://github.com/bitcoin/bitcoin/pull/22845
<bitcoin-git> [bitcoin] josibake opened pull request #22844: feature: enable mypy to run without --ignore-imports (master...josibake-fix-mypy-import-errors) https://github.com/bitcoin/bitcoin/pull/22844
<bitcoin-git> [bitcoin] fanquake opened pull request #22843: msvc: update bitcoin_config.h defines (master...update_msvc_bitcoin_configg) https://github.com/bitcoin/bitcoin/pull/22843
<bitcoin-git> [bitcoin] kristapsk opened pull request #22842: builder-keys: add kristapsk (master...builder-keys) https://github.com/bitcoin/bitcoin/pull/22842
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22841: ci: Fuzz with -ftrivial-auto-var-init=pattern (master...2109-ciFuzzPatt) https://github.com/bitcoin/bitcoin/pull/22841
<bitcoin-git> [bitcoin] fanquake opened pull request #22840: build: fix unoptimized libraries in depends (master...fix_depends_lib_optimisation) https://github.com/bitcoin/bitcoin/pull/22840

2021-08-30

<bitcoin-git> [bitcoin] mzumsande opened pull request #22839: log: improve addrman logging (master...202108_log_addrman) https://github.com/bitcoin/bitcoin/pull/22839
<bitcoin-git> [bitcoin] achow101 opened pull request #22838: descriptors: Be able to specify change and receiving in a single descriptor string (master...multipath-descs) https://github.com/bitcoin/bitcoin/pull/22838
<bitcoin-git> [bitcoin] sipa opened pull request #22837: doc: mention bech32m/BIP350 in doc/descriptors.md (master...202108_bip350descdoc) https://github.com/bitcoin/bitcoin/pull/22837
<bitcoin-git> [bitcoin] sipa opened pull request #22836: Stricter BIP32 decoding and test vector 5 (master...202108_bipvec5) https://github.com/bitcoin/bitcoin/pull/22836
<bitcoin-git> [bitcoin] vasild opened pull request #22834: net: respect -onlynet= when making outbound connections (master...onlynet) https://github.com/bitcoin/bitcoin/pull/22834
<bitcoin-git> [bitcoin] hebasto closed pull request #22833: ci: Switch to Previous Visual Studio 2019 image to avoid failure (master...210830-appveyor) https://github.com/bitcoin/bitcoin/pull/22833
<bitcoin-git> [bitcoin] hebasto opened pull request #22833: ci: Switch to Previous Visual Studio 2019 image to avoid failure (master...210830-appveyor) https://github.com/bitcoin/bitcoin/pull/22833
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22824: refactor: remove RecursiveMutex cs_nBlockSequenceId (master...202108-refactor-use_atomic_for_nblocksequenceid) https://github.com/bitcoin/bitcoin/pull/22824
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/83daf47898f8...7be143a960e2
<bitcoin-git> bitcoin/master 7be143a MarcoFalke: Merge bitcoin/bitcoin#22824: refactor: remove RecursiveMutex cs_nBlockSequ...
<bitcoin-git> bitcoin/master 0bd882b Sebastian Falbesoner: refactor: remove RecursiveMutex cs_nBlockSequenceId

2021-08-29

<bitcoin-git> [bitcoin] jonatack opened pull request #22831: p2p, bugfix: fix addrman tried table corruption on restart with asmap (master...addrman-asmap-init-order-test) https://github.com/bitcoin/bitcoin/pull/22831
<bitcoin-git> [bitcoin] lano1106 opened pull request #22830: net: remove reinit of the onion proxy (master...tor_issues) https://github.com/bitcoin/bitcoin/pull/22830
<bitcoin-git> [bitcoin] promag closed pull request #21906: refactor: Preserve const in cast on CTransactionSignatureSerializer (master...2021-05-fix-cast) https://github.com/bitcoin/bitcoin/pull/21906
<bitcoin-git> [bitcoin] theStack opened pull request #22829: refactor: various RecursiveMutex replacements in CConnman (master...202108-refactor-recursive_mutex_replacements_in_cconnman) https://github.com/bitcoin/bitcoin/pull/22829

2021-08-28

<bitcoin-git> [bitcoin] theStack opened pull request #22824: refactor: remove RecursiveMutex cs_nBlockSequenceId, use std::atomic instead (master...202108-refactor-use_atomic_for_nblocksequenceid) https://github.com/bitcoin/bitcoin/pull/22824
<bitcoin-git> [bitcoin] fanquake merged pull request #22820: build, qt: Fix typo in QtInputSupport check (master...210827-input) https://github.com/bitcoin/bitcoin/pull/22820
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33707a2a8828...83daf47898f8
<bitcoin-git> bitcoin/master e251726 Hennadii Stepanov: build, qt: Fix typo in QtInputSupport check
<bitcoin-git> bitcoin/master 83daf47 fanquake: Merge bitcoin/bitcoin#22820: build, qt: Fix typo in QtInputSupport check
<bitcoin-git> [bitcoin] fanquake pushed tag v0.21.2rc2: https://github.com/bitcoin/bitcoin/compare/v0.21.2rc2
<bitcoin-git> [bitcoin] fanquake merged pull request #22823: [0.21] Update version and release notes for 0.21.2rc2 (0.21...rc2_version_and_rel_notes) https://github.com/bitcoin/bitcoin/pull/22823
<bitcoin-git> bitcoin/0.21 97d3500 fanquake: Merge bitcoin/bitcoin#22823: [0.21] Update version and release notes for 0...
<bitcoin-git> bitcoin/0.21 82c5208 fanquake: doc: update release notes for rc2
<bitcoin-git> bitcoin/0.21 b8f5fb7 fanquake: build: bump version to 0.21.2rc2
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/6ebb9d0e4634...97d3500601c1
<bitcoin-git> [bitcoin] fanquake opened pull request #22823: [0.21] Update version and release notes for 0.21.2rc2 (0.21...rc2_version_and_rel_notes) https://github.com/bitcoin/bitcoin/pull/22823
<bitcoin-git> [bitcoin] fanquake merged pull request #22808: [0.21] 0.21.2rc2 backports (0.21...210826-0.21-backports) https://github.com/bitcoin/bitcoin/pull/22808
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/55a8a5b2df00...6ebb9d0e4634
<bitcoin-git> bitcoin/0.21 2d7f260 Hennadii Stepanov: ci: Run fuzzer task for the master branch only
<bitcoin-git> bitcoin/0.21 d9b18c1 Rafael Sadowski: Fix build with Boost 1.77.0
<bitcoin-git> bitcoin/0.21 6ebb9d0 fanquake: Merge bitcoin/bitcoin#22808: [0.21] 0.21.2rc2 backports
<bitcoin-git> [bitcoin] fanquake merged pull request #22810: [0.21] qt: Pre-0.21.2rc2 translations update (0.21...210826-0.21-tr) https://github.com/bitcoin/bitcoin/pull/22810
<bitcoin-git> [bitcoin] lsilva01 opened pull request #22822: doc: Add multisig tutorial (master...multisig_tutorial_doc) https://github.com/bitcoin/bitcoin/pull/22822

2021-08-27

<bitcoin-git> [bitcoin] hebasto opened pull request #22820: build, qt: Fix typo in QtInputSupport check (master...210827-input) https://github.com/bitcoin/bitcoin/pull/22820
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22818: test: Activate all regtest softforks at height 1, unless overridden (master...2108-regtestSoft) https://github.com/bitcoin/bitcoin/pull/22818
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22782: Remove unused MaybeSetAddrName (master...2108-noMaybeSetAddrName) https://github.com/bitcoin/bitcoin/pull/22782
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/19364c0ddf22...33707a2a8828
<bitcoin-git> bitcoin/master fa82f4e MarcoFalke: Remove unused MaybeSetAddrName
<bitcoin-git> bitcoin/master fa9eade MarcoFalke: Remove GetAddrName
<bitcoin-git> bitcoin/master fa78657 MarcoFalke: Remove unused RecursiveMutex cs_addrName
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #20808: test: Run rpc_generateblock.py even with wallet disabled (master...iss20078) https://github.com/bitcoin/bitcoin/pull/20808
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22817: test: Avoid race after connect_nodes (master...2108-testRaceConnect) https://github.com/bitcoin/bitcoin/pull/22817
<bitcoin-git> [bitcoin] laanwj merged pull request #20586: Fix Windows build with --enable-werror (master...201206-win) https://github.com/bitcoin/bitcoin/pull/20586
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/adccbb380b2e...19364c0ddf22
<bitcoin-git> bitcoin/master c713bb2 Hennadii Stepanov: Fix Windows build with --enable-werror on Ubuntu Focal
<bitcoin-git> bitcoin/master b367745 Hennadii Stepanov: ci: Make Cirrus CI Windows build with --enable-werror
<bitcoin-git> bitcoin/master 19364c0 W. J. van der Laan: Merge bitcoin/bitcoin#20586: Fix Windows build with --enable-werror
<bitcoin-git> [bitcoin] hebasto opened pull request #22815: ci: Enable the gui in the tsan build (master...210827-tsan) https://github.com/bitcoin/bitcoin/pull/22815
<bitcoin-git> [bitcoin] fanquake closed pull request #21144: test: convert feature_bip68_sequence.py to use MiniWallet (master...test-feature-bip68-sequence-without-wallet) https://github.com/bitcoin/bitcoin/pull/21144
<bitcoin-git> [bitcoin] hebasto opened pull request #22814: build: Add ability to build qt in depends with -stdlib=libc++ (master...210827-libc++) https://github.com/bitcoin/bitcoin/pull/22814

2021-08-26

<bitcoin-git> [bitcoin] fanquake merged pull request #21862: test: Set regtest.BIP65Height = 111 to speed up tests (master...2105-testFasterBip65) https://github.com/bitcoin/bitcoin/pull/21862
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b8d45a3c2015...adccbb380b2e
<bitcoin-git> bitcoin/master faf7e48 MarcoFalke: Set regtest.BIP65Height = 111 to speed up tests
<bitcoin-git> bitcoin/master adccbb3 fanquake: Merge bitcoin/bitcoin#21862: test: Set regtest.BIP65Height = 111 to speed ...
<bitcoin-git> [bitcoin] hebasto opened pull request #22811: build: Fix depends build system when working with subtargets (master...210826-subtarget) https://github.com/bitcoin/bitcoin/pull/22811
<bitcoin-git> [bitcoin] hebasto opened pull request #22810: qt: Pre-0.21.2rc2 translations update (0.21...210826-0.21-tr) https://github.com/bitcoin/bitcoin/pull/22810
<bitcoin-git> [bitcoin] hebasto closed pull request #22276: gui: update text to eliminate safety hazards (0.21...0.21) https://github.com/bitcoin/bitcoin/pull/22276
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/774a4f517cf6...b8d45a3c2015
<bitcoin-git> bitcoin/master ab1461d Shashwat: qt: Add copy IP/Netmask action for banned peer
<bitcoin-git> bitcoin/master b8d45a3 Hennadii Stepanov: Merge bitcoin-core/gui#384: Add copy IP/Netmask action for banned peer
<bitcoin-git> [gui] hebasto merged pull request #384: Add copy IP/Netmask action for banned peer (master...copy-subnet) https://github.com/bitcoin-core/gui/pull/384
<bitcoin-git> [bitcoin] MarcoFalke opened 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
<bitcoin-git> [bitcoin] hebasto opened pull request #22808: [0.21] 0.21.2rc2 backports (0.21...210826-0.21-backports) https://github.com/bitcoin/bitcoin/pull/22808
<bitcoin-git> [bitcoin] kristapsk opened pull request #22807: RPC: Add universal options argument to listtransactions (master...listtransactions-options) https://github.com/bitcoin/bitcoin/pull/22807
<bitcoin-git> [bitcoin] theStack opened pull request #22805: refactor: use CWallet const shared pointers in dump{privkey,wallet} (master...202108-refactor-const_correctness_for_further_dump_methods) https://github.com/bitcoin/bitcoin/pull/22805
<bitcoin-git> [bitcoin] laanwj pushed tag v22.0rc3: https://github.com/bitcoin/bitcoin/compare/v22.0rc3
<bitcoin-git> [bitcoin] hebasto pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/7740ebcb0230...774a4f517cf6
<bitcoin-git> bitcoin/master 37dcf16 Hennadii Stepanov: qt, refactor: Emit WalletView::encryptionStatusChanged signal directly
<bitcoin-git> bitcoin/master fcdc8b0 Hennadii Stepanov: qt, refactor: Drop redundant signalling in WalletView::setWalletModel
<bitcoin-git> bitcoin/master 7d0d4c0 Hennadii Stepanov: qt: Add WalletFrame::currentWalletSet signal
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/f95b655ba9ab...86de56776aae
<bitcoin-git> bitcoin/22.x c1c79f4 W. J. van der Laan: doc: Stop nixing `-` in manual pages
<bitcoin-git> bitcoin/22.x 86de567 W. J. van der Laan: doc: Manual pages update for rc3
<bitcoin-git> [gui] hebasto merged pull request #403: refactor: Make paths to update Encryption and HD wallet statuses simpler (master...210811-hd) https://github.com/bitcoin-core/gui/pull/403
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/99cd080db1ad...f95b655ba9ab
<bitcoin-git> bitcoin/22.x 59d4afc W. J. van der Laan: build: Bump version to 22.0rc3
<bitcoin-git> bitcoin/22.x f95b655 Jon Atack: Improve doc/i2p.md regarding I2P router options/versions
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/4a25e39624e2...99cd080db1ad
<bitcoin-git> bitcoin/22.x aa254a0 Hennadii Stepanov: qt: Pre-rc3 translations update
<bitcoin-git> bitcoin/22.x 99cd080 W. J. van der Laan: Merge bitcoin/bitcoin#22667: [22.x] qt: Pre-rc3 translations update
<bitcoin-git> [bitcoin] laanwj merged pull request #22629: [22.x] rc3 backports (22.x...210805-22.0-backport) https://github.com/bitcoin/bitcoin/pull/22629
<bitcoin-git> bitcoin/22.x e9b4487 Hennadii Stepanov: qt: Fix regression in "Encrypt Wallet" menu item
<bitcoin-git> bitcoin/22.x e9d30fb Hennadii Stepanov: ci: Run fuzzer task for the master branch only
<bitcoin-git> [bitcoin] laanwj pushed 16 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/d3bd5410f64e...4a25e39624e2
<bitcoin-git> bitcoin/22.x 57fce06 Anthony Towns: consensus/params: simplify ValidDeployment check to avoid gcc warning
<bitcoin-git> [bitcoin] klementtan opened pull request #22804: validation: GuessVerificationProgress returns 0 when no blocks downloaded (master...verification_progress_fix) https://github.com/bitcoin/bitcoin/pull/22804
<bitcoin-git> [bitcoin] laanwj merged pull request #22648: doc, test: improve i2p/tor docs and i2p reachable unit tests (master...i2p-doc-updates-august-2021) https://github.com/bitcoin/bitcoin/pull/22648
<bitcoin-git> bitcoin/master b87a9c4 Jon Atack: Improve doc/i2p.md regarding I2P router options/versions
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0492b56e38c2...7740ebcb0230