2023-11-28

<bitcoin-git> bitcoin/master fac39b5 MarcoFalke: refactor: SpanReader without nVersion
<bitcoin-git> [bitcoin] ajtowns closed pull request #28686: refactor: Split per-peer parts of net module into new node/connection module (master...202310-nodenode) https://github.com/bitcoin/bitcoin/pull/28686
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28960: kernel: Remove dependency on CScheduler (master...noGlobalSignals) https://github.com/bitcoin/bitcoin/pull/28960
<bitcoin-git> [bitcoin] fanquake merged pull request #28952: fuzz: Avoid timeout in process_messages (master...2311-fuzz-p2p-timeout-) https://github.com/bitcoin/bitcoin/pull/28952
<bitcoin-git> [bitcoin] fanquake opened pull request #28959: [26.0] Finalize or rc4 (26.x...finalize_or_rc4) https://github.com/bitcoin/bitcoin/pull/28959
<bitcoin-git> [bitcoin] maflcko opened pull request #28958: refactor: Use Txid in CMerkleBlock (master...2311-ref-txid-) https://github.com/bitcoin/bitcoin/pull/28958
<bitcoin-git> [bitcoin] achow101 merged pull request #28766: Improve peformance of CTransaction::HasWitness (28107 follow-up) (master...2023-10-28107-followup) https://github.com/bitcoin/bitcoin/pull/28766
<bitcoin-git> bitcoin/master af1d2ff dergoegge: [primitives] Precompute result of CTransaction::HasWitness
<bitcoin-git> bitcoin/master 26b7bcf Andrew Chow: Merge bitcoin/bitcoin#28766: Improve peformance of CTransaction::HasWitnes...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c252a0fc0f4d...26b7bcf10ebc
<bitcoin-git> [bitcoin] dergoegge opened pull request #28956: Nuke adjusted time (attempt 2) (master...2023-11-nuke-adjtime) https://github.com/bitcoin/bitcoin/pull/28956
<bitcoin-git> [bitcoin] furszy opened pull request #28955: index: block filters sync, reduce disk read operations by caching last header (master...2023_index_blockfilter_cache_header) https://github.com/bitcoin/bitcoin/pull/28955
<bitcoin-git> [bitcoin] maflcko opened pull request #28954: ci: Reduce use of bash -c (master...2311-ci-) https://github.com/bitcoin/bitcoin/pull/28954
<bitcoin-git> [bitcoin] fanquake merged pull request #28892: refactor: P2P transport without serialize version and type (master...2311-p2p-no-nVersion-) https://github.com/bitcoin/bitcoin/pull/28892
<bitcoin-git> bitcoin/master 66669da MarcoFalke: Remove unused Make() overload in netmessagemaker.h
<bitcoin-git> bitcoin/master fa9b5f4 MarcoFalke: refactor: NetMsg::Make() without nVersion
<bitcoin-git> bitcoin/master fa0ed07 MarcoFalke: refactor: VectorWriter without nVersion
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/dc369af3f514...c252a0fc0f4d
<bitcoin-git> [bitcoin] fanquake merged pull request #28936: Change petertodd seeds to petertodd.net (master...2023-11-change-dns-seed) https://github.com/bitcoin/bitcoin/pull/28936
<bitcoin-git> bitcoin/master dc369af fanquake: Merge bitcoin/bitcoin#28936: Change petertodd seeds to petertodd.net
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1b7332441f9...dc369af3f514
<bitcoin-git> bitcoin/master ecb4683 Peter Todd: Change petertodd seeds to petertodd.net
<bitcoin-git> [bitcoin] fanquake merged pull request #28934: ci: Set MSVC toolset version explicitly (master...231124-toolset) https://github.com/bitcoin/bitcoin/pull/28934
<bitcoin-git> bitcoin/master 1a889f7 Hennadii Stepanov: ci: Set MSVC toolset version explicitly
<bitcoin-git> bitcoin/master 70100f8 Hennadii Stepanov: Revert "ci: Avoid toolset ambiguity that MSVC can't handle"
<bitcoin-git> bitcoin/master 4335e55 Hennadii Stepanov: ci: Run vcpkg with path prefix
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/794f971607f2...c1b7332441f9
<bitcoin-git> [bitcoin] maflcko opened pull request #28952: fuzz: Avoid timeout in process_messages (master...2311-fuzz-p2p-timeout-) https://github.com/bitcoin/bitcoin/pull/28952
<bitcoin-git> [bitcoin] theStack opened pull request #28951: fuzz: BIP324: damage ciphertext/aad in full byte range (master...202311-fuzz-bip324-damage_in_full_byte_range) https://github.com/bitcoin/bitcoin/pull/28951

2023-11-27

<bitcoin-git> [bitcoin] instagibbs opened pull request #28950: RPC: Add maxfeerate and maxburnamount args to submitpackage (master...2023-11-submitpackage-max-fee-burn) https://github.com/bitcoin/bitcoin/pull/28950
<bitcoin-git> [bitcoin] fanquake merged pull request #28933: fuzz: Faster wallet_notifications target (master...2311-fuzz-wallet-notif-) https://github.com/bitcoin/bitcoin/pull/28933
<bitcoin-git> bitcoin/master fa15861 MarcoFalke: fuzz: Faster wallet_notifications target
<bitcoin-git> bitcoin/master 794f971 fanquake: Merge bitcoin/bitcoin#28933: fuzz: Faster wallet_notifications target
<bitcoin-git> bitcoin/master fa971c0 MarcoFalke: Export assert from util/check.h
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5f9fd11680af...794f971607f2
<bitcoin-git> [bitcoin] glozow opened pull request #28948: v3 transaction policy for anti-pinning (master...v3-policy) https://github.com/bitcoin/bitcoin/pull/28948
<bitcoin-git> [bitcoin] 23rd closed pull request #28947: [refactor] Moved simple math calculations from runtime to compile time. (master...patch-1-constexpr) https://github.com/bitcoin/bitcoin/pull/28947
<bitcoin-git> [bitcoin] 23rd opened pull request #28947: [refactor] Moved simple math calculations from runtime to compile time. (master...patch-1-constexpr) https://github.com/bitcoin/bitcoin/pull/28947
<bitcoin-git> [bitcoin] willcl-ark opened pull request #28946: init: don't delete PID file if it was not generated (master...fix-pidfile-delete) https://github.com/bitcoin/bitcoin/pull/28946
<bitcoin-git> [bitcoin] martinus opened pull request #28945: sync: improve CCoinsViewCache ReallocateCache (master...2023-11-improve-ccoinsviewcache-reallocatecache) https://github.com/bitcoin/bitcoin/pull/28945

