2024-11-25

<bitcoin-git> [bitcoin] glozow merged pull request #31279: policy: ephemeral dust followups (master...2024-11-eph_dust_followups) https://github.com/bitcoin/bitcoin/pull/31279
<bitcoin-git> bitcoin/master cbf1a47 Greg Sanders: CheckEphemeralSpends: only compute txid of tx when needed
<bitcoin-git> bitcoin/master 04a614b Greg Sanders: Rename CheckValidEphemeralTx to PreCheckEphemeralTx
<bitcoin-git> bitcoin/master 3ed930a Greg Sanders: Have HasDust and PreCheckValidEphemeralTx take CTransaction
<bitcoin-git> [bitcoin] glozow pushed 30 commits to master: https://github.com/bitcoin/bitcoin/compare/2638fdb4f934...f7144b24be09
<bitcoin-git> [bitcoin] dergoegge opened pull request #31367: ci: limit max stack size to 512 KiB (master...2024-11-ci-ulimit-s) https://github.com/bitcoin/bitcoin/pull/31367
<bitcoin-git> [gui-qml] ciegovolador opened pull request #436: gui: add Clock icon in the nav bar refs #393 (main...clock-icon-in-navbar) https://github.com/bitcoin-core/gui-qml/pull/436
<bitcoin-git> [bitcoin] hebasto opened pull request #31366: cmake: Check `-Wno-*` compiler options for `leveldb` target (master...241125-nowarn) https://github.com/bitcoin/bitcoin/pull/31366
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31365: interpreter: Use the same type for SignatureHash in the definition (master...consensus_sighash_int_type) https://github.com/bitcoin/bitcoin/pull/31365
<gribble> https://github.com/bitcoin/bitcoin/issues/31293 | Discover() will not run if listening on any address with an explicit bind=0.0.0.0 · Issue #31293 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake closed pull request #28226: util/blockstorage: Add `TRACE_RAII`, slightly faster -reindex-chainstate with CBufferedFile (master...2023-08-more-CBufferedFile) https://github.com/bitcoin/bitcoin/pull/28226

2024-11-24

<bitcoin-git> [bitcoin] l0rinc opened pull request #31364: refactor: Fix remaining clang-tidy performance-unnecessary-copy-initialization errors (master...l0rinc/performance-unnecessary-copy-initialization) https://github.com/bitcoin/bitcoin/pull/31364
<bitcoin-git> [bitcoin] sipa opened pull request #31363: cluster mempool: introduce TxGraph (master...202411_txgraph) https://github.com/bitcoin/bitcoin/pull/31363
<bitcoin-git> [bitcoin] l0rinc opened pull request #31362: kernel, refactor: Replace `goto` with RAII in `bitcoin-chainstate` (master...l0rinc/remove-goto) https://github.com/bitcoin/bitcoin/pull/31362
<bitcoin-git> [bitcoin] hebasto opened pull request #31361: cmake, qt: Use absolute paths for includes in MOC-generated files (master...241124-moc) https://github.com/bitcoin/bitcoin/pull/31361
<bitcoin-git> [bitcoin] maflcko closed pull request #31354: Update addresstype.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31354
<bitcoin-git> [bitcoin] hebasto opened pull request #31360: depends: Avoid using helper variables in toolchain file (master...241124-vars) https://github.com/bitcoin/bitcoin/pull/31360
<bitcoin-git> [bitcoin] hebasto opened pull request #31359: cmake: Add `CheckLinkerSupportsPIE` module (master...241124-pie) https://github.com/bitcoin/bitcoin/pull/31359
<bitcoin-git> [gui-qml] hebasto merged pull request #428: Migrate to PageStacks (main...pagestack-migration) https://github.com/bitcoin-core/gui-qml/pull/428
<bitcoin-git> gui-qml/main d49b888 jarolrod: qml: Introduce PageStack control
<bitcoin-git> gui-qml/main 7ba2f62 jarolrod: qml: declare OnboardingWizard file, reintroduce as PageStack
<bitcoin-git> gui-qml/main f0e5951 jarolrod: qml: Swap existing StackViews for PageStack
<bitcoin-git> [gui-qml] hebasto pushed 5 commits to main: https://github.com/bitcoin-core/gui-qml/compare/15c1f39ddb71...574817b3b95a

2024-11-23

<yancy> Hello, I posted a question on stackexchange 3 or 4 days ago. It's been upvoted however still unanswered. I figure someone in this room probably knows the answer: https://bitcoin.stackexchange.com/questions/124799/how-does-bitcoin-core-wallet-calculate-the-weight-of-each-input-before-its-spen
<bitcoin-git> [bitcoin] hebasto opened pull request #31358: depends, refactor: Avoid hardcoding `host_prefix` in toolchain file (master...241122-toolchain) https://github.com/bitcoin/bitcoin/pull/31358
<bitcoin-git> [bitcoin] hebasto opened pull request #31357: cmake: Improve build script correctness (master...241123-no-targets) https://github.com/bitcoin/bitcoin/pull/31357
<bitcoin-git> [bitcoin] hebasto closed pull request #31300: depends: Update minimum required CMake version (master...241116-deps-cmake) https://github.com/bitcoin/bitcoin/pull/31300
<bitcoin-git> [bitcoin] andremralves opened pull request #31356: Add and use `satToBtc` and `btcToSat` util functions (master...btc-to-sat) https://github.com/bitcoin/bitcoin/pull/31356
<bitcoin-git> [bitcoin] karurung opened pull request #31354: Update addresstype.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31354

2024-11-22

