2023-05-24

<bitcoin-git> [bitcoin] fanquake merged pull request #27626: Parallel compact block downloads, take 3 (master...2023-05-parallel-block-downloads) https://github.com/bitcoin/bitcoin/pull/27626
<bitcoin-git> bitcoin/master a905954 Greg Sanders: Remove nBlocksInFlight
<bitcoin-git> bitcoin/master cce9618 Greg Sanders: Convert mapBlocksInFlight to a multimap
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/3132ec64d9e0...51c050787fd6
<bitcoin-git> bitcoin/master 86cff8b Greg Sanders: alias BlockDownloadMap for mapBlocksInFlight
<bitcoin-git> [bitcoin] fjahr closed pull request #27730: init: Improve file descriptor limit handling (master...2023-05-fd-limit) https://github.com/bitcoin/bitcoin/pull/27730
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27735: test: Disable legacy wallet for mempool_packages.py (master...2305-mempool-legacy-wallet-) https://github.com/bitcoin/bitcoin/pull/27735
<bitcoin-git> [bitcoin] theStack opened pull request #27733: test: refactor: introduce `generate_keypair` helper with WIF support (master...generate_wif_bytes_keypair) https://github.com/bitcoin/bitcoin/pull/27733

2023-05-23

<bitcoin-git> [bitcoin] fjahr opened pull request #27731: Prevent file descriptor exhaustion from too many RPC calls (master...2023-05-fd-exhaust) https://github.com/bitcoin/bitcoin/pull/27731
<bitcoin-git> [bitcoin] fjahr opened pull request #27730: init: Improve file descriptor limit handling (master...2023-05-fd-limit) https://github.com/bitcoin/bitcoin/pull/27730
<bitcoin-git> [bitcoin] achow101 merged pull request #27177: test: fix intermittent issue in `feature_bip68_sequence` (master...2023-02-fix-feature-bip68-test) https://github.com/bitcoin/bitcoin/pull/27177
<bitcoin-git> bitcoin/master 1557bf1 brunoerg: test: fix mature utxos addition to wallet in `mempool_package_limits`
<bitcoin-git> bitcoin/master a951c34 brunoerg: test: fix `interface_usdt_mempool` by mining a block after each test
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5ef2c1ee7a74...3132ec64d9e0
<bitcoin-git> bitcoin/master 60ced90 brunoerg: test: fix intermittent issue in `feature_bip68_sequence`
<bitcoin-git> [bitcoin] evansmj opened pull request #27728: doc: Add Python install notes to build-osx.md. (master...doc/osx-python-note) https://github.com/bitcoin/bitcoin/pull/27728
<bitcoin-git> [bitcoin] fanquake merged pull request #27717: test: Make `util/test_runner.py` honor `BITCOINUTIL` and `BITCOINTX` (master...230522-util) https://github.com/bitcoin/bitcoin/pull/27717
<bitcoin-git> bitcoin/master 4f2f615 Hennadii Stepanov: test: Make `util/test_runner.py` honor `BITCOINUTIL` and `BITCOINTX`
<bitcoin-git> bitcoin/master 5ef2c1e fanquake: Merge bitcoin/bitcoin#27717: test: Make `util/test_runner.py` honor `BITCO...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/22139f6e83a2...5ef2c1ee7a74
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27727: rpc: Fix invalid bech32 handling (master...2305-rpc-bech32-) https://github.com/bitcoin/bitcoin/pull/27727
<bitcoin-git> [bitcoin] jonathanbier opened pull request #27726: Update policy.cpp (master...patch-2) https://github.com/bitcoin/bitcoin/pull/27726
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27724: build: disable boost multi index safe mode in debug mode (master...disable-boost-MI-safe-mode) https://github.com/bitcoin/bitcoin/pull/27724

2023-05-22