2023-11-26

<bitcoin-git> [bitcoin] ishaanam opened pull request #28944: wallet, rpc: add anti-fee-sniping to `send` and `sendall` (master...sendall_anti_fee_sniping) https://github.com/bitcoin/bitcoin/pull/28944
<bitcoin-git> [bitcoin] fanquake merged pull request #28931: fuzz: Limit fuzz buffer size in script_flags target (master...2311-fuzz-script-flags-) https://github.com/bitcoin/bitcoin/pull/28931
<bitcoin-git> bitcoin/master faf1fb2 MarcoFalke: Fix IWYU for the script_flags fuzz target
<bitcoin-git> bitcoin/master fa6b87b MarcoFalke: fuzz: CDataStream -> DataStream in script_flags
<bitcoin-git> bitcoin/master fa71285 MarcoFalke: fuzz: Limit fuzz buffer size in script_flags target
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b5a271334ca8...5f9fd11680af
<bitcoin-git> [gui] achow101 closed pull request #734: . (master...kaaid-patch-1) https://github.com/bitcoin-core/gui/pull/734
<bitcoin-git> [gui] achow101 closed pull request #736: Kaaid patch 3 (master...kaaid-patch-3) https://github.com/bitcoin-core/gui/pull/736
<bitcoin-git> [gui] achow101 closed pull request #745: Create gui (master...patch-1) https://github.com/bitcoin-core/gui/pull/745
<bitcoin-git> [gui] achow101 closed pull request #735: Kaaid patch 2 (master...kaaid-patch-2) https://github.com/bitcoin-core/gui/pull/735

2023-11-25

<bitcoin-git> [bitcoin] martinus opened pull request #28939: memusage: let PoolResource keep track of all allocated/deallocated memory (master...2023-11-more-accurate-pool-memory) https://github.com/bitcoin/bitcoin/pull/28939
<bitcoin-git> [bitcoin] hebasto opened pull request #28938: msvc: Update vcpkg manifest (master...231125-vcpkg) https://github.com/bitcoin/bitcoin/pull/28938
<bitcoin-git> [bitcoin] fanquake closed pull request #28937: cambio realizado (master...master) https://github.com/bitcoin/bitcoin/pull/28937
<bitcoin-git> [bitcoin] Neufal777 opened pull request #28937: cambio realizado (master...master) https://github.com/bitcoin/bitcoin/pull/28937
<bitcoin-git> [bitcoin] petertodd opened pull request #28936: Change petertodd seeds to petertodd.net (master...2023-11-change-dns-seed) https://github.com/bitcoin/bitcoin/pull/28936
<romanz> Hi, just wanted to ask if you could please review https://github.com/bitcoin/bitcoin/pull/28784?

2023-11-24

<bitcoin-git> [bitcoin-detached-sigs] fanquake pushed tag v26.0rc3: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v26.0rc3
<bitcoin-git> bitcoin-detached-sigs/26.x 1d9627a fanquake: 26.0: macOS signatures for rc3
<bitcoin-git> [bitcoin-detached-sigs] fanquake pushed 1 commit to 26.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/1241f72d207f...1d9627a917a2
<bitcoin-git> [bitcoin] hebasto opened pull request #28934: ci: Set MSVC toolset version explicitly (master...231124-toolset) https://github.com/bitcoin/bitcoin/pull/28934
<bitcoin-git> [bitcoin] fanquake merged pull request #28922: Use Txid in COutpoint (master...2023-11-txid-oupoint) https://github.com/bitcoin/bitcoin/pull/28922
<bitcoin-git> bitcoin/master b5a2713 fanquake: Merge bitcoin/bitcoin#28922: Use Txid in COutpoint
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c0196bec98d4...b5a271334ca8
<bitcoin-git> bitcoin/master 9e58c5b dergoegge: Use Txid in COutpoint
<bitcoin-git> [bitcoin] fanquake merged pull request #28932: ci: remove `python3-setuptools` from macOS build deps (master...drop_setuptools) https://github.com/bitcoin/bitcoin/pull/28932
<bitcoin-git> bitcoin/master 0ffcc5b fanquake: ci: remove python3-setuptools from mac build deps
<bitcoin-git> bitcoin/master c0196be fanquake: Merge bitcoin/bitcoin#28932: ci: remove `python3-setuptools` from macOS bu...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/930bcfd4cd2c...c0196bec98d4
<bitcoin-git> [bitcoin] maflcko opened pull request #28933: fuzz: Faster wallet_notifications target (master...2311-fuzz-wallet-notif-) https://github.com/bitcoin/bitcoin/pull/28933
<bitcoin-git> bitcoin-detached-sigs/26.x 1241f72 Andrew Chow: 26.0: win signature for rc3
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 26.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/3a65bf919d19...1241f72d207f

2023-11-23