<bitcoin-git> [bitcoin] jonatack opened pull request #31353: rpc, cli: add getbalances#total, and use it for -getinfo (master...2024-11-total-wallet-balance) https://github.com/bitcoin/bitcoin/pull/31353
<bitcoin-git> [gui-qml] johnny9 opened pull request #435: Request Payment page (main...request-payment-form) https://github.com/bitcoin-core/gui-qml/pull/435
<bitcoin-git> [bitcoin] yancyribbens opened pull request #31352: Add coin-grinder example test (master...add-coin-grinder-example) https://github.com/bitcoin/bitcoin/pull/31352
<bitcoin-git> [bitcoin] vasild opened pull request #31349: ci: detect outbound internet traffic generated while running tests (master...test_log_internet_traffic) https://github.com/bitcoin/bitcoin/pull/31349
<bitcoin-git> [bitcoin] maflcko closed pull request #31182: ci: Place datadirs for tests under tmpfs (master...2410-ci-tmpfs) https://github.com/bitcoin/bitcoin/pull/31182
<bitcoin-git> [bitcoin] Sjors opened pull request #31346: Set notifications m_tip_block in LoadChainTip() (master...2024/11/init_m_tip_block) https://github.com/bitcoin/bitcoin/pull/31346
<bitcoin-git> [bitcoin] Sjors closed pull request #31297: mining: add early return to waitTipChanged() (master...2024/11/waittipchanged) https://github.com/bitcoin/bitcoin/pull/31297
<bitcoin-git> [bitcoin] achow101 merged pull request #31338: test: Deduplicate assert_mempool_contents() (master...2024/11/dedup_assert_mempool_contents) https://github.com/bitcoin/bitcoin/pull/31338
<bitcoin-git> bitcoin/master a0eafc1 Hodlinator: functional test: Deduplicate assert_mempool_contents()
<bitcoin-git> bitcoin/master 2638fdb Ava Chow: Merge bitcoin/bitcoin#31338: test: Deduplicate assert_mempool_contents()
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/17834bd1976d...2638fdb4f934

2024-11-21

<gribble> https://github.com/bitcoin/bitcoin/issues/1045245 | HTTP Error 404: Not Found
<fjahr> he was even here and discussed it a while ago: https://bitcoin-irc.chaincode.com/bitcoin-core-dev/2024-08-11#1045245
<bitcoin-git> [bitcoin] theStack opened pull request #31343: test: avoid internet traffic in rpc_net.py (master...202411-test-avoid_internet_connection_in_rpc_net) https://github.com/bitcoin/bitcoin/pull/31343
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31342: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31342
<bitcoin-git> [bitcoin] Parkeragan opened pull request #31342: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31342
<bitcoin-git> [gui-qml] jarolrod opened pull request #434: Move various state computations from the UI to the NodeModel (main...compute-states-in-nodemodel) https://github.com/bitcoin-core/gui-qml/pull/434
<bitcoin-git> [bitcoin] fanquake closed pull request #31341: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31341
<bitcoin-git> [bitcoin] Parkeragan opened pull request #31341: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/31341
<bitcoin-git> [bitcoin] theStack opened pull request #31340: test: add missing segwitv1 test cases to `script_standard_tests` (master...202411-test-add_missing_segwitv1_test_cases) https://github.com/bitcoin/bitcoin/pull/31340
<b10c> and https://bitcoin-data.github.io/non-standard-transactions (which is a bit outdated by now)
<hodlinator> related: anyone know whether pools actually respect somewhat default (in Bitcoin Core) feerate limits and standardness rules, or do they just turn all of that to zero/off to be able to see as many transactions as possible?
<gribble> https://github.com/bitcoin/bitcoin/issues/20160 | Proposed Timeline for Legacy Wallet and BDB removal · Issue #20160 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31248 | test: Rework wallet_migration.py to use previous releases by achow101 · Pull Request #31248 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30328 | wallet: Remove IsMine from migration code by achow101 · Pull Request #30328 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31247 | psbt: MuSig2 Fields by achow101 · Pull Request #31247 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31243 | descriptor: Move filling of keys from `DescriptorImpl::MakeScripts` to `PubkeyProvider::GetPubKey` by achow101 · Pull Request #31243 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] fanquake merged pull request #31333: fuzz: Implement G_TEST_GET_FULL_NAME (master...2024/11/named_fuzz_dirs) https://github.com/bitcoin/bitcoin/pull/31333
<bitcoin-git> bitcoin/master 92d3d69 Hodlinator: fuzz: Implement G_TEST_GET_FULL_NAME
<bitcoin-git> bitcoin/master 17834bd merge-script: Merge bitcoin/bitcoin#31333: fuzz: Implement G_TEST_GET_FULL_NAME
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf5772278889...17834bd1976d
<bitcoin-git> [bitcoin] fanquake merged pull request #31335: macOS: swap docs & CI from pkg-config to pkgconf (master...pkg_config_to_pkg_conf) https://github.com/bitcoin/bitcoin/pull/31335
<bitcoin-git> bitcoin/master 8d20348 fanquake: doc: migrate from pkg-config to pkgconf in macOS build docs
<bitcoin-git> bitcoin/master fe3457c fanquake: ci: note that we should install pkgconf in future
<bitcoin-git> bitcoin/master cf57722 merge-script: Merge bitcoin/bitcoin#31335: macOS: swap docs & CI from pkg-config to pkgc...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/22ef95dbe3e4...cf5772278889
<bitcoin-git> [bitcoin] hodlinator opened pull request #31338: test: Deduplicate assert_mempool_contents() (master...2024/11/dedup_assert_mempool_contents) https://github.com/bitcoin/bitcoin/pull/31338
<vasild> found it, that is a per-repository variable, thanks to https://github.com/bitcoin/bitcoin/pull/30487#issuecomment-2416470424
<vasild> Stupid GitHub UI question: how do I configure a branch in my repository (vasild/bitcoin), so that CI is not run whenever I push to it? I understand I must somehow set SKIP_BRANCH_PUSH=true for that branch, but I can't find that in the GitHub UI.

2024-11-20