<bitcoin-git> [bitcoin] theuni opened pull request #27721: depends: remove redundant stdlib option (master...more-vanilla-clang-fixes) https://github.com/bitcoin/bitcoin/pull/27721
<bitcoin-git> [bitcoin] furszy opened pull request #27720: index: prevent race by calling 'CustomInit' prior setting 'synced' flag (master...2023_index_init_race_bugfix) https://github.com/bitcoin/bitcoin/pull/27720
<bitcoin-git> [bitcoin] achow101 merged pull request #25796: rpc: add `descriptorprocesspsbt` rpc (master...descriptorprocesspsbt) https://github.com/bitcoin/bitcoin/pull/25796
<bitcoin-git> bitcoin/master 1bce12a ishaanam: test: add test for `descriptorprocesspsbt` RPC
<bitcoin-git> bitcoin/master 22139f6 Andrew Chow: Merge bitcoin/bitcoin#25796: rpc: add `descriptorprocesspsbt` rpc
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/456701420b15...22139f6e83a2
<bitcoin-git> bitcoin/master fb2a3a7 ishaanam: rpc: add descriptorprocesspsbt rpc
<bitcoin-git> [bitcoin] MarnixCroes opened pull request #27719: doc: Tor: fix link & generalize onion getnodeaddresses RPC (master...doc-tor) https://github.com/bitcoin/bitcoin/pull/27719
<bitcoin-git> [bitcoin] hebasto closed pull request #27718: ci: Check for `git` before its usage (master...230522-ci-git) https://github.com/bitcoin/bitcoin/pull/27718
<bitcoin-git> [bitcoin] hebasto opened pull request #27718: ci: Ensure git is installed before usage (master...230522-ci-git) https://github.com/bitcoin/bitcoin/pull/27718
<bitcoin-git> [bitcoin] fanquake merged pull request #27672: fuzz: Print error message when FUZZ is missing (master...2305-fuzz-log-FUZZ-) https://github.com/bitcoin/bitcoin/pull/27672
<bitcoin-git> bitcoin/master 4567014 fanquake: Merge bitcoin/bitcoin#27672: fuzz: Print error message when FUZZ is missing
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/09351f51d279...456701420b15
<bitcoin-git> bitcoin/master fa22966 MarcoFalke: fuzz: Print error message when FUZZ is missing
<bitcoin-git> bitcoin/master fa1b3ab MarcoFalke: ci: Log qa-assets repo last commit
<bitcoin-git> [bitcoin] brunoerg closed pull request #27678: fuzz: net, add `recv_flood_size`, `prefer_evict` in `ConsumeNode` (master...2023-05-fuzz-net-consumenode) https://github.com/bitcoin/bitcoin/pull/27678
<bitcoin-git> [bitcoin] hebasto opened pull request #27717: test: Make `util/test_runner.py` honor `BITCOINUTIL` and `BITCOINTX` (master...230522-util) https://github.com/bitcoin/bitcoin/pull/27717
<bitcoin-git> [bitcoin] fanquake merged pull request #27699: random: drop syscall wrapper usage for getrandom() (master...drop_getrandom_syscall_wrap) https://github.com/bitcoin/bitcoin/pull/27699
<bitcoin-git> bitcoin/master d5e0691 fanquake: random: switch to using getrandom() directly
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/ad7819d2f8ab...09351f51d279
<bitcoin-git> bitcoin/master c13c97d fanquake: random: getentropy on macOS does not need unistd.h
<bitcoin-git> bitcoin/master c2ba3f5 fanquake: random: add [[maybe_unused]] to GetDevURandom
<bitcoin-git> [bitcoin] Retropex closed pull request #27716: Inscription-patch-option (master...Inscription-patch-option) https://github.com/bitcoin/bitcoin/pull/27716
<bitcoin-git> [bitcoin] Retropex opened pull request #27716: Inscription-patch-option (master...Inscription-patch-option) https://github.com/bitcoin/bitcoin/pull/27716
<bitcoin-git> [bitcoin] fanquake merged pull request #27670: guix: remove redundant glibc patches (master...redundant_guix_glibc_patches) https://github.com/bitcoin/bitcoin/pull/27670
<bitcoin-git> bitcoin/master ad7819d fanquake: Merge bitcoin/bitcoin#27670: guix: remove redundant glibc patches
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5421dc3244b3...ad7819d2f8ab
<bitcoin-git> bitcoin/master 3cfe366 fanquake: guix: remove redundant glibc patches
<bitcoin-git> [bitcoin] fanquake closed pull request #27715: update to bitcoin v23.1 (master...update-to-v23.1) https://github.com/bitcoin/bitcoin/pull/27715
<bitcoin-git> [bitcoin] muxator opened pull request #27715: update to bitcoin v23.1 (master...update-to-v23.1) https://github.com/bitcoin/bitcoin/pull/27715
<bitcoin-git> [bitcoin] fanquake merged pull request #27561: test: Explicitly specify directory where to search tests for (master...230503-path) https://github.com/bitcoin/bitcoin/pull/27561
<bitcoin-git> bitcoin/master c44f3f2 Hennadii Stepanov: test: Explicitly specify directory where to search tests for
<bitcoin-git> bitcoin/master 5421dc3 fanquake: Merge bitcoin/bitcoin#27561: test: Explicitly specify directory where to s...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a106a86c46ce...5421dc3244b3
<bitcoin-git> [bitcoin] fanquake merged pull request #27696: build: Do not define `ENABLE_ZMQ` when ZMQ is not available (master...230518-zmq) https://github.com/bitcoin/bitcoin/pull/27696
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f998eb766227...a106a86c46ce
<bitcoin-git> bitcoin/master fa5831b Hennadii Stepanov: build: Do not define `ENABLE_ZMQ` when ZMQ is not available
<bitcoin-git> bitcoin/master a106a86 fanquake: Merge bitcoin/bitcoin#27696: build: Do not define `ENABLE_ZMQ` when ZMQ is...
<bitcoin-git> [bitcoin] fanquake merged pull request #27683: ci: remove `RUN_SECURITY_TESTS` (master...remove_RUN_SECURITY_TESTS) https://github.com/bitcoin/bitcoin/pull/27683
<bitcoin-git> bitcoin/master f998eb7 fanquake: Merge bitcoin/bitcoin#27683: ci: remove `RUN_SECURITY_TESTS`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9a8318f30ba7...f998eb766227
<bitcoin-git> bitcoin/master 6a93658 fanquake: ci: remove RUN_SECURITY_TESTS
<bitcoin-git> [bitcoin] fanquake merged pull request #27707: ci, iwyu: Double maximum line length for includes (master...230520-tidy) https://github.com/bitcoin/bitcoin/pull/27707
<bitcoin-git> bitcoin/master 98ea798 Hennadii Stepanov: ci, iwyu: Double maximum line length for includes
<bitcoin-git> bitcoin/master 9a8318f fanquake: Merge bitcoin/bitcoin#27707: ci, iwyu: Double maximum line length for incl...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/17acb2782a66...9a8318f30ba7

2023-05-21

<bitcoin-git> [bitcoin] fanquake closed pull request #27713: Create Genarsative Ai (master...sbhuiyan20-patch-1) https://github.com/bitcoin/bitcoin/pull/27713
<bitcoin-git> [bitcoin] sbhuiyan20 opened pull request #27713: Create Genarsative Ai (master...sbhuiyan20-patch-1) https://github.com/bitcoin/bitcoin/pull/27713
<bitcoin-git> [bitcoin] theStack opened pull request #27712: test: p2p: check misbehavior for non-continuous headers messages (master...202305-test-check_for_noncontinuous_header_msg) https://github.com/bitcoin/bitcoin/pull/27712
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27711: kernel: Remove shutdown from kernel library (master...rmKernelShutdown) https://github.com/bitcoin/bitcoin/pull/27711
<bitcoin-git> [bitcoin] hebasto opened pull request #27710: ci, iwyu: Update mappings (master...230521-iwyu) https://github.com/bitcoin/bitcoin/pull/27710
<bitcoin-git> [gui] denavila opened pull request #733: Deniability - a tool to automatically improve coin ownership privacy (master...deniability) https://github.com/bitcoin-core/gui/pull/733

