2022-08-30

<bitcoin-git> [bitcoin] fanquake merged pull request #25717: p2p: Implement anti-DoS headers sync (master...2022-02-headers-dos-prevention) https://github.com/bitcoin/bitcoin/pull/25717
<bitcoin-git> bitcoin/master ed47094 Pieter Wuille: Add functions to construct locators without CChain
<bitcoin-git> bitcoin/master 1d4cfa4 Suhas Daftuar: Add function to validate difficulty changes
<bitcoin-git> [bitcoin] fanquake pushed 15 commits to master: https://github.com/bitcoin/bitcoin/compare/cfda740b332c...e9035f867a36
<bitcoin-git> [bitcoin] dontbyte opened pull request #25959: Fix link to MurmurHash3.cpp (moved from Google Code to Github) (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25959
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25174: net/net_processing: Add thread safety related annotations for CNode and Peer (master...202205-net-lock-annotations) https://github.com/bitcoin/bitcoin/pull/25174
<bitcoin-git> bitcoin/master 06ebdc8 Anthony Towns: net/net_processing: add missing thread safety annotations
<bitcoin-git> bitcoin/master ef26f2f Anthony Towns: net: mark CNode unique_ptr members as const
<bitcoin-git> bitcoin/master bbec32c Anthony Towns: net: mark TransportSerializer/m_serializer as const
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e191fac4f3c3...cfda740b332c

2022-08-29

<bitcoin-git> [bitcoin] theStack opened pull request #25957: wallet: fast rescan with BIP157 block filters for descriptor wallets (master...202208-speedup_descriptor_wallet_rescan_with_block_filters) https://github.com/bitcoin/bitcoin/pull/25957
<bitcoin-git> [bitcoin] brunoerg opened pull request #25955: test: use `sendall` in wallet_groups (master...2022-08-sendall-wallet-groups) https://github.com/bitcoin/bitcoin/pull/25955
<bitcoin-git> [bitcoin] jonatack reopened pull request #25614: Severity-based logging, step 2 (master...loglevel-config-option) https://github.com/bitcoin/bitcoin/pull/25614
<bitcoin-git> [bitcoin] hebasto closed pull request #25952: doc: Fix `libbitcoin_common` dependencies (master...220829-libs) https://github.com/bitcoin/bitcoin/pull/25952
<bitcoin-git> [bitcoin] aguycalled closed pull request #25953: Reverts PR #51 (master...revert-pr-51) https://github.com/bitcoin/bitcoin/pull/25953
<bitcoin-git> [bitcoin] aguycalled opened pull request #25953: Reverts PR #51 (master...revert-pr-51) https://github.com/bitcoin/bitcoin/pull/25953
<bitcoin-git> [bitcoin] hebasto opened pull request #25952: doc: Fix `libbitcoin_common` dependencies (master...220829-libs) https://github.com/bitcoin/bitcoin/pull/25952
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25951: log: Move validation option logging to LoadChainstate() (master...2208-log-val-🚣) https://github.com/bitcoin/bitcoin/pull/25951
<bitcoin-git> [bitcoin] ajtowns closed pull request #20758: net-processing refactoring -- lose globals, move implementation details from .h to .cpp (master...202012-netproc-refactor) https://github.com/bitcoin/bitcoin/pull/20758
<bitcoin-git> [bitcoin] ajtowns closed pull request #21527: net_processing: lock clean up (master...202102-orphanworkset) https://github.com/bitcoin/bitcoin/pull/21527
<bitcoin-git> [bitcoin] ajtowns closed pull request #24474: Additional thread safety annotations for CNode/Peer members accessed via the message processing thread (master...202203-msgproc-mutex) https://github.com/bitcoin/bitcoin/pull/24474
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25560: [WIP] Add a MAINTAINERS.md file and desribe the role of maintainer more directly (master...maintainer-role) https://github.com/bitcoin/bitcoin/pull/25560
<bitcoin-git> [bitcoin] theStack opened pull request #25950: test: fix test abort for high timeout values (and `--timeout-factor 0`) (master...202208-test-fix_high_timeout_values) https://github.com/bitcoin/bitcoin/pull/25950
<bitcoin-git> [bitcoin] mmikeww opened pull request #25949: clarify `blocksdir` setting (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25949
<bitcoin-git> [bitcoin] da2ce7 opened pull request #25948: Docs: macOS, make note about brew and Qt 6 more explicit. (master...docs-macos-qt6) https://github.com/bitcoin/bitcoin/pull/25948

2022-08-28

<bitcoin-git> [bitcoin] ux3257 opened pull request #25946: Update chainparams for 24.0 release (master...chainparams24) https://github.com/bitcoin/bitcoin/pull/25946
<bitcoin-git> [bitcoin] fjahr closed pull request #25688: net: Only use TorControl connection as proxy if proxy is not set yet (master...2022-07-torcontrol) https://github.com/bitcoin/bitcoin/pull/25688
<bitcoin-git> [bitcoin] mzumsande closed pull request #25938: p2p: make CJDNS fixed seeds usable (master...202208_fixed_cjdns) https://github.com/bitcoin/bitcoin/pull/25938

2022-08-27

<bitcoin-git> [bitcoin] davidgumberg opened pull request #25943: [WIP] rpc: Add a check in sendrawtransaction for nonzero outputs with OP_RETURN (master...wip-opreturn_nz) https://github.com/bitcoin/bitcoin/pull/25943
<bitcoin-git> [bitcoin] w0xlt opened pull request #25942: test: add `ismine` test for descriptor ScriptPubKeyMan (master...add_desc_ismine_test) https://github.com/bitcoin/bitcoin/pull/25942

2022-08-26