<bitcoin-git> [bitcoin] hebasto opened pull request #31337: build: Use `-ffile-prefix-map` in release builds only (master...241120-prefix-map) https://github.com/bitcoin/bitcoin/pull/31337
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31288: Add destroy to BlockTemplate schema (master...2024/11/destroy) https://github.com/bitcoin/bitcoin/pull/31288
<bitcoin-git> bitcoin/master 9aa5015 Sjors Provoost: Add destroy to BlockTemplate schema
<bitcoin-git> bitcoin/master 22ef95d Ryan Ofsky: Merge bitcoin/bitcoin#31288: Add destroy to BlockTemplate schema
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f34fe0806a02...22ef95dbe3e4
<bitcoin-git> [bitcoin] fanquake opened pull request #31335: macOS: swap docs & CI from pkg-config to pkgconf (master...pkg_config_to_pkg_conf) https://github.com/bitcoin/bitcoin/pull/31335
<bitcoin-git> [bitcoin] hodlinator opened pull request #31333: fuzz: Implement G_TEST_GET_FULL_NAME (master...2024/11/named_fuzz_dirs) https://github.com/bitcoin/bitcoin/pull/31333
<bitcoin-git> [bitcoin] MarnixCroes opened pull request #31332: contrib: fix BUILDDIR in gen-bitcoin-conf script (master...fix-builddir) https://github.com/bitcoin/bitcoin/pull/31332
<bitcoin-git> [bitcoin] glozow merged pull request #31122: cluster mempool: Implement changeset interface for mempool (master...2024-10-mempool-changeset) https://github.com/bitcoin/bitcoin/pull/31122
<bitcoin-git> bitcoin/master 87d92fa Suhas Daftuar: test: Add unit test coverage of package rbf + prioritisetransaction
<bitcoin-git> bitcoin/master 802214c Suhas Daftuar: Introduce mempool changesets
<bitcoin-git> [bitcoin] glozow pushed 19 commits to master: https://github.com/bitcoin/bitcoin/compare/b2d952c0f5b2...f34fe0806a02
<bitcoin-git> bitcoin/master 15d982f Suhas Daftuar: Add package hash to package-rbf log message
<bitcoin-git> [bitcoin] fanquake merged pull request #31331: doc: add copyright header to p2p_headers_presync (master...missing_lic_header) https://github.com/bitcoin/bitcoin/pull/31331
<bitcoin-git> bitcoin/master 7d3703d fanquake: doc: add copyright header to p2p_headers_presync
<bitcoin-git> bitcoin/master b2d952c merge-script: Merge bitcoin/bitcoin#31331: doc: add copyright header to p2p_headers_pres...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/116b8c557368...b2d952c0f5b2
<bitcoin-git> [bitcoin] fanquake opened pull request #31331: doc: add copyright header to p2p_headers_presync (master...missing_lic_header) https://github.com/bitcoin/bitcoin/pull/31331
<bitcoin-git> [bitcoin] fanquake merged pull request #31213: fuzz: Fix difficulty target generation in `p2p_headers_presync` (master...2024/11/bugfix-p2p-headers-presync) https://github.com/bitcoin/bitcoin/pull/31213
<bitcoin-git> bitcoin/master fa327c7 marcofleon: util: Add ConsumeArithUInt256InRange fuzzing helper
<bitcoin-git> bitcoin/master a6ca8f3 marcofleon: fuzz: Fix difficulty target generation in p2p_headers_presync
<bitcoin-git> bitcoin/master 116b8c5 merge-script: Merge bitcoin/bitcoin#31213: fuzz: Fix difficulty target generation in `p2...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/15c1f47a005b...116b8c557368
<bitcoin-git> [bitcoin] willcl-ark closed pull request #31330: Update README triple A.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31330
<bitcoin-git> [bitcoin] Abdulhafidh-TripleA opened pull request #31330: Update README triple A.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31330
<bitcoin-git> [bitcoin] fanquake merged pull request #31327: doc: Correct PR Review Club frequency from weekly to monthly (master...fix-pr-club-frequency) https://github.com/bitcoin/bitcoin/pull/31327
<bitcoin-git> bitcoin/master 637f437 Gabriele Bocchi: doc: remove PR Review Club frequency
<bitcoin-git> bitcoin/master 15c1f47 merge-script: Merge bitcoin/bitcoin#31327: doc: Correct PR Review Club frequency from we...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1209a1082c89...15c1f47a005b
<bitcoin-git> [bitcoin] fanquake merged pull request #31315: build: Enable -Wbidi-chars=any (master...2411-less-bidi) https://github.com/bitcoin/bitcoin/pull/31315
<bitcoin-git> bitcoin/master fa7857c MarcoFalke: build: Enable -Wbidi-chars=any
<bitcoin-git> bitcoin/master 1209a10 merge-script: Merge bitcoin/bitcoin#31315: build: Enable -Wbidi-chars=any
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab22726def96...1209a1082c89
<bitcoin-git> [bitcoin] fanquake merged pull request #31276: guix: scope pkg-config to Linux only (master...pkg_config_cleanup) https://github.com/bitcoin/bitcoin/pull/31276
<bitcoin-git> bitcoin/master 0d185bd fanquake: doc: update depends doc to prefer .cmake outputs
<bitcoin-git> bitcoin/master e3e648c fanquake: depends: drop pkg-config option from Qt build
<bitcoin-git> bitcoin/master 8ca8565 fanquake: guix: move pkg-config to Linux builds
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/e12230995848...ab22726def96
<bitcoin-git> [bitcoin] fanquake merged pull request #31317: test: Revert to random path element (master...2411-test-more-rand) https://github.com/bitcoin/bitcoin/pull/31317
<bitcoin-git> bitcoin/master fa80b08 MarcoFalke: test: Revert to random path element
<bitcoin-git> bitcoin/master faaaf59 MarcoFalke: test: Make g_rng_temp_path rand, not dependent on SeedRandomForTest
<bitcoin-git> bitcoin/master e122309 merge-script: Merge bitcoin/bitcoin#31317: test: Revert to random path element
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2666d83da593...e12230995848
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #31328: test: locking -testdatadir when not specified and then deleting lock and dir at end of test (master...lockTestDataDir) https://github.com/bitcoin/bitcoin/pull/31328