2023-05-20

<bitcoin-git> [bitcoin] furszy opened pull request #27708: Return EXIT_FAILURE on post-init fatal errors (master...2023_main_exit_failure) https://github.com/bitcoin/bitcoin/pull/27708
<bitcoin-git> [bitcoin] hebasto opened pull request #27707: ci, iwyu: Double maximum line length for includes (master...230520-tidy) https://github.com/bitcoin/bitcoin/pull/27707
<bitcoin-git> [bitcoin] fanquake closed pull request #27703: doc: filter out merge-script from list of authors (master...josibake-update-release-process-script) https://github.com/bitcoin/bitcoin/pull/27703
<bitcoin-git> [bitcoin] fanquake merged pull request #27688: doc: remove Security section from build-unix.md (master...build_unix_drop_security) https://github.com/bitcoin/bitcoin/pull/27688
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f8c95dccd12...17acb2782a66
<bitcoin-git> bitcoin/master 4bfcbbf fanquake: doc: remove Security section from build-unix.md
<bitcoin-git> bitcoin/master 17acb27 fanquake: Merge bitcoin/bitcoin#27688: doc: remove Security section from build-unix....

2023-05-19

<bitcoin-git> [gui] hebasto closed pull request #533: Add more detailed address error message (master...1_error_message_addr) https://github.com/bitcoin-core/gui/pull/533
<bitcoin-git> [gui] hebasto closed pull request #534: Add translatable address error message (master...2_error_message_addr) https://github.com/bitcoin-core/gui/pull/534
<bitcoin-git> [bitcoin] glozow merged pull request #27021: Implement Mini version of BlockAssembler to calculate mining scores (master...add-mini-miner) https://github.com/bitcoin/bitcoin/pull/27021
<bitcoin-git> bitcoin/master 3f3f2d5 glozow: [unit test] GatherClusters and MiniMiner unit tests
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fc4bee3f196e...0f8c95dccd12
<bitcoin-git> bitcoin/master 56484f0 glozow: [mempool] find connected mempool entries with GatherClusters(…)
<bitcoin-git> bitcoin/master 59afcc8 glozow: Implement Mini version of BlockAssembler to calculate mining scores
<bitcoin-git> [bitcoin] josibake opened pull request #27703: doc: filter out merge-script from list of authors (master...josibake-update-release-process-script) https://github.com/bitcoin/bitcoin/pull/27703
<bitcoin-git> [bitcoin] fanquake merged pull request #27687: msvc: Provide `ObjectFileName` explicitly (master...230517-object) https://github.com/bitcoin/bitcoin/pull/27687
<bitcoin-git> bitcoin/master b8ed951 Hennadii Stepanov: msvc: Provide `ObjectFileName` explicitly
<bitcoin-git> bitcoin/master fc4bee3 fanquake: Merge bitcoin/bitcoin#27687: msvc: Provide `ObjectFileName` explicitly
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7be7e62fdf46...fc4bee3f196e
<bitcoin-git> [bitcoin] fanquake merged pull request #27695: test: Add test to check tx in the last block can be downloaded (master...2305-test-tx-block-upload-) https://github.com/bitcoin/bitcoin/pull/27695
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2f1403ae5307...7be7e62fdf46
<bitcoin-git> bitcoin/master fadc849 MarcoFalke: test: Split up test_notfound_on_unannounced_tx test case
<bitcoin-git> bitcoin/master fa4c16b MarcoFalke: test: Add test to check tx in the last block can be downloaded
<bitcoin-git> bitcoin/master 7be7e62 fanquake: Merge bitcoin/bitcoin#27695: test: Add test to check tx in the last block ...
<bitcoin-git> [bitcoin] fanquake merged pull request #27458: build: Detect USDT the same way how it is used in the code (master...230413-freebsd) https://github.com/bitcoin/bitcoin/pull/27458
<bitcoin-git> bitcoin/master 2f1403a fanquake: Merge bitcoin/bitcoin#27458: build: Detect USDT the same way how it is use...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edd6d8395f5d...2f1403ae5307
<bitcoin-git> bitcoin/master b53cab0 Hennadii Stepanov: build: Detect USDT the same way how it is used in the code
<bitcoin-git> [bitcoin] fanquake merged pull request #27662: build: Bump minimum supported GCC to g++-9 (master...2305-g++-8-) https://github.com/bitcoin/bitcoin/pull/27662
<bitcoin-git> bitcoin/master fa953f1 MarcoFalke: build: Bump minimum supported GCC to g++-9
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6cc136bbd36f...edd6d8395f5d
<bitcoin-git> bitcoin/master fa6a755 MarcoFalke: ci: Document the false positive error for g++-9
<bitcoin-git> bitcoin/master fa69955 MarcoFalke: ci: Bump centos:stream8 to centos:stream9

2023-05-18

