2024-09-23

<bitcoin-git> [bitcoin] stratospher opened pull request #30951: net: option to disallow v1 connection on ipv4 and ipv6 peers (master...v2-only-option) https://github.com/bitcoin/bitcoin/pull/30951
<bitcoin-git> [bitcoin] Sjors closed pull request #30949: doc: macOS 15 ships llvm 16 (master...2024/09/macos) https://github.com/bitcoin/bitcoin/pull/30949
<bitcoin-git> [bitcoin] Sjors opened pull request #30949: doc: macOS 15 ships llvm 16 (master...2024/09/macos) https://github.com/bitcoin/bitcoin/pull/30949
<bitcoin-git> [bitcoin] maflcko opened pull request #30948: test: Add missing sync_mempools() to fill_mempool() (master...2409-test-fix-tx-mem) https://github.com/bitcoin/bitcoin/pull/30948

2024-09-22

<bitcoin-git> [bitcoin] tdb3 opened pull request #30946: doc: correct the zmq automatic build info (master...20240922_zmq_doc_default_off) https://github.com/bitcoin/bitcoin/pull/30946
<bitcoin-git> [bitcoin] fanquake closed pull request #30945: doc: fix broken link to release (master...master) https://github.com/bitcoin/bitcoin/pull/30945
<bitcoin-git> [bitcoin] maflcko closed pull request #27638: rpc: show P2(W)SH redeemScript in getrawtransaction #27637 (master...master) https://github.com/bitcoin/bitcoin/pull/27638
<bitcoin-git> [bitcoin] tsnob opened pull request #30945: doc: fix broken link to release (master...master) https://github.com/bitcoin/bitcoin/pull/30945

2024-09-21

<bitcoin-git> [bitcoin] fjahr opened pull request #30942: test: Remove dead code from interface_zmq test (master...2024-10-zmq-test) https://github.com/bitcoin/bitcoin/pull/30942
<padillac> the exploit was submitted as an issue in the core github. my github account 'visualbasic6' was subsequently banned from the org. haha. sorry. it was around when this happened.... https://github.com/bitcoin/bitcoin/issues/27623
<padillac> whatup everybody. just talked to luke. i want credit for the bitcoin dos. this is kevin mcsheehan / pad
<bitcoin-git> [bitcoin] tdb3 opened pull request #30941: test: simplify timewarp boundary test (master...20240921_simplify_timewarp_tests) https://github.com/bitcoin/bitcoin/pull/30941
<bitcoin-git> [bitcoin] hebasto opened pull request #30940: depends: Fix build with `MULTIPROCESS=1` in Guix environment (master...240921-guix-mp) https://github.com/bitcoin/bitcoin/pull/30940

2024-09-20