<bitcoin-git> [bitcoin] fanquake opened pull request #28932: ci: remove `python3-setuptools` from macOS build deps (master...drop_setuptools) https://github.com/bitcoin/bitcoin/pull/28932
<bitcoin-git> [bitcoin] fanquake merged pull request #18919: test: Add gettransaction test for "coin-join" tx (master...2005-testCoinJoinGetTx) https://github.com/bitcoin/bitcoin/pull/18919
<bitcoin-git> bitcoin/master 930bcfd fanquake: Merge bitcoin/bitcoin#18919: test: Add gettransaction test for "coin-join"...
<bitcoin-git> bitcoin/master fa20f89 MarcoFalke: test: Add gettransaction test for "coin-join" tx
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4073c5395ec...930bcfd4cd2c
<bitcoin-git> [bitcoin] fanquake merged pull request #28578: fuzz: add target for `DescriptorScriptPubKeyMan` (master...2023-07-fuzz-scriptpubkey-descriptor) https://github.com/bitcoin/bitcoin/pull/28578
<bitcoin-git> bitcoin/master 641dddf brunoerg: fuzz: create ConsumeCoins
<bitcoin-git> bitcoin/master 47e5c99 brunoerg: fuzz: add target for `DescriptorScriptPubKeyMan`
<bitcoin-git> bitcoin/master 2e1833c brunoerg: fuzz: move `MockedDescriptorConverter` to `fuzz/util`
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ddc4b9850af3...f4073c5395ec
<bitcoin-git> [bitcoin] maflcko opened pull request #28931: fuzz: Limit fuzz buffer size in script_flags target (master...2311-fuzz-script-flags-) https://github.com/bitcoin/bitcoin/pull/28931
<bitcoin-git> [bitcoin] BrandonOdiwuor opened pull request #28930: wallet: Add checkbalance RPC (master...checkbalancerpc) https://github.com/bitcoin/bitcoin/pull/28930
<Sjors[m]> Regarding Mondays discussion of sequencing stuff: package relay (1-parent-1-child) -> v3 ephemeral anchors -> cluster mempool -> bigger packages, see glozow 's comment: https://github.com/bitcoin/bitcoin/issues/27463#issuecomment-1810836012
<bitcoin-git> [bitcoin] ryanofsky opened pull request #28929: serialization: Support for multiple parameters (master...pr/iparams) https://github.com/bitcoin/bitcoin/pull/28929

2023-11-22