<bitcoin-git> [gui] hebasto closed pull request #483: Make network graph slider easier to use (master...NetworkGraphEasySlider) https://github.com/bitcoin-core/gui/pull/483
<bitcoin-git> [bitcoin] fanquake opened pull request #27699: random: drop syscall wrapper usage for getrandom() (master...drop_getrandom_syscall_wrap) https://github.com/bitcoin/bitcoin/pull/27699
<bitcoin-git> [bitcoin] achow101 merged pull request #27556: wallet: fix deadlock in bdb read write operation (master...2023_wallet_db_deadlock) https://github.com/bitcoin/bitcoin/pull/27556
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ce2440e68022...6cc136bbd36f
<bitcoin-git> bitcoin/master 043fcb0 furszy: wallet: bugfix, GetNewCursor() misses to provide batch ptr to BerkeleyCurs...
<bitcoin-git> bitcoin/master 12daf6f furszy: walletdb: scope bdb::EraseRecords under a single db txn
<bitcoin-git> bitcoin/master 69d4390 furszy: test: add coverage for wallet read write db deadlock
<bitcoin-git> [bitcoin] achow101 merged pull request #27698: doc: add historical release notes for 24.1 & 23.2 (master...add_24_1_23_2) https://github.com/bitcoin/bitcoin/pull/27698
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ccc431d53ea0...ce2440e68022
<bitcoin-git> bitcoin/master f1e6f2d fanquake: doc: add 23.2 release notes
<bitcoin-git> bitcoin/master e0f69a7 fanquake: doc: add 24.1 release notes
<bitcoin-git> bitcoin/master ce2440e Andrew Chow: Merge bitcoin/bitcoin#27698: doc: add historical release notes for 24.1 & ...
<bitcoin-git> [bitcoin] fanquake opened pull request #27698: doc: add historical release notes for 24.1 & 23.2 (master...add_24_1_23_2) https://github.com/bitcoin/bitcoin/pull/27698
<bitcoin-git> [bitcoin] fanquake merged pull request #27640: test: Return dict in MiniWallet::send_to (master...2305-test-mini-wallet-send-to-) https://github.com/bitcoin/bitcoin/pull/27640
<bitcoin-git> bitcoin/master faf4315 MarcoFalke: test: Return dict in MiniWallet::send_to
<bitcoin-git> bitcoin/master ccc431d fanquake: Merge bitcoin/bitcoin#27640: test: Return dict in MiniWallet::send_to
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5f70cd39974d...ccc431d53ea0
<bitcoin-git> [bitcoin] fanquake merged pull request #27685: doc: Rework build-unix.md (master...2305-doc-unix-) https://github.com/bitcoin/bitcoin/pull/27685
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87d6f6c29dbb...5f70cd39974d
<bitcoin-git> bitcoin/master fa29651 MarcoFalke: doc: Rework build-unix.md
<bitcoin-git> bitcoin/master 5f70cd3 fanquake: Merge bitcoin/bitcoin#27685: doc: Rework build-unix.md
<bitcoin-git> [bitcoin] fanquake closed pull request #25302: build: Check usages of #if defined(...) (master...build-ifdef) https://github.com/bitcoin/bitcoin/pull/25302
<bitcoin-git> [bitcoin] fanquake merged pull request #27615: msvc: Rename `libbitcoinconsensus` to `libbitcoin_consensus` and other adjustments (master...230510-crypto) https://github.com/bitcoin/bitcoin/pull/27615
<bitcoin-git> bitcoin/master a94d75f Hennadii Stepanov: msvc: Do not define `HAVE_CONSENSUS_LIB`
<bitcoin-git> bitcoin/master 30aee01 Hennadii Stepanov: scripted-diff: Rename `libbitcoinconsensus` to `libbitcoin_consensus`
<bitcoin-git> bitcoin/master cf6ff10 Hennadii Stepanov: msvc: Clean up `libbitcoin_consensus` source files
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/8146f2a035f4...87d6f6c29dbb
<bitcoin-git> [bitcoin] fanquake merged pull request #27689: doc: remove mention of glibc 2.10+ (master...remove_glibc_vesion_malloc_info) https://github.com/bitcoin/bitcoin/pull/27689
<bitcoin-git> bitcoin/master 7014e08 fanquake: doc: remove mention of glibc 2.10+
<bitcoin-git> bitcoin/master 8146f2a fanquake: Merge bitcoin/bitcoin#27689: doc: remove mention of glibc 2.10+
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4bca26e744e5...8146f2a035f4
<bitcoin-git> [bitcoin] fanquake merged pull request #27690: ci: Use credits for ARM task (master...2305-ci-arm-credits-) https://github.com/bitcoin/bitcoin/pull/27690
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/77b0a80ce7a6...4bca26e744e5
<bitcoin-git> bitcoin/master aaaa07b MarcoFalke: ci: Use credits for ARM task
<bitcoin-git> bitcoin/master fa3761d MarcoFalke: ci: Reduce tsan CPU and memory for faster scheduling
<bitcoin-git> bitcoin/master 4bca26e fanquake: Merge bitcoin/bitcoin#27690: ci: Use credits for ARM task
<bitcoin-git> [bitcoin] fanquake merged pull request #27682: build: Bump minimum supported Clang to clang-10 (master...2305-clang-10-) https://github.com/bitcoin/bitcoin/pull/27682
<bitcoin-git> bitcoin/master fa199ee MarcoFalke: ci: Drop NO_WERROR=1 for clang-10 build
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4e8a7654f623...77b0a80ce7a6
<bitcoin-git> bitcoin/master fad7cfe MarcoFalke: doc: Remove outdated CentOS comment
<bitcoin-git> bitcoin/master fad2c20 MarcoFalke: build: Bump minimum Clang to clang-10
<bitcoin-git> [bitcoin] hebasto opened pull request #27696: build: Do not define `ENABLE_ZMQ` when ZMQ is not available (master...230518-zmq) https://github.com/bitcoin/bitcoin/pull/27696
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27695: test: Add test to check tx in the last block can be downloaded (master...2305-test-tx-block-upload-) https://github.com/bitcoin/bitcoin/pull/27695

2023-05-17