2024-11-19

<bitcoin-git> [bitcoin] GabrieleBocchi opened pull request #31327: doc: Correct PR Review Club frequency from weekly to monthly (master...fix-pr-club-frequency) https://github.com/bitcoin/bitcoin/pull/31327
<bitcoin-git> [bitcoin] Sjors opened pull request #31325: kernel: make m_tip_block std::optional (master...2024/11/m_tip_block) https://github.com/bitcoin/bitcoin/pull/31325
<bitcoin-git> [bitcoin] achow101 merged pull request #30893: test: Introduce ensure_for helper (master...2024-09-shouldnt-happen) https://github.com/bitcoin/bitcoin/pull/30893
<bitcoin-git> bitcoin/master 16c87d9 Fabian Jahr: test: Introduce ensure_for helper
<bitcoin-git> bitcoin/master 5468a23 Fabian Jahr: test: Add check_interval parameter to wait_until
<bitcoin-git> bitcoin/master 111465d Fabian Jahr: test: Remove unused attempts parameter from wait_until
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/746f93b4f0f4...2666d83da593
<bitcoin-git> [bitcoin] fanquake opened pull request #31323: guix: swap `moreutils` for just `sponge` (master...moreutils_just_sponge) https://github.com/bitcoin/bitcoin/pull/31323
<bitcoin-git> [bitcoin] fanquake closed pull request #31322: Typo Update bitcoin-conf.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31322
<instagibbs> https://github.com/bitcoin/bitcoin/pull/30708#issuecomment-2485806660 ban robot reviewer plz and delete comments
<bitcoin-git> [bitcoin] fanquake closed pull request #31302: refactor: spanify DecodeBits, use constexpr std::array instead of vector (master...refactor-spanify-DecodeBits) https://github.com/bitcoin/bitcoin/pull/31302
<bitcoin-git> [bitcoin] defitricks opened pull request #31322: Typo Update bitcoin-conf.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31322
<bitcoin-git> [bitcoin] fanquake merged pull request #31307: build: Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with MSVC (master...241117-msvc) https://github.com/bitcoin/bitcoin/pull/31307
<bitcoin-git> bitcoin/master b2d5361 Hennadii Stepanov: build: Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with MSVC
<bitcoin-git> bitcoin/master 746f93b merge-script: Merge bitcoin/bitcoin#31307: build: Temporarily disable compiling `fuzz/ut...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ccc2d3abcd39...746f93b4f0f4
<gribble`> https://github.com/bitcoin/bitcoin/issues/31303 | MSVC 17.12.0 internal compiler error · Issue #31303 · bitcoin/bitcoin · GitHub
<gribble`> https://github.com/bitcoin/bitcoin/issues/31307 | build: Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with MSVC by hebasto · Pull Request #31307 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31313 | refactor: Clamp worker threads in ChainstateManager constructor by TheCharlatan · Pull Request #31313 · bitcoin/bitcoin · GitHub
<jamesob15> Is this a known CI failure? Doesn't seem related to the content of the PR: https://github.com/bitcoin/bitcoin/actions/runs/11900727676/job/33170682772?pr=30708

2024-11-18

<bitcoin-git> [bitcoincore.org] darosior opened pull request #1086: Update security advisories with recently assigned CVE IDs (master...2411_CVE_IDs) https://github.com/bitcoin-core/bitcoincore.org/pull/1086
<bitcoin-git> [bitcoin] Sjors opened pull request #31318: Drop script_pub_key arg from createNewBlock (master...2024/11/no-script_pub_key) https://github.com/bitcoin/bitcoin/pull/31318
<bitcoin-git> [bitcoin] maflcko opened pull request #31317: test: Revert to random path element (master...2411-test-more-rand) https://github.com/bitcoin/bitcoin/pull/31317
<bitcoin-git> [bitcoin] vasild opened pull request #31316: fuzz: set the output argument of FuzzedSock::Accept() (master...fuzzedsock_accept) https://github.com/bitcoin/bitcoin/pull/31316
<bitcoin-git> [bitcoin] maflcko closed pull request #31314: nomerge: test malicious bidi char (master...2411-bidi) https://github.com/bitcoin/bitcoin/pull/31314
<bitcoin-git> [bitcoin] BrandonOdiwuor closed pull request #31312: test: run functional tests from ctest (master...ctest-functional-test) https://github.com/bitcoin/bitcoin/pull/31312
<bitcoin-git> [bitcoin] maflcko opened pull request #31315: build: Enable -Wbidi-chars=any (master...2411-less-bidi) https://github.com/bitcoin/bitcoin/pull/31315
<bitcoin-git> [bitcoin] maflcko opened pull request #31314: nomerge: test malicious bidi char (master...2411-bidi) https://github.com/bitcoin/bitcoin/pull/31314
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31313: refactor: Clamp worker threads in ChainstateManager constructor (master...chainstatemanagerArgs) https://github.com/bitcoin/bitcoin/pull/31313
<bitcoin-git> [bitcoin] sipsorcery closed pull request #31311: Simplify constructor in fuzz test to help msvc compiler frontend parser. (master...fix-fuzz-msvc) https://github.com/bitcoin/bitcoin/pull/31311
<bitcoin-git> [bitcoin] BrandonOdiwuor opened pull request #31312: test: run functional tests from ctest (master...ctest-functional-test) https://github.com/bitcoin/bitcoin/pull/31312
<bitcoin-git> [bitcoin] sipsorcery opened pull request #31311: Simplify constructor in fuzz test to help msvc compiler frontend parser. (master...fix-fuzz-msvc) https://github.com/bitcoin/bitcoin/pull/31311

2024-11-17