<bitcoin-git> [bitcoin] fanquake closed pull request #28496: @kaaid (master...master) https://github.com/bitcoin/bitcoin/pull/28496
<bitcoin-git> [bitcoin] fanquake closed pull request #28593: Create master (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28593
<bitcoin-git> [bitcoin] fanquake pushed tag v26.0rc3: https://github.com/bitcoin/bitcoin/compare/v26.0rc3
<bitcoin-git> bitcoin/26.x bcc183c Martin Leitner-Ankerl: pool: make sure PoolAllocator uses the correct alignment
<bitcoin-git> bitcoin/26.x 5845331 fanquake: doc: rewrite explanation for -par=
<bitcoin-git> bitcoin/26.x 7dda499 fanquake: doc: regenerate example bitcoin.conf
<bitcoin-git> [bitcoin] fanquake pushed 13 commits to 26.x: https://github.com/bitcoin/bitcoin/compare/67b25125603a...e4fef4ae65c6
<bitcoin-git> [bitcoin] brunoerg opened pull request #28928: test: add coverage for bech32m in `wallet_keypool_topup` (master...2023-11-test-keypool-bech32m) https://github.com/bitcoin/bitcoin/pull/28928
<bitcoin-git> [bitcoin] fanquake merged pull request #28919: build: Fix regression in "ARMv8 CRC32 intrinsics" test (master...231120-crc-arm64) https://github.com/bitcoin/bitcoin/pull/28919
<bitcoin-git> bitcoin/master 228d6a2 Hennadii Stepanov: build: Fix regression in "ARMv8 CRC32 intrinsics" test
<bitcoin-git> bitcoin/master ddc4b98 fanquake: Merge bitcoin/bitcoin#28919: build: Fix regression in "ARMv8 CRC32 intrins...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d13b9586eb9...ddc4b9850af3
<bitcoin-git> [bitcoin] fanquake merged pull request #28461: build: Windows SSP roundup (master...windows_ssp_roundup) https://github.com/bitcoin/bitcoin/pull/28461
<bitcoin-git> bitcoin/master 95d55b9 fanquake: guix: remove ssp workaround from Windows GCC
<bitcoin-git> bitcoin/master f95af98 fanquake: guix: default ssp for Windows GCC
<bitcoin-git> bitcoin/master 8f43302 fanquake: build: remove explicit libssp linking from Windows build
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/172cd9262016...5d13b9586eb9
<bitcoin-git> [bitcoin] fanquake merged pull request #28862: lint: Report all lint errors instead of early exit (master...2311-lint-all-err-) https://github.com/bitcoin/bitcoin/pull/28862
<bitcoin-git> bitcoin/master fa01f88 MarcoFalke: ci: Add missing COPY for ./test/lint/test_runner
<bitcoin-git> bitcoin/master 172cd92 fanquake: Merge bitcoin/bitcoin#28862: lint: Report all lint errors instead of early...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a238356823bd...172cd9262016
<bitcoin-git> bitcoin/master faff3e3 MarcoFalke: lint: Report all lint errors instead of early exit
<instagibbs> usa turkey day is tomorrow, https://github.com/bitcoin/bitcoin/pull/28848 is still the leading PR for package relay
<bitcoin-git> [bitcoin] willcl-ark opened pull request #28926: rpc: add 'getnetmsgstats' RPC (master...2023-07-getnetmsgstats) https://github.com/bitcoin/bitcoin/pull/28926
<bitcoin-git> [bitcoin] fanquake merged pull request #28907: depends: bump libmultiprocess to fix capnproto deprecation warnings (master...pr/nowork) https://github.com/bitcoin/bitcoin/pull/28907
<bitcoin-git> bitcoin/master 21bfee0 Ryan Ofsky: depends: bump libmultiprocess to fix capnproto deprecation warnings
<bitcoin-git> bitcoin/master a238356 fanquake: Merge bitcoin/bitcoin#28907: depends: bump libmultiprocess to fix capnprot...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4374a8787902...a238356823bd
<bitcoin-git> [bitcoin] fanquake merged pull request #28895: p2p: do not make automatic outbound connections to addnode peers (master...2023-11-do-not-make-automatic-outbound-connection-to-addnode-peers) https://github.com/bitcoin/bitcoin/pull/28895
<bitcoin-git> bitcoin/master cc62716 Jon Atack: p2p: do not make automatic outbound connections to addnode peers
<bitcoin-git> bitcoin/master 5e7cc41 Jon Atack: test: add unit test for CConnman::AddedNodesContain()
<bitcoin-git> bitcoin/master 4374a87 fanquake: Merge bitcoin/bitcoin#28895: p2p: do not make automatic outbound connectio...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ca041fc4ab89...4374a8787902
<bitcoin-git> [bitcoin] fanquake merged pull request #28904: Drop CAutoFile (master...202311-autofile) https://github.com/bitcoin/bitcoin/pull/28904
<bitcoin-git> bitcoin/master c72ddf0 Anthony Towns: streams: Remove unused CAutoFile::GetVersion
<bitcoin-git> bitcoin/master bbd4646 Anthony Towns: blockstorage: switch from CAutoFile to AutoFile
<bitcoin-git> bitcoin/master e63f643 Anthony Towns: streams: Base BufferedFile on AutoFile instead of CAutoFile
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/3dca308bd77c...ca041fc4ab89
<bitcoin-git> [bitcoin] fanquake merged pull request #28891: test: fix `AddNode` unit test failure on OpenBSD (master...202311-test-fix-net_peer_connection_tests-on-BSDs) https://github.com/bitcoin/bitcoin/pull/28891
<bitcoin-git> bitcoin/master 3dca308 fanquake: Merge bitcoin/bitcoin#28891: test: fix `AddNode` unit test failure on Open...
<bitcoin-git> bitcoin/master 007d6f0 Sebastian Falbesoner: test: fix `AddNode` unit test failure on OpenBSD
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e9beaa749c99...3dca308bd77c
<bitcoin-git> [bitcoin] fanquake merged pull request #28913: coins: make sure PoolAllocator uses the correct alignment (master...2023-11-fix-pool-allocation-alignment-on-ARM) https://github.com/bitcoin/bitcoin/pull/28913
<bitcoin-git> bitcoin/master ce881bf Martin Leitner-Ankerl: pool: make sure PoolAllocator uses the correct alignment
<bitcoin-git> bitcoin/master d5b4c0b Martin Leitner-Ankerl: pool: change memusage_test to use int64_t, add allocation check
<bitcoin-git> bitcoin/master e9beaa7 fanquake: Merge bitcoin/bitcoin#28913: coins: make sure PoolAllocator uses the corre...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/640b45053020...e9beaa749c99
<bitcoin-git> [bitcoin] hebasto merged pull request #28925: ci: Update apt cache (master...231122-ci-each) https://github.com/bitcoin/bitcoin/pull/28925
<bitcoin-git> bitcoin/master 640b450 Hennadii Stepanov: Merge bitcoin/bitcoin#28925: ci: Update apt cache
<bitcoin-git> bitcoin/master a6cc059 Hennadii Stepanov: ci: Update apt cache
<bitcoin-git> bitcoin/master 710da28 Hennadii Stepanov: ci: Switch from `apt` to `apt-get`
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/daa56f7f6651...640b45053020
<bitcoin-git> [bitcoin] hebasto opened pull request #28925: ci: Update apt cache (master...231122-ci-each) https://github.com/bitcoin/bitcoin/pull/28925

2023-11-21

<bitcoin-git> [bitcoin] maflcko opened pull request #28924: refactor: Remove unused and fragile string interface from arith_uint256 (master...2311-arith-less-brittle-) https://github.com/bitcoin/bitcoin/pull/28924
<bitcoin-git> [bitcoin] theStack opened pull request #28923: script/sign: avoid duplicated signature verification after signing (+introduce signing benchmarks) (master...202311-add_SignTransaction_benchmark) https://github.com/bitcoin/bitcoin/pull/28923
<bitcoin-git> [bitcoin] dergoegge opened pull request #28922: Use Txid in COutpoint (master...2023-11-txid-oupoint) https://github.com/bitcoin/bitcoin/pull/28922
<bitcoin-git> [bitcoin] hebasto merged pull request #28905: ci: Avoid toolset ambiguity that MSVC can't handle (master...231117-ci-win) https://github.com/bitcoin/bitcoin/pull/28905
<bitcoin-git> bitcoin/master daa56f7 Hennadii Stepanov: Merge bitcoin/bitcoin#28905: ci: Avoid toolset ambiguity that MSVC can't h...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d752349029ec...daa56f7f6651
<bitcoin-git> bitcoin/master 91d5bd8 Hennadii Stepanov: ci: Avoid toolset ambiguity that MSVC can't handle
<bitcoin-git> [bitcoin] maflcko closed pull request #28909: doc: Add release note for coinstatsindex in pruned mode (master...coinstatsindex-pruned-release-notes) https://github.com/bitcoin/bitcoin/pull/28909

2023-11-20