<bitcoin-git> [bitcoin] hebasto opened pull request #25941: build: Clean up `{native_}libmultiprocess` packages in depends (master...220826-mp) https://github.com/bitcoin/bitcoin/pull/25941
<bitcoin-git> [bitcoin] achow101 merged pull request #25922: wallet: trigger MaybeResendWalletTxs() every minute (master...update-resend-freq) https://github.com/bitcoin/bitcoin/pull/25922
<bitcoin-git> bitcoin/master e191fac Andrew Chow: Merge bitcoin/bitcoin#25922: wallet: trigger MaybeResendWalletTxs() every ...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/80da4be57b05...e191fac4f3c3
<bitcoin-git> bitcoin/master fbba4a1 stickies-v: wallet: trigger MaybeResendWalletTxs() every minute
<bitcoin-git> bitcoin/master 5ef8c2c stickies-v: test: fix typo for MaybeResendWalletTxs
<bitcoin-git> [bitcoin] achow101 merged pull request #25896: wallet: Log when Wallet::SetMinVersion sets a different minversion (master...wallet-minversion-debugprint) https://github.com/bitcoin/bitcoin/pull/25896
<bitcoin-git> bitcoin/master 80da4be Andrew Chow: Merge bitcoin/bitcoin#25896: wallet: Log when Wallet::SetMinVersion sets a...
<bitcoin-git> bitcoin/master 835bd27 Ali Sherief: Wallet::SetMinVersion - Log the new minversion
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eed2bd37ef33...80da4be57b05
<bitcoin-git> [bitcoin] achow101 merged pull request #25355: I2P: add support for transient addresses for outbound connections (master...i2p_transient_outbound_addr) https://github.com/bitcoin/bitcoin/pull/25355
<bitcoin-git> bitcoin/master 2b781ad Vasil Dimov: i2p: add support for creating transient sessions
<bitcoin-git> bitcoin/master a1580a0 Vasil Dimov: net: store an optional I2P session in CNode
<bitcoin-git> bitcoin/master ae1e97c Vasil Dimov: net: use transient I2P session for outbound if -i2pacceptincoming=0
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/15692e264159...eed2bd37ef33
<bitcoin-git> [bitcoin] ishaanam opened pull request #25939: rpc: In `utxoupdatepsbt` also look for the tx in the txindex (master...utxoupdatepsbt_with_txindex) https://github.com/bitcoin/bitcoin/pull/25939
<bitcoin-git> [bitcoin] mzumsande opened pull request #25938: p2p: make CJDNS fixed seeds usable (master...202208_fixed_cjdns) https://github.com/bitcoin/bitcoin/pull/25938
<bitcoin-git> [bitcoin] brunoerg opened pull request #25937: test: add coverage for rpc error when trying to rescan beyond pruned data (master...2022-08-prune-rescan) https://github.com/bitcoin/bitcoin/pull/25937
<bitcoin-git> [bitcoin] akankshakashyap opened pull request #25936: Tests: Create functional tests for coin selection (master...coin-selection-functional-test) https://github.com/bitcoin/bitcoin/pull/25936
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bbbc26dcfc87...15692e264159
<bitcoin-git> bitcoin/master 207abc1 Andrew Chow: doc: Add my key to SECURITY.md
<bitcoin-git> bitcoin/master 15692e2 MacroFake: Merge bitcoin/bitcoin#25910: doc: Add my key to SECURITY.md
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25910: doc: Add my key to SECURITY.md (master...security-contact) https://github.com/bitcoin/bitcoin/pull/25910
<bitcoin-git> [bitcoin] luke-jr opened pull request #25935: build: include example bitcoin.conf in build outputs under share/examples/ subdirectory (master...dist_bitcoinconf_as_example) https://github.com/bitcoin/bitcoin/pull/25935

2022-08-25

<bitcoin-git> [bitcoin] Rspigler closed pull request #25927: docs: create sybil.md (master...sybil) https://github.com/bitcoin/bitcoin/pull/25927
<bitcoin-git> [bitcoin] brunoerg opened pull request #25934: wallet, rpc: add `label` to `listsinceblock` (master...2022-08-add-label-listsinceblock) https://github.com/bitcoin/bitcoin/pull/25934
<bitcoin-git> [bitcoin] achow101 merged pull request #25924: scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/) (master...202208-rename_rescanwallet_to_rescanblockchain) https://github.com/bitcoin/bitcoin/pull/25924
<bitcoin-git> bitcoin/master bbbc26d Andrew Chow: Merge bitcoin/bitcoin#25924: scripted-diff: rpc: fix rescan RPC name (s/re...
<bitcoin-git> bitcoin/master e90a445 Sebastian Falbesoner: scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/)
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ba2edcae7321...bbbc26dcfc87
<bitcoin-git> [bitcoin] furszy opened pull request #25933: wallet: AvailableCoins, simplify output script type acquisition (master...2022_wallet_availablecoins_type_cleanup) https://github.com/bitcoin/bitcoin/pull/25933
<bitcoin-git> [bitcoin] yancyribbens opened pull request #25932: refactor: Simplify backtrack logic (master...my-origin/bnb-refactor) https://github.com/bitcoin/bitcoin/pull/25932
<bitcoin-git> [bitcoin] Sjors opened pull request #25931: rpc: sort listdescriptors result (master...2022/08/sort-listdescriptors) https://github.com/bitcoin/bitcoin/pull/25931
<bitcoin-git> [bitcoin] achow101 merged pull request #25925: doc: add `{import,list}descriptors` to list of descriptor RPCs (master...202208-doc-add_new_descriptor_calls_to_docs) https://github.com/bitcoin/bitcoin/pull/25925
<bitcoin-git> bitcoin/master ba2edca Andrew Chow: Merge bitcoin/bitcoin#25925: doc: add `{import,list}descriptors` to list o...
<bitcoin-git> bitcoin/master 6242314 Sebastian Falbesoner: doc: add `{import,list}descriptors` to list of descriptor RPCs
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6057e7e2b903...ba2edcae7321
<bitcoin-git> [bitcoin] fanquake closed pull request #25930: Update the copyright year range (master...master) https://github.com/bitcoin/bitcoin/pull/25930
<bitcoin-git> [bitcoin] Vinodwickrama opened pull request #25930: Update the copyright year range (master...master) https://github.com/bitcoin/bitcoin/pull/25930
<bitcoin-git> [gui] jadijadi opened pull request #655: qt - Persist "mask values" in gui (master...jadi-issue652-persist-mask) https://github.com/bitcoin-core/gui/pull/655
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25929: ci: Force `ccache` package version for MSVC build (master...220825-msvc) https://github.com/bitcoin/bitcoin/pull/25929
<bitcoin-git> bitcoin/master cda6265 Hennadii Stepanov: ci: Increase `windows_container` resources
<bitcoin-git> bitcoin/master 905f614 Hennadii Stepanov: ci: Force `ccache` package version for MSVC build
<bitcoin-git> bitcoin/master 6057e7e MacroFake: Merge bitcoin/bitcoin#25929: ci: Force `ccache` package version for MSVC b...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d36bec9b3bf5...6057e7e2b903
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25905: refactor: Move ChainstateManager options into m_options struct (master...pr/csmopt) https://github.com/bitcoin/bitcoin/pull/25905
<bitcoin-git> bitcoin/master d36bec9 MacroFake: Merge bitcoin/bitcoin#25905: refactor: Move ChainstateManager options into...
<bitcoin-git> bitcoin/master 7bc33a8 Ryan Ofsky: refactor: Move ChainstateManager options into m_options struct
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1420547ec30a...d36bec9b3bf5
<bitcoin-git> [bitcoin] hebasto closed pull request #25928: Revert "ci: Integrate ccache into MSVC build" (master...220825.msvc-ci) https://github.com/bitcoin/bitcoin/pull/25928
<bitcoin-git> [bitcoin] hebasto opened pull request #25929: ci: Force `ccache` package version for MSVC build (master...220825-msvc) https://github.com/bitcoin/bitcoin/pull/25929
<bitcoin-git> [bitcoin] hebasto opened pull request #25928: Revert "ci: Integrate ccache into MSVC build" (master...220825.msvc-ci) https://github.com/bitcoin/bitcoin/pull/25928
<bitcoin-git> [bitcoin] Rspigler opened pull request #25927: docs: create sybil.md (master...sybil) https://github.com/bitcoin/bitcoin/pull/25927