<bitcoin-git> [bitcoin] hebasto opened pull request #31308: ci, iwyu: Treat warnings as errors for specific targets (master...241117-force-iwyu) https://github.com/bitcoin/bitcoin/pull/31308
<bitcoin-git> [bitcoin] hebasto opened pull request #31307: build: Temporarily disable compiling `fuzz/utxo_snapshot.cpp` with MSVC (master...241117-msvc) https://github.com/bitcoin/bitcoin/pull/31307
<bitcoin-git> [bitcoin] hebasto opened pull request #31306: ci: Update Clang in "tidy" job (master...241117-tidy) https://github.com/bitcoin/bitcoin/pull/31306
<bitcoin-git> [bitcoin] l0rinc opened pull request #31305: refactor: Fix remaining clang-tidy performance-inefficient-vector errors (master...l0rinc/performance-inefficient-vector-operation) https://github.com/bitcoin/bitcoin/pull/31305
<bitcoin-git> [bitcoin] PastaPastaPasta opened pull request #31302: refactor: spanify DecodeBits, use constexpr std::array instead of vector (master...refactor-spanify-DecodeBits) https://github.com/bitcoin/bitcoin/pull/31302
<bitcoin-git> [bitcoin] PastaPastaPasta opened pull request #31301: refactor: covert ContainsNoNUL to ContainsNUL (master...refac-avoid-double-negative-ContainsNUL) https://github.com/bitcoin/bitcoin/pull/31301

2024-11-16

<bitcoin-git> [bitcoin] hebasto opened pull request #31300: depends: Update minimum required CMake version (master...241116-deps-cmake) https://github.com/bitcoin/bitcoin/pull/31300

2024-11-15

<bitcoin-git> [bitcoin] adamandrews1 opened pull request #31298: rpc: combinerawtransaction now rejects unmergeable transactions (master...combinerawtransaction-check) https://github.com/bitcoin/bitcoin/pull/31298
<bitcoin-git> [bitcoin] furszy closed pull request #31291: test: group executed tests within the same directory (master...2024_test_global_path) https://github.com/bitcoin/bitcoin/pull/31291
<bitcoin-git> [bitcoin] Sjors opened pull request #31297: mining: add early return to waitTipChanged() (master...2024/11/waittipchanged) https://github.com/bitcoin/bitcoin/pull/31297
<bitcoin-git> [bitcoin] ryanofsky opened pull request #31296: wallet: Translate [default wallet] string in progress messages (master...pr/dtran) https://github.com/bitcoin/bitcoin/pull/31296
<bitcoin-git> [bitcoin] maflcko opened pull request #31295: refactor: Prepare compile-time check of bilingual format strings (master...2411-trans-fmt-prepare) https://github.com/bitcoin/bitcoin/pull/31295
<sipa> i'm philosophically opposed to supporting a model that i consider harmful to bitcoin
<bitcoin-git> [bitcoin] ryanofsky merged pull request #31287: refactor: Avoid std::string format strings (master...2411-check-fmt) https://github.com/bitcoin/bitcoin/pull/31287
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/85bcfeea2356...ccc2d3abcd39
<bitcoin-git> bitcoin/master fa1177e MarcoFalke: refactor: Avoid std::string format strings
<bitcoin-git> bitcoin/master ccc2d3a Ryan Ofsky: Merge bitcoin/bitcoin#31287: refactor: Avoid std::string format strings
<gribble> https://github.com/bitcoin/bitcoin/issues/30708 | rpc: add getdescriptoractivity by jamesob · Pull Request #30708 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31293 | Discover() will not run if listening on any address with an explicit bind=0.0.0.0 · Issue #31293 · bitcoin/bitcoin · GitHub
<rodarmor> Docs here, hosted on GitHub pages: https://casey.github.io/bitcoin/
<rodarmor> I wrote a script to build an mdbook from the markdown docs in bitcoin/bitcoin. It's a bit of a mess, and uses Rust to generate the docs, so it's not really fit to merge in its current state, but it's pretty nice.

2024-11-14

