2023-11-20

<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
<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 b2309c4 fanquake: Merge bitcoin/bitcoin#28902: doc: Simplify guix install doc, after 1.4 rel...
<bitcoin-git> bitcoin/master fa552e8 MarcoFalke: doc: Simplify guix install doc, after 1.4 release
<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 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/master d516cf8 Sebastian Falbesoner: test: use built-in collection types for type hints (Python 3.9 / PEP 585)
<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 faa2571 MarcoFalke: fuzz: AutoFile with XOR
<bitcoin-git> bitcoin/master fab5cb9 MarcoFalke: fuzz: Reduce LIMITED_WHILE limit for file fuzzing
<bitcoin-git> bitcoin/master fa5388f MarcoFalke: fuzz: Remove FuzzedAutoFileProvider
<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
<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
<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
<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/master c3735e5 fanquake: Merge bitcoin/bitcoin#28771: tests: Fix LCOV_OPTS to be in the correct pos...
<bitcoin-git> bitcoin/master 88e09ac Andrew Chow: tests: Fix LCOV_OPTS to be in the correct position
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/04e871d62f09...c3735e53ee49
<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 6b7bf90 fanquake: Merge bitcoin/bitcoin#28825: fuzz: Minor improvements to tx_package_eval t...
<bitcoin-git> bitcoin/master 6a91791 Greg Sanders: fuzz: allow fake and duplicate inputs in tx_package_eval target
<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/master 821a8a1 fanquake: doc: remove x86_64 build assumption from depends doc
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ad43f95b887...b217b806cbc7
<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 1430c4b fanquake: Merge bitcoin/bitcoin#28883: contrib: use a raw string for a regular expre...
<bitcoin-git> bitcoin/master defdf67 muxator: contrib: use a raw string for a regular expression literal that contains b...
<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

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 0aa014d fanquake: Merge bitcoin/bitcoin#28859: guix: update signapple (drop macho & altgraph)
<bitcoin-git> bitcoin/master f718a74 fanquake: guix: remove python-macholib
<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/master 6e9e4e6 Anthony Towns: Use ParamsWrapper for witness serialization
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a73715e5a48c...108462139b65
<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 a73715e fanquake: Merge bitcoin/bitcoin#28865: test: migrate to some per-symbol ubsan suppre...
<bitcoin-git> bitcoin/master fd30e96 fanquake: test: migrate to some per-symbol ubsan suppressions
<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 830583e fanquake: Merge bitcoin/bitcoin#28858: doc: rewrite explanation for `-par=`
<bitcoin-git> bitcoin/master d799ea2 fanquake: 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 8992a34 fanquake: Merge bitcoin/bitcoin#28857: test, refactor: Magic bytes array followup
<bitcoin-git> bitcoin/master 1e5b861 TheCharlatan: test: Add test for array serialization
<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
<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 3c61c60 Cory Fields: build: Add an old hack to remove bind_at_load from libtool.
<bitcoin-git> bitcoin/master 4525760 fanquake: build: remove -bind_at_load usage
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1fbeeed23a77...fb85bb277670
<bitcoin-git> [bitcoin] fanquake closed pull request #28780: log: torcontrol opt checks (master...torcontrol_opt_checks) https://github.com/bitcoin/bitcoin/pull/28780
<bitcoin-git> [bitcoin] fanquake merged pull request #28781: depends: latest config.guess & config.sub (master...latest_config_guess_sub) https://github.com/bitcoin/bitcoin/pull/28781
<bitcoin-git> bitcoin/master 49a9257 fanquake: build: latest config.sub in depends
<bitcoin-git> bitcoin/master 1fbeeed fanquake: Merge bitcoin/bitcoin#28781: depends: latest config.guess & config.sub
<bitcoin-git> bitcoin/master ced0435 fanquake: build: latest config.guess in depends
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5800c558eb5e...1fbeeed23a77

2023-11-13