2022-08-24

<bitcoin-git> [bitcoin] Rspigler closed pull request #25884: doc: Tor Only Sybil Warnings (master...tor_docs) https://github.com/bitcoin/bitcoin/pull/25884
<bitcoin-git> [bitcoin] theStack opened pull request #25925: doc: add `{import,list}descriptors` to list of descriptor RPCs (master...202208-doc-add_new_descriptor_calls_to_docs) https://github.com/bitcoin/bitcoin/pull/25925
<bitcoin-git> [bitcoin] theStack opened pull request #25924: scripted-diff: rpc: fix rescan RPC name (s/rescanwallet/rescanblockchain/) (master...202208-rename_rescanwallet_to_rescanblockchain) https://github.com/bitcoin/bitcoin/pull/25924
<bitcoin-git> [bitcoin] jonatack opened pull request #25923: p2p, rpc: always provide CNodeStateStats and v23 getpeerinfo fields (master...2022-08-statestats) https://github.com/bitcoin/bitcoin/pull/25923
<bitcoin-git> [bitcoin] stickies-v opened pull request #25922: wallet: trigger MaybeResendWalletTxs() every minute (master...update-resend-freq) https://github.com/bitcoin/bitcoin/pull/25922
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25911: net: update hardcoded mainnet seeds for 24.x (master...2022-08-hardcoded-seeds-update) https://github.com/bitcoin/bitcoin/pull/25911
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2d83a20113c1...1420547ec30a
<bitcoin-git> bitcoin/master 9b6f5fa Jon Atack: net: update hardcoded mainnet seeds for 24.x
<bitcoin-git> bitcoin/master 7fd9028 Jon Atack: contrib: make-seeds updates for 24.x
<bitcoin-git> bitcoin/master 6075a0b Jon Atack: net: update manual hardcoded mainnet seeds for 24.x
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25920: patch replaced by sed (master...master) https://github.com/bitcoin/bitcoin/pull/25920
<bitcoin-git> [bitcoin] AlexeiKharchev opened pull request #25920: patch replaced by sed (master...master) https://github.com/bitcoin/bitcoin/pull/25920
<bitcoin-git> [bitcoin] fanquake opened pull request #25919: build: use `-mbranch-protection=standard` for aarch64-linux (non-guix) (master...mbranch_protection_aarch64_linux_non_guix) https://github.com/bitcoin/bitcoin/pull/25919
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c89fabff3d17...2d83a20113c1
<bitcoin-git> bitcoin/master 57d1367 w0xlt: test: remove unused `norm_prv` parameter
<bitcoin-git> bitcoin/master 2d83a20 fanquake: Merge bitcoin/bitcoin#25863: test: remove unused `norm_prv` parameter in `...
<bitcoin-git> [bitcoin] fanquake merged pull request #25863: test: remove unused `norm_prv` parameter in `descriptor_tests.cpp`. (master...remove_norm_prv) https://github.com/bitcoin/bitcoin/pull/25863
<bitcoin-git> [bitcoin] fanquake opened pull request #25918: build: prune event2 compat headers (master...libevent_prune_compat_h) https://github.com/bitcoin/bitcoin/pull/25918
<bitcoin-git> [bitcoin] fanquake opened pull request #25917: depends: libnatpmp 07004b97cf691774efebe70404cf22201e4d330d (master...natpmp_07004b97cf691774efebe70404cf22201e4d330d) https://github.com/bitcoin/bitcoin/pull/25917
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25915: test: Fix wallet_balance intermittent issue (master...2208-test-wall-💭) https://github.com/bitcoin/bitcoin/pull/25915
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25914: test: Fix intermittent issue in p2p_leak.py (master...2208-test-p2p-leak-int-🥇) https://github.com/bitcoin/bitcoin/pull/25914
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25879: refactor: Make Join() util work with any container type (master...2208-join-🎶) https://github.com/bitcoin/bitcoin/pull/25879
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3c1e75ef6070...c89fabff3d17
<bitcoin-git> bitcoin/master faf8da3 MacroFake: Remove Join() helper only used in tests
<bitcoin-git> bitcoin/master fa95315 MacroFake: Use new Join() helper for ListBlockFilterTypes()
<bitcoin-git> bitcoin/master fa1c716 MacroFake: Make Join() util work with any container type
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25906: test: add coverage for invalid parameters for `rescanblockchain` (master...2022-08-add-test-rescanblockchain) https://github.com/bitcoin/bitcoin/pull/25906
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2bd9aa5a44b8...713ea7a4181f
<bitcoin-git> bitcoin/master 713ea7a MacroFake: Merge bitcoin/bitcoin#25906: test: add coverage for invalid parameters for...
<bitcoin-git> bitcoin/master d1a0004 brunoerg: test: add coverage for invalid parameters for `rescanblockchain`