<bitcoin-git> [bitcoin] ryanofsky merged pull request #25193: indexes: Read the locator's top block during init, allow interaction with reindex-chainstate (master...202205_index_allow_reindex_chainstate) https://github.com/bitcoin/bitcoin/pull/25193
<bitcoin-git> bitcoin/master 4e8a765 Ryan Ofsky: Merge bitcoin/bitcoin#25193: indexes: Read the locator's top block during ...
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/594f05db19fa...4e8a7654f623
<bitcoin-git> bitcoin/master 97844d9 Martin Zumsande: index: Enable reindex-chainstate with active indexes
<bitcoin-git> bitcoin/master 60bec3c Martin Zumsande: index: Use first block from locator instead of looking for fork point
<bitcoin-git> [bitcoin] fanquake closed pull request #25908: p2p: remove adjusted time (master...remove_adjusted_time) https://github.com/bitcoin/bitcoin/pull/25908
<bitcoin-git> [bitcoin] fanquake closed pull request #27671: depends: Boost 1.82.0 (master...boost_1_82_0) https://github.com/bitcoin/bitcoin/pull/27671
<bitcoin-git> [bitcoin] hebasto closed pull request #27084: ci: A few fixes of `ccache` issues (master...230211-cccc) https://github.com/bitcoin/bitcoin/pull/27084
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27690: ci: Use credits for ARM task (master...2305-ci-arm-credits-) https://github.com/bitcoin/bitcoin/pull/27690
<bitcoin-git> [bitcoin] fanquake opened pull request #27689: doc: remove mention of glibc 2.10+ (master...remove_glibc_vesion_malloc_info) https://github.com/bitcoin/bitcoin/pull/27689
<bitcoin-git> [bitcoin] fanquake opened pull request #27688: doc: remove Security section from build-unix.md (master...build_unix_drop_security) https://github.com/bitcoin/bitcoin/pull/27688
<bitcoin-git> [bitcoin] hebasto opened pull request #27687: msvc: Provide `ObjectFileName` explicitly (master...230517-object) https://github.com/bitcoin/bitcoin/pull/27687
<bitcoin-git> [bitcoin] fanquake opened pull request #27686: [25.x] Changes for rc3 || finalize (25.x...v25.0_finalize) https://github.com/bitcoin/bitcoin/pull/27686
<bitcoin-git> [bitcoin] fanquake merged pull request #27668: guix: document when certain patches can be dropped (master...guix_patch_doc) https://github.com/bitcoin/bitcoin/pull/27668
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c3d67a2d0d9...594f05db19fa
<bitcoin-git> bitcoin/master a09269a fanquake: guix: document when certain guix patches can be dropped
<bitcoin-git> bitcoin/master 594f05d fanquake: Merge bitcoin/bitcoin#27668: guix: document when certain patches can be dr...
<bitcoin-git> [bitcoin] fanquake merged pull request #27571: ci: Run iwyu on all src files (master...2305-ci-iwyu-) https://github.com/bitcoin/bitcoin/pull/27571
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a75c77ea903c...4c3d67a2d0d9
<bitcoin-git> bitcoin/master ddddf49 MarcoFalke: ci: Run iwyu on all src files
<bitcoin-git> bitcoin/master 4c3d67a fanquake: Merge bitcoin/bitcoin#27571: ci: Run iwyu on all src files
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27685: doc: Rework build-unix.md (master...2305-doc-unix-) https://github.com/bitcoin/bitcoin/pull/27685
<bitcoin-git> [bitcoin] hebasto opened pull request #27684: Avoid lock order inversion in `Chainstate::ConnectTip` function (master...230516-punish) https://github.com/bitcoin/bitcoin/pull/27684
<bitcoin-git> [bitcoin] fanquake opened pull request #27683: ci: remove `RUN_SECURITY_TESTS` (master...remove_RUN_SECURITY_TESTS) https://github.com/bitcoin/bitcoin/pull/27683
<bitcoin-git> [gui] hebasto merged pull request #729: test: Add missed header (master...230516-header) https://github.com/bitcoin-core/gui/pull/729
<bitcoin-git> bitcoin/master a75c77e Hennadii Stepanov: Merge bitcoin-core/gui#729: test: Add missed header
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/904631e0fc00...a75c77ea903c
<bitcoin-git> bitcoin/master 36e2d51 Hennadii Stepanov: qt, test: Add missed header
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27682: build: Bump minimum Clang to clang-10 (master...2305-clang-10-) https://github.com/bitcoin/bitcoin/pull/27682