<bitcoin-git> [bitcoin] ryanofsky opened pull request #28921: multiprocess: Add basic type conversion hoois (master...pr/ipcc) https://github.com/bitcoin/bitcoin/pull/28921
<bitcoin-git> [bitcoin] dergoegge closed pull request #28882: fuzz: Delete wallet_notifications (master...2023-11-fuzz-nuke-wn) https://github.com/bitcoin/bitcoin/pull/28882
<instagibbs> https://github.com/bitcoin/bitcoin/issues/27463#issuecomment-1810836012 1 parent 1 child package relay/rbf, with v3/epehemeral anchors, wean people off cpfp carveout
<bitcoin-git> [bitcoin] furszy opened pull request #28920: wallet: birth time update during tx scanning (master...2023_wallet_birhtime_update) https://github.com/bitcoin/bitcoin/pull/28920
<bitcoin-git> [bitcoin] hebasto opened pull request #28919: build: Fix regression in "ARMv8 CRC32 intrinsics" test (master...231120-crc-arm64) https://github.com/bitcoin/bitcoin/pull/28919
<bitcoin-git> [bitcoin] fanquake closed pull request #28915: Update SECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28915
<bitcoin-git> [bitcoin] hethm999 opened pull request #28915: Update SECURITY.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28915
<bitcoin-git> [bitcoin] TaiseiLuette closed pull request #28914: Create staging tree (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28914
<bitcoin-git> [bitcoin] TaiseiLuette opened pull request #28914: Create staging tree (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28914

2023-11-19

<bitcoin-git> [bitcoin] martinus opened pull request #28913: coins: make sure PoolAllocator uses the correct alignment (master...2023-11-fix-pool-allocation-alignment-on-ARM) https://github.com/bitcoin/bitcoin/pull/28913
<bitcoin-git> [bitcoin] maflcko opened pull request #28912: refactor: VectorWriter and SpanReader without nVersion (master...2311-less-version-) https://github.com/bitcoin/bitcoin/pull/28912
<bitcoin-git> [bitcoin] cloudbed1 closed pull request #28910: Create Web-Scale Blockchain for fast, (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28910
<bitcoin-git> [bitcoin] cloudbed1 opened pull request #28910: Create Web-Scale Blockchain for fast, (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28910

2023-11-18

<bitcoin-git> [bitcoin] vostrnad opened pull request #28909: doc: Add release note for coinstatsindex in pruned mode (master...coinstatsindex-pruned-release-notes) https://github.com/bitcoin/bitcoin/pull/28909
<bitcoin-git> [bitcoin] furszy closed pull request #25297: wallet: group independent db writes on single batched db transaction (master...2022_wallet_unified_dbbatch) https://github.com/bitcoin/bitcoin/pull/25297

2023-11-17

<bitcoin-git> [bitcoin] brunoerg opened pull request #28908: fuzz: compare scripts from `Expand` and `ExpandFromCache` (master...2023-11-fuzz-descriptor-expand) https://github.com/bitcoin/bitcoin/pull/28908
<bitcoin-git> [bitcoin] ryanofsky opened pull request #28907: depends: bump libmultiprocess to fix capnproto deprecation warnings (master...pr/nowork) https://github.com/bitcoin/bitcoin/pull/28907
<bitcoin-git> [bitcoin] hebasto opened pull request #28905: ci: Avoid toolset ambiguity that MSVC can't handle (master...231117-ci-win) https://github.com/bitcoin/bitcoin/pull/28905
<bitcoin-git> [bitcoin] fanquake merged pull request #28900: doc: remove mingw-w64 install for "older" systems (master...modern_posix_mingw-w64) https://github.com/bitcoin/bitcoin/pull/28900
<bitcoin-git> bitcoin/master 656a7e9 fanquake: doc: remove mingw-w64 install for "older" systems
<bitcoin-git> bitcoin/master d752349 fanquake: Merge bitcoin/bitcoin#28900: doc: remove mingw-w64 install for "older" sys...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b2309c47daad...d752349029ec
<gribble> https://github.com/bitcoin/bitcoin/issues/25325 | Add pool based memory resource by martinus · Pull Request #25325 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] ajtowns opened pull request #28904: Drop CAutoFile (master...202311-autofile) https://github.com/bitcoin/bitcoin/pull/28904
<bitcoin-git> [bitcoin] fanquake merged pull request #28902: doc: Simplify guix install doc, after 1.4 release (master...2311-doc-guix-install-) https://github.com/bitcoin/bitcoin/pull/28902
<bitcoin-git> bitcoin/master fa552e8 MarcoFalke: doc: Simplify guix install doc, after 1.4 release
<bitcoin-git> bitcoin/master b2309c4 fanquake: Merge bitcoin/bitcoin#28902: doc: Simplify guix install doc, after 1.4 rel...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98b0acda0f00...b2309c47daad
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28903: refactor: Make CTxMemPoolEntry non-copyable (master...CTxMemPoolEntryNonCopy) https://github.com/bitcoin/bitcoin/pull/28903
<bitcoin-git> [bitcoin] maflcko opened pull request #28902: doc: Simplify guix install doc, after 1.4 release (master...2311-doc-guix-install-) https://github.com/bitcoin/bitcoin/pull/28902
<bitcoin-git> [bitcoin] fanquake merged pull request #28725: test: refactor: use built-in collection types for type hints (Python 3.9 / PEP 585) (master...test-type_hints_use_builtin_collection_types) https://github.com/bitcoin/bitcoin/pull/28725
<bitcoin-git> bitcoin/master d516cf8 Sebastian Falbesoner: test: use built-in collection types for type hints (Python 3.9 / PEP 585)
<bitcoin-git> bitcoin/master 4b9afb1 Sebastian Falbesoner: scripted-diff: use PEP 585 built-in collection types for verify-binary scr...
<bitcoin-git> bitcoin/master a478c81 stickies-v: test: replace `Callable`/`Iterable` with their `collections.abc` alternati...
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/950af7c8767a...98b0acda0f00
<bitcoin-git> [bitcoin] fanquake opened pull request #28900: doc: remove mingw-w64 install for "older" systems (master...modern_posix_mingw-w64) https://github.com/bitcoin/bitcoin/pull/28900
<bitcoin-git> [bitcoin] fanquake merged pull request #28878: Remove version field from GetSerializeSize (master...202310-getserializesize) https://github.com/bitcoin/bitcoin/pull/28878
<bitcoin-git> bitcoin/master efa9eb6 Anthony Towns: serialize: Drop nVersion from [C]SizeComputer
<bitcoin-git> bitcoin/master bf574a7 Anthony Towns: serialize: drop GetSerializeSizeMany
<bitcoin-git> bitcoin/master 1410d30 Anthony Towns: serialize: Drop useless version param from GetSerializeSize()
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/afd3e9985620...950af7c8767a
<bitcoin-git> [bitcoin] fanquake merged pull request #28873: fuzz: AutoFile with XOR (master...2311-fuzz-file-) https://github.com/bitcoin/bitcoin/pull/28873
<bitcoin-git> bitcoin/master fa5388f MarcoFalke: fuzz: Remove FuzzedAutoFileProvider
<bitcoin-git> bitcoin/master fab5cb9 MarcoFalke: fuzz: Reduce LIMITED_WHILE limit for file fuzzing
<bitcoin-git> bitcoin/master faa2571 MarcoFalke: fuzz: AutoFile with XOR
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/22025d06e53f...afd3e9985620