2022-08-23

<bitcoin-git> [bitcoin] jonatack opened pull request #25911: net: update hardcoded mainnet seeds for 24.x (master...2022-08-hardcoded-seeds-update) https://github.com/bitcoin/bitcoin/pull/25911
<bitcoin-git> [bitcoin] achow101 opened pull request #25910: doc: Add my key to SECURITY.md (master...security-contact) https://github.com/bitcoin/bitcoin/pull/25910
<bitcoin-git> [bitcoin] furszy opened pull request #25909: wallet: test coverage for receiving txes with same id but different witness data (master...2022_wallet_test_witness_data_storage) https://github.com/bitcoin/bitcoin/pull/25909
<bitcoin-git> [bitcoin] fanquake opened pull request #25908: [WIP] p2p: remove adjusted time (master...remove_adjusted_time) https://github.com/bitcoin/bitcoin/pull/25908

2022-08-22

<bitcoin-git> [bitcoin] achow101 opened pull request #25907: wallet: rpc to add automatically generated descriptors (master...upgrade-to-tr-2) https://github.com/bitcoin/bitcoin/pull/25907
<bitcoin-git> [bitcoin] brunoerg opened pull request #25906: test: add coverage for invalid parameters for `rescanblockchain` (master...2022-08-add-test-rescanblockchain) https://github.com/bitcoin/bitcoin/pull/25906
<bitcoin-git> [bitcoin] ryanofsky opened pull request #25905: refactor: Move ChainstateManager options into m_options struct (master...pr/csmopt) https://github.com/bitcoin/bitcoin/pull/25905
<bitcoin-git> [bitcoin] achow101 merged pull request #25647: wallet: return change from SelectionResult (master...coin_selection_get_change) https://github.com/bitcoin/bitcoin/pull/25647
<bitcoin-git> bitcoin/master c8cf08e S3RK: wallet: ensure m_min_change_target always covers change fee
<bitcoin-git> bitcoin/master 06f558e S3RK: wallet: accurate SelectionResult::m_target
<bitcoin-git> bitcoin/master f8e7963 S3RK: wallet: add SelectionResult::Merge
<bitcoin-git> [bitcoin] achow101 pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/92bb7001d831...2bd9aa5a44b8
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c5f0cbefa369...92bb7001d831
<bitcoin-git> bitcoin/master 375ebad glozow: fixups for BIP125 doc cleanup
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25902: fixups for BIP125 doc cleanup (master...2022-08-125-fixup) https://github.com/bitcoin/bitcoin/pull/25902
<bitcoin-git> bitcoin/master 92bb700 MacroFake: Merge bitcoin/bitcoin#25902: fixups for BIP125 doc cleanup
<bitcoin-git> [bitcoin] aureleoules opened pull request #25903: Use static member functions from class instead of instances (master...2022-08-tidy-use-static-functions) https://github.com/bitcoin/bitcoin/pull/25903
<bitcoin-git> [bitcoin] glozow opened pull request #25902: fixups for BIP125 doc cleanup (master...2022-08-125-fixup) https://github.com/bitcoin/bitcoin/pull/25902
<bitcoin-git> [bitcoin] fanquake opened pull request #25901: build: default to DWARF v4 when debugging (master...default_dwarf_v4) https://github.com/bitcoin/bitcoin/pull/25901
<bitcoin-git> [bitcoin] josibake opened pull request #25900: ci: run docker wrapper with a non-root user (master...josibake-fix-docker-ci-permissions) https://github.com/bitcoin/bitcoin/pull/25900
<bitcoin-git> [bitcoin] jonatack closed pull request #25203: logging: update to severity-based logging (master...logging-updates) https://github.com/bitcoin/bitcoin/pull/25203
<bitcoin-git> [bitcoin] jonatack closed pull request #25614: logging: add `-loglevel` configuration option and a `trace` log level (master...loglevel-config-option) https://github.com/bitcoin/bitcoin/pull/25614
<bitcoin-git> [bitcoin] fanquake merged pull request #25775: docs: remove non-signaling mentions of BIP125 (master...2022-08-bip125-signal-only) https://github.com/bitcoin/bitcoin/pull/25775
<bitcoin-git> bitcoin/master c5f0cbe fanquake: Merge bitcoin/bitcoin#25775: docs: remove non-signaling mentions of BIP125
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/607d5a46aa0f...c5f0cbefa369
<bitcoin-git> bitcoin/master 32024d4 glozow: scripted-diff: remove mention of BIP125 from non-signaling var names
<bitcoin-git> bitcoin/master 1dc03dd glozow: [doc] remove non-signaling mentions of BIP125
<bitcoin-git> [bitcoin] fanquake merged pull request #23202: wallet: allow psbtbumpfee to work with txs with external inputs (master...bumpfee-ext-inputs) https://github.com/bitcoin/bitcoin/pull/23202
<bitcoin-git> bitcoin/master 31dd3dc Andrew Chow: bumpfee: Clear scriptSigs and scriptWitnesses before calculated max size
<bitcoin-git> bitcoin/master a0c3afb Andrew Chow: bumpfee: extract weights of external inputs when bumping fee
<bitcoin-git> bitcoin/master 612f1e4 Andrew Chow: bumpfee: Calculate fee by looking up UTXOs
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/e5a83141fa62...607d5a46aa0f
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25883: doc: Security config warning (master...bitcoin_conf) https://github.com/bitcoin/bitcoin/pull/25883
<bitcoin-git> bitcoin/master e5a8314 MacroFake: Merge bitcoin/bitcoin#25883: doc: Security config warning
<bitcoin-git> bitcoin/master 3a71da0 Robert Spigler: Security config warning
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f35f4ddf405...e5a83141fa62
<bitcoin-git> [bitcoin] fanquake merged pull request #25786: refactor: Make adjusted time type safe (master...2208-time-type-💷) https://github.com/bitcoin/bitcoin/pull/25786
<bitcoin-git> bitcoin/master 0f35f4d fanquake: Merge bitcoin/bitcoin#25786: refactor: Make adjusted time type safe
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/027b6729bce7...0f35f4ddf405
<bitcoin-git> bitcoin/master eeee5ad MacroFake: Make adjusted time type safe
<bitcoin-git> bitcoin/master fa3be79 MacroFake: Add time helpers
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25888: refactor: use `strprintf` for creating unknown-service-flag string (master...202208-refactor-use_strprintf_in_serviceFlagToStr) https://github.com/bitcoin/bitcoin/pull/25888
<bitcoin-git> bitcoin/master 027b672 MacroFake: Merge bitcoin/bitcoin#25888: refactor: use `strprintf` for creating unknow...
<bitcoin-git> bitcoin/master 706c8e0 Sebastian Falbesoner: refactor: use `strprintf` for creating unknown-service-flag string
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c73c8d53fe27...027b6729bce7
<bitcoin-git> [bitcoin] sinetek opened pull request #25898: clarify that the patch targets WSL1. (master...master) https://github.com/bitcoin/bitcoin/pull/25898