<bitcoin-git> [bitcoin] brunoerg opened pull request #28869: test: add stress test for bucketing with asmap (master...2023-11-asmap-stress) https://github.com/bitcoin/bitcoin/pull/28869
<bitcoin-git> [bitcoin] achow101 opened pull request #28868: wallet: Fix migration of wallets with txs that have both spendable and watchonly outputs (master...test-migration-watchonly-spendable) https://github.com/bitcoin/bitcoin/pull/28868
<bitcoin-git> [bitcoin] fanquake opened pull request #28865: [WIP] test: migrate to some per-symbol ubsan suppressions (master...ubsan_per_symbol) https://github.com/bitcoin/bitcoin/pull/28865
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #28863: wallet: propagete `checkChainLimits` error message to wallet (master...11-2023-prograte-checkPackageLimit-error-up) https://github.com/bitcoin/bitcoin/pull/28863
<bitcoin-git> [bitcoin] fanquake merged pull request #28580: guix: update time-machine (master...update_time_machine) https://github.com/bitcoin/bitcoin/pull/28580
<bitcoin-git> bitcoin/master 5800c55 fanquake: Merge bitcoin/bitcoin#28580: guix: update time-machine
<bitcoin-git> bitcoin/master 92d12f1 fanquake: guix: update time-machine to 77386bdbfe6b0c649c05ab37f08051d1ab3e5074
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d232e36abdb1...5800c558eb5e
<bitcoin-git> [bitcoin] achow101 merged pull request #28207: mempool: Persist with XOR (master...2308-xor-memepool-) https://github.com/bitcoin/bitcoin/pull/28207
<bitcoin-git> bitcoin/master d232e36 Andrew Chow: Merge bitcoin/bitcoin#28207: mempool: Persist with XOR
<bitcoin-git> bitcoin/master fa6b053 MarcoFalke: mempool: persist with XOR
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/63423480723d...d232e36abdb1
<bitcoin-git> [bitcoin] maflcko opened 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] fanquake merged pull request #28076: util: Replace std::filesystem with util/fs.h (master...2307-fs-lint-) https://github.com/bitcoin/bitcoin/pull/28076
<bitcoin-git> bitcoin/master 6342348 fanquake: Merge bitcoin/bitcoin#28076: util: Replace std::filesystem with util/fs.h
<bitcoin-git> bitcoin/master bbbbdb0 MarcoFalke: ci: Add filesystem lint check
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/29c2c903621f...63423480723d
<bitcoin-git> [bitcoin] maflcko closed pull request #27782: wallet: clarify replace fields in help output (master...2023-05-30-replace-docs) https://github.com/bitcoin/bitcoin/pull/27782
<bitcoin-git> [bitcoin] fanquake opened pull request #28859: [WIP] guix: update signapple (drop macho & altgraph) (master...signapple_drop_macho_altgraph) https://github.com/bitcoin/bitcoin/pull/28859
<bitcoin-git> [bitcoin] fanquake merged pull request #28721: multiprocess compatibility updates (master...pr/ipcfix) https://github.com/bitcoin/bitcoin/pull/28721
<bitcoin-git> bitcoin/master 4978754 Ryan Ofsky: interfaces: Add schedulerMockForward method so mockscheduler RPC can work ...
<bitcoin-git> bitcoin/master 924327e Ryan Ofsky: interfaces: Fix const virtual method that breaks multiprocess support
<bitcoin-git> bitcoin/master 82a379e Russell Yanofsky: streams: Add SpanReader ignore method
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/e862bceb1705...29c2c903621f
<bitcoin-git> [bitcoin] fanquake opened pull request #28858: doc: rewrite explanation for `-par=` (master...man_par_drop_negative) https://github.com/bitcoin/bitcoin/pull/28858
<bitcoin-git> [bitcoin] fanquake merged pull request #27935: fuzz: call lookup functions before calling `Ban` (master...2023-06-fuzz-banman-ban) https://github.com/bitcoin/bitcoin/pull/27935
<bitcoin-git> bitcoin/master f9b2863 brunoerg: fuzz: call lookup functions before calling `Ban`
<bitcoin-git> bitcoin/master e862bce fanquake: Merge bitcoin/bitcoin#27935: fuzz: call lookup functions before calling `B...
<bitcoin-git> bitcoin/master fca0a89 brunoerg: ci: remove "--exclude banman" for fuzzing in mac
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dd5f5713bcca...e862bceb1705
<bitcoin-git> [bitcoin] fanquake merged pull request #28391: refactor: Simplify CTxMempool/BlockAssembler fields, remove some external mapTx access (master...simplifyMemPoolInteractions) https://github.com/bitcoin/bitcoin/pull/28391
<bitcoin-git> bitcoin/master 1c6a73a TheCharlatan: [refactor] Add helper for retrieving mempool entry
<bitcoin-git> bitcoin/master 453b481 stickies-v: [refactor] Add helper for iterating through mempool entries
<bitcoin-git> bitcoin/master 1480469 glozow: [refactor] remove access to mapTx from policy/rbf.cpp
<bitcoin-git> [bitcoin] fanquake pushed 16 commits to master: https://github.com/bitcoin/bitcoin/compare/e11b7587a102...dd5f5713bcca
<bitcoin-git> [bitcoin] fanquake merged pull request #28831: test: Avoid intermittent failures in feature_init (master...2311-test-ldb-) https://github.com/bitcoin/bitcoin/pull/28831
<bitcoin-git> bitcoin/master 44445ae MarcoFalke: test: Avoid intermittent failures in feature_init
<bitcoin-git> bitcoin/master e11b758 fanquake: Merge bitcoin/bitcoin#28831: test: Avoid intermittent failures in feature_...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9c4b74fa9270...e11b7587a102
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28857: test, refactor: Magic bytes array followup (master...netSerializationFollowup) https://github.com/bitcoin/bitcoin/pull/28857
<bitcoin-git> [bitcoin] fanquake merged pull request #28777: doc: update docs for `CHECK_ATOMIC` macro (master...drop_explicit_libatomic) https://github.com/bitcoin/bitcoin/pull/28777
<bitcoin-git> bitcoin/master ebc7063 fanquake: doc: update docs for CHECK_ATOMIC macro
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95a3934cf397...9c4b74fa9270
<bitcoin-git> bitcoin/master 9c4b74f fanquake: Merge bitcoin/bitcoin#28777: doc: update docs for `CHECK_ATOMIC` macro
<bitcoin-git> [bitcoin] fanquake merged pull request #28786: guix: switch to 6.1 kernel headers over 5.15 (master...linux_headers_6_1_longterm) https://github.com/bitcoin/bitcoin/pull/28786
<bitcoin-git> bitcoin/master 95a3934 fanquake: Merge bitcoin/bitcoin#28786: guix: switch to 6.1 kernel headers over 5.15
<bitcoin-git> bitcoin/master 380e365 fanquake: guix: switch to 6.1 kernel headers over 5.15
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8243762700bc...95a3934cf397