<bitcoin-git> [bitcoin] achow101 merged pull request #30666: validation: fix m_best_header tracking and BLOCK_FAILED_CHILD assignment (master...202404_invalidblock) https://github.com/bitcoin/bitcoin/pull/30666
<bitcoin-git> bitcoin/master a51e917 Martin Zumsande: validation: add RecalculateBestHeader() function
<bitcoin-git> bitcoin/master 9275e96 Martin Zumsande: rpc: call RecalculateBestHeader as part of reconsiderblock
<bitcoin-git> bitcoin/master 783cb73 Martin Zumsande: validation: call RecalculateBestHeader in InvalidChainFound
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/2257c6d68fae...85bcfeea2356
<bitcoin-git> [bitcoin] achow101 merged pull request #30487: ci: skip Github CI on branch pushes for forks (master...2024/07/ci-fork-github) https://github.com/bitcoin/bitcoin/pull/30487
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/380e1f44e8ed...2257c6d68fae
<bitcoin-git> bitcoin/master 8610bce Sjors Provoost: ci: skip Github CI on branch pushes for forks
<bitcoin-git> bitcoin/master 2257c6d Ava Chow: Merge bitcoin/bitcoin#30487: ci: skip Github CI on branch pushes for forks
<bitcoin-git> [bitcoin] achow101 merged pull request #30349: benchmark: Improve SipHash_32b accuracy to avoid potential optimization issues (master...paplorinc/remove_siphash_benchmark_recursion) https://github.com/bitcoin/bitcoin/pull/30349
<bitcoin-git> bitcoin/master 42066f4 Lőrinc: Refactor SipHash_32b benchmark to improve accuracy and avoid optimization ...
<bitcoin-git> bitcoin/master 380e1f4 Ava Chow: Merge bitcoin/bitcoin#30349: benchmark: Improve SipHash_32b accuracy to av...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1a8f51e7453c...380e1f44e8ed
<bitcoin-git> [bitcoin] achow101 merged pull request #28843: [refactor] Cleanup BlockAssembler mempool usage (master...blockAssemblerRemoveMempool) https://github.com/bitcoin/bitcoin/pull/28843
<bitcoin-git> bitcoin/master 1a8f51e Ava Chow: Merge bitcoin/bitcoin#28843: [refactor] Cleanup BlockAssembler mempool usa...
<bitcoin-git> bitcoin/master 192dac1 TheCharlatan: [refactor] Cleanup BlockAssembler mempool usage
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2d944e982c47...1a8f51e7453c
<bitcoin-git> [bitcoin] casey opened pull request #31292: Add `contrib/justfile` containing useful development workflow commands. (master...justfile) https://github.com/bitcoin/bitcoin/pull/31292
<bitcoin-git> [bitcoin] furszy opened pull request #31291: test: add global time to place exec tests within the same dir (master...2024_test_global_path) https://github.com/bitcoin/bitcoin/pull/31291
<bitcoin-git> [gui-qml] pablomartin4btc opened pull request #433: Persist proxy settings to settings.json (main...qml-proxy-settings-persistence) https://github.com/bitcoin-core/gui-qml/pull/433
<bitcoin-git> [bitcoin] fanquake merged pull request #31285: guix: remove `util-linux` (master...remove_util_linux) https://github.com/bitcoin/bitcoin/pull/31285
<bitcoin-git> bitcoin/master 2d944e9 merge-script: Merge bitcoin/bitcoin#31285: guix: remove `util-linux`
<bitcoin-git> bitcoin/master 4d66854 fanquake: ci: remove util-linux from centos CI
<bitcoin-git> bitcoin/master cdf34be fanquake: guix: remove util-linux
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e546b4e1a0c5...2d944e982c47
<bitcoin-git> [bitcoin] fanquake closed pull request #31290: feati: mais moeda (master...master) https://github.com/bitcoin/bitcoin/pull/31290
<bitcoin-git> [bitcoin] lulapainho opened pull request #31290: feati: mais moeda (master...master) https://github.com/bitcoin/bitcoin/pull/31290
<gribble> https://github.com/bitcoin/bitcoin/issues/30175 | Enable `importprivkey`, `addmultisigaddress` in descriptor wallets · Issue #30175 · bitcoin/bitcoin · GitHub
<vasild> achow101: I guess that once legacy wallet is removed (in 29?) softwares that use Bitcoin Core's wallet but don't support descriptor wallets will have to stick to v28?
<gribble> https://github.com/bitcoin/bitcoin/issues/31241 | wallet: remove BDB dependency from wallet migration benchmark by furszy · Pull Request #31241 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31250 | wallet: Disable creating and loading legacy wallets by achow101 · Pull Request #31250 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31248 | test: Rework wallet_migration.py to use previous releases by achow101 · Pull Request #31248 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28710 | Remove the legacy wallet and BDB dependency by achow101 · Pull Request #28710 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31244 | descriptors: MuSig2 by achow101 · Pull Request #31244 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31247 | psbt: MuSig2 Fields by achow101 · Pull Request #31247 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31243 | descriptor: Move filling of keys from `DescriptorImpl::MakeScripts` to `PubkeyProvider::GetPubKey` by achow101 · Pull Request #31243 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31242 | wallet, desc spkm: Return SigningProvider only if we have the privkey by achow101 · Pull Request #31242 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/29675 | wallet: Be able to receive and spend inputs involving MuSig2 aggregate keys by achow101 · Pull Request #29675 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31122 | cluster mempool: Implement changeset interface for mempool by sdaftuar · Pull Request #31122 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/31269 | validation: Remove RECENT_CONSENSUS_CHANGE validation result by TheCharlatan · Pull Request #31269 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: abubakarsadiq achow101 _aj_ ajonas b10c brunoerg cfields darosior dergoegge fanquake fjahr furszy gleb glozow hebasto instagibbs jarolrod jonatack josibake kanzure laanwj LarryRuane lightlike luke-jr maflcko maxedw Murch pinheadmz provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi tdb3 theStack TheCharlatan vasild willcl-ark
<bitcoin-git> [bitcoin] hodlinator closed pull request #30737: test: Fix RANDOM_CTX_SEED use with parallel tests (master...2024-08/RANDOM_CTX_SEED_jobs_fix_alt) https://github.com/bitcoin/bitcoin/pull/30737
<bitcoin-git> [bitcoin] Sjors opened pull request #31288: Add destroy to BlockTemplate schema (master...2024/11/destroy) https://github.com/bitcoin/bitcoin/pull/31288
<bitcoin-git> [bitcoin] Sjors closed pull request #31003: Add waitFeesChanged() to Mining interface (master...2024/07/mining-fees-changed) https://github.com/bitcoin/bitcoin/pull/31003
<bitcoin-git> [bitcoin] maflcko opened pull request #31287: refactor: Avoid std::string format strings (master...2411-check-fmt) https://github.com/bitcoin/bitcoin/pull/31287
<bitcoin-git> [bitcoin] fanquake merged pull request #31225: doc: Fix grammatical errors in multisig-tutorial.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/31225
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f44e39c9d0da...e546b4e1a0c5
<bitcoin-git> bitcoin/master ac286e0 secp512k2: doc: Fix grammatical errors in multisig-tutorial.md
<bitcoin-git> bitcoin/master e546b4e merge-script: Merge bitcoin/bitcoin#31225: doc: Fix grammatical errors in multisig-tutor...
<bitcoin-git> [bitcoin] fanquake merged pull request #31174: tinyformat: Add compile-time checking for literal format strings (master...pr/tcheck) https://github.com/bitcoin/bitcoin/pull/31174
<bitcoin-git> bitcoin/master 184f34f Ryan Ofsky: util: Support dynamic width & precision in ConstevalFormatString
<bitcoin-git> bitcoin/master fe39acf Ryan Ofsky: tinyformat: Add compile-time checking for literal format strings
<bitcoin-git> bitcoin/master f44e39c merge-script: Merge bitcoin/bitcoin#31174: tinyformat: Add compile-time checking for lit...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/69c031344404...f44e39c9d0da
<bitcoin-git> [bitcoin] fanquake merged pull request #31269: validation: Remove RECENT_CONSENSUS_CHANGE validation result (master...rmRecentConsensusChange) https://github.com/bitcoin/bitcoin/pull/31269
<bitcoin-git> bitcoin/master e80e4c6 TheCharlatan: validation: Remove RECENT_CONSENSUS_CHANGE validation result
<bitcoin-git> bitcoin/master 69c0313 merge-script: Merge bitcoin/bitcoin#31269: validation: Remove RECENT_CONSENSUS_CHANGE va...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/422825929437...69c031344404
<gribble> https://github.com/bitcoin/bitcoin/issues/31011 | refactor: move util/pcp and util/netif to common/ by ryanofsky · Pull Request #31011 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #31000: bench: add support for custom data directory (master...2024_bench_custom_datadir) https://github.com/bitcoin/bitcoin/pull/31000
<bitcoin-git> bitcoin/master fa66e08 furszy: bench: add support for custom data directory
<bitcoin-git> bitcoin/master 4228259 Ava Chow: Merge bitcoin/bitcoin#31000: bench: add support for custom data directory
<bitcoin-git> bitcoin/master ad9c2cc furszy: test, bench: specialize working directory name
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/36f5effa1783...422825929437

