<bitcoin-git>
[bitcoin] l0rinc opened pull request #35202: test: skip `sock_tests` when `socketcall` is blocked on x86-32 (master...l0rinc/skip-i686-sock-tests-seccomp) https://github.com/bitcoin/bitcoin/pull/35202
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #35201: Refactor: Updated signMessage to use util::Expected and removed SigningResult::OK (master...SigningResultUtilExpected) https://github.com/bitcoin/bitcoin/pull/35201
<bitcoin-git>
[bitcoin] sedited merged pull request #34544: wallet: Disallow wallet names that are paths including `..` and `.` elements (master...wallet-no-relative-paths) https://github.com/bitcoin/bitcoin/pull/34544
<bitcoin-git>
bitcoin/master eed7af6 David Gumberg: doc: Add release note for disallowing some wallet path names
<bitcoin-git>
bitcoin/master 3d7f0e4 Ava Chow: wallettool: Use GetWalletPath to determine the wallet path
<bitcoin-git>
bitcoin/master 2b0dc0d Ava Chow: wallet: Disallow . and .. from wallet names
<pinheadmz>
all of the doxygen links in github.com/bitcoin/bitcoin/blob/master/doc/developer-notes.md#threads have these anchor tags that look like hashes but none of them work. looks like they were added manually in #18645 does anyone expect those to be meaningful without constant updates?
<bitcoin-git>
[gui-qml] pseudoramdom opened pull request #563: qml: Implement Sign/verify message page in Wallet Settings (qt6...sign-verify-message) https://github.com/bitcoin-core/gui-qml/pull/563
<bitcoin-git>
[bitcoin] vasild opened pull request #35193: test: avoid non-loopback network traffic from node_init_tests/init_test (master...avoid_internet_traffic_from_init_test) https://github.com/bitcoin/bitcoin/pull/35193
<bitcoin-git>
[bitcoin] rkrux opened pull request #35192: wallet: unfriend LegacyDataSPKM and DescriptorScriptPubKeyMan classes (master...spkms-unfriend) https://github.com/bitcoin/bitcoin/pull/35192
<bitcoin-git>
[bitcoin] vasild closed pull request #26812: test: add end-to-end tests for CConnman and PeerManager (master...e2e_tests) https://github.com/bitcoin/bitcoin/pull/26812
<bitcoin-git>
[bitcoin] sedited closed pull request #35190: test: replace unwrap()/panic!() with expect() in lint test runner (master...fix/rust-lint-expect-messages) https://github.com/bitcoin/bitcoin/pull/35190
<bitcoin-git>
[bitcoin] ArtSabintsev opened pull request #35191: txdb: handle malformed first coin cursor key (master...codex/fix-txdb-cursor-malformed-key) https://github.com/bitcoin/bitcoin/pull/35191
<bitcoin-git>
[bitcoin] fitzyracing1 opened pull request #35190: test: replace unwrap()/panic!() with expect() in lint test runner (master...fix/rust-lint-expect-messages) https://github.com/bitcoin/bitcoin/pull/35190
<bitcoin-git>
[bitcoin] sedited opened pull request #35187: kernel: Add non-utxo set block validation to API (master...external_coins_block_validation) https://github.com/bitcoin/bitcoin/pull/35187
<bitcoin-git>
[bitcoin] achow101 merged pull request #34256: test: support `get_bind_addrs` and `feature_bind_extra` on macOS & BSD (master...l0rinc/test-macos-bind-netutil) https://github.com/bitcoin/bitcoin/pull/34256
<bitcoin-git>
bitcoin/master 7236a05 Lőrinc: test: enable `feature_bind_extra` on macOS and BSD
<bitcoin-git>
bitcoin/master 1950da9 Lőrinc: test: enable `rpc_bind` on macOS and BSD
<bitcoin-git>
bitcoin/master 4044705 Ava Chow: Merge bitcoin/bitcoin#34256: test: support `get_bind_addrs` and `feature_b...
<johnny9dev>
We have first PRs by our new contributor pseudoramdom bitcoin-core/gui-qml#561, bitcoin-core/gui-qml#556, bitcoin-core/gui-qml#554
<johnny9dev>
I have PR'd some improvements to our activity page, the block clock, and PSBT support bitcoin-core/gui-qml#559, bitcoin-core/gui-qml#558, bitcoin-core/gui-qml#557
<johnny9dev>
epicleafies has a PR up now for feature parity receive features bitcoin-core/gui-qml#553 and is working on other remaining parity features.
<bitcoin-git>
[bitcoin] pinheadmz closed pull request #32061: Replace libevent with our own HTTP and socket-handling implementation (master...http-rewrite-13march2025) https://github.com/bitcoin/bitcoin/pull/32061
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #35182: Replace libevent with our own HTTP and socket-handling implementation (master...http-rewrite-30Apr2026) https://github.com/bitcoin/bitcoin/pull/35182
<bitcoin-git>
[bitcoin] l0rinc closed pull request #34641: node: scale default `-dbcache` with system RAM (master...l0rinc/dynamic-dbcache) https://github.com/bitcoin/bitcoin/pull/34641
<bitcoin-git>
[bitcoin] Sjors closed pull request #33008: wallet: support bip388 policy with external signer (master...2025/07/bip388-register) https://github.com/bitcoin/bitcoin/pull/33008
<bitcoin-git>
[bitcoin] maflcko closed pull request #35178: fix: the der signature parsing code in pubkey in pubkey.cpp (master...fix-v-002-ecdsa-der-buffer-bounds-check) https://github.com/bitcoin/bitcoin/pull/35178
<bitcoin-git>
[bitcoin] orbisai0security opened pull request #35178: fix: the der signature parsing code in pubkey in pubkey.cpp (master...fix-v-002-ecdsa-der-buffer-bounds-check) https://github.com/bitcoin/bitcoin/pull/35178
<bitcoin-git>
[bitcoin] AgusR7 opened pull request #35177: test: use MiniWallet for getblockstats test data generation (master...test/getblockstats-gen-miniwallet) https://github.com/bitcoin/bitcoin/pull/35177
<bitcoin-git>
[bitcoin] theuni opened pull request #35175: multi_index: fix compilation failure with boost = 1.91 (master...fix-boost-1.91) https://github.com/bitcoin/bitcoin/pull/35175
<bitcoin-git>
[bitcoin] l0rinc opened pull request #35174: test: clean up threadpool test types (master...l0rinc/threadpool-test-casts) https://github.com/bitcoin/bitcoin/pull/35174
<bitcoin-git>
[gui] hebasto reopened pull request #700: Dialog for allowing the user to choose the change output when bumping a tx (master...bumpfee-choose-reduce-output) https://github.com/bitcoin-core/gui/pull/700
<bitcoin-git>
[gui] hebasto closed pull request #700: Dialog for allowing the user to choose the change output when bumping a tx (master...bumpfee-choose-reduce-output) https://github.com/bitcoin-core/gui/pull/700
<bitcoin-git>
[bitcoin] optout21 opened pull request #35170: test: Better test coverage for legacy ParseHDKeypath() (master...2604-parse-keypath-legacy) https://github.com/bitcoin/bitcoin/pull/35170
<bitcoin-git>
[bitcoin] achow101 closed pull request #32685: wallet: Allow read-only database access for info and dump commands (master...wallet-readonly-access) https://github.com/bitcoin/bitcoin/pull/32685
<bitcoin-git>
[bitcoin] achow101 closed pull request #35163: Wallet: add consistency check on wallet transactions stored on wallet database when loading the wallet. (master...issue34599) https://github.com/bitcoin/bitcoin/pull/35163
<bitcoin-git>
[bitcoin] achow101 closed pull request #35115: wallet: fix abandon crash on inconsistent state (master...wallet-34599-abandon-confirmed-descendant) https://github.com/bitcoin/bitcoin/pull/35115
<bitcoin-git>
[bitcoin] achow101 closed pull request #35137: rpc: document maxconf default value in wallet RPCs (master...wallet/document-maxconf-default) https://github.com/bitcoin/bitcoin/pull/35137
<darosior>
eugenesiegel: i have been using a Python script that hits https://gnusha.org/bitcoin-core-dev. I suppose nowadays one can be vibecoded in an instant
<bitcoin-git>
[bitcoin] sedited closed pull request #34829: rpc: add wtxid lookup support to getrawtransaction (master...rpc-getrawtransaction-wtxid) https://github.com/bitcoin/bitcoin/pull/34829
<bitcoin-git>
[bitcoin] sedited merged pull request #34911: rpc, mempool: -deprecatedrpc fullrbf and bip125-replaceable from mempool RPCs (master...fullrbf-full-removal) https://github.com/bitcoin/bitcoin/pull/34911
<bitcoin-git>
[bitcoin] sedited closed pull request #34567: test: Add package RBF test with deduplicated parent (master...test-package-rbf-dedup) https://github.com/bitcoin/bitcoin/pull/34567
<vasild>
hebasto: ryanofsky: fwiw, I installed devel/capnproto (by removing the line "BROKEN_FreeBSD_15= kqueue regression" from /usr/ports/devel/capnproto/Makefile and compiled and tested bitcoin core against it (the latest capnproto 1.4.0). All unit and functional tests pass with BITCOIN_CMD="bitcoin -m" (except feature_reindex_init.py which also fails without IPC)
<bitcoin-git>
[bitcoin] asafmod opened pull request #35166: refactor: Harden prevector::change_capacity against capacity size (master...harden-prevector-change-capacity) https://github.com/bitcoin/bitcoin/pull/35166
<bitcoin-git>
[bitcoin] hebasto opened pull request #35165: cmake: Remove NetBSD-specific workaround from `add_boost_if_needed` (master...260427-boost-netbsd) https://github.com/bitcoin/bitcoin/pull/35165
<bitcoin-git>
[bitcoin] musaHaruna opened pull request #35164: test: cover P2SH sigop counting in test_witness_sigops (master...test/p2sh-sigop-counting) https://github.com/bitcoin/bitcoin/pull/35164
<bitcoin-git>
[bitcoin] Luquitasjeffrey opened pull request #35163: Wallet: add consistency check on wallet transactions stored on wallet database when loading the wallet. (master...issue34599) https://github.com/bitcoin/bitcoin/pull/35163
<bitcoin-git>
[bitcoin] Rohith1-p opened pull request #35146: [DOCKER SEEDING] Add .helix Docker test evaluation files (master...docker-golden-solution) https://github.com/bitcoin/bitcoin/pull/35146
<bitcoin-git>
[bitcoin] ViniciusCestarii opened pull request #35145: log: fix misleading VerifyDB summary and drop dead check (master...verifydb-cleanup) https://github.com/bitcoin/bitcoin/pull/35145
<johnny9dev>
Opened up a PR for new settings pages (bitcoin-core/gui-qml#551) This includes Wallet settings that has details, create backup, password add/update, and wallet deletion. Sign message will likely end up here as well. The PR also includes a Mempool settings page that shows transaction amount and memory usage as well as an input field for updating mempool memory amount. I am currently working on a flow for importing PSBT.
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #35144: ci: rfq: migrate linux CI jobs to namespace (master...namespace-runners) https://github.com/bitcoin/bitcoin/pull/35144
<fjahr>
Small reminder: Tomorrow we have another asmap run https://github.com/bitcoin-core/asmap-data/issues/47. We merged some changes this week that will help with preventing and debugging mismatches, so please pull from master again before you start the countdown, thanks!