2022-08-21

<bitcoin-git> [bitcoin] ZenulAbidin opened pull request #25896: wallet: Log when loadwallet updates wallet minversion (master...wallet-minversion-debugprint) https://github.com/bitcoin/bitcoin/pull/25896
<bitcoin-git> [bitcoin] Rspigler opened pull request #25893: doc: larify multiple wallets for same signer (final) (master...external_signer) https://github.com/bitcoin/bitcoin/pull/25893
<bitcoin-git> [bitcoin] Rspigler merged pull request #25891: doc: clarify multiple wallets for same signer (master...external_signer) https://github.com/bitcoin/bitcoin/pull/25891
<bitcoin-git> [bitcoin] Rspigler opened pull request #25891: doc: clarify multiple wallets for same signer (master...external_signer) https://github.com/bitcoin/bitcoin/pull/25891
<bitcoin-git> [bitcoin] Rspigler merged pull request #25882: doc: Clarify multiple wallets for same signer (master...external_signer) https://github.com/bitcoin/bitcoin/pull/25882

2022-08-20

<bitcoin-git> [bitcoin] theStack opened pull request #25888: refactor: use `strprintf` for creating unknown-service-flag string (master...202208-refactor-use_strprintf_in_serviceFlagToStr) https://github.com/bitcoin/bitcoin/pull/25888
<bitcoin-git> [bitcoin] theStack opened pull request #25887: init: refactor: avoid unsetting service bits from `nLocalServices` (master...202208-init-avoid_nlocalservices_flag_removal) https://github.com/bitcoin/bitcoin/pull/25887
<bitcoin-git> [bitcoin] jonatack closed pull request #25021: test: fix intermittent wallet_encryption failures on win64 task (master...fix-intermittent-wallet_encryption-test) https://github.com/bitcoin/bitcoin/pull/25021
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25878: tests: Use mocktime for wallet encryption timeout (master...wallet-enc-test-mocktime) https://github.com/bitcoin/bitcoin/pull/25878
<bitcoin-git> bitcoin/master 02dea9a Andrew Chow: tests: Use mocktime for wallet encryption timeout
<bitcoin-git> bitcoin/master c73c8d5 MacroFake: Merge bitcoin/bitcoin#25878: tests: Use mocktime for wallet encryption tim...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b56873b4197...c73c8d53fe27
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25750: test: Temporarily work around Windows bug in walletpassphrase (master...2207-windows-bad-🎀) https://github.com/bitcoin/bitcoin/pull/25750
<bitcoin-git> [bitcoin] Rspigler opened pull request #25884: Tor Only Sybil Warnings (master...tor_docs) https://github.com/bitcoin/bitcoin/pull/25884
<bitcoin-git> [bitcoin] Rspigler opened pull request #25883: Security config warning (master...bitcoin_conf) https://github.com/bitcoin/bitcoin/pull/25883
<bitcoin-git> [bitcoin] Rspigler opened pull request #25882: Clarify multiple wallets for same signer (master...external_signer) https://github.com/bitcoin/bitcoin/pull/25882
<bitcoin-git> [bitcoin] furszy opened pull request #25881: wallet: remove unused DummySignTx and CKeyPool from GetReservedDestination (master...2022_wallet_clean_ckeypool) https://github.com/bitcoin/bitcoin/pull/25881

2022-08-19