2023-11-12

<bitcoin-git> [bitcoin] hebasto opened pull request #28856: depends: Build `capnp` with CMake (master...231112-capnp) https://github.com/bitcoin/bitcoin/pull/28856

2023-11-11

<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #28852: script, assumeutxo: Enhance validations in utxo_snapshot.sh (master...devtools-improve-utxo_snapshot) https://github.com/bitcoin/bitcoin/pull/28852
<bitcoin-git> [bitcoin] fanquake merged pull request #28849: test: fix node index bug when comparing peerinfo (master...202308_bip324_integration) https://github.com/bitcoin/bitcoin/pull/28849
<bitcoin-git> bitcoin/master 8243762 fanquake: Merge bitcoin/bitcoin#28849: test: fix node index bug when comparing peeri...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1fdd832842f3...8243762700bc
<bitcoin-git> bitcoin/master 22e3808 Kashif Smith: test: fix node index bug when comparing peerinfo
<bitcoin-git> [bitcoin] hebasto closed pull request #28775: build: Patch Qt to handle minimum macOS version properly (master...231102-qt-macos) https://github.com/bitcoin/bitcoin/pull/28775
<bitcoin-git> [bitcoin] hebasto opened pull request #28851: build: Patch Qt to handle minimum macOS version properly (master...231110-qt-macos) https://github.com/bitcoin/bitcoin/pull/28851

2023-11-10