2023-05-16

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27679: ZMQ: Support UNIX domain sockets (master...zmq-unix-domain-socket) https://github.com/bitcoin/bitcoin/pull/27679
<bitcoin-git> [bitcoin] brunoerg opened pull request #27678: fuzz: net, add `recv_flood_size`, `prefer_evict` in `ConsumeNode` (master...2023-05-fuzz-net-consumenode) https://github.com/bitcoin/bitcoin/pull/27678
<bitcoin-git> [bitcoin] theuni opened pull request #27676: macOS: Bump minimum required runtime version and prepare for building with upstream LLVM (master...macos-min-bump) https://github.com/bitcoin/bitcoin/pull/27676
<bitcoin-git> [bitcoin] fanquake pushed tag v23.2: https://github.com/bitcoin/bitcoin/compare/v23.2
<bitcoin-git> [bitcoin] fanquake merged pull request #27663: [23.2] Final Changes (23.x...v23.2_finalize) https://github.com/bitcoin/bitcoin/pull/27663
<bitcoin-git> bitcoin/23.x 7ae9373 fanquake: doc: update release notes for 23.2
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/2e9fc2e353fe...4d2f2fae9782
<bitcoin-git> bitcoin/23.x 5fbb86e fanquake: build: bump version to 23.2 final
<bitcoin-git> bitcoin/23.x 6c5781e fanquake: doc: update manual pages for 23.2
<bitcoin-git> [bitcoin] fanquake merged pull request #27667: ci: Remove unused errtrace trap ERR (master...2305-ci-trap-err-) https://github.com/bitcoin/bitcoin/pull/27667
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/03a4e8dd4c63...904631e0fc00
<bitcoin-git> bitcoin/master fad09b7 MarcoFalke: ci: Remove unused errtrace trap ERR
<bitcoin-git> bitcoin/master 904631e fanquake: Merge bitcoin/bitcoin#27667: ci: Remove unused errtrace trap ERR
<bitcoin-git> [gui] hebasto opened pull request #729: qt, test: Add missed header (master...230516-header) https://github.com/bitcoin-core/gui/pull/729
<bitcoin-git> [bitcoin] ajtowns opened pull request #27675: net_processing: Drop m_recently_announced_invs bloom filter (master...202305-droprecentinvbloom) https://github.com/bitcoin/bitcoin/pull/27675
<bitcoin-git> [bitcoin] fanquake merged pull request #27674: ci: Fix "Number of CPUs" output (master...230516-nproc) https://github.com/bitcoin/bitcoin/pull/27674
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edd2a8644531...03a4e8dd4c63
<bitcoin-git> bitcoin/master 03a4e8d fanquake: Merge bitcoin/bitcoin#27674: ci: Fix "Number of CPUs" output
<bitcoin-git> bitcoin/master 5d49d98 Hennadii Stepanov: ci: Fix "Number of CPUs" output
<bitcoin-git> [bitcoin] hebasto opened pull request #27674: ci: Fix "Number of CPUs" output (master...230516-nproc) https://github.com/bitcoin/bitcoin/pull/27674
<bitcoin-git> [bitcoin] Sjors opened pull request #27673: ConnectTip: don't log total disk read time in bench (master...2023/05/div-zero) https://github.com/bitcoin/bitcoin/pull/27673
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27672: fuzz: Print error message when FUZZ is missing (master...2305-fuzz-log-FUZZ-) https://github.com/bitcoin/bitcoin/pull/27672
<bitcoin-git> [bitcoin] fanquake opened pull request #27671: depends: Boost 1.82.0 (master...boost_1_82_0) https://github.com/bitcoin/bitcoin/pull/27671
<bitcoin-git> [bitcoin] fanquake opened pull request #27670: guix: remove redundant glibc patches (master...redundant_guix_glibc_patches) https://github.com/bitcoin/bitcoin/pull/27670
<bitcoin-git> [bitcoin] fanquake merged pull request #26422: build: Use newest `config.{guess,sub}` available (master...221030-config) https://github.com/bitcoin/bitcoin/pull/26422
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d819840f38db...edd2a8644531
<bitcoin-git> bitcoin/master ea7b852 Hennadii Stepanov: build: Use newest `config.{guess,sub}` available
<bitcoin-git> bitcoin/master edd2a86 fanquake: Merge bitcoin/bitcoin#26422: build: Use newest `config.{guess,sub}` availa...
<bitcoin-git> [bitcoin] fanquake merged pull request #27041: Build: Improve handling of suppressed logging in Makefiles (master...2023-02-make-log-test-f) https://github.com/bitcoin/bitcoin/pull/27041
<bitcoin-git> bitcoin/master d819840 fanquake: Merge bitcoin/bitcoin#27041: Build: Improve handling of suppressed logging...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f7036a47459a...d819840f38db
<bitcoin-git> bitcoin/master 1b1ffbd TheCharlatan: Build: Log when test -f fails in Makefile
<bitcoin-git> bitcoin/master 541012e TheCharlatan: Build: Use AM_V_GEN in Makefiles where appropriate
<bitcoin-git> [bitcoin] fanquake pushed tag v24.1: https://github.com/bitcoin/bitcoin/compare/v24.1
<bitcoin-git> [bitcoin] fanquake merged pull request #27660: [24.1] Final Changes (24.x...v24.1_finalize) https://github.com/bitcoin/bitcoin/pull/27660
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/16ab124e5f87...3116ccd790e7
<bitcoin-git> bitcoin/24.x 8af2d2f fanquake: build: bump version to 24.1 final
<bitcoin-git> bitcoin/24.x b36dff9 fanquake: doc: update manual pages for 24.1
<bitcoin-git> bitcoin/24.x 89a5a41 fanquake: doc: update release notes for 24.1
<bitcoin-git> [bitcoin] fanquake opened pull request #27668: guix: document when certain patches can be dropped (master...guix_patch_doc) https://github.com/bitcoin/bitcoin/pull/27668
<bitcoin-git> [bitcoin] fanquake merged pull request #27664: docs: fix spelling errors (master...2023-05-spell-error) https://github.com/bitcoin/bitcoin/pull/27664
<bitcoin-git> bitcoin/master f7036a4 fanquake: Merge bitcoin/bitcoin#27664: docs: fix spelling errors
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b34e19a2bf9f...f7036a47459a
<bitcoin-git> bitcoin/master 258f930 brunoerg: test: fix spelling in `interface_usdt_utxocache`
<bitcoin-git> bitcoin/master e9dcac1 brunoerg: add `lief` to `spelling.ignore-words`
<bitcoin-git> [bitcoin] fanquake merged pull request #27665: walletdb: Remove unused CreateMockWalletDatabase (master...rm-mockdb) https://github.com/bitcoin/bitcoin/pull/27665
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d7700d3a2647...b34e19a2bf9f
<bitcoin-git> bitcoin/master 0282b21 Andrew Chow: walletdb: Remove unused CreateMockWalletDatabase
<bitcoin-git> bitcoin/master b34e19a fanquake: Merge bitcoin/bitcoin#27665: walletdb: Remove unused CreateMockWalletDatab...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27667: ci: Remove unused errtrace trap ERR (master...2305-ci-trap-err-) https://github.com/bitcoin/bitcoin/pull/27667

