2024-09-17

<bitcoin-git> bitcoin/master b786449 Hennadii Stepanov: ci: Do not install Autotools packages
<bitcoin-git> [bitcoin] fanquake merged pull request #30913: ci: Use macos-14 GHA image (x86_64-apple-darwin22.6.0 - arm64-apple-darwin23.6.0) (master...2409-ci-m1) https://github.com/bitcoin/bitcoin/pull/30913
<bitcoin-git> bitcoin/master a95e742 merge-script: Merge bitcoin/bitcoin#30913: ci: Use macos-14 GHA image (x86_64-apple-darw...
<bitcoin-git> bitcoin/master fab932b MarcoFalke: ci: Remove incorrectly hardcoded HOST in mac_native task
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/225718eda89d...a95e742b6920
<bitcoin-git> bitcoin/master fa8f35d MarcoFalke: ci: Use macos-14 GHA image
<bitcoin-git> [bitcoin] hebasto closed pull request #30917: Bitcoil (master...master) https://github.com/bitcoin/bitcoin/pull/30917
<bitcoin-git> [bitcoin] MichaelXCity opened pull request #30917: Bitcoil (master...master) https://github.com/bitcoin/bitcoin/pull/30917
<bitcoin-git> [bitcoin] MichaelXCity closed pull request #30916: Bitcoil project (master...master) https://github.com/bitcoin/bitcoin/pull/30916
<bitcoin-git> [bitcoin] MichaelXCity opened pull request #30916: Bitcoil project (master...master) https://github.com/bitcoin/bitcoin/pull/30916
<bitcoin-git> [bitcoin] hebasto opened pull request #30915: ci: Use `ninja` to build in macOS native CI job (master...240917-ci-ninja) https://github.com/bitcoin/bitcoin/pull/30915
<bitcoin-git> [bitcoin] maflcko closed pull request #30914: Bitcoil Project (master...master) https://github.com/bitcoin/bitcoin/pull/30914
<bitcoin-git> [bitcoin] MichaelXCity opened pull request #30914: Bitcoil Project (master...master) https://github.com/bitcoin/bitcoin/pull/30914
<bitcoin-git> [bitcoin] fanquake merged pull request #30438: guix: (explicitly) build Linux GCC with `--enable-cet` (master...enable_cet) https://github.com/bitcoin/bitcoin/pull/30438
<bitcoin-git> bitcoin/master 89bf11b fanquake: guix: build Linux GCC with --enable-cet
<bitcoin-git> bitcoin/master 225718e merge-script: Merge bitcoin/bitcoin#30438: guix: (explicitly) build Linux GCC with `--en...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9f1aa88d4d95...225718eda89d
<bitcoin-git> [bitcoin] maflcko opened pull request #30913: ci: Use macos-14 GHA image (master...2409-ci-m1) https://github.com/bitcoin/bitcoin/pull/30913
<bitcoin-git> [bitcoin] Sjors closed pull request #30898: ci: honor ci bypass prefix in test-each-commit (master...2024/09/ci-skip-each) https://github.com/bitcoin/bitcoin/pull/30898
<bitcoin-git> [bitcoin] achow101 merged pull request #30884: streams: cache file position within AutoFile (master...202409_reduce_ftell_xor) https://github.com/bitcoin/bitcoin/pull/30884
<bitcoin-git> bitcoin/master e624a9b Pieter Wuille: streams: cache file position within AutoFile
<bitcoin-git> bitcoin/master a240e15 Pieter Wuille: streams: remove AutoFile::Get() entirely
<bitcoin-git> bitcoin/master 9f1aa88 Ava Chow: Merge bitcoin/bitcoin#30884: streams: cache file position within AutoFile
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/06329eb13488...9f1aa88d4d95
<bitcoin-git> [bitcoin] glozow closed pull request #30820: TxDownloadManager refactor followups (master...2024-09-30110-followups) https://github.com/bitcoin/bitcoin/pull/30820

2024-09-16