<bitcoin-git> [bitcoin] kashifs opened pull request #28849: test: fix node index bug when comparing peerinfo (master...202308_bip324_integration) https://github.com/bitcoin/bitcoin/pull/28849
<bitcoin-git> [bitcoin] instagibbs opened pull request #28848: Change up submitpackage results (master...2023-11-submitpackage-results) https://github.com/bitcoin/bitcoin/pull/28848
<bitcoin-git> [bitcoin] fanquake opened pull request #28846: depends: fix libmultiprocess build on aarch64 (master...fixup_multiprocess_arm64) https://github.com/bitcoin/bitcoin/pull/28846
<bitcoin-git> [bitcoin] fanquake opened pull request #28845: depends: remove `PYTHONPATH` from config.site (master...drop_depends_pythonpath) https://github.com/bitcoin/bitcoin/pull/28845
<bitcoin-git> [bitcoin] fanquake closed pull request #27845: script: utxo_snapshot.sh error handling (master...utxo_snapshot_error_handling) https://github.com/bitcoin/bitcoin/pull/27845
<bitcoin-git> [bitcoin] glozow closed pull request #26711: validate package transactions with their in-package ancestor sets (master...2022-12-subpackages) https://github.com/bitcoin/bitcoin/pull/26711
<bitcoin-git> [bitcoin] glozow closed pull request #28813: rpc: permit any ancestor package through submitpackage (master...2023-11-permit-ancestor-package) https://github.com/bitcoin/bitcoin/pull/28813
<bitcoin-git> [bitcoin] fanquake opened pull request #28844: contrib: drop GCC MAX_VERSION to 4.3.0 in symbol-check (master...libgcc_4_3_0) https://github.com/bitcoin/bitcoin/pull/28844
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28843: [refactor] Remove BlockAssembler m_mempool member (master...blockAssemblerRemoveMempool) https://github.com/bitcoin/bitcoin/pull/28843
<bitcoin-git> [bitcoin] fanquake merged pull request #28835: test: Check error details with assert_debug_log on the assumeutxo invalid hash dump - follow-up #28698 (master...test-assumeutxo-invalid-hash-dump-error-followup) https://github.com/bitcoin/bitcoin/pull/28835
<bitcoin-git> bitcoin/master 1fdd832 fanquake: Merge bitcoin/bitcoin#28835: test: Check error details with assert_debug_l...
<bitcoin-git> bitcoin/master 7de7685 pablomartin4btc: test, assumeutxo: Use assert_debug_log for error details
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b3898e946cf8...1fdd832842f3
<bitcoin-git> [gui] achow101 closed pull request #776: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin-core/gui/pull/776
<bitcoin-git> [bitcoin] achow101 closed pull request #28837: Delete .cirrus.yml (master...patch-2) https://github.com/bitcoin/bitcoin/pull/28837
<bitcoin-git> [bitcoin] achow101 closed pull request #28836: Delete .github directory (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28836
<bitcoin-git> [bitcoin] Sjors opened pull request #28838: test: add assumeutxo wallet test (master...2023/11/test-wallet-assume) https://github.com/bitcoin/bitcoin/pull/28838
<bitcoin-git> [gui] jackripper235 opened pull request #776: Update CONTRIBUTING.md (master...patch-1) https://github.com/bitcoin-core/gui/pull/776
<bitcoin-git> [bitcoin] jackripper235 opened pull request #28837: Delete .cirrus.yml (master...patch-2) https://github.com/bitcoin/bitcoin/pull/28837
<bitcoin-git> [bitcoin] jackripper235 opened pull request #28836: Delete .github directory (master...patch-1) https://github.com/bitcoin/bitcoin/pull/28836

2023-11-09

