<bitcoin-git>
[bitcoincore.org] azuchi opened pull request #1083: Add japanese translations for security advisories fixed in v26 (master...ja-translate-security-advisory-26) https://github.com/bitcoin-core/bitcoincore.org/pull/1083
<bitcoin-git>
[bitcoin] mzumsande opened pull request #31223: net, init: derive default onion port if a user specified a -port (master...202410_portplus1) https://github.com/bitcoin/bitcoin/pull/31223
<bitcoin-git>
[bitcoin] dergoegge opened pull request #31221: ci: Split out native fuzz jobs for macOS and windows (take 2) (master...2024-10-native-fuzz) https://github.com/bitcoin/bitcoin/pull/31221
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #31191: build: Make G_FUZZING constexpr, require -DBUILD_FOR_FUZZING=ON to fuzz (master...2410-fuzz-build) https://github.com/bitcoin/bitcoin/pull/31191
<bitcoin-git>
[bitcoin] hebasto closed pull request #31214: guix: Do not set `C{PLUS}_INCLUDE_PATH` variables for Darwin builds (master...241104-guix-inc-paths) https://github.com/bitcoin/bitcoin/pull/31214
<bitcoin-git>
[bitcoin] vasild opened pull request #31215: rpc: increase the defaults for -rpcthreads and -rpcworkqueue (master...rpcthreads) https://github.com/bitcoin/bitcoin/pull/31215
<bitcoin-git>
[bitcoin] hebasto opened pull request #31214: guix: Do not set `C{PLUS}_INCLUDE_PATH` variables for Darwin builds (master...241104-guix-inc-paths) https://github.com/bitcoin/bitcoin/pull/31214
<bitcoin-git>
[bitcoin] maflcko closed pull request #31030: test: use context managers and add file existence checks in feature_fee_estimation.py (master...master) https://github.com/bitcoin/bitcoin/pull/31030
<bitcoin-git>
[bitcoin] JeremyRand opened pull request #31206: doc: Use relative hyperlinks in release-process.md (master...doc-release-process-relative-links) https://github.com/bitcoin/bitcoin/pull/31206
<bitcoin-git>
[bitcoin] Abdulkbk opened pull request #31205: Improve lockunspent validation for vout (master...improve-lockunspent-validation) https://github.com/bitcoin/bitcoin/pull/31205
2024-11-02
<bitcoin-git>
qa-assets/main ae7fb7d marcofleon: Add inputs for txdownloadman txdownloadman_impl and clusterlin_depgraph_sim
<bitcoin-git>
qa-assets/main 41a2769 maflcko: Merge pull request #211 from marcofleon/main
<bitcoin-git>
[bitcoin] fanquake merged pull request #31187: ci: Do not error on unused-member-function in test each commit (master...2024-10-unused-methods-CI) https://github.com/bitcoin/bitcoin/pull/31187
<bitcoin-git>
bitcoin/master 54d07dd Sergi Delgado Segura: ci: Do not error on unused-member-function in test each commit
<bitcoin-git>
bitcoin/master 4a0251c merge-script: Merge bitcoin/bitcoin#31187: ci: Do not error on unused-member-function in...
<bitcoin-git>
[gui-qml] pablomartin4btc opened pull request #430: Allow IPv6 in Proxy settings and moving validation out from the UI into the model/ interface (main...qml-ipaddress-allow-ipv6) https://github.com/bitcoin-core/gui-qml/pull/430
<bitcoin-git>
[bitcoin] brunoerg opened pull request #31203: fuzz: fix `implicit-integer-sign-change` in wallet_create_transaction (master...2024-11-fuzz-fix-create-transaction) https://github.com/bitcoin/bitcoin/pull/31203
2024-10-31
<bitcoin-git>
[bitcoin] darosior opened pull request #31198: init: warn, don't error, when '-upnp' is set (master...2024_upnp_unbreak_gui) https://github.com/bitcoin/bitcoin/pull/31198
<bitcoin-git>
[qa-assets] murchandamus opened pull request #210: Add fuzz corpus for wallet_create_transaction (main...Add-wallet_create_transaction) https://github.com/bitcoin-core/qa-assets/pull/210
<bitcoin-git>
[bitcoin] achow101 merged pull request #31166: key: clear out secret data in `DecodeExtKey` (master...202410-key-clear_out_secret_data_in_xprv_parser) https://github.com/bitcoin/bitcoin/pull/31166
<bitcoin-git>
bitcoin/master 559a8dd Sebastian Falbesoner: key: clear out secret data in `DecodeExtKey`
<bitcoin-git>
bitcoin/master 02be3dc Ava Chow: Merge bitcoin/bitcoin#31166: key: clear out secret data in `DecodeExtKey`
<bitcoin-git>
[bitcoin] sr-gi opened pull request #31187: ci: Do not error on unused-member-function in test each commit (master...2024-10-unused-methods-CI) https://github.com/bitcoin/bitcoin/pull/31187
<bitcoin-git>
bitcoin/master f6c860e glozow: [doc] fix typo in m_lazy_recent_confirmed_transactions doc
<bitcoin-git>
bitcoin/master af91834 glozow: [refactor] move ValidationInterface functions to TxDownloadManager
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #31179: RPC: Add reserve member function to `UniValue` and use it in `getblock` RPC (master...10-2024-add-reserve-to-univalue) https://github.com/bitcoin/bitcoin/pull/31179
<bitcoin-git>
[bitcoin] stickies-v closed pull request #31149: tinyformat: enforce compile-time checks for format string literals (master...2024-10/remove-string-format-overload) https://github.com/bitcoin/bitcoin/pull/31149
<bitcoin-git>
[bitcoin] polespinasa opened pull request #31177: rpc, cli: return "verificationprogress" of 1 when up to date (master...verificationProgress) https://github.com/bitcoin/bitcoin/pull/31177
<bitcoin-git>
[bitcoin] hebasto opened pull request #31176: [POC] ci: Test cross-built Windows executables on Windows natively (master...241029-ci-win) https://github.com/bitcoin/bitcoin/pull/31176
<bitcoin-git>
[gui-qml] hebasto merged pull request #427: Introduce Signal Based Navigation Model to have Self-Contained Pages (main...contain-pages) https://github.com/bitcoin-core/gui-qml/pull/427
<bitcoin-git>
gui-qml/main fad9bd7 jarolrod: qml: signal based navigation in onboarding
<bitcoin-git>
gui-qml/main 02a3b25 jarolrod: qml: use signal based navigation in settings with subpages
<bitcoin-git>
gui-qml/main a77c7f1 jarolrod: qml: use signal based navigation in CreateWallet pages, introduce wizard
<bitcoin-git>
[bitcoin] darosior opened pull request #31157: Cleanups to port mapping module post UPnP dropt (master...2410_cleanups_post_upnp_drop) https://github.com/bitcoin/bitcoin/pull/31157
<bitcoin-git>
[bitcoin] mzumsande opened pull request #31156: test: Don't enforce BIP94 on regtest unless specified by arg (master...202410_bip94_arg) https://github.com/bitcoin/bitcoin/pull/31156
<bitcoin-git>
[gui-qml] jarolrod opened pull request #427: Introduce Signal Based Navigation Model to have Self-Contained Pages (main...contain-pages) https://github.com/bitcoin-core/gui-qml/pull/427
<bitcoin-git>
[bitcoin] jonatack closed pull request #31135: rpc, cli: return "verificationprogress" of 1 when up to date (master...2024-10-verification-progress) https://github.com/bitcoin/bitcoin/pull/31135
<bitcoin-git>
[bitcoin] maflcko opened pull request #31150: util: Treat Assume as Assert when evaluating at compile-time (master...2410-assume-stronger) https://github.com/bitcoin/bitcoin/pull/31150
<bitcoin-git>
[bitcoin] stickies-v opened pull request #31149: tinyformat: enforce compile-time checks for format string literals (master...2024-10/remove-string-format-overload) https://github.com/bitcoin/bitcoin/pull/31149
<bitcoin-git>
[bitcoin] furszy opened pull request #31148: ci: display logs of failed unit tests automatically (master...2024_ci_test_output) https://github.com/bitcoin/bitcoin/pull/31148
<bitcoin-git>
[bitcoin] fanquake merged pull request #31141: doc: Make list of targets in depends README consistent (master...2024-10-depends-platforms) https://github.com/bitcoin/bitcoin/pull/31141
<bitcoin-git>
bitcoin/master a0c9595 laanwj: doc: Make list of targets in depends README consistent
<bitcoin-git>
bitcoin/master 68f29b2 merge-script: Merge bitcoin/bitcoin#31141: doc: Make list of targets in depends README c...
<bitcoin-git>
[bitcoin] l0rinc opened pull request #31144: optimization: pack util::Xor into 64 bit chunks instead of doing it byte-by-byte (master...l0rinc/optimize-xor) https://github.com/bitcoin/bitcoin/pull/31144