2024-11-13

<jonatack> Looks like some of the hash rate graphs on https://bitcoin.sipa.be/ have y-values that go off the chart e.g. are too high to be displayed (thank you for maintaining them!)
<bitcoin-git> [bitcoin] fanquake opened pull request #31285: guix: remove `util-linux` (master...remove_util_linux) https://github.com/bitcoin/bitcoin/pull/31285
<bitcoin-git> [bitcoin] maflcko opened pull request #31284: ci: Skip broken Wine64 tests by default (master...2411-less-wine) https://github.com/bitcoin/bitcoin/pull/31284
<bitcoin-git> [bitcoin] Sjors opened pull request #31283: Add waitNext() to BlockTemplate interface (master...2024/11/wait-next) https://github.com/bitcoin/bitcoin/pull/31283
<bitcoin-git> [bitcoin] fanquake merged pull request #31235: addrman: cap the `max_pct` to not exceed the maximum number of addresses (master...2024-11-fuzz-fix-connman-getaddresses) https://github.com/bitcoin/bitcoin/pull/31235
<bitcoin-git> bitcoin/master 9c5775c brunoerg: addrman: cap the `max_pct` to not exceed the maximum number of addresses
<bitcoin-git> bitcoin/master 36f5eff merge-script: Merge bitcoin/bitcoin#31235: addrman: cap the `max_pct` to not exceed the ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98ad249b69f9...36f5effa1783
<bitcoin-git> [bitcoin] fanquake merged pull request #31277: doc: mention `descriptorprocesspsbt` in psbt.md (master...202411-doc-describe_descriptorprocesspsbt) https://github.com/bitcoin/bitcoin/pull/31277
<bitcoin-git> bitcoin/master 98ad249 merge-script: Merge bitcoin/bitcoin#31277: doc: mention `descriptorprocesspsbt` in psbt....
<bitcoin-git> bitcoin/master ebb6cd8 Sebastian Falbesoner: doc: mention `descriptorprocesspsbt` in psbt.md
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b0222bbb4946...98ad249b69f9
<bitcoin-git> [bitcoin] maflcko opened pull request #31282: refactor: Make node_id a const& in RemoveBlockRequest (master...2411-const-ref) https://github.com/bitcoin/bitcoin/pull/31282
<gribble> https://github.com/bitcoin/bitcoin/issues/31223 | net, init: derive default onion port if a user specified a -port by mzumsande · Pull Request #31223 · bitcoin/bitcoin · GitHub
<vasild> lightlike: laanwj: wrt #31223, what about printing the workaround in the error message? Currently when bind fails it would print: "Unable to bind to 127.0.0.1:8334 on this computer. Bitcoin Core is probably already running.", what about changing it to (if that is the onion bind): "Unable to bind to 127.0.0.1:8334 on this computer. Bitcoin Core is probably already running. Use
<bitcoin-git> [bitcoin] glozow merged pull request #30239: Ephemeral Dust (master...2024-03-general-ephemeral) https://github.com/bitcoin/bitcoin/pull/30239
<bitcoin-git> bitcoin/master 04b2714 Greg Sanders: functional test: Add new -dustrelayfee=0 test case
<bitcoin-git> bitcoin/master e1d3e81 Greg Sanders: policy: Allow dust in transactions, spent in-mempool
<bitcoin-git> bitcoin/master 4e68f90 Greg Sanders: rpc: disallow in-mempool prioritisation of dusty tx
<bitcoin-git> [bitcoin] glozow pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/1dda1892b6bc...b0222bbb4946

2024-11-12