<bitcoin-git> [bitcoin] mzumsande opened pull request #25880: p2p: Increase `BLOCK_STALLING_TIMEOUT` timeout during IBD (master...202208_stalling_timeout) https://github.com/bitcoin/bitcoin/pull/25880
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25879: refactor: Make Join() util work with any collection type (master...2208-join-🎶) https://github.com/bitcoin/bitcoin/pull/25879
<bitcoin-git> [bitcoin] achow101 opened pull request #25878: tests: Use mocktime for wallet encryption timeout (master...wallet-enc-test-mocktime) https://github.com/bitcoin/bitcoin/pull/25878
<bitcoin-git> [bitcoin] roconnor-blockstream opened pull request #25877: Do not use CScript for tapleaf scripts until the tapleaf version is known (master...202208_tapleaf_script) https://github.com/bitcoin/bitcoin/pull/25877
<bitcoin-git> [bitcoin] achow101 merged pull request #25784: Wallet: Document expectations for AddWalletFlags (now InitWalletFlags) correctly (master...docfix_initwalletflags) https://github.com/bitcoin/bitcoin/pull/25784
<bitcoin-git> bitcoin/master 6b56873 Andrew Chow: Merge bitcoin/bitcoin#25784: Wallet: Document expectations for AddWalletFl...
<bitcoin-git> bitcoin/master 0cb6d2a Luke Dashjr: Bugfix: Wallet: Document expectations for AddWalletFlags (now InitWalletFl...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f0508bc7290...6b56873b4197
<bitcoin-git> [bitcoin] achow101 merged pull request #25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array (master...2022_fix_output_type_fuzz) https://github.com/bitcoin/bitcoin/pull/25869
<bitcoin-git> bitcoin/master 0f0508b Andrew Chow: Merge bitcoin/bitcoin#25869: wallet: remove UNKNOWN type from OUTPUT_TYPES...
<bitcoin-git> bitcoin/master 5b4fdbb furszy: wallet: remove UNKNOWN type from OUTPUT_TYPES array
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9eaef1080105...0f0508bc7290
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25707: refactor: Make const references to avoid unnecessarily copying objects and enable two clang-tidy checks (master...2022-07-cleanup) https://github.com/bitcoin/bitcoin/pull/25707
<bitcoin-git> bitcoin/master ae7ae36 Aurèle Oulès: tidy: Enable two clang-tidy checks
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d480586ecb1d...9eaef1080105
<bitcoin-git> bitcoin/master 081b0e5 Aurèle Oulès: refactor: Make const refs vars where applicable
<bitcoin-git> bitcoin/master 9eaef10 MacroFake: Merge bitcoin/bitcoin#25707: refactor: Make const references to avoid unne...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25808: fs: work around u8path deprecated-declaration warnings with libc++ (master...fix_24682) https://github.com/bitcoin/bitcoin/pull/25808
<bitcoin-git> bitcoin/master d480586 MacroFake: Merge bitcoin/bitcoin#25808: fs: work around u8path deprecated-declaration...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/02aefa169a9e...d480586ecb1d
<bitcoin-git> bitcoin/master ced00f5 fanquake: fs: work around u8path deprecated-declaration warnings with libc++
<bitcoin-git> [bitcoin] fanquake opened pull request #25873: depends: Boost 1.80.0 (master...boost_1_80_0) https://github.com/bitcoin/bitcoin/pull/25873
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25872: Fix issues when calling std::move(const&) (master...2208-const-move-📔) https://github.com/bitcoin/bitcoin/pull/25872
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25852: build: reorder CXXFLAGS in intrinsic checks (master...reorganise_intrinsic_flags) https://github.com/bitcoin/bitcoin/pull/25852
<bitcoin-git> bitcoin/master 4349051 fanquake: build: reorder cxxflags in intrinsic checks
<bitcoin-git> bitcoin/master 02aefa1 MacroFake: Merge bitcoin/bitcoin#25852: build: reorder CXXFLAGS in intrinsic checks
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0425ce577f92...02aefa169a9e
<bitcoin-git> [bitcoin] vasild opened pull request #25871: contrib: add vasild to trusted keys (master...vasild_key) https://github.com/bitcoin/bitcoin/pull/25871
<bitcoin-git> [bitcoin] fanquake merged pull request #25679: wallet: Correctly identify external inputs that are also in the wallet (master...fix-external-but-have-tx) https://github.com/bitcoin/bitcoin/pull/25679
<bitcoin-git> bitcoin/master f2d00bf Andrew Chow: wallet: Add CWallet::IsMine(COutPoint)
<bitcoin-git> bitcoin/master eb87963 Andrew Chow: wallet: Try estimating input size with external data if wallet fails
<bitcoin-git> bitcoin/master a537d7a Andrew Chow: wallet: SelectExternal actually external inputs
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/888628cee00c...0425ce577f92

2022-08-18

<bitcoin-git> [bitcoin] achow101 merged pull request #25827: descriptor: check if `rawtr` has only one key. (master...expr_rawtr) https://github.com/bitcoin/bitcoin/pull/25827
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8f69541ad53...888628cee00c
<bitcoin-git> bitcoin/master 416ceb8 w0xlt: descriptor: check if `rawtr` has only one key.
<bitcoin-git> bitcoin/master 888628c Andrew Chow: Merge bitcoin/bitcoin#25827: descriptor: check if `rawtr` has only one key.
<bitcoin-git> [bitcoin] furszy opened pull request #25869: wallet: remove UNKNOWN type from OUTPUT_TYPES array (master...2022_fix_output_type_fuzz) https://github.com/bitcoin/bitcoin/pull/25869
<bitcoin-git> [bitcoin] llazzaro opened pull request #25867: lint: enable E722 do not use bare except (master...master) https://github.com/bitcoin/bitcoin/pull/25867
<bitcoin-git> [bitcoin] fanquake closed pull request #25866: Fixed Belarusian (be) translation (master...be_language) https://github.com/bitcoin/bitcoin/pull/25866
<bitcoin-git> [bitcoin] vidrobysh opened pull request #25866: fixed Belarusian (be) translation (master...be_language) https://github.com/bitcoin/bitcoin/pull/25866

2022-08-17

<bitcoin-git> [bitcoin] theStack opened pull request #25865: test: speedup wallet tests by whitelisting peers (immediate tx relay) (master...202208-test-speedup_wallet_tests_immediate_tx_relay) https://github.com/bitcoin/bitcoin/pull/25865
<bitcoin-git> [bitcoin] achow101 merged pull request #25748: refactor: Avoid copies in FlatSigningProvider Merge (master...2207-merge-🚗) https://github.com/bitcoin/bitcoin/pull/25748
<bitcoin-git> bitcoin/master a8f6954 Andrew Chow: Merge bitcoin/bitcoin#25748: refactor: Avoid copies in FlatSigningProvider...
<bitcoin-git> bitcoin/master fa3f15f MacroFake: refactor: Avoid copies in FlatSigningProvider Merge
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a75b7796b7b3...a8f69541ad53
<bitcoin-git> [bitcoin] w0xlt opened pull request #25863: test: remove unused `norm_prv` parameter in `descriptor_tests.cpp`. (master...remove_norm_prv) https://github.com/bitcoin/bitcoin/pull/25863
<bitcoin-git> [bitcoin] ryanofsky opened pull request #25862: refactor, kernel: Remove gArgs accesses from dbwrapper and txdb (master...pr/dbargs) https://github.com/bitcoin/bitcoin/pull/25862
<bitcoin-git> [bitcoin] fanquake opened pull request #25861: guix: use --build={arch}-guix-linux-gnu in cross toolchain (master...guix_cross_toolchain_explicit_cross) https://github.com/bitcoin/bitcoin/pull/25861
<bitcoin-git> [bitcoin] fanquake closed pull request #25774: guix: pass `--with-newlib` to gcc-sans-libc build (master...gcc_sans_libc_additional_options) https://github.com/bitcoin/bitcoin/pull/25774
<bitcoin-git> [bitcoin] fanquake merged pull request #25077: Fix chain tip data race and corrupt rest response (master...2205-tip-race-🤠) https://github.com/bitcoin/bitcoin/pull/25077
<bitcoin-git> bitcoin/master fac15ff MacroFake: Fix logical race in rest_getutxos
<bitcoin-git> bitcoin/master fa97a52 MacroFake: Fix UB/data-race in RPCNotifyBlockChange
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/aa774f3e11b0...a75b7796b7b3
<bitcoin-git> bitcoin/master fa530bc MacroFake: Add ChainstateManager::GetMutex(), an alias for ::cs_main
<bitcoin-git> [bitcoin] fanquake merged pull request #25829: build: include share/rpcauth in release tarball (master...fixup_19081) https://github.com/bitcoin/bitcoin/pull/25829
<bitcoin-git> bitcoin/master 0eac1f7 fanquake: build: include share/rpcauth in tarball & installer
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0ae0aa251b9c...aa774f3e11b0
<bitcoin-git> bitcoin/master aa774f3 fanquake: Merge bitcoin/bitcoin#25829: build: include share/rpcauth in release tarba...
<bitcoin-git> bitcoin/master 495caa9 fanquake: build: add example bitcoin conf to win installer
<bitcoin-git> [bitcoin] fanquake merged pull request #24678: Prevent wallet unload on GetWalletForJSONRPCRequest (master...2022-03-getwallets) https://github.com/bitcoin/bitcoin/pull/24678
<bitcoin-git> bitcoin/master 0ae0aa2 fanquake: Merge bitcoin/bitcoin#24678: Prevent wallet unload on GetWalletForJSONRPCR...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95d4744f024f...0ae0aa251b9c
<bitcoin-git> bitcoin/master f59959e João Barbosa: wallet: Prevent wallet unload on GetWalletForJSONRPCRequest
<bitcoin-git> [bitcoin] fanquake merged pull request #19391: RPC/Mining: Clean out pre-Segwit miner compatibility code (master...gbt_rm_versionforce) https://github.com/bitcoin/bitcoin/pull/19391
<bitcoin-git> bitcoin/master 95d4744 fanquake: Merge bitcoin/bitcoin#19391: RPC/Mining: Clean out pre-Segwit miner compat...
<bitcoin-git> bitcoin/master 90a5dfa Luke Dashjr: RPC/Mining: Clean out pre-Segwit miner compatibility code
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64f7a1940d73...95d4744f024f
<bitcoin-git> [bitcoin] achow101 merged pull request #25734: wallet, refactor: #24584 follow-ups (master...josibake-24584-follow-ups) https://github.com/bitcoin/bitcoin/pull/25734
<bitcoin-git> bitcoin/master f5649db josibake: refactor: add UNKNOWN OutputType
<bitcoin-git> bitcoin/master 3f27a2a josibake: refactor: add new helper methods
<bitcoin-git> bitcoin/master b6b50b0 josibake: scripted-diff: Uppercase function names
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/c336f813b3cd...64f7a1940d73

2022-08-16

<bitcoin-git> [bitcoin] achow101 opened pull request #25858: psbt: Only include PSBT_OUT_TAP_TREE when the output has a script path (master...psbt-no-empty-taptree) https://github.com/bitcoin/bitcoin/pull/25858
<bitcoin-git> [bitcoin] achow101 merged pull request #25504: RPC: allow to track coins by parent descriptors (master...rpc_track_coins_by_descriptor) https://github.com/bitcoin/bitcoin/pull/25504
<bitcoin-git> bitcoin/master 55f98d0 Antoine Poinsot: rpc: output parent wallet descriptors for coins in listunspent
<bitcoin-git> bitcoin/master 55a82ea Antoine Poinsot: wallet: allow to fetch the wallet descriptors for a given Script
<bitcoin-git> bitcoin/master b724476 Antoine Poinsot: rpc: output wallet descriptors for received entries in listsinceblock
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/cf39913e5748...c336f813b3cd
<bitcoin-git> [bitcoin] fanquake closed pull request #25855: Update translation_process.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/25855
<bitcoin-git> [bitcoin] fanquake merged pull request #25803: refactor: Drop `boost/algorithm/string/replace.hpp` dependency (master...220808-replace) https://github.com/bitcoin/bitcoin/pull/25803
<bitcoin-git> bitcoin/master fea75ad Hennadii Stepanov: refactor: Drop `boost/algorithm/string/replace.hpp` dependency
<bitcoin-git> bitcoin/master cf39913 fanquake: Merge bitcoin/bitcoin#25803: refactor: Drop `boost/algorithm/string/replac...
<bitcoin-git> bitcoin/master 857526e Hennadii Stepanov: test: Add test case for `ReplaceAll()` function
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b63c24a509ad...cf39913e5748
<bitcoin-git> [bitcoin] fanquake merged pull request #25809: build: add test_bitcoin.exe to win installer, don't install entire docs/ dir (master...windows_installer_add_test_no_docs) https://github.com/bitcoin/bitcoin/pull/25809
<bitcoin-git> bitcoin/master d755ffc fanquake: build: package test_bitcoin in Windows installer
<bitcoin-git> bitcoin/master b63c24a fanquake: Merge bitcoin/bitcoin#25809: build: add test_bitcoin.exe to win installer,...
<bitcoin-git> bitcoin/master aa30e04 fanquake: build: remove entire docs dir from Windows installer
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0f90b586863f...b63c24a509ad
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25833: doc: minor updates to guix README (master...update-guix-readme) https://github.com/bitcoin/bitcoin/pull/25833
<bitcoin-git> bitcoin/master 98383d6 Stacie: doc: minor updates to guix README
<bitcoin-git> bitcoin/master 0f90b58 MacroFake: Merge bitcoin/bitcoin#25833: doc: minor updates to guix README
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22d96d76ab02...0f90b586863f
<bitcoin-git> [bitcoin] JeremyRubin opened pull request #25856: [BugFix] Make PSBT serializations 174 compliant by excluding empty taptree from serialization (master...psbt-tap-tree-174-compliance) https://github.com/bitcoin/bitcoin/pull/25856

2022-08-15

<bitcoin-git> [bitcoin] SkiingIsFun123 opened pull request #25855: Update translation_process.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/25855
<bitcoin-git> [bitcoin] SkiingIsFun123 opened pull request #25854: Update tracing.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25854
<bitcoin-git> [bitcoin] ishaanam closed pull request #25375: rpc: add minconf option to sendall and fund transaction calls (master...fundrawtransaction_minconf) https://github.com/bitcoin/bitcoin/pull/25375
<bitcoin-git> [bitcoin] achow101 merged pull request #25720: p2p: Reduce bandwidth during initial headers sync when a block is found (master...2022-07-reduce-headers-sync-bandwidth) https://github.com/bitcoin/bitcoin/pull/25720
<bitcoin-git> bitcoin/master 05f7f31 Suhas Daftuar: Reduce bandwidth during initial headers sync when a block is found
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6d4889a694da...22d96d76ab02
<bitcoin-git> bitcoin/master f6a9166 Suhas Daftuar: Add functional test for block announcements during initial headers sync
<bitcoin-git> bitcoin/master 22d96d7 Andrew Chow: Merge bitcoin/bitcoin#25720: p2p: Reduce bandwidth during initial headers ...
<bitcoin-git> bitcoin/master 96e3264 furszy: GUI: use cached balance in overviewpage and sendcoinsdialog
<bitcoin-git> bitcoin/master 321335b furszy: GUI: add getter for WalletModel::m_cached_balances field
<bitcoin-git> [bitcoin] hebasto pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/867f5fd1b356...6d4889a694da
<bitcoin-git> bitcoin/master e62958d furszy: GUI: sendCoinsDialog, remove duplicate wallet().getBalances() call
<bitcoin-git> [gui] hebasto merged pull request #598: Avoid recalculating the wallet balance - use model cache (master...2022_GUI_use_model_cached_balance) https://github.com/bitcoin-core/gui/pull/598
<bitcoin-git> bitcoin/master 867f5fd Hennadii Stepanov: Merge bitcoin-core/gui#654: Update source translations for string freeze
<bitcoin-git> bitcoin/master fcc0c84 laanwj: qt: Update source translations for string freeze
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5d5569535b3...867f5fd1b356
<bitcoin-git> [gui] hebasto merged pull request #654: Update source translations for string freeze (master...2022-08-string-freeze) https://github.com/bitcoin-core/gui/pull/654
<bitcoin-git> [bitcoin] jonatack opened pull request #25853: contrib: update testnet torv3 hardcoded seeds (master...torv3-testnet-hardcoded-seeds) https://github.com/bitcoin/bitcoin/pull/25853
<bitcoin-git> [bitcoin] fanquake closed pull request #22472: fuzz: Add environment option to keep /tmp/ clean (master...master) https://github.com/bitcoin/bitcoin/pull/22472
<bitcoin-git> [bitcoin] fanquake closed pull request #24985: doc, test: Compilation for 64-bit Windows with msys2 (master...msys2-windows-build) https://github.com/bitcoin/bitcoin/pull/24985
<bitcoin-git> [bitcoin] fanquake opened pull request #25852: build: reorder CXXFLAGS in intrinsic checks (master...reorganise_intrinsic_flags) https://github.com/bitcoin/bitcoin/pull/25852
<bitcoin-git> [bitcoin] fanquake opened pull request #25851: doc: remove msvc qt build instructions (master...remove_msvc_qt_build_instructions) https://github.com/bitcoin/bitcoin/pull/25851
<bitcoin-git> bitcoin/master a5d5569 MacroFake: Merge bitcoin/bitcoin#25850: doc: Remove my key from SECURITY.md
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25850: doc: Remove my key from SECURITY.md (master...2022-08-security-md) https://github.com/bitcoin/bitcoin/pull/25850
<bitcoin-git> bitcoin/master 38a911e laanwj: doc: Remove my key from SECURITY.md
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d9cd8b419cf9...a5d5569535b3
<bitcoin-git> [bitcoin] fanquake merged pull request #25849: refactor: Remove not needed empty RPC doc std::string (master...2208-doc-str-🤑) https://github.com/bitcoin/bitcoin/pull/25849
<bitcoin-git> bitcoin/master fac09f4 MacroFake: refactor: Remove not needed empty RPC doc std::string