<bitcoin-git> [bitcoin] achow101 merged pull request #30765: refactor: Allow `CScript`'s `operator` to accept spans, not just vectors (master...l0rinc/CScript-vector-and-array) https://github.com/bitcoin/bitcoin/pull/30765
<bitcoin-git> bitcoin/master c78d8ff Lőrinc: prevector: avoid GCC bogus warnings in insert method
<bitcoin-git> bitcoin/master cac846c Lőrinc: Allow CScript's operator<< to accept spans, not just vectors
<bitcoin-git> bitcoin/master 5e190cd Lőrinc: Replace CScript _hex_v_u8 appends with _hex
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0894748316c5...33adc7521cc8
<bitcoin-git> [bitcoin] achow101 merged pull request #30918: fuzz: Add check in `p2p_headers_presync` that chain work never exceeds minimum work (master...2024/09/headers-presync-fuzz-followup) https://github.com/bitcoin/bitcoin/pull/30918
<bitcoin-git> bitcoin/master 9aa5d1c marcofleon: add clarification in comment
<bitcoin-git> bitcoin/master 284bd17 marcofleon: add check that chainwork doesn't exceed minimum work
<bitcoin-git> bitcoin/master 0894748 Ava Chow: Merge bitcoin/bitcoin#30918: fuzz: Add check in `p2p_headers_presync` that...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f57a6754ed6a...0894748316c5
<bitcoin-git> [bitcoin] achow101 merged pull request #30826: fuzz: reduce number of iterations in `crypto_aeadchacha20poly1305` target (master...2024-09-fuzz-crypto-iterations) https://github.com/bitcoin/bitcoin/pull/30826
<bitcoin-git> bitcoin/master f482d0e brunoerg: fuzz: reduce number of iterations in `crypto_aeadchacha20poly1305` target
<bitcoin-git> bitcoin/master f57a675 Ava Chow: Merge bitcoin/bitcoin#30826: fuzz: reduce number of iterations in `crypto_...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/48c20dbd86c2...f57a6754ed6a
<bitcoin-git> [bitcoin] achow101 merged pull request #30794: interpreter: use int32_t instead of int type for risczero compile (master...r0-fit) https://github.com/bitcoin/bitcoin/pull/30794
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4148e60909e1...48c20dbd86c2
<bitcoin-git> bitcoin/master bc52cda Simon: fix use int32_t instead of int type for risczero compile with (-march=rv32...
<bitcoin-git> bitcoin/master 48c20db Ava Chow: Merge bitcoin/bitcoin#30794: interpreter: use int32_t instead of int type ...
<bitcoin-git> [bitcoin] achow101 merged pull request #30679: fix: handle invalid `-rpcbind` port earlier (master...handle_invalid_rpcbind_port) https://github.com/bitcoin/bitcoin/pull/30679
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a8a2628b7a96...4148e60909e1
<bitcoin-git> bitcoin/master 73c2439 tdb3: test: add tests for invalid rpcbind ports
<bitcoin-git> bitcoin/master 83b67f2 tdb3: refactor: move host/port checking
<bitcoin-git> bitcoin/master d38e3ae tdb3: fix: handle invalid rpcbind port earlier
<bitcoin-git> [bitcoin] achow101 merged pull request #30828: interfaces: #30697 follow ups (master...09-30697-follow-ups) https://github.com/bitcoin/bitcoin/pull/30828
<bitcoin-git> bitcoin/master 1c40900 ismaelsadeeq: test: remove wallet context from `write_wallet_settings_concurrently`
<bitcoin-git> bitcoin/master 1e9e735 ismaelsadeeq: chain: move new settings safely in `overwriteRwSetting`
<bitcoin-git> bitcoin/master c8e2eee ismaelsadeeq: chain: uniformly use `SettingsAction` enum in settings methods
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/0d81b3ddedc7...a8a2628b7a96
<bitcoin-git> [bitcoin] achow101 merged pull request #30568: addrman: change internal id counting to int64_t (master...202408_addrman_int) https://github.com/bitcoin/bitcoin/pull/30568
<bitcoin-git> bitcoin/master 051ba32 Martin Zumsande: addrman, refactor: introduce user-defined type for internal nId
<bitcoin-git> bitcoin/master 51f7668 Martin Zumsande: addrman: change nid_type from int to int64_t
<bitcoin-git> bitcoin/master 0d81b3d Ava Chow: Merge bitcoin/bitcoin#30568: addrman: change internal id counting to int64...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c985a34b9c32...0d81b3ddedc7
<bitcoin-git> [bitcoin] achow101 merged pull request #26990: cli: Improve error message on multiwallet cli-side commands (master...bitcoin-cli-generate-validation-when-rpcwallet) https://github.com/bitcoin/bitcoin/pull/26990
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/79f20fa1b1ec...c985a34b9c32
<bitcoin-git> bitcoin/master 54227e6 pablomartin4btc: rpc, cli: improve error message on multiwallet mode
<bitcoin-git> bitcoin/master c985a34 Ava Chow: Merge bitcoin/bitcoin#26990: cli: Improve error message on multiwallet cli...
<bitcoin-git> [bitcoin] fanquake merged pull request #30561: refactor: move `SignSignature` helpers to test utils (master...202407-refactor-move_signsignature_to_test_utils) https://github.com/bitcoin/bitcoin/pull/30561
<bitcoin-git> bitcoin/master 58499b0 Sebastian Falbesoner: refactor: move `SignSignature` helpers to test utils
<bitcoin-git> bitcoin/master 79f20fa merge-script: Merge bitcoin/bitcoin#30561: refactor: move `SignSignature` helpers to tes...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/197aa249551e...79f20fa1b1ec
<bitcoin-git> [bitcoin] fanquake closed pull request #30774: depends: Qt 5.15.15 (master...depends_qt_5_15_15) https://github.com/bitcoin/bitcoin/pull/30774
<bitcoin-git> qa-assets/main 84cea70 MarcoFalke: Temporarily: git rm -r ./fuzz_corpora/p2p_headers_presync
<bitcoin-git> [qa-assets] maflcko pushed 1 commit to main: https://github.com/bitcoin-core/qa-assets/compare/c3ddd9365d57...84cea7068728
<bitcoin-git> [bitcoin] theStack opened pull request #30937: scripted-diff: drop config/ subdir for bitcoin-config.h (master...202409-build-drop_config_subdir) https://github.com/bitcoin/bitcoin/pull/30937
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/84cd6478c422...197aa249551e
<bitcoin-git> bitcoin/master 0dd6625 Sebastian Falbesoner: build: drop obj/ subdir for generated build.h, rename to bitcoin-build-inf...
<bitcoin-git> bitcoin/master 7025942 Sebastian Falbesoner: build: drop superfluous `HAVE_BUILD_INFO` define
<bitcoin-git> bitcoin/master 197aa24 merge-script: Merge bitcoin/bitcoin#30856: build: drop obj/ subdirectory for generated b...
<bitcoin-git> [bitcoin] l0rinc opened pull request #30936: doc: Add `nproc` support for Mac through `coreutils` (master...l0rinc/nproc-mac) https://github.com/bitcoin/bitcoin/pull/30936
<bitcoin-git> [bitcoincore.org] fanquake closed pull request #1066: build(deps-dev): bump google-protobuf from 4.27.2 to 4.27.5 (master...dependabot/bundler/google-protobuf-4.27.5) https://github.com/bitcoin-core/bitcoincore.org/pull/1066
<bitcoin-git> [bitcoin] maflcko opened pull request #30935: ci: Approximate MAKEJOBS in image build phase (master...2409-ci-cpu) https://github.com/bitcoin/bitcoin/pull/30935
<bitcoin-git> qa-assets/main 459d58d marcofleon: add initial inputs
<bitcoin-git> qa-assets/main c3ddd93 maflcko: Merge pull request #207 from marcofleon/main
<bitcoin-git> [qa-assets] maflcko pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/bd3b5a8cd7bd...c3ddd9365d57
<bitcoin-git> [qa-assets] maflcko merged pull request #207: Initial inputs for `p2p_headers_presync` and `clusterlin_make_connected` (main...main) https://github.com/bitcoin-core/qa-assets/pull/207
<bitcoin-git> [bitcoin] maflcko closed pull request #30932: blockstorage: Avoid potential Memory Leak (master...master) https://github.com/bitcoin/bitcoin/pull/30932
<bitcoin-git> [bitcoin] hodlinator opened pull request #30933: test: Prove+document ConstevalFormatString/tinyformat parity (master...2024/09/tinyformat_consteval_parity) https://github.com/bitcoin/bitcoin/pull/30933

2024-09-19

<bitcoin-git> [bitcoin] LMAO798 opened pull request #30932: blockstorage: Avoid potential Memory Leak (master...master) https://github.com/bitcoin/bitcoin/pull/30932
<bitcoin-git> [qa-assets] marcofleon opened pull request #207: Initial inputs for `p2p_headers_presync` and `clusterlin_make_connected` (main...main) https://github.com/bitcoin-core/qa-assets/pull/207
<bitcoin-git> [bitcoin] jonatack opened pull request #30930: netinfo: add peer services column and outbound-only peers list (master...2023-05-add-peer-services-to-netinfo) https://github.com/bitcoin/bitcoin/pull/30930
<bitcoin-git> [bitcoincore.org] dependabot[bot] opened pull request #1066: build(deps-dev): bump google-protobuf from 4.27.2 to 4.27.5 (master...dependabot/bundler/google-protobuf-4.27.5) https://github.com/bitcoin-core/bitcoincore.org/pull/1066
<bitcoin-git> [bitcoin] fanquake merged pull request #30927: Follow-up after AutoFile position caching: remove unused code (master...202409_tellcache_followup) https://github.com/bitcoin/bitcoin/pull/30927
<bitcoin-git> bitcoin/master 67a3d59 Pieter Wuille: streams: remove unused code
<bitcoin-git> bitcoin/master caac06f Pieter Wuille: streams: reorder/document functions
<bitcoin-git> bitcoin/master 84cd647 merge-script: Merge bitcoin/bitcoin#30927: Follow-up after AutoFile position caching: re...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2db926f49c81...84cd6478c422
<bitcoin-git> [bitcoin] maflcko opened pull request #30929: log: Enforce trailing newline at compile time (master...2409-log-nl) https://github.com/bitcoin/bitcoin/pull/30929
<bitcoin-git> [bitcoin] stickies-v opened pull request #30928: util: refactor: add and use run-time safe tinyformat::try_format (master...2024-09/try-format) https://github.com/bitcoin/bitcoin/pull/30928
<achow101_> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<achow101_> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] sipa opened pull request #30927: Follow-up after AutoFile position caching: remove unused code (master...202409_tellcache_followup) https://github.com/bitcoin/bitcoin/pull/30927
<bitcoin-git> [bitcoin] fanquake closed pull request #29387: test: fix RPC coverage check (master...test-coverage) https://github.com/bitcoin/bitcoin/pull/29387
<bitcoin-git> [bitcoin] fanquake merged pull request #30889: log: Use ConstevalFormatString (master...2407-log) https://github.com/bitcoin/bitcoin/pull/30889
<bitcoin-git> bitcoin/master fa39b1c MarcoFalke: doc: move-only logging warning
<bitcoin-git> bitcoin/master fae9b60 MarcoFalke: test: Use LogPrintStr to test m_log_sourcelocations
<bitcoin-git> bitcoin/master facbcd4 MarcoFalke: log: Use ConstevalFormatString
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9ba56884f625...2db926f49c81
<bitcoin-git> [bitcoin] fanquake merged pull request #30869: ci: Print inner env, Make ccache config more flexible (master...2409-ci-stuff) https://github.com/bitcoin/bitcoin/pull/30869
<bitcoin-git> bitcoin/master fa7ca18 MarcoFalke: ci: Print inner env
<bitcoin-git> bitcoin/master aaaa7cf MarcoFalke: cirrus: Drop CCACHE_NOHASHDIR
<bitcoin-git> bitcoin/master fa14690 MarcoFalke: ci: Bump default CCACHE_MAXSIZE to 500M
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/ab0b5706b254...9ba56884f625
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1065: Add japanese translation about security advisories for vulnerabilities fixed in v24.0.1 (master...ja-translate-security-advisories-24.0.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1065
<bitcoin-git> bitcoincore.org/master 952272a azuchi: Add japanese translation about security advisories for vulnerabilities fix...
<bitcoin-git> bitcoincore.org/master 832981b merge-script: Merge bitcoin-core/bitcoincore.org#1065: Add japanese translation about se...
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/6e9b1694522b...832981b9a79c
<bitcoin-git> [bitcoin] LuizWT closed pull request #30925: Optimize: convert trusted keys list to a set for better performance (master...master) https://github.com/bitcoin/bitcoin/pull/30925
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1065: Add japanese translation about security advisories for vulnerabilities fixed in v24.0.1 (master...ja-translate-security-advisories-24.0.1) https://github.com/bitcoin-core/bitcoincore.org/pull/1065

2024-09-18

<bitcoin-git> bitcoincore.org/master 6e9b169 Ava Chow: Merge bitcoin-core/bitcoincore.org#1063: Security advisories for vulnerabi...
<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1063: Security advisories for vulnerabilities fixed in v24.0.1 (master...202409_september_batch) https://github.com/bitcoin-core/bitcoincore.org/pull/1063
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/6e23e6c16666...6e9b1694522b
<bitcoin-git> bitcoincore.org/master 0e68bf9 Antoine Poinsot: Disclosure of headers OOM (fixed by pre-sync)
<bitcoin-git> [gui-qml] D33r-Gee opened pull request #421: UI Only AU Snapshot Import Flow (main...qml-au-display) https://github.com/bitcoin-core/gui-qml/pull/421
<bitcoin-git> [bitcoin] LuizWT opened pull request #30925: Optimize: convert trusted keys list to a set for better performance (master...master) https://github.com/bitcoin/bitcoin/pull/30925
<bitcoin-git> [bitcoin] mzumsande closed pull request #28538: p2p: attempt to fill full outbound connection slots with peers that support tx relay (master...202309_fullob_to_blocksonly) https://github.com/bitcoin/bitcoin/pull/28538
<bitcoin-git> [bitcoin] fanquake merged pull request #30875: doc: fixed inconsistencies in documentation between autotools to cmake change (master...devNotesDebugBuild) https://github.com/bitcoin/bitcoin/pull/30875
<bitcoin-git> bitcoin/master ab0b570 merge-script: Merge bitcoin/bitcoin#30875: doc: fixed inconsistencies in documentation b...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fd08fded63ad...ab0b5706b254
<bitcoin-git> bitcoin/master a9964c0 kevkevinpal: doc: Updating docs from autotools to cmake
<bitcoin-git> [bitcoin] fanquake merged pull request #30639: ci: Use clang-19 in msan tasks (master...2408-ci-msan-19) https://github.com/bitcoin/bitcoin/pull/30639
<bitcoin-git> bitcoin/master ccccb67 MarcoFalke: ci: Use clang-19 in msan tasks
<bitcoin-git> bitcoin/master fd08fde merge-script: Merge bitcoin/bitcoin#30639: ci: Use clang-19 in msan tasks
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69409bc6e558...fd08fded63ad
<bitcoin-git> [gui] hebasto opened pull request #837: Fix linking when configured with `-DENABLE_WALLET=OFF` (Qt 6) (master...240918-wallet-header) https://github.com/bitcoin-core/gui/pull/837
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed tag v28.0rc2: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v28.0rc2
<bitcoin-git> bitcoin-detached-sigs/28.x 0431687 Ava Chow: 28.0: win sig for rc2
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/8add3c50f8cc...043168735bd2
<bitcoin-git> [bitcoincore.org] darosior opened pull request #1063: Security advisories for vulnerabilities fixed in v24.0.1 (master...202409_september_batch) https://github.com/bitcoin-core/bitcoincore.org/pull/1063
<bitcoin-git> [bitcoin] l0rinc opened pull request #30921: test: generalize HasReason and use it in FailFmtWithError (master...l0rinc/format-hasReason) https://github.com/bitcoin/bitcoin/pull/30921
<bitcoin-git> bitcoin-detached-sigs/28.x 8add3c5 fanquake: 28.x: macOS sig for rc2
<bitcoin-git> [bitcoin-detached-sigs] fanquake pushed 1 commit to 28.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/58e8aa11919d...8add3c50f8cc
<bitcoin-git> [bitcoin] fanquake merged pull request #30908: doc: remove Eclipser fuzzing documentation (master...2024-09-update-eclipser-fuzzing-doc) https://github.com/bitcoin/bitcoin/pull/30908
<bitcoin-git> bitcoin/master 735436d Jon Atack: Remove outdated Eclipser fuzzing documentation
<bitcoin-git> bitcoin/master 69409bc merge-script: Merge bitcoin/bitcoin#30908: doc: remove Eclipser fuzzing documentation
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b97882ab53e...69409bc6e558
<bitcoin-git> bitcoin/master 6b97882 merge-script: Merge bitcoin/bitcoin#30915: ci: Use `ninja` to build in macOS native CI j...
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6fc469279712...6b97882ab53e
<bitcoin-git> bitcoin/master d01b85b Hennadii Stepanov: ci: Use `ninja` to build in macOS native CI job
<bitcoin-git> [bitcoin] maflcko opened pull request #30920: test: Remove 0.16.3 test from wallet_backwards_compatibility.py (master...2409-rem-test) https://github.com/bitcoin/bitcoin/pull/30920

2024-09-17

<bitcoin-git> [bitcoin] marcofleon opened pull request #30918: fuzz: Add check in `p2p_headers_presync` that chain work never exceeds minimum work (master...2024/09/headers-presync-fuzz-followup) https://github.com/bitcoin/bitcoin/pull/30918
<bitcoin-git> [bitcoin] achow101 pushed tag v28.0rc2: https://github.com/bitcoin/bitcoin/compare/v28.0rc2
<bitcoin-git> bitcoin/28.x 598415b MarcoFalke: test: Work around boost compilation error
<bitcoin-git> bitcoin/28.x c6b5db1 furszy: assumeUTXO: fix peers disconnection during sync
<bitcoin-git> bitcoin/28.x b329ed7 furszy: test: add coverage for assumeUTXO honest peers disconnection
<bitcoin-git> [bitcoin] fanquake merged pull request #30827: [28.x] Further backports and rc2 (28.x...rc2-backports) https://github.com/bitcoin/bitcoin/pull/30827
<bitcoin-git> [bitcoin] fanquake pushed 11 commits to 28.x: https://github.com/bitcoin/bitcoin/compare/fa460884406b...1147e72953d1
<bitcoin-git> [bitcoin] fanquake merged pull request #29624: doc: update NeedsRedownload() and nStatus comment (master...2024/03/no-rewind) https://github.com/bitcoin/bitcoin/pull/29624
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2a0949f0977d...6fc469279712
<bitcoin-git> bitcoin/master af9f987 Sjors Provoost: doc: update NeedsRedownload() comment
<bitcoin-git> bitcoin/master 6fc4692 merge-script: Merge bitcoin/bitcoin#29624: doc: update NeedsRedownload() and nStatus com...
<bitcoin-git> [bitcoin] fanquake merged pull request #30888: build: optimize .h generation in GenerateHeaderFrom{Raw,Json}.cmake (master...lorinc/cmake-header-optimization) https://github.com/bitcoin/bitcoin/pull/30888
<bitcoin-git> bitcoin/master aa003d1 Lőrinc: build: Minimize I/O operations in GenerateHeaderFromRaw.cmake
<bitcoin-git> bitcoin/master 2a58114 Lőrinc: build: Minimize I/O operations in GenerateHeaderFromJson.cmake
<bitcoin-git> bitcoin/master 2a0949f merge-script: Merge bitcoin/bitcoin#30888: build: optimize .h generation in GenerateHead...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bdbc90f29ac7...2a0949f0977d
<bitcoin-git> [bitcoin] fanquake merged pull request #30902: Remove Autotools packages from CI (and depends doc) (master...240914-libtool) https://github.com/bitcoin/bitcoin/pull/30902
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a95e742b6920...bdbc90f29ac7
<bitcoin-git> bitcoin/master b786449 Hennadii Stepanov: ci: Do not install Autotools packages
<bitcoin-git> bitcoin/master 712d105 Hennadii Stepanov: depends, doc: Do not install Autotools packages
<bitcoin-git> bitcoin/master 7a8a6a0 Hennadii Stepanov: doc: Fix comment in `contrib/devtools/check-deps.sh` script
<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 fab932b MarcoFalke: ci: Remove incorrectly hardcoded HOST in mac_native task
<bitcoin-git> bitcoin/master a95e742 merge-script: Merge bitcoin/bitcoin#30913: ci: Use macos-14 GHA image (x86_64-apple-darw...
<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 829becd brunoerg: addrman: change `Select` to support multiple networks
<bitcoin-git> bitcoin/master e4e3b44 brunoerg: net: call `Select` with reachable networks in `ThreadOpenConnections`
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e983ed41d9f7...06329eb13488
<bitcoin-git> bitcoin/master f698636 brunoerg: net: add `All()` in `ReachableNets`
<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 e5b537b Martin Zumsande: rest: improve error when only header of a block is available.
<bitcoin-git> bitcoin/master 5290cbd Martin Zumsande: rpc: Improve getblock / getblockstats error when only header is available.
<bitcoin-git> bitcoin/master 69fc867 Martin Zumsande: test: add coverage to getblock and getblockstats
<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 bb3b980 Sjors Provoost: validation: drop maximum -dbcache
<bitcoin-git> bitcoin/master fce9e06 Ava Chow: Merge bitcoin/bitcoin#28358: Drop -dbcache limit
<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] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2bf721e76a57...3f66642820b4
<bitcoin-git> bitcoin/master dd87b6d Sjors Provoost: Have createNewBlock return BlockTemplate interface
<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] 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
<gribble> https://github.com/bitcoin/bitcoin/issues/30440 | Have createNewBlock() return a BlockTemplate interface by Sjors · Pull Request #30440 · bitcoin/bitcoin · GitHub
<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 07f4ceb Sergi Delgado Segura: refactor: move m_is_inbound out of CNodeState
<bitcoin-git> bitcoin/master 71af743 Ava Chow: Merge bitcoin/bitcoin#30233: 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
<gribble> https://github.com/bitcoin/bitcoin/issues/30883 | build: Revert "Minimize I/O operations in `GenerateHeaderFrom{Json,Raw}.cmake`" by hebasto · Pull Request #30883 · bitcoin/bitcoin · GitHub
<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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fea550b480c8...1d5b2406bb9c
<bitcoin-git> bitcoin/master 9556061 Sebastian Falbesoner: code style: update .editorconfig file
<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 282f0e9 Jon Atack: Unit test runner documentation fix and improvements
<bitcoin-git> bitcoin/master fea550b merge-script: Merge bitcoin/bitcoin#30890: doc: unit test runner help fixup and improvem...
<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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e43ce250c6fb...06a9f7789e35
<bitcoin-git> bitcoin/master 001b1cf fanquake: build: use standard branch-protection for aarch64-linux
<bitcoin-git> bitcoin/master 06a9f77 merge-script: Merge bitcoin/bitcoin#30433: build: add `standard branch-protection` to ha...
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/30827 | [28.x] Further backports and rc2 by achow101 · Pull Request #30827 · bitcoin/bitcoin · GitHub
<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 a965f2b furszy: gui: fix crash when closing wallet
<bitcoin-git> bitcoin/master e43ce25 Hennadii Stepanov: Merge bitcoin-core/gui#835: 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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e46bebb444df...cf0120ff024a
<bitcoin-git> bitcoin/master 19f4a7c Fabian Jahr: test: Wait for local services to update in feature_assumeutxo
<bitcoin-git> bitcoin/master cf0120f Ava Chow: Merge bitcoin/bitcoin#30880: test: Wait for local services to update in fe...
<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] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/be768dbd185b...e46bebb444df
<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/master fa7087b MarcoFalke: util: Use compile-time check for FatalErrorf
<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 743ac30 Lőrinc: Add std::optional support to Boost's equality check
<bitcoin-git> bitcoin/master 1994786 Lőrinc: Use BOOST_CHECK_EQUAL for optional, arith_uint256, uint256, uint160
<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] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7d43bca05220...24817e8b1510
<bitcoin-git> bitcoin/master 45be32f TheCharlatan: build: Produce a usable static kernel library
<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] 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
<dzxzg> I tried setting up windows profiling in Visual Studio but could only get the CPU profiler to work, on my system at least Visual Studio just crashes when I try to use the more sophisticated "Instrumentation" profiler that measures call counts and wall clock time taken by calls with bitcoin core. (You have to add the /PROFILE linker flag to use the
<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