<bitcoin-git> [bitcoin] maflcko closed pull request #31273: ci: Bump valgrind tasks to clang-18 (master...2411-ci-valgrind-18) https://github.com/bitcoin/bitcoin/pull/31273
<bitcoin-git> [bitcoin] polespinasa opened pull request #31278: Wallet, RPC: Settxfeerate (master...settxfeerate) https://github.com/bitcoin/bitcoin/pull/31278
<bitcoin-git> [bitcoin] theStack opened pull request #31277: doc: mention `descriptorprocesspsbt` in psbt.md (master...202411-doc-describe_descriptorprocesspsbt) https://github.com/bitcoin/bitcoin/pull/31277
<bitcoin-git> [bitcoincore.org] Bosch-0 closed pull request #725: Updated favicons for brand consistency. (master...favicon) https://github.com/bitcoin-core/bitcoincore.org/pull/725
<bitcoin-git> [bitcoin] fanquake opened pull request #31276: guix: scope pkg-config to Linux only (master...pkg_config_cleanup) https://github.com/bitcoin/bitcoin/pull/31276
<bitcoin-git> [bitcoin] fanquake merged pull request #31249: test: Add combinerawtransaction test to rpc_createmultisig (master...combinerawtx-test) https://github.com/bitcoin/bitcoin/pull/31249
<bitcoin-git> bitcoin/master 83fab32 Ava Chow: test: Add combinerawtransaction test to rpc_createmultisig
<bitcoin-git> bitcoin/master 2b33322 merge-script: Merge bitcoin/bitcoin#31249: test: Add combinerawtransaction test to rpc_c...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3fb6229dcfd4...2b33322169bc
<bitcoin-git> [bitcoin] fanquake merged pull request #31271: doc: correct typos (master...cleanup_typos) https://github.com/bitcoin/bitcoin/pull/31271
<bitcoin-git> bitcoin/master 9fdfb73 Afanti: doc: fix typos
<bitcoin-git> bitcoin/master 726cbee fanquake: doc: correct typos
<bitcoin-git> bitcoin/master 3fb6229 merge-script: Merge bitcoin/bitcoin#31271: doc: correct typos
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8d340be92470...3fb6229dcfd4
<bitcoin-git> [bitcoin] Talej opened pull request #31275: doc: corrected listunspent rpc quoting (master...listunspentrpctypo) https://github.com/bitcoin/bitcoin/pull/31275

2024-11-11

<sipa> i have USDT installed, and bitcoin core compiled with support for it, but seem to lack the python3 module
<bitcoin-git> [bitcoin] maflcko opened pull request #31273: ci: Bump valgrind tasks to clang-18 (master...2411-ci-valgrind-18) https://github.com/bitcoin/bitcoin/pull/31273
<bitcoin-git> [bitcoin] fanquake merged pull request #31181: cmake: Revamp `FindLibevent` module (master...241029-libevent) https://github.com/bitcoin/bitcoin/pull/31181
<bitcoin-git> bitcoin/master 5a96767 Hennadii Stepanov: depends, libevent: Do not install *.pc files and remove patches for them
<bitcoin-git> bitcoin/master ffda355 Hennadii Stepanov: cmake, refactor: Move `HAVE_EVHTTP_...` to `libevent` interface
<bitcoin-git> bitcoin/master b619bdc Hennadii Stepanov: cmake: Revamp `FindLibevent` module
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9a8e5adb1615...8d340be92470
<bitcoin-git> [bitcoin] fanquake merged pull request #31267: refactor: Drop deprecated space in operator""_mst (master...2411-deprecated-literal-operator) https://github.com/bitcoin/bitcoin/pull/31267
<bitcoin-git> bitcoin/master faf2162 MarcoFalke: refactor: Drop deprecated space in operator""_mst
<bitcoin-git> bitcoin/master 9a8e5ad merge-script: Merge bitcoin/bitcoin#31267: refactor: Drop deprecated space in operator""...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af6088701a25...9a8e5adb1615
<bitcoin-git> [bitcoin] fanquake opened pull request #31271: doc: correct typos (master...cleanup_typos) https://github.com/bitcoin/bitcoin/pull/31271
<bitcoin-git> [bitcoin] fanquake merged pull request #31237: doc: Add missing 'blank=true' option in offline-signing-tutorial.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/31237
<bitcoin-git> bitcoin/master ec375de secp512k2: doc: Add missing 'blank=true' option in offline-signing-tutorial.md
<bitcoin-git> bitcoin/master af60887 merge-script: Merge bitcoin/bitcoin#31237: doc: Add missing 'blank=true' option in offli...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7a526653022a...af6088701a25
<bitcoin-git> [bitcoin] fanquake closed pull request #31253: doc: fix typos (master...master) https://github.com/bitcoin/bitcoin/pull/31253
<bitcoin-git> [bitcoin] fanquake merged pull request #31239: test: clarify log messages when handling SOCKS5 proxy connections (master...socks5proxy_log) https://github.com/bitcoin/bitcoin/pull/31239
<bitcoin-git> bitcoin/master 99d9a09 Vasil Dimov: test: clarify log messages when handling SOCKS5 proxy connections
<bitcoin-git> bitcoin/master 7a52665 merge-script: Merge bitcoin/bitcoin#31239: test: clarify log messages when handling SOCK...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/900b17239fb2...7a526653022a
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #31269: validation: Remove RECENT_CONSENSUS_CHANGE validation result (master...rmRecentConsensusChange) https://github.com/bitcoin/bitcoin/pull/31269
<bitcoin-git> [bitcoin] fanquake merged pull request #31259: doc: Fix missing comma in JSON example in REST-interface.md (master...patch-3) https://github.com/bitcoin/bitcoin/pull/31259
<bitcoin-git> bitcoin/master 900b172 merge-script: Merge bitcoin/bitcoin#31259: doc: Fix missing comma in JSON example in RES...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c889890e4a3c...900b17239fb2
<bitcoin-git> bitcoin/master 5e3b444 secp512k2: doc: Fix missing comma in JSON example in REST-interface.md
<bitcoin-git> [bitcoin] purpleKarrot opened pull request #31268: cmake: add optional source files to bitcoin_crypto directly (master...crypto-target-sources) https://github.com/bitcoin/bitcoin/pull/31268
<bitcoin-git> [bitcoin] fanquake merged pull request #31264: doc: Fixup bitcoin-wallet manpage chain selection args (master...2411-doc-wallet-tool) https://github.com/bitcoin/bitcoin/pull/31264
<bitcoin-git> bitcoin/master fa729ab MarcoFalke: doc: Fixup bitcoin-wallet manpage chain selection args
<bitcoin-git> bitcoin/master c889890 merge-script: Merge bitcoin/bitcoin#31264: doc: Fixup bitcoin-wallet manpage chain selec...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f6d20e43f25...c889890e4a3c