<bitcoin-git> [bitcoin] mzumsande closed pull request #30912: wallet: Fix error messages telling user to specify wallet (master...202409_multiwallet_rpc_error) https://github.com/bitcoin/bitcoin/pull/30912
<bitcoin-git> [bitcoin] mzumsande opened pull request #30912: wallet: Fix error messages telling user to specify wallet (master...202409_multiwallet_rpc_error) https://github.com/bitcoin/bitcoin/pull/30912
<bitcoin-git> [bitcoin] achow101 merged pull request #29436: net: call `Select` with reachable networks in `ThreadOpenConnections` (master...2024-02-addrman-select-networks) https://github.com/bitcoin/bitcoin/pull/29436
<bitcoin-git> bitcoin/master e4e3b44 brunoerg: net: call `Select` with reachable networks in `ThreadOpenConnections`
<bitcoin-git> bitcoin/master 829becd brunoerg: addrman: change `Select` to support multiple networks
<bitcoin-git> bitcoin/master f698636 brunoerg: net: add `All()` in `ReachableNets`
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e983ed41d9f7...06329eb13488
<bitcoin-git> [bitcoin] achow101 merged pull request #30410: rpc, rest: Improve block rpc error handling, check header before attempting to read block data. (master...202407_getblock_error) https://github.com/bitcoin/bitcoin/pull/30410
<bitcoin-git> bitcoin/master 69fc867 Martin Zumsande: test: add coverage to getblock and getblockstats
<bitcoin-git> bitcoin/master 5290cbd Martin Zumsande: rpc: Improve getblock / getblockstats error when only header is available.
<bitcoin-git> bitcoin/master e5b537b Martin Zumsande: rest: improve error when only header of a block is available.
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/fce9e065c16c...e983ed41d9f7
<bitcoin-git> [bitcoin] achow101 merged pull request #28358: Drop -dbcache limit (master...2023/08/double-your-coins---cache) https://github.com/bitcoin/bitcoin/pull/28358
<bitcoin-git> bitcoin/master fce9e06 Ava Chow: Merge bitcoin/bitcoin#28358: Drop -dbcache limit
<bitcoin-git> bitcoin/master bb3b980 Sjors Provoost: validation: drop maximum -dbcache
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d000b85dd4b...fce9e065c16c
<bitcoin-git> [bitcoin] achow101 merged pull request #30868: refactor: add clang-tidy `modernize-use-starts-ends-with` check (master...starts-with) https://github.com/bitcoin/bitcoin/pull/30868
<bitcoin-git> bitcoin/master fc7b507 Roman Zeyde: tidy: add clang-tidy `modernize-use-starts-ends-with` check
<bitcoin-git> bitcoin/master 8d000b8 Ava Chow: Merge bitcoin/bitcoin#30868: refactor: add clang-tidy `modernize-use-start...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f66642820b4...8d000b85dd4b
<bitcoin-git> [bitcoin] achow101 merged pull request #30440: Have createNewBlock() return a BlockTemplate interface (master...2024/07/newblock-iface) https://github.com/bitcoin/bitcoin/pull/30440
<bitcoin-git> bitcoin/master a93c171 Sjors Provoost: Drop unneeded nullptr check from CreateNewBlock()
<bitcoin-git> bitcoin/master 3f66642 Ava Chow: Merge bitcoin/bitcoin#30440: Have createNewBlock() return a BlockTemplate ...
<bitcoin-git> bitcoin/master dd87b6d Sjors Provoost: Have createNewBlock return BlockTemplate interface
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2bf721e76a57...3f66642820b4
<bitcoin-git> [bitcoin] theuni opened pull request #30911: build: speed up by flattening the dependency graph (master...cmake-flatten-dependencies) https://github.com/bitcoin/bitcoin/pull/30911
<bitcoin-git> [bitcoin] glozow merged pull request #30661: fuzz: Test headers pre-sync through p2p (master...2024/06/headers-sync-fuzztest) https://github.com/bitcoin/bitcoin/pull/30661
<bitcoin-git> bitcoin/master 0c02d4b marcofleon: net_processing: Make MAX_HEADERS_RESULTS a PeerManager option
<bitcoin-git> bitcoin/master a3f6f5a marcofleon: build: Automatically define FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION for f...
<bitcoin-git> bitcoin/master a0eaa47 marcofleon: Add FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION in PoW check
<bitcoin-git> [bitcoin] glozow pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/c38e9993de70...2bf721e76a57
<bitcoin-git> [bitcoin] glozow merged pull request #30286: cluster mempool: optimized candidate search (master...202406_clusterlin_opt) https://github.com/bitcoin/bitcoin/pull/30286
<bitcoin-git> bitcoin/master e4faea9 Pieter Wuille: clusterlin bench: have low/high iter benchmarks instead of per-iter
<bitcoin-git> bitcoin/master 85a285a Pieter Wuille: clusterlin: separate initial search entries per component (optimization)
<bitcoin-git> bitcoin/master b80e6df Pieter Wuille: clusterlin: add reordering support for DepGraph
<bitcoin-git> [bitcoin] glozow pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/37679b856ce1...c38e9993de70
<bitcoin-git> [bitcoin] fjahr opened pull request #30909: AssumeUTXO: Don't Assume m_chain_tx_count in GuessVerificationProgress (master...2024-09-au-guess) https://github.com/bitcoin/bitcoin/pull/30909
<bitcoin-git> [bitcoin] jonatack opened pull request #30908: doc: update Eclipser fuzzing documentation (master...2024-09-update-eclipser-fuzzing-doc) https://github.com/bitcoin/bitcoin/pull/30908
<bitcoin-git> [bitcoin] maflcko closed pull request #30907: Refactor TxStateString Function for Improved Performance and Readability (master...master) https://github.com/bitcoin/bitcoin/pull/30907
<bitcoin-git> [bitcoin] h0z3yn opened pull request #30907: Refactor TxStateString Function for Improved Performance and Readability (master...master) https://github.com/bitcoin/bitcoin/pull/30907
<bitcoin-git> [bitcoin] fanquake merged pull request #30899: qt: Translations update (master...240913-translations) https://github.com/bitcoin/bitcoin/pull/30899
<bitcoin-git> bitcoin/master ae05295 Hennadii Stepanov: qt: Translations update
<bitcoin-git> bitcoin/master 37679b8 merge-script: Merge bitcoin/bitcoin#30899: qt: Translations update
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c4ff18ee9ec...37679b856ce1

2024-09-15

<bitcoin-git> [gui] pablomartin4btc opened pull request #836: Fix both ipv6 proxy setup and reachable networks display issues in Options Dialog (UI only, no functionality impact) (master...gui-fix-ipv6-proxy-display) https://github.com/bitcoin-core/gui/pull/836
<bitcoin-git> [bitcoin] l0rinc opened pull request #30906: coins: prohibit direct flags access in CCoinsCacheEntry and remove invalid tests (master...l0rinc/hide-coin-flags) https://github.com/bitcoin/bitcoin/pull/30906

2024-09-14

<bitcoin-git> [bitcoin] hebasto opened pull request #30905: cmake: Switch to crc32c upstream build system (master...240914-crc32c) https://github.com/bitcoin/bitcoin/pull/30905
<bitcoin-git> [bitcoin] hebasto opened pull request #30903: cmake: Add `FindZeroMQ` module (master...240914-zeromq) https://github.com/bitcoin/bitcoin/pull/30903
<bitcoin-git> [bitcoin] hebasto opened pull request #30902: Remove Autotools packages from depends and CI (master...240914-libtool) https://github.com/bitcoin/bitcoin/pull/30902
<bitcoin-git> [bitcoin] hebasto opened pull request #30901: cmake: Revamp handling of data files for `{test,bench}_bitcoin` targets (master...240914-data-sources) https://github.com/bitcoin/bitcoin/pull/30901