2023-11-16

<bitcoin-git> [bitcoin] jonatack opened pull request #28895: p2p: do not make automatic outbound connections to addnode peers (master...2023-11-do-not-make-automatic-outbound-connection-to-addnode-peers) https://github.com/bitcoin/bitcoin/pull/28895
<gribble> https://github.com/bitcoin/bitcoin/issues/28440 | Impossible to run bitcoin on a Raspberry Pi 4 with 8GB, on Raspian 64 bit, which ships a 32 bit version of Docker (ARMHF instead of ARM64) · Issue #28440 · bitcoin/bitcoin · GitHub
<lightlike> is https://github.com/bitcoin/bitcoin/issues/28718#issuecomment-1807197107 (OOM with armv7l) something that should be looked into more before the final release?
<gribble> https://github.com/bitcoin/bitcoin/issues/28248 | p2p: peer connection bug fixes by jonatack · Pull Request #28248 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] furszy opened pull request #28894: wallet: batch all atomic spkms setup db writes in a single db txn (master...2023_wallet_batch_keypool_creation) https://github.com/bitcoin/bitcoin/pull/28894
<bitcoin-git> [bitcoin] hebasto opened pull request #28893: Fix SSE4.1-related issues (master...231116-sse41) https://github.com/bitcoin/bitcoin/pull/28893
<gribble> https://github.com/bitcoin/bitcoin/issues/28872 | [26.x] Final Changes by fanquake · Pull Request #28872 · bitcoin/bitcoin · GitHub
<instagibbs> (just got back, timezone change yay) re:package relay, last comment in the thread should explain everything https://github.com/bitcoin/bitcoin/issues/27463#issuecomment-1810836012
<bitcoin-git> [bitcoin] maflcko opened pull request #28892: refactor: P2P transport without serialize version and type (master...2311-p2p-no-nVersion-) https://github.com/bitcoin/bitcoin/pull/28892
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/10102 | Multiprocess bitcoin by ryanofsky · Pull Request #10102 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28721 | multiprocess compatibility updates by ryanofsky · Pull Request #28721 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25273 | wallet: Pass through transaction locktime and preset input sequences and scripts to CreateTransaction by achow101 · Pull Request #25273 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28848 | bugfix, Change up submitpackage results to return results for all transactions by instagibbs · Pull Request #28848 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27463 | Package Relay Project Tracking · Issue #27463 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] maflcko closed pull request #27814: Blocking arguments -nohelp, -noh, and -no? (master...nonohelp) https://github.com/bitcoin/bitcoin/pull/27814
<bitcoin-git> [bitcoin] maflcko closed pull request #27815: CLI: Only one Request Handler can be specified. (master...cli_request_handlers) https://github.com/bitcoin/bitcoin/pull/27815
<bitcoin-git> [bitcoin] maflcko closed pull request #27820: Sanitizing ports of -rpcconnect and -rpcport. (master...PortSanitizing) https://github.com/bitcoin/bitcoin/pull/27820
<bitcoin-git> [bitcoin] theStack opened pull request #28891: test: fix `AddNode` unit test failure on OpenBSD (master...202311-test-fix-net_peer_connection_tests-on-BSDs) https://github.com/bitcoin/bitcoin/pull/28891
<bitcoin-git> [bitcoin] fanquake merged pull request #28605: Fix typos (master...2023/10/typos) https://github.com/bitcoin/bitcoin/pull/28605
<bitcoin-git> bitcoin/master 22025d0 fanquake: Merge bitcoin/bitcoin#28605: Fix typos
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c3735e53ee49...22025d06e53f
<bitcoin-git> bitcoin/master 43de4d3 Sjors Provoost: doc: fix typos
<bitcoin-git> [bitcoin] fanquake merged pull request #28771: tests: Fix LCOV_OPTS to be in the correct position (master...lcov-opts) https://github.com/bitcoin/bitcoin/pull/28771
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04e871d62f09...c3735e53ee49
<bitcoin-git> bitcoin/master 88e09ac Andrew Chow: tests: Fix LCOV_OPTS to be in the correct position
<bitcoin-git> bitcoin/master c3735e5 fanquake: Merge bitcoin/bitcoin#28771: tests: Fix LCOV_OPTS to be in the correct pos...
<bitcoin-git> [bitcoin] fanquake merged pull request #28845: depends: remove `PYTHONPATH` from config.site (master...drop_depends_pythonpath) https://github.com/bitcoin/bitcoin/pull/28845
<bitcoin-git> bitcoin/master 04e871d fanquake: Merge bitcoin/bitcoin#28845: depends: remove `PYTHONPATH` from config.site
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b7bf907f55f...04e871d62f09
<bitcoin-git> bitcoin/master 3b19100 fanquake: depends: remove PYTHONPATH from config.site
<bitcoin-git> [bitcoin] fanquake merged pull request #28825: fuzz: Minor improvements to tx_package_eval target (master...2023-11-package_fuzz_impr) https://github.com/bitcoin/bitcoin/pull/28825
<bitcoin-git> bitcoin/master 6a91791 Greg Sanders: fuzz: allow fake and duplicate inputs in tx_package_eval target
<bitcoin-git> bitcoin/master 6b7bf90 fanquake: Merge bitcoin/bitcoin#28825: fuzz: Minor improvements to tx_package_eval t...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/eb2ab3de1a48...6b7bf907f55f
<bitcoin-git> bitcoin/master a0626cc Greg Sanders: fuzz: allow reaching MempoolAcceptResult::ResultType::DIFFERENT_WITNESS in...
<bitcoin-git> [bitcoin] fanquake merged pull request #28877: bench: Update nanobench to 4.3.11 (master...updateNanoBench) https://github.com/bitcoin/bitcoin/pull/28877
<bitcoin-git> bitcoin/master eb2ab3d fanquake: Merge bitcoin/bitcoin#28877: bench: Update nanobench to 4.3.11
<bitcoin-git> bitcoin/master fe434a4 TheCharlatan: bench: Update nanobench to 4.3.11
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b217b806cbc7...eb2ab3de1a48
<bitcoin-git> [bitcoin] fanquake merged pull request #28884: doc: remove x86_64 build assumption from depends doc (master...depends_works_on_aarch64) https://github.com/bitcoin/bitcoin/pull/28884
<bitcoin-git> bitcoin/master b217b80 fanquake: Merge bitcoin/bitcoin#28884: doc: remove x86_64 build assumption from depe...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ad43f95b887...b217b806cbc7
<bitcoin-git> bitcoin/master 821a8a1 fanquake: doc: remove x86_64 build assumption from depends doc
<bitcoin-git> [bitcoin] fanquake merged pull request #28881: doc: remove mention of missing bdb being a configure error (master...no_bdb_is_no_error) https://github.com/bitcoin/bitcoin/pull/28881
<bitcoin-git> bitcoin/master 30bd4b1 fanquake: doc: remove mention of missing bdb being a configure error
<bitcoin-git> bitcoin/master 1ad43f9 fanquake: Merge bitcoin/bitcoin#28881: doc: remove mention of missing bdb being a co...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1430c4b989bf...1ad43f95b887
<bitcoin-git> [bitcoin] maflcko opened pull request #28890: rpc: Remove deprecated -rpcserialversion (master...2311-no-rpc-tx-ser-flag-) https://github.com/bitcoin/bitcoin/pull/28890
<bitcoin-git> [bitcoin] fanquake merged pull request #28883: contrib: use a raw string for a regular expression literal that contains backslashes in signet/miner (master...miner-use-raw-strings) https://github.com/bitcoin/bitcoin/pull/28883
<bitcoin-git> bitcoin/master defdf67 muxator: contrib: use a raw string for a regular expression literal that contains b...
<bitcoin-git> bitcoin/master 1430c4b fanquake: Merge bitcoin/bitcoin#28883: contrib: use a raw string for a regular expre...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0aa014d5a34e...1430c4b989bf
<bitcoin-git> [bitcoin] fanquake closed pull request #28888: Update .editorconfig (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28888
<bitcoin-git> [bitcoin] fanquake closed pull request #28889: Update .cirrus.yml (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28889
<bitcoin-git> [bitcoin] airdropbaaz opened pull request #28889: Update .cirrus.yml (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28889
<bitcoin-git> [bitcoin] miz1choobi opened pull request #28888: Update .editorconfig (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28888
<luke-jr> tagged v25.1.knots20231115 on https://github.com/bitcoinknots/bitcoin/ - guix builds please; thanks much