<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #28835: test: Check error details with assert_debug_log on the assumeutxo invalid hash dump - follow-up #28698 (master...test-assumeutxo-invalid-hash-dump-error-followup) https://github.com/bitcoin/bitcoin/pull/28835
<bitcoin-git> [bitcoin] sr-gi opened pull request #28834: net: Attempts to connect to all resolved addresses on `addnode` (master...addnode-tryall) https://github.com/bitcoin/bitcoin/pull/28834
<bitcoin-git> [bitcoin] theStack opened pull request #28833: wallet: refactor: remove unused `SignatureData` instances in spkm's `FillPSBT` methods (master...202311-wallet-remove_unused_SignatureData_instances) https://github.com/bitcoin/bitcoin/pull/28833
<bitcoin-git> [bitcoin] darosior opened pull request #28832: fuzz: rule-out too deep derivation paths in descriptor parsing targets (master...2311_fuzz_timeout_desc_parse) https://github.com/bitcoin/bitcoin/pull/28832
<bitcoin-git> [bitcoin] maflcko opened pull request #28831: test: Avoid intermittent failures in feature_init (master...2311-test-ldb-) https://github.com/bitcoin/bitcoin/pull/28831
<bitcoin-git> [bitcoin] fanquake merged pull request #28826: ci: Switch IWYU to `clang_17` branch (master...231108-iwyu) https://github.com/bitcoin/bitcoin/pull/28826
<bitcoin-git> bitcoin/master b3898e9 fanquake: Merge bitcoin/bitcoin#28826: ci: Switch IWYU to `clang_17` branch
<bitcoin-git> bitcoin/master 9f208c0 Hennadii Stepanov: ci: Switch IWYU to `clang_17` branch
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/88c3b100f0e8...b3898e946cf8
<bitcoin-git> [bitcoin] maflcko closed pull request #28828: doc: uppercase title for "Assumeutxo“ (master...assumeutxo) https://github.com/bitcoin/bitcoin/pull/28828
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #28830: [refactor] Check CTxMemPool options in ctor (master...mempoolArgs) https://github.com/bitcoin/bitcoin/pull/28830
<bitcoin-git> [bitcoin] fanquake merged pull request #28829: ci: win64 task does use boost:process (master...win64_does_boost_process) https://github.com/bitcoin/bitcoin/pull/28829
<bitcoin-git> bitcoin/master 88c3b10 fanquake: Merge bitcoin/bitcoin#28829: ci: win64 task does use boost:process
<bitcoin-git> bitcoin/master 5f0bf2e fanquake: ci: win64 task does use boost:process
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c2da8c583f9e...88c3b100f0e8
<bitcoin-git> [bitcoin] fanquake opened pull request #28829: ci: win64 task does use boost:process (master...win64_does_boost_process) https://github.com/bitcoin/bitcoin/pull/28829
<bitcoin-git> [bitcoin] fanquake merged pull request #28822: test: Add missing wait for version to be sent in add_outbound_p2p_connection (master...2311-test-sync-ver-) https://github.com/bitcoin/bitcoin/pull/28822
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d60ebea597eb...c2da8c583f9e
<bitcoin-git> bitcoin/master faa2ad8 MarcoFalke: test: Add missing wait for version to be sent in add_outbound_p2p_connecti...
<bitcoin-git> bitcoin/master c2da8c5 fanquake: Merge bitcoin/bitcoin#28822: test: Add missing wait for version to be sent...
<bitcoin-git> [bitcoin] glozow merged pull request #28808: refactor: Miniminer package linearization followups (master...miniminerLinearizationFollowups) https://github.com/bitcoin/bitcoin/pull/28808
<bitcoin-git> bitcoin/master 83933ef kevkevin: [refactor] Miniminer var cached_descendants to descendants
<bitcoin-git> bitcoin/master 43423fd kevkevin: [refactor] Change MiniMinerMempoolEntry order
<bitcoin-git> bitcoin/master b4b01d3 kevkevin: [refactor] updating miniminer comments to be more accurate
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3d7544b481fc...d60ebea597eb
<bitcoin-git> [bitcoin] momodaka opened pull request #28828: [doc]: uppercase title for "Assumeutxo“ (master...assumeutxo) https://github.com/bitcoin/bitcoin/pull/28828
<bitcoin-git> [bitcoin] momodaka closed pull request #28827: [doc]: uppercase title for "Assumeutxo" (master...doc) https://github.com/bitcoin/bitcoin/pull/28827
<bitcoin-git> [bitcoin] momodaka opened pull request #28827: [doc]: uppercase title for "Assumeutxo" (master...doc) https://github.com/bitcoin/bitcoin/pull/28827

2023-11-08