2024-09-13

<bitcoin-git> [bitcoin] achow101 merged pull request #30896: kernel: Move background load thread to node context (master...ChainmanRmThreadLoad) https://github.com/bitcoin/bitcoin/pull/30896
<bitcoin-git> bitcoin/master 0c4ff18 Ava Chow: Merge bitcoin/bitcoin#30896: kernel: Move background load thread to node c...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87d54500bfa3...0c4ff18ee9ec
<bitcoin-git> bitcoin/master bc7900f TheCharlatan: kernel: Move background load thread to node context
<bitcoin-git> [bitcoin] achow101 merged pull request #30892: test: Check already deactivated network stays suspended after dumptxoutset (master...2024-09-network-inactive) https://github.com/bitcoin/bitcoin/pull/30892
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/71af7435ef93...87d54500bfa3
<bitcoin-git> bitcoin/master 72c9a1f Fabian Jahr: test: Check that network stays suspended after dumptxoutset if it was off ...
<bitcoin-git> bitcoin/master 87d5450 Ava Chow: Merge bitcoin/bitcoin#30892: test: Check already deactivated network stays...
<bitcoin-git> [bitcoin] achow101 merged pull request #30233: refactor: move m_is_inbound out of CNodeState (master...202406-refactor-inbound) https://github.com/bitcoin/bitcoin/pull/30233
<bitcoin-git> bitcoin/master 71af743 Ava Chow: Merge bitcoin/bitcoin#30233: refactor: move m_is_inbound out of CNodeState
<bitcoin-git> bitcoin/master 07f4ceb Sergi Delgado Segura: refactor: move m_is_inbound out of CNodeState
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d5b2406bb9c...71af7435ef93
<bitcoin-git> [bitcoin] hebasto opened pull request #30899: qt: Translations update (master...240913-translations) https://github.com/bitcoin/bitcoin/pull/30899
<bitcoin-git> [bitcoin] fanquake merged pull request #30877: code style: update .editorconfig file (master...202409-update_editorconfig) https://github.com/bitcoin/bitcoin/pull/30877
<bitcoin-git> bitcoin/master 1d5b240 merge-script: Merge bitcoin/bitcoin#30877: code style: update .editorconfig file
<bitcoin-git> bitcoin/master 9556061 Sebastian Falbesoner: code style: update .editorconfig file
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fea550b480c8...1d5b2406bb9c
<bitcoin-git> [bitcoin] fanquake merged pull request #30890: doc: unit test runner help fixup and improvements (master...2024-09-unit-test-doc-fixup) https://github.com/bitcoin/bitcoin/pull/30890
<bitcoin-git> bitcoin/master fea550b merge-script: Merge bitcoin/bitcoin#30890: doc: unit test runner help fixup and improvem...
<bitcoin-git> bitcoin/master 282f0e9 Jon Atack: Unit test runner documentation fix and improvements
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/06a9f7789e35...fea550b480c8
<bitcoin-git> [bitcoin] fanquake merged pull request #30433: build: add `standard branch-protection` to hardening flags for aarch64-linux (master...standard_branch_fedora) https://github.com/bitcoin/bitcoin/pull/30433
<bitcoin-git> bitcoin/master 06a9f77 merge-script: Merge bitcoin/bitcoin#30433: build: add `standard branch-protection` to ha...
<bitcoin-git> bitcoin/master 001b1cf fanquake: build: use standard branch-protection for aarch64-linux
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e43ce250c6fb...06a9f7789e35
<bitcoin-git> [bitcoin] Sjors opened pull request #30898: ci: honor ci bypass prefix in test-each-commit (master...2024/09/ci-skip-each) https://github.com/bitcoin/bitcoin/pull/30898
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #30896: kernel: Move background load thread to node context (master...ChainmanRmThreadLoad) https://github.com/bitcoin/bitcoin/pull/30896
<bitcoin-git> [gui] hebasto merged pull request #835: Fix crash when closing wallet (master...2024_gui_fix_wallet_close_crash) https://github.com/bitcoin-core/gui/pull/835
<bitcoin-git> bitcoin/master e43ce25 Hennadii Stepanov: Merge bitcoin-core/gui#835: Fix crash when closing wallet
<bitcoin-git> bitcoin/master a965f2b furszy: gui: fix crash when closing wallet
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf0120ff024a...e43ce250c6fb

2024-09-12