2023-11-15

<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28886: refactor: Replace sets of txiter with CTxMemPoolEntryRefs (master...setEntryRefs) https://github.com/bitcoin/bitcoin/pull/28886
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #28885: refactor: followup to getprioritisedtransactions and delete a mapDeltas entry when delta==0 (master...followupsGetPrioritisedTransactions) https://github.com/bitcoin/bitcoin/pull/28885
<bitcoin-git> [bitcoin] fanquake opened pull request #28884: doc: remove x86_64 build assumption from depends doc (master...depends_works_on_aarch64) https://github.com/bitcoin/bitcoin/pull/28884
<bitcoin-git> [bitcoin] muxator opened pull request #28883: contrib: use a raw string for a regular expression literal that contains backslashes in signet/miner (master...miner-use-raw-strings) https://github.com/bitcoin/bitcoin/pull/28883
<bitcoin-git> [bitcoin] fanquake merged pull request #28859: guix: update signapple (drop macho & altgraph) (master...signapple_drop_macho_altgraph) https://github.com/bitcoin/bitcoin/pull/28859
<bitcoin-git> bitcoin/master f718a74 fanquake: guix: remove python-macholib
<bitcoin-git> bitcoin/master 0aa014d fanquake: Merge bitcoin/bitcoin#28859: guix: update signapple (drop macho & altgraph)
<bitcoin-git> bitcoin/master d3cbff1 fanquake: guix: update signapple
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/108462139b65...0aa014d5a34e
<bitcoin-git> [bitcoin] fanquake merged pull request #28438: Use serialization parameters for CTransaction (master...202309-txwithparams) https://github.com/bitcoin/bitcoin/pull/28438
<bitcoin-git> bitcoin/master c94f7e5 Anthony Towns: Drop OverrideStream
<bitcoin-git> bitcoin/master a0c254c Anthony Towns: Drop CHashWriter
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a73715e5a48c...108462139b65
<bitcoin-git> bitcoin/master 6e9e4e6 Anthony Towns: Use ParamsWrapper for witness serialization
<bitcoin-git> [bitcoin] dergoegge opened pull request #28882: fuzz: Delete wallet_notifications (master...2023-11-fuzz-nuke-wn) https://github.com/bitcoin/bitcoin/pull/28882
<bitcoin-git> [bitcoin] fanquake opened pull request #28881: doc: remove mention of missing bdb being a configure error (master...no_bdb_is_no_error) https://github.com/bitcoin/bitcoin/pull/28881
<bitcoin-git> [bitcoin] fanquake opened pull request #28880: build: switch to using LLVM 17.x for macOS builds (master...llvm_17_0_5_macos_deps) https://github.com/bitcoin/bitcoin/pull/28880
<bitcoin-git> [bitcoin] fanquake merged pull request #28865: test: migrate to some per-symbol ubsan suppressions (master...ubsan_per_symbol) https://github.com/bitcoin/bitcoin/pull/28865
<bitcoin-git> bitcoin/master fd30e96 fanquake: test: migrate to some per-symbol ubsan suppressions
<bitcoin-git> bitcoin/master a73715e fanquake: Merge bitcoin/bitcoin#28865: test: migrate to some per-symbol ubsan suppre...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/830583eb9d07...a73715e5a48c
<bitcoin-git> [bitcoin] ajtowns opened pull request #28878: Remove version field from GetSerializeSize (master...202310-getserializesize) https://github.com/bitcoin/bitcoin/pull/28878