<bitcoin-git> [bitcoin] hebasto opened pull request #28826: ci: Switch IWYU to `clang_17` branch (master...231108-iwyu) https://github.com/bitcoin/bitcoin/pull/28826
<bitcoin-git> [bitcoin] achow101 merged pull request #28823: ci: remove note re M1 usage (master...ci_remove_m1_note) https://github.com/bitcoin/bitcoin/pull/28823
<bitcoin-git> bitcoin/master 8cbb619 fanquake: ci: remove note re M1 usage
<bitcoin-git> bitcoin/master 3d7544b Andrew Chow: Merge bitcoin/bitcoin#28823: ci: remove note re M1 usage
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19d1ba1b4141...3d7544b481fc
<bitcoin-git> [bitcoin] instagibbs opened 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] willcl-ark opened pull request #28824: Use LE hex-encoded representations in script ASM for pushed values = 4 bytes (master...asm-full-hex) https://github.com/bitcoin/bitcoin/pull/28824
<bitcoin-git> [bitcoin] achow101 merged pull request #28787: init: completely remove `-zapwallettxes` (remaining hidden option) (master...202311-init-remove_zapwallettxes_remains) https://github.com/bitcoin/bitcoin/pull/28787
<bitcoin-git> bitcoin/master 19d1ba1 Andrew Chow: Merge bitcoin/bitcoin#28787: init: completely remove `-zapwallettxes` (rem...
<bitcoin-git> bitcoin/master 5039c34 Sebastian Falbesoner: init: completely remove `-zapwallettxes` (remaining hidden option)
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f1f3f2d9cc38...19d1ba1b4141
<bitcoin-git> [bitcoin] fanquake opened pull request #28823: ci: remove note re M1 usage (master...ci_remove_m1_note) https://github.com/bitcoin/bitcoin/pull/28823
<bitcoin-git> [bitcoin] fanquake merged pull request #28815: fuzz: Avoid timeout and bloat in fuzz targets (master...2311-fuzz-less-) https://github.com/bitcoin/bitcoin/pull/28815
<bitcoin-git> bitcoin/master fabb504 MarcoFalke: fuzz: Avoid timeout and bloat in fuzz targets
<bitcoin-git> bitcoin/master f1f3f2d fanquake: Merge bitcoin/bitcoin#28815: fuzz: Avoid timeout and bloat in fuzz targets
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9ad19fc7c711...f1f3f2d9cc38
<bitcoin-git> [bitcoin] glozow merged pull request #28155: net: improves addnode / m_added_nodes logic (master...202307-addednodeinfo) https://github.com/bitcoin/bitcoin/pull/28155
<bitcoin-git> bitcoin/master 34b9ef4 Sergi Delgado Segura: net/rpc: Makes CConnman::GetAddedNodeInfo able to return only non-connecte...
<bitcoin-git> bitcoin/master 94e8882 Sergi Delgado Segura: rpc: Prevents adding the same ip more than once when formatted differently
<bitcoin-git> bitcoin/master 2574b7e Sergi Delgado Segura: net/rpc: Check all resolved addresses in ConnectNode rather than just one
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/d690f89b5797...9ad19fc7c711
<bitcoin-git> [bitcoin] maflcko opened pull request #28822: test: Add missing wait for version to be sent in add_outbound_p2p_connection (master...2311-test-sync-ver-) https://github.com/bitcoin/bitcoin/pull/28822
<bitcoin-git> [bitcoin] fanquake merged pull request #28785: validation: return more helpful results for reconsiderable fee failures and skipped transactions (master...2023-11-txresult-fee) https://github.com/bitcoin/bitcoin/pull/28785
<bitcoin-git> bitcoin/master 3979f1a glozow: [validation] add TxValidationResult::TX_RECONSIDERABLE, TX_UNKNOWN
<bitcoin-git> bitcoin/master 10dd9f2 glozow: [test] use CheckPackageMempoolAcceptResult in previous tests
<bitcoin-git> bitcoin/master 5c786a0 glozow: [refactor] use Wtxid for m_wtxids_fee_calculations
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/059f131314bf...d690f89b5797
<bitcoin-git> [bitcoin] fanquake merged pull request #28820: tests: Increase wallet_miniscript.py rpc timeout to 90 seconds (master...increase-wallet-miniscript-timeout) https://github.com/bitcoin/bitcoin/pull/28820
<bitcoin-git> bitcoin/master 6559e4d Andrew Chow: tests: Increase wallet_miniscript.py rpc timeout to 90 seconds
<bitcoin-git> bitcoin/master 059f131 fanquake: Merge bitcoin/bitcoin#28820: tests: Increase wallet_miniscript.py rpc time...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1162d046ecf2...059f131314bf
<bitcoin-git> [bitcoin] fanquake merged pull request #28782: test: Add missing sync on send_version in peer_connect (master...2311-test-less-p2p-race-) https://github.com/bitcoin/bitcoin/pull/28782
<bitcoin-git> bitcoin/master fa02598 MarcoFalke: test: Add missing sync on send_version in peer_connect
<bitcoin-git> bitcoin/master 1162d04 fanquake: Merge bitcoin/bitcoin#28782: test: Add missing sync on send_version in pee...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b5d8f001a838...1162d046ecf2
<bitcoin-git> [bitcoin] fanquake merged pull request #28814: test: symbolizer improvements (master...symbolizer_improvements) https://github.com/bitcoin/bitcoin/pull/28814
<bitcoin-git> bitcoin/master b5d8f00 fanquake: Merge bitcoin/bitcoin#28814: test: symbolizer improvements
<bitcoin-git> bitcoin/master 49d9532 fanquake: fuzz: explicitly specify llvm-symbolizer path in runner
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/82ea4e787c79...b5d8f001a838