<bitcoin-git> [gui] furszy opened pull request #835: gui: fix crash when closing wallet (master...2024_gui_fix_wallet_close_crash) https://github.com/bitcoin-core/gui/pull/835
<bitcoin-git> [bitcoin] fjahr opened pull request #30893: test: Introduce ensure helper (master...2024-09-shouldnt-happen) https://github.com/bitcoin/bitcoin/pull/30893
<bitcoin-git> [bitcoin] fjahr opened pull request #30892: test: Check already deactivated network stays suspended after dumptxoutset (master...2024-09-network-inactive) https://github.com/bitcoin/bitcoin/pull/30892
<bitcoin-git> [bitcoin] jonatack opened pull request #30890: doc: unit test runner help fixup (master...2024-09-unit-test-doc-fixup) https://github.com/bitcoin/bitcoin/pull/30890
<bitcoin-git> [bitcoin] achow101 merged pull request #30880: test: Wait for local services to update in feature_assumeutxo (master...2024-09-au-services-test) https://github.com/bitcoin/bitcoin/pull/30880
<bitcoin-git> bitcoin/master cf0120f Ava Chow: Merge bitcoin/bitcoin#30880: test: Wait for local services to update in fe...
<bitcoin-git> bitcoin/master 19f4a7c Fabian Jahr: test: Wait for local services to update in feature_assumeutxo
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e46bebb444df...cf0120ff024a
<bitcoin-git> [bitcoin] maflcko opened pull request #30889: log: Use ConstevalFormatString (master...2407-log) https://github.com/bitcoin/bitcoin/pull/30889
<bitcoin-git> [bitcoin] l0rinc opened pull request #30888: build: Minimize I/O operations in GenerateHeaderFromRaw.cmake (master...lorinc/cmake-header-optimization) https://github.com/bitcoin/bitcoin/pull/30888
<bitcoin-git> [bitcoin] instagibbs opened pull request #30886: rpc: Add support to populate PSBT input utxos via rpc (master...2024-09-updateutxo_psbt) https://github.com/bitcoin/bitcoin/pull/30886
<bitcoin-git> [bitcoin] fjahr opened pull request #30885: scripted-diff: Modernize nLocalServices to m_local_services (master...2024-09-localservices-new) https://github.com/bitcoin/bitcoin/pull/30885
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30546: util: Use consteval checked format string in FatalErrorf, LogConnectFailure (master...2407-log) https://github.com/bitcoin/bitcoin/pull/30546
<bitcoin-git> bitcoin/master fa7087b MarcoFalke: util: Use compile-time check for FatalErrorf
<bitcoin-git> bitcoin/master fae7b83 MarcoFalke: lint: Remove forbidden functions from lint-format-strings.py
<bitcoin-git> bitcoin/master faa62c0 MarcoFalke: util: Add ConstevalFormatString
<bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/be768dbd185b...e46bebb444df
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30618: test: support std::optional in BOOST_CHECK_* and increase FromUserHex fuzz feature coverage (master...paplorinc/uint256S-usages) https://github.com/bitcoin/bitcoin/pull/30618
<bitcoin-git> bitcoin/master 1994786 Lőrinc: Use BOOST_CHECK_EQUAL for optional, arith_uint256, uint256, uint160
<bitcoin-git> bitcoin/master 743ac30 Lőrinc: Add std::optional support to Boost's equality check
<bitcoin-git> bitcoin/master 1eac96a Lőrinc: Compare FromUserHex result against other hex validators and parsers
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/07c7c96022dd...be768dbd185b
<bitcoin-git> [bitcoin] davidgumberg closed pull request #29965: Lint: improve subtree exclusion (master...rustlinv2) https://github.com/bitcoin/bitcoin/pull/29965
<bitcoin-git> [bitcoin] sipa opened pull request #30884: streams: cache file position within AutoFile (master...202409_reduce_ftell_xor) https://github.com/bitcoin/bitcoin/pull/30884
<bitcoin-git> [bitcoin] fanquake merged pull request #30883: build: Revert "Minimize I/O operations in `GenerateHeaderFrom{Json,Raw}.cmake`" (master...240912-slow-string) https://github.com/bitcoin/bitcoin/pull/30883
<bitcoin-git> bitcoin/master fdeb717 Hennadii Stepanov: Revert "build: Minimize I/O operations in `GenerateHeaderFrom{Json,Raw}.cm...
<bitcoin-git> bitcoin/master 07c7c96 merge-script: Merge bitcoin/bitcoin#30883: build: Revert "Minimize I/O operations in `Ge...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24817e8b1510...07c7c96022dd
<bitcoin-git> [bitcoin] fanquake merged pull request #30814: kernel: Create usable static kernel library (master...staticKernel) https://github.com/bitcoin/bitcoin/pull/30814
<bitcoin-git> bitcoin/master 0dd16d7 TheCharlatan: build: Add a pkg-config file for libbitcoinkernel
<bitcoin-git> bitcoin/master 24817e8 merge-script: Merge bitcoin/bitcoin#30814: kernel: Create usable static kernel library
<bitcoin-git> bitcoin/master 45be32f TheCharlatan: build: Produce a usable static kernel library
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7d43bca05220...24817e8b1510
<bitcoin-git> [bitcoin] hebasto opened pull request #30883: Revert "build: Minimize I/O operations in `GenerateHeaderFrom{Json,Raw}.cmake`" (master...240912-slow-string) https://github.com/bitcoin/bitcoin/pull/30883
<bitcoin-git> [bitcoin] dergoegge opened pull request #30882: wip: Split fuzz binary (take 2) (master...2024-09-split-fuzz) https://github.com/bitcoin/bitcoin/pull/30882
<bitcoin-git> [bitcoin] fanquake merged pull request #30872: test: fix exclude parsing for functional runner (master...110924-fix-runner-exclude) https://github.com/bitcoin/bitcoin/pull/30872
<bitcoin-git> bitcoin/master 7d43bca merge-script: Merge bitcoin/bitcoin#30872: test: fix exclude parsing for functional runn...
<bitcoin-git> bitcoin/master 72b46f2 Max Edwards: test: fix exclude parsing for functional runner
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf786eccd7ab...7d43bca05220
<bitcoin-git> [bitcoin] fanquake merged pull request #30865: build: Skip secp256k1 ctime tests when tests are not being built (master...240910-ctime-test) https://github.com/bitcoin/bitcoin/pull/30865
<bitcoin-git> bitcoin/master cf786ec merge-script: Merge bitcoin/bitcoin#30865: build: Skip secp256k1 ctime tests when tests ...
<bitcoin-git> bitcoin/master 23eedc5 Hennadii Stepanov: build: Skip secp256k1 ctime tests when tests are not being built
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5e99669ccfe...cf786eccd7ab
<bitcoin-git> [bitcoin] fjahr opened pull request #30880: test: Wait for local services to update in feature_assumeutxo (master...2024-09-au-services-test) https://github.com/bitcoin/bitcoin/pull/30880
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30879: test: re-bucket p2p_node_network_limited (master...ci-p2p_node_network_limited) https://github.com/bitcoin/bitcoin/pull/30879
<bitcoin-git> [bitcoin] theStack opened pull request #30877: code style: update .editorconfig file (master...202409-update_editorconfig) https://github.com/bitcoin/bitcoin/pull/30877
<bitcoin-git> [bitcoin] fanquake merged pull request #30733: test: remove unused src_dir param from run_tests after CMake migration (master...l0rinc/test-runner-param-cleanup) https://github.com/bitcoin/bitcoin/pull/30733
<bitcoin-git> bitcoin/master a5e9966 merge-script: Merge bitcoin/bitcoin#30733: test: remove unused src_dir param from run_te...
<bitcoin-git> bitcoin/master 2ad5601 Lőrinc: Remove unused src_dir param from run_tests
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c1e5072781f...a5e99669ccfe
<bitcoin-git> [bitcoin] fanquake merged pull request #30871: build: Add more cmake presets (master...202409_cmake_presets) https://github.com/bitcoin/bitcoin/pull/30871
<bitcoin-git> bitcoin/master 0c1e507 merge-script: Merge bitcoin/bitcoin#30871: build: Add more cmake presets
<bitcoin-git> bitcoin/master f15e817 Pieter Wuille: build: add more CMake presets (dev-mode, libfuzzer, libfuzzer-nosan)
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fcb61bbc8dd7...0c1e5072781f
<bitcoin-git> [bitcoin] fanquake merged pull request #27038: security-check: test for `_FORTIFY_SOURCE` usage in release binaries (master...sec_check_fortify_source) https://github.com/bitcoin/bitcoin/pull/27038
<bitcoin-git> bitcoin/master be4f782 fanquake: contrib: test for FORTIFY_SOURCE in security-check.py
<bitcoin-git> bitcoin/master fcb61bb merge-script: Merge bitcoin/bitcoin#27038: security-check: test for `_FORTIFY_SOURCE` us...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/85833cf05fb6...fcb61bbc8dd7
<bitcoin-git> [bitcoin] fanquake merged pull request #30847: test: Drop no longer needed workarounds (master...240908-tests) https://github.com/bitcoin/bitcoin/pull/30847
<bitcoin-git> bitcoin/master 5c80192 Hennadii Stepanov: test: Drop no longer needed workarounds
<bitcoin-git> bitcoin/master 85833cf merge-script: Merge bitcoin/bitcoin#30847: test: Drop no longer needed workarounds
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/11e2f9fff48f...85833cf05fb6
<bitcoin-git> [bitcoin] fanquake merged pull request #30835: build: Introduce "Kernel" installation component (master...240906-kernel) https://github.com/bitcoin/bitcoin/pull/30835
<bitcoin-git> bitcoin/master 11e2f9f merge-script: Merge bitcoin/bitcoin#30835: build: Introduce "Kernel" installation compon...
<bitcoin-git> bitcoin/master 7b04fab Hennadii Stepanov: build: Introduce "Kernel" installation component
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/db8350b0e3f5...11e2f9fff48f
<bitcoin-git> [bitcoin] fanquake merged pull request #30803: build: Minor build system fixes and amendments (master...240903-cmake-amend) https://github.com/bitcoin/bitcoin/pull/30803
<bitcoin-git> bitcoin/master 73b6185 Hennadii Stepanov: build: Print `CMAKE_CXX_COMPILER_ARG1` in summary
<bitcoin-git> bitcoin/master f03c942 Hennadii Stepanov: build, test: Add missed log options
<bitcoin-git> bitcoin/master 6f2cb0e Hennadii Stepanov: doc: Amend comment about ZeroMQ config files
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a86e7a476d50...db8350b0e3f5
<bitcoin-git> [bitcoin] fanquake merged pull request #30838: build: Use CMake's default permissions in macOS `deploy` target (master...240906-permissions) https://github.com/bitcoin/bitcoin/pull/30838
<bitcoin-git> bitcoin/master 5ba03e7 Hennadii Stepanov: build: Use CMake's default permissions in macOS `deploy` target
<bitcoin-git> bitcoin/master a86e7a4 merge-script: Merge bitcoin/bitcoin#30838: build: Use CMake's default permissions in mac...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f0eb63399a8f...a86e7a476d50
<bitcoin-git> [bitcoin] fanquake merged pull request #30841: ci: Post CMake-migration fixes and amendments (master...240907-ci-cmake) https://github.com/bitcoin/bitcoin/pull/30841
<bitcoin-git> bitcoin/master f0eb633 merge-script: Merge bitcoin/bitcoin#30841: ci: Post CMake-migration fixes and amendments
<bitcoin-git> bitcoin/master c45186c Hennadii Stepanov: ci: Switch from `make` to `cmake --build`
<bitcoin-git> bitcoin/master 6e5f33a Hennadii Stepanov: ci: Handle log files regardless of CMake's version
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/155963768af6...f0eb63399a8f
<bitcoin-git> [bitcoin] fanquake merged pull request #30842: build: Minimize I/O operations in `GenerateHeaderFrom{Json,Raw}.cmake` (master...240907-scripts) https://github.com/bitcoin/bitcoin/pull/30842
<bitcoin-git> bitcoin/master 1559637 merge-script: Merge bitcoin/bitcoin#30842: build: Minimize I/O operations in `GenerateHe...
<bitcoin-git> bitcoin/master b07fe66 Hennadii Stepanov: build: Minimize I/O operations in `GenerateHeaderFrom{Json,Raw}.cmake`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c77361888695...155963768af6
<bitcoin-git> [bitcoin] fanquake merged pull request #30867: build: Fix `ENABLE_WALLET` option (master...240910-wallet-option) https://github.com/bitcoin/bitcoin/pull/30867
<bitcoin-git> bitcoin/master c773618 merge-script: Merge bitcoin/bitcoin#30867: build: Fix `ENABLE_WALLET` option
<bitcoin-git> bitcoin/master 0037d53 Hennadii Stepanov: build: Fix `ENABLE_WALLET` option
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/349632e022da...c77361888695
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30875: doc: replaced --enable-debug with -DCMAKE_BUILD_TYPE=Debug in developer-notes (master...devNotesDebugBuild) https://github.com/bitcoin/bitcoin/pull/30875