2023-05-15

<bitcoin-git> [bitcoin] achow101 opened pull request #27666: wallet, bench: Move commonly used functions to their own file and fix a bug (master...wallet-bench-refactor) https://github.com/bitcoin/bitcoin/pull/27666
<bitcoin-git> [bitcoin] achow101 opened pull request #27665: walletdb: Remove unused CreateMockWalletDatabase (master...rm-mockdb) https://github.com/bitcoin/bitcoin/pull/27665
<bitcoin-git> [bitcoin] brunoerg opened pull request #27664: docs: fix spelling errors (master...2023-05-spell-error) https://github.com/bitcoin/bitcoin/pull/27664
<bitcoin-git> [bitcoin] fanquake opened pull request #27663: [23.2] Final Changes (23.x...v23.2_finalize) https://github.com/bitcoin/bitcoin/pull/27663
<bitcoin-git> [bitcoin] fanquake merged pull request #27661: doc, test: Document steps to reproduce TSan warning for `libdb` (master...230515-doc-tsan) https://github.com/bitcoin/bitcoin/pull/27661
<bitcoin-git> bitcoin/master d7700d3 fanquake: Merge bitcoin/bitcoin#27661: doc, test: Document steps to reproduce TSan w...
<bitcoin-git> bitcoin/master f03a708 Hennadii Stepanov: doc, test: Document steps to reproduce TSan warning for `libdb`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d02df7db6b36...d7700d3a2647
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27662: build: Drop support for g++-8 (master...2305-g++-8-) https://github.com/bitcoin/bitcoin/pull/27662
<bitcoin-git> [bitcoin] hebasto opened pull request #27661: doc, test: Document steps to reproduce TSan warning for `libdb` (master...230515-doc-tsan) https://github.com/bitcoin/bitcoin/pull/27661
<bitcoin-git> [bitcoin] hebasto closed pull request #27658: test: Drop `deadlock:libdb` TSan suppression (master...230515-deadlock) https://github.com/bitcoin/bitcoin/pull/27658
<bitcoin-git> [bitcoin] fanquake merged pull request #26715: Introduce `MockableDatabase` for wallet unit tests (master...test-wallet-corrupt) https://github.com/bitcoin/bitcoin/pull/26715
<bitcoin-git> bitcoin/master 33c6245 Andrew Chow: Introduce MockableDatabase for wallet unit tests
<bitcoin-git> bitcoin/master f67a385 Andrew Chow: wallet, tests: Replace usage of dummy db with mockable db
<bitcoin-git> bitcoin/master 14aa4cb Andrew Chow: wallet: Move DummyDatabase to salvage
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/b2c85bd82f28...d02df7db6b36
<bitcoin-git> [bitcoin] fanquake merged pull request #27656: build, doc: Adjust comment after PR27254 (master...230514-doc) https://github.com/bitcoin/bitcoin/pull/27656
<bitcoin-git> bitcoin/master 3ece0eb Hennadii Stepanov: build, doc: Adjust comment after PR27254
<bitcoin-git> bitcoin/master b2c85bd fanquake: Merge bitcoin/bitcoin#27656: build, doc: Adjust comment after PR27254
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a63ef5020b3...b2c85bd82f28
<bitcoin-git> [bitcoin] fanquake merged pull request #27616: ci: Remove CI_EXEC bloat (master...2305-ci-exec-bloat-) https://github.com/bitcoin/bitcoin/pull/27616
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/29c36f070618...3a63ef5020b3
<bitcoin-git> bitcoin/master fa8a428 MarcoFalke: move-only: Move almost all CI_EXEC code to 06_script_b.sh
<bitcoin-git> bitcoin/master fa01c3c MarcoFalke: ci: Remove CI_EXEC bloat
<bitcoin-git> bitcoin/master 3a63ef5 fanquake: Merge bitcoin/bitcoin#27616: ci: Remove CI_EXEC bloat
<bitcoin-git> [bitcoin] fanquake opened pull request #27660: [24.1] Final Changes (24.x...v24.1_finalize) https://github.com/bitcoin/bitcoin/pull/27660
<bitcoin-git> [bitcoin] hebasto opened pull request #27658: test: Drop `deadlock:libdb` TSan suppression (master...230515-deadlock) https://github.com/bitcoin/bitcoin/pull/27658
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27657: doc: Remove unused NO_BLOOM_VERSION constant (master...2305-doc-bloom-) https://github.com/bitcoin/bitcoin/pull/27657

2023-05-14

<bitcoin-git> [bitcoin] hebasto opened pull request #27656: build, doc: Adjust comment after PR27254 (master...230514-doc) https://github.com/bitcoin/bitcoin/pull/27656
<bitcoin-git> [bitcoin] theStack opened pull request #27653: test: add unit test coverage for Python ECDSA implementation (master...202305-test-add_ecdsa_signing_unittest) https://github.com/bitcoin/bitcoin/pull/27653
<bitcoin-git> [bitcoin] fanquake merged pull request #27493: depends: no-longer nuke libc++abi.so* in native_clang package (master...darwin_llvm_clang_14) https://github.com/bitcoin/bitcoin/pull/27493
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8bfe503ec65f...29c36f070618
<bitcoin-git> bitcoin/master 9ae854d fanquake: depends: no-longer nuke libc++abi.so* in native_clang package
<bitcoin-git> bitcoin/master 29c36f0 fanquake: Merge bitcoin/bitcoin#27493: depends: no-longer nuke libc++abi.so* in nati...
<bitcoin-git> [bitcoin] fanquake merged pull request #27628: build: Fix shared lib linking for darwin with lld (master...fix-lld-macos-liblink) https://github.com/bitcoin/bitcoin/pull/27628
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9d85c03620bf...8bfe503ec65f
<bitcoin-git> bitcoin/master 283d955 Cory Fields: build: Fix shared lib linking for darwin with lld
<bitcoin-git> bitcoin/master 67aacc7 Cory Fields: build: cleanup comments after adding yet another libtool hack
<bitcoin-git> bitcoin/master 8bfe503 fanquake: Merge bitcoin/bitcoin#27628: build: Fix shared lib linking for darwin with...