2023-11-14

<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28877: bench: Update nanobench to 4.3.11 (master...updateNanoBench) https://github.com/bitcoin/bitcoin/pull/28877
<bitcoin-git> [bitcoin] hebasto opened pull request #28876: build: Fix LTO functionality (master...231114-lto) https://github.com/bitcoin/bitcoin/pull/28876
<bitcoin-git> [bitcoin] hebasto opened pull request #28875: build: Pass sanitize flags to instrument `libsecp256k1` code (master...231114-sanitize) https://github.com/bitcoin/bitcoin/pull/28875
<bitcoin-git> [bitcoin] fanquake opened pull request #28874: Redundant upnp ifdef (master...redundant_upnp_ifdef) https://github.com/bitcoin/bitcoin/pull/28874
<bitcoin-git> [bitcoin] maflcko opened pull request #28873: fuzz: AutoFile with XOR (master...2311-fuzz-file-) https://github.com/bitcoin/bitcoin/pull/28873
<bitcoin-git> [bitcoin] fanquake opened pull request #28872: [26.x] rc3 or finalize (26.x...rc3_or_finalize) https://github.com/bitcoin/bitcoin/pull/28872
<bitcoin-git> [bitcoin] fanquake merged pull request #28858: doc: rewrite explanation for `-par=` (master...man_par_drop_negative) https://github.com/bitcoin/bitcoin/pull/28858
<bitcoin-git> bitcoin/master d799ea2 fanquake: doc: rewrite explanation for -par=
<bitcoin-git> bitcoin/master 830583e fanquake: Merge bitcoin/bitcoin#28858: doc: rewrite explanation for `-par=`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8992a34ee4b6...830583eb9d07
<bitcoin-git> [bitcoin] fanquake merged pull request #28857: test, refactor: Magic bytes array followup (master...netSerializationFollowup) https://github.com/bitcoin/bitcoin/pull/28857
<bitcoin-git> bitcoin/master 1e5b861 TheCharlatan: test: Add test for array serialization
<bitcoin-git> bitcoin/master 8992a34 fanquake: Merge bitcoin/bitcoin#28857: test, refactor: Magic bytes array followup
<bitcoin-git> bitcoin/master d49d198 TheCharlatan: refactor: Initialize magic bytes in constructor initializer
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fb85bb277670...8992a34ee4b6
<fanquake> Good time to have a look over and see if there's anything missing from the release notes: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/26.0-Release-Notes-Draft
<gribble> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] hebasto opened pull request #28870: depends: Include `config.guess` and `config.sub` into `meta_depends` (master...231114-config) https://github.com/bitcoin/bitcoin/pull/28870
<bitcoin-git> [gui] BrandonOdiwuor opened pull request #777: GUI getrawtransaction implementation (master...getrawtransactions_helperspage) https://github.com/bitcoin-core/gui/pull/777
<bitcoin-git> [bitcoin] fanquake merged pull request #28783: build: remove `-bind_at_load` usage (master...remove_bind_at_load) https://github.com/bitcoin/bitcoin/pull/28783
<bitcoin-git> bitcoin/master fb85bb2 fanquake: Merge bitcoin/bitcoin#28783: build: remove `-bind_at_load` usage
<bitcoin-git> bitcoin/master 4525760 fanquake: build: remove -bind_at_load usage
<bitcoin-git> bitcoin/master 3c61c60 Cory Fields: build: Add an old hack to remove bind_at_load from libtool.
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1fbeeed23a77...fb85bb277670