2024-09-11

<bitcoin-git> [bitcoin] fanquake closed pull request #30874: curl -sSL "https://mempool.space/api/mempool/recent" (master...master) https://github.com/bitcoin/bitcoin/pull/30874
<bitcoin-git> [bitcoin] Sarsilmazxx02 opened pull request #30874: curl -sSL "https://mempool.space/api/mempool/recent" (master...master) https://github.com/bitcoin/bitcoin/pull/30874
<bitcoin-git> [bitcoin] m3dwards opened pull request #30872: test: fix exclude parsing for functional runner (master...110924-fix-runner-exclude) https://github.com/bitcoin/bitcoin/pull/30872
<bitcoin-git> [bitcoin] achow101 merged pull request #30807: Fix peers abruptly disconnecting from AssumeUTXO nodes during IBD (master...2024_net_assumeUTXO_service) https://github.com/bitcoin/bitcoin/pull/30807
<bitcoin-git> bitcoin/master 992f83b furszy: test: add coverage for assumeUTXO honest peers disconnection
<bitcoin-git> bitcoin/master 349632e Ava Chow: Merge bitcoin/bitcoin#30807: Fix peers abruptly disconnecting from AssumeU...
<bitcoin-git> bitcoin/master 6d5812e furszy: assumeUTXO: fix peers disconnection during sync
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f6298a878f4f...349632e022da
<bitcoin-git> [bitcoin] achow101 merged pull request #30840: docs: Updated debug build instructions for cmake (master...ion-developer-notes-1) https://github.com/bitcoin/bitcoin/pull/30840
<bitcoin-git> bitcoin/master 0b003e1 ion-: docs: Updated debug build instructions for cmake
<bitcoin-git> bitcoin/master f6298a8 Ava Chow: Merge bitcoin/bitcoin#30840: docs: Updated debug build instructions for cm...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8809aeb6e1e...f6298a878f4f
<bitcoin-git> [bitcoin] achow101 merged pull request #30870: docs: updated developer notes for --with-sanitizers to -DSANITIZERS (master...withSanatizersFlag) https://github.com/bitcoin/bitcoin/pull/30870
<bitcoin-git> bitcoin/master 4b1ce3c kevkevinpal: docs: updated developer notes for --with-sanitizers to -DSANITIZERS and re...
<bitcoin-git> bitcoin/master a8809ae Ava Chow: Merge bitcoin/bitcoin#30870: docs: updated developer notes for --with-sani...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0725a3749413...a8809aeb6e1e
<bitcoin-git> [bitcoin] sipa opened pull request #30871: Add more cmake presets (master...202409_cmake_presets) https://github.com/bitcoin/bitcoin/pull/30871
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30870: docs: updated developer notes for --with-sanitizers to -DSANITIZERS (master...withSanatizersFlag) https://github.com/bitcoin/bitcoin/pull/30870
<bitcoin-git> [bitcoin] maflcko opened pull request #30869: ci: Print inner env (master...2409-ci-stuff) https://github.com/bitcoin/bitcoin/pull/30869
<bitcoin-git> [gui-qml] hebasto merged pull request #416: add scrollbar to wallet select list (main...scrollbar-walletlist) https://github.com/bitcoin-core/gui-qml/pull/416
<bitcoin-git> gui-qml/main 84c4372 Hennadii Stepanov: Merge bitcoin-core/gui-qml#416: add scrollbar to wallet select list
<bitcoin-git> gui-qml/main ba98b83 Marnix: qml: add scrollbar to wallet select list
<bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/b979bdc88834...84c4372b67cd
<bitcoin-git> [bitcoin] romanz opened pull request #30868: http: Use 'starts_with' for matching URI prefix (master...starts-with) https://github.com/bitcoin/bitcoin/pull/30868
<bitcoin-git> [bitcoin] glozow merged pull request #30805: test: Add explicit onion bind to p2p_permissions (master...no-tor-p2p-permissions) https://github.com/bitcoin/bitcoin/pull/30805
<bitcoin-git> bitcoin/master 082779d Ava Chow: test: Add explicit onion bind to p2p_permissions
<bitcoin-git> bitcoin/master 0725a37 glozow: Merge bitcoin/bitcoin#30805: test: Add explicit onion bind to p2p_permissi...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c66c68345efb...0725a3749413