2023-11-07

<bitcoin-git> [bitcoin] achow101 opened pull request #28820: tests: Increase wallet_miniscript.py rpc timeout to 90 seconds (master...increase-wallet-miniscript-timeout) https://github.com/bitcoin/bitcoin/pull/28820
<bitcoin-git> [bitcoin] achow101 merged pull request #28464: net: improve max-connection limits code (master...202308_refactor_limits) https://github.com/bitcoin/bitcoin/pull/28464
<bitcoin-git> bitcoin/master e9fd9c0 Amiti Uttarwar: net: add m_max_inbound to connman
<bitcoin-git> bitcoin/master c25e0e0 Amiti Uttarwar: net, refactor: move calculations for connection type limits into connman
<bitcoin-git> bitcoin/master adc171e Amiti Uttarwar: scripted-diff: Rename connection limit variables
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/962ea5c52502...82ea4e787c79
<bitcoin-git> [bitcoin] achow101 merged pull request #28374: test: python cryptography required for BIP 324 functional tests (master...crypto-v2tests) https://github.com/bitcoin/bitcoin/pull/28374
<bitcoin-git> bitcoin/master 0cde60d stratospher: [test/crypto] Add ChaCha20 python implementation
<bitcoin-git> bitcoin/master 08a4a56 stratospher: [test] Move test framework crypto functions to crypto/
<bitcoin-git> bitcoin/master 69d3f50 stratospher: [test/crypto] Add HMAC-based Key Derivation Function (HKDF)
<bitcoin-git> [bitcoin] achow101 pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/c981771bc39c...962ea5c52502
<bitcoin-git> [bitcoin] achow101 merged pull request #28224: shutdown: Destroy kernel last, make test shutdown order consistent (master...testSetupDestructorOrder) https://github.com/bitcoin/bitcoin/pull/28224
<bitcoin-git> bitcoin/master c981771 Andrew Chow: Merge bitcoin/bitcoin#28224: shutdown: Destroy kernel last, make test shut...
<bitcoin-git> bitcoin/master 9759af1 TheCharlatan: shutdown: Destroy kernel last
<bitcoin-git> bitcoin/master c1144f0 TheCharlatan: tests: Reset node context members on ~BasicTestingSetup
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c8a883a4123a...c981771bc39c
<bitcoin-git> [bitcoin] achow101 merged pull request #26839: Add support for RNDR/RNDRRS for AArch64 on Linux (master...2023_01_RNDRSupportLinux) https://github.com/bitcoin/bitcoin/pull/26839
<bitcoin-git> bitcoin/master c8a883a Andrew Chow: Merge bitcoin/bitcoin#26839: Add support for RNDR/RNDRRS for AArch64 on Li...
<bitcoin-git> bitcoin/master aee5404 John Moffett: Add support for RNDR/RNDRRS for aarch64 on Linux
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e77339632efb...c8a883a4123a
<bitcoin-git> [bitcoin] achow101 merged pull request #28136: refactor: move GetServicesNames from rpc/util.{h,cpp} to rpc/net.cpp (master...2023-07-move-GetServicesNames-to-its-call-unit) https://github.com/bitcoin/bitcoin/pull/28136
<bitcoin-git> bitcoin/master 1dd62c5 Jon Atack: refactor: move GetServicesNames from rpc/util.{h,cpp} to rpc/net.cpp
<bitcoin-git> bitcoin/master bbb68ff Jon Atack: refactor: drop protocol.h include header in rpc/util.h
<bitcoin-git> bitcoin/master e773396 Andrew Chow: Merge bitcoin/bitcoin#28136: refactor: move GetServicesNames from rpc/util...