2023-05-12

<bitcoin-git> [bitcoin] brunoerg opened pull request #27647: fuzz: wallet, add target for `fees` (master...2023-05-fuzz-wallet-fees) https://github.com/bitcoin/bitcoin/pull/27647
<bitcoin-git> [bitcoin] st3b1t closed pull request #27588: rpc: append rpcauth.py hash in config and show pass (master...rpcauth-show-pass-writeless) https://github.com/bitcoin/bitcoin/pull/27588
<bitcoin-git> [bitcoin] hebasto closed pull request #27645: W3CAdd files via upload (master...Madgregory123-patch-1) https://github.com/bitcoin/bitcoin/pull/27645
<bitcoin-git> [bitcoin] Madgregory123 opened pull request #27645: W3CAdd files via upload (master...Madgregory123-patch-1) https://github.com/bitcoin/bitcoin/pull/27645

2023-05-11

<bitcoin-git> [bitcoin] hebasto opened pull request #27627: [24.x] qt: 24.1rc3 translations update (24.x...230511-24.1rc3-tr) https://github.com/bitcoin/bitcoin/pull/27627

2023-05-10

<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27611: refactor(follow-up): Use ChainType enum exhaustively (master...followUp27491) https://github.com/bitcoin/bitcoin/pull/27611
<bitcoin-git> [bitcoin] ajtowns opened pull request #27610: Improve performance of p2p inv to send queues (master...202305-invtosend) https://github.com/bitcoin/bitcoin/pull/27610

2023-05-09

<bitcoin-git> [bitcoin] glozow opened pull request #27609: rpc: allow submitpackage to be called outside of regtest (master...open-submitpackage) https://github.com/bitcoin/bitcoin/pull/27609
<bitcoin-git> [bitcoin] sdaftuar opened pull request #27608: p2p: Avoid prematurely clearing download state for other peers (master...2023-05-download-bug) https://github.com/bitcoin/bitcoin/pull/27608
<bitcoin-git> [bitcoin] furszy opened pull request #27607: init: verify blocks data existence only once for all the indexers (master...2023_index_decouple_has_data_checks) https://github.com/bitcoin/bitcoin/pull/27607
<bitcoin-git> [bitcoin] fanquake merged pull request #27491: refactor: Move chain constants to the util library (master...kernelChainType) https://github.com/bitcoin/bitcoin/pull/27491
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/d5ff96f92008...fc06881f1349
<bitcoin-git> bitcoin/master bfc21c3 TheCharlatan: refactor: Create chaintype files
<bitcoin-git> bitcoin/master 401453d TheCharlatan: refactor: Introduce ChainType getters for ArgsManager
<bitcoin-git> bitcoin/master ba8fc7d TheCharlatan: refactor: Replace string chain name constants with ChainTypes
<bitcoin-git> [bitcoin] fanquake merged pull request #27594: refactor: Remove unused GetTimeMillis (master...2305-remove-GetTimeMillis-) https://github.com/bitcoin/bitcoin/pull/27594
<bitcoin-git> bitcoin/master fae1d9c MarcoFalke: refactor: Remove unused GetTimeMillis
<bitcoin-git> bitcoin/master d5ff96f fanquake: Merge bitcoin/bitcoin#27594: refactor: Remove unused GetTimeMillis
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b13830eff663...d5ff96f92008
<bitcoin-git> [bitcoin] fanquake merged pull request #27517: qt: 25.0rc2 translations update (25.x...230423-25.0rc2-tr) https://github.com/bitcoin/bitcoin/pull/27517
<bitcoin-git> [bitcoin] fanquake merged pull request #27575: Introduce platform-agnostic `ALWAYS_INLINE` macro (master...230504-inline) https://github.com/bitcoin/bitcoin/pull/27575
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fa53611cf1b2...b13830eff663
<bitcoin-git> bitcoin/master e16c22f Hennadii Stepanov: Introduce platform-agnostic `ALWAYS_INLINE` macro
<bitcoin-git> bitcoin/master b13830e fanquake: Merge bitcoin/bitcoin#27575: Introduce platform-agnostic `ALWAYS_INLINE` m...
<bitcoin-git> bitcoin/master 3f19875 Hennadii Stepanov: scripted-diff: Use platform-agnostic `ALWAYS_INLINE` macro
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27605: refactor: Replace global find_value function with UniValue::find_value method (master...2305-univalue-no-dangling-) https://github.com/bitcoin/bitcoin/pull/27605
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27604: add ryanofsky to trusted-keys (master...pr/key) https://github.com/bitcoin/bitcoin/pull/27604
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #27603: test: added coverage to mining_basic.py (master...test/mining/emptyBlockVtx) https://github.com/bitcoin/bitcoin/pull/27603

2023-05-08

<bitcoin-git> [bitcoin] sr-gi opened pull request #27602: net: avoid serving non-announced txs as a result of a MEMPOOL message (master...mempool-not-inved) https://github.com/bitcoin/bitcoin/pull/27602
<bitcoin-git> [bitcoin] furszy opened pull request #27601: wallet: don't duplicate change output if already exist (master...2023_wallet_double_change_output) https://github.com/bitcoin/bitcoin/pull/27601
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27600: Make peer eviction slightly more aggresive to make room for whitelisted inbound connections (master...whitebind-evict) https://github.com/bitcoin/bitcoin/pull/27600