2024-09-10

<bitcoin-git> [bitcoin] hebasto opened pull request #30867: build: Fix `ENABLE_WALLET` option (master...240910-wallet-option) https://github.com/bitcoin/bitcoin/pull/30867
<bitcoin-git> [bitcoin] achow101 opened pull request #30866: descriptor: Add proper Clone function to miniscript::Node (master...multipath-spkm-fuzz-crash) https://github.com/bitcoin/bitcoin/pull/30866
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30773: Remove unsafe uint256S() and test-only uint160S() (master...2024-07/rm-uint256s) https://github.com/bitcoin/bitcoin/pull/30773
<bitcoin-git> bitcoin/master 62cc465 stickies-v: test: remove test-only uint256S
<bitcoin-git> bitcoin/master adc00ad stickies-v: test: remove test-only arith_uint256S
<bitcoin-git> bitcoin/master f51b237 stickies-v: refactor: rpc: use uint256::FromHex for ParseHashV
<bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/2756797ecaf0...c66c68345efb
<bitcoin-git> [bitcoin] hebasto opened pull request #30865: build: Skip secp256k1 ctime tests when tests are not being built (master...240910-ctime-test) https://github.com/bitcoin/bitcoin/pull/30865
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30065: init: fixes file descriptor accounting (master...2024-05-fdcount) https://github.com/bitcoin/bitcoin/pull/30065
<bitcoin-git> bitcoin/master d4c7c40 Sergi Delgado Segura: init: error out if -maxconnections is negative
<bitcoin-git> bitcoin/master c773649 Sergi Delgado Segura: init: improves file descriptors accounting and docs
<bitcoin-git> bitcoin/master 29008a7 Sergi Delgado Segura: init: fixes fd accounting regarding poll/select
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e4fb97a5127e...2756797ecaf0
<bitcoin-git> [bitcoin] hebasto opened pull request #30861: build: Improve `ccache` performance for different build directories (master...240910-ccache) https://github.com/bitcoin/bitcoin/pull/30861
<bitcoin-git> [bitcoin] fanquake merged pull request #30791: build: Use correct variable name (master...240902-secp-var) https://github.com/bitcoin/bitcoin/pull/30791
<bitcoin-git> bitcoin/master e4fb97a merge-script: Merge bitcoin/bitcoin#30791: build: Use correct variable name
<bitcoin-git> bitcoin/master 2d68c3b Hennadii Stepanov: build: Use correct variables when passing `-fsanitize` to libsecp256k1
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df3f63ccfa03...e4fb97a5127e
<bitcoin-git> [bitcoin] BrandonOdiwuor opened pull request #30860: test: autogenerate bash completion (master...bash-completion) https://github.com/bitcoin/bitcoin/pull/30860
<bitcoin-git> [bitcoin] LarryRuane opened pull request #30859: doc: cmake: prepend "build" to functional/test_runner.py (master...2024-09-cmake-build-functional) https://github.com/bitcoin/bitcoin/pull/30859
<bitcoin-git> [bitcoin] sipa opened pull request #30857: cluster mempool: extend DepGraph (multiple dependencies, removing transactions, parents/children) (master...202409_clusterlin_partialdep) https://github.com/bitcoin/bitcoin/pull/30857

2024-09-09

<bitcoin-git> [bitcoin] theStack opened pull request #30856: build: drop obj/ subdirectory for generated build.h (master...202409-build-drop_obj_subdir) https://github.com/bitcoin/bitcoin/pull/30856
<bitcoin-git> [bitcoin] achow101 merged pull request #30509: multiprocess: Add -ipcbind option to bitcoin-node (master...pr/ipc-bind) https://github.com/bitcoin/bitcoin/pull/30509
<bitcoin-git> bitcoin/master 73fe7d7 Ryan Ofsky: multiprocess: Add unit tests for connect, serve, and listen functions
<bitcoin-git> bitcoin/master 955d407 Russell Yanofsky: multiprocess: Add IPC connectAddress and listenAddress methods
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/712a2b5453cd...df3f63ccfa03
<bitcoin-git> bitcoin/master 4da2043 Ryan Ofsky: depends: Update libmultiprocess library for CustomMessage function and Thr...
<bitcoin-git> [bitcoin] l0rinc closed pull request #30699: test: add subsidy sum test, iterating every block (master...l0rinc/simplify_subsidy_limit_test) https://github.com/bitcoin/bitcoin/pull/30699
<bitcoin-git> [bitcoin] l0rinc closed pull request #30637: refactor: Migrate EmplaceCoinInternalDANGER to try_emplace (master...l0rinc/try_emplace) https://github.com/bitcoin/bitcoin/pull/30637
<bitcoin-git> [bitcoin] achow101 merged pull request #30817: test: Add coverage for dumptxoutset failure robustness (master...2024-09-dumptxoutset-fail-coverage) https://github.com/bitcoin/bitcoin/pull/30817
<bitcoin-git> bitcoin/master 4b5bf33 Fabian Jahr: test: Add coverage for failing dumptxoutset behavior
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fb52023ee69c...712a2b5453cd
<bitcoin-git> bitcoin/master c2b779d Fabian Jahr: refactor: Manage dumptxoutset RAII classes with std::optional
<bitcoin-git> bitcoin/master 712a2b5 Ava Chow: Merge bitcoin/bitcoin#30817: test: Add coverage for dumptxoutset failure r...
<bitcoin-git> [bitcoin] achow101 merged pull request #30684: init: fix init fatal error on invalid negated option value (master...2024_init_negated_args_err) https://github.com/bitcoin/bitcoin/pull/30684
<bitcoin-git> bitcoin/master fb52023 Ava Chow: Merge bitcoin/bitcoin#30684: init: fix init fatal error on invalid negated...
<bitcoin-git> bitcoin/master ee47ca2 furszy: init: fix fatal error on '-wallet' negated option value
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/746f88000e8b...fb52023ee69c
<bitcoin-git> [bitcoin] achow101 merged pull request #30401: fix: increase consistency of rpcauth parsing (master...rpcauth_blank_parsing) https://github.com/bitcoin/bitcoin/pull/30401
<bitcoin-git> bitcoin/master 2ad3689 tdb3: test: add norpcauth test
<bitcoin-git> bitcoin/master 67df0de tdb3: test: blank rpcauth CLI interaction
<bitcoin-git> bitcoin/master ecc98cc tdb3: test: add cases for blank rpcauth
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/df86a4f333e1...746f88000e8b
<bitcoin-git> [bitcoin] fanquake merged pull request #30845: Update libsecp256k1 subtree to latest master (master...240907-update-secp) https://github.com/bitcoin/bitcoin/pull/30845
<bitcoin-git> bitcoin/master df86a4f merge-script: Merge bitcoin/bitcoin#30845: Update libsecp256k1 subtree to latest master
<bitcoin-git> bitcoin/master 6115628 Hennadii Stepanov: Squashed 'src/secp256k1/' changes from 642c885b61..2f2ccc4695
<bitcoin-git> bitcoin/master ff54395 Hennadii Stepanov: Update secp256k1 subtree to latest master
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/94bc3c4cc084...df86a4f333e1
<bitcoin-git> [bitcoin] UdjinM6 closed pull request #29572: fix: avoid calling `GetCoin` and `SignTransaction()` inside of `assert(...)` in tests (master...fix_sign_in_assert) https://github.com/bitcoin/bitcoin/pull/29572
<bitcoin-git> [bitcoin] fanquake merged pull request #30824: cmake: decouple `FORTIFY_SOURCE` check from `Debug` build type (master...decouple_fortify_debug_mode) https://github.com/bitcoin/bitcoin/pull/30824
<bitcoin-git> bitcoin/master 94bc3c4 merge-script: Merge bitcoin/bitcoin#30824: cmake: decouple `FORTIFY_SOURCE` check from `...
<bitcoin-git> bitcoin/master 30803a3 fanquake: cmake: decouple FORTIFY_SOURCE check from Debug build type
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ba84c2774dd9...94bc3c4cc084
<bitcoin-git> [bitcoin] fanquake merged pull request #30823: cmake: add `USE_SOURCE_PERMISSIONS` to all `configure_file()` usage (master...configure_file_explicit_perms) https://github.com/bitcoin/bitcoin/pull/30823
<bitcoin-git> bitcoin/master ba84c27 merge-script: Merge bitcoin/bitcoin#30823: cmake: add `USE_SOURCE_PERMISSIONS` to all `c...
<bitcoin-git> bitcoin/master 1f054ec fanquake: cmake: add USE_SOURCE_PERMISSIONS to all configure_file usage
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/da3f4cb8eedd...ba84c2774dd9
<bitcoin-git> [bitcoin] fanquake merged pull request #30850: doc: fix minor typo (master...master) https://github.com/bitcoin/bitcoin/pull/30850
<bitcoin-git> bitcoin/master da3f4cb merge-script: Merge bitcoin/bitcoin#30850: doc: fix minor typo
<bitcoin-git> bitcoin/master 7a669fd Gutflo: docs: Fix minor typo
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a5fa90706add...da3f4cb8eedd
<bitcoin-git> [bitcoin] maflcko closed pull request #30019: test: use assert_greater_than util (master...testFrameworkLessthan) https://github.com/bitcoin/bitcoin/pull/30019

2024-09-08

<bitcoin-git> [bitcoin] klein818 opened pull request #30850: doc: fix minor typo (master...master) https://github.com/bitcoin/bitcoin/pull/30850
<bitcoin-git> [bitcoin] l0rinc opened pull request #30849: refactor: Remove unrealistic simulation state (master...l0rinc/GetCoin-optional) https://github.com/bitcoin/bitcoin/pull/30849
<bitcoin-git> [bitcoin] hebasto opened pull request #30847: test: Drop no longer needed workarounds (master...240908-tests) https://github.com/bitcoin/bitcoin/pull/30847

2024-09-07

<bitcoin-git> [bitcoin] hebasto opened pull request #30845: Update libsecp256k1 subtree to latest master (master...240907-update-secp) https://github.com/bitcoin/bitcoin/pull/30845
<bitcoin-git> [bitcoin] furszy opened pull request #30844: RPC: improve SFFO arg parsing, error catching and coverage (master...2024_rpc_wallet_sffo_duplicates) https://github.com/bitcoin/bitcoin/pull/30844
<bitcoin-git> [bitcoin] hebasto opened pull request #30842: build: Minimize I/O operations in `GenerateHeaderFrom{Json,Raw}.cmake` (master...240907-scripts) https://github.com/bitcoin/bitcoin/pull/30842
<bitcoin-git> [bitcoin] hebasto opened pull request #30841: ci: Post CMake-migration fixes and amendments (master...240907-ci-cmake) https://github.com/bitcoin/bitcoin/pull/30841
<bitcoin-git> [bitcoin] itornaza opened pull request #30840: docs: Updated debug build instructions for cmake (master...ion-developer-notes-1) https://github.com/bitcoin/bitcoin/pull/30840
<bitcoin-git> [crc32c-subtree] hebasto opened pull request #9: Sync to upstream (bitcoin-fork...240907-sync-to-upstream) https://github.com/bitcoin-core/crc32c-subtree/pull/9
<bitcoin-git> [bitcoincore.org] fanquake closed pull request #1062: Create devcontainer.json (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1062
<bitcoin-git> [bitcoincore.org] MMONSTER124 opened pull request #1062: Create devcontainer.json (master...patch-1) https://github.com/bitcoin-core/bitcoincore.org/pull/1062
<bitcoin-git> [bitcoin] Monzurrz closed pull request #30839: Create Satoshi diagnostics (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30839
<bitcoin-git> [bitcoin] Monzurrz opened pull request #30839: Create Satoshi diagnostics (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30839

2024-09-06

<bitcoin-git> [bitcoin] hebasto opened pull request #30838: build: Use CMake's default permissions in macOS `deploy` target (master...240906-permissions) https://github.com/bitcoin/bitcoin/pull/30838
<bitcoin-git> [gui-qml] hebasto merged pull request #383: Put BlockClock into an error state if node init fails (main...node-error-state) https://github.com/bitcoin-core/gui-qml/pull/383