<bitcoin-git>
bitcoin-detached-sigs/31.x ccbc446 Matthew Zipkin: 31.0 osx sig for rc1
<bitcoin-git>
[bitcoin] maflcko opened pull request #34820: test: Use asyncio.SelectorEventLoop() over deprecated asyncio.SelectorEventLoop() (master...2603-test-windows-revert) https://github.com/bitcoin/bitcoin/pull/34820
<bitcoin-git>
bitcoin/master c273214 ViniciusCestarii: doc: fix process name typo in multiprocess.md
<bitcoin-git>
[bitcoin] ViniciusCestarii opened pull request #34818: doc: fix process name typo in multiprocess.md (master...fix-multiprocess-doc-typo) https://github.com/bitcoin/bitcoin/pull/34818
<_aj_>
logging API, many of which have been open for almost two years now. Here's a table: https://gist.github.com/ajtowns/ff6247953437270ce81998bc0f7d6739 Many of these changes seem to me to make things substantially worse for working on bitcoin node software, and at this point it feels like a denial of service attack: "oh, you disagreed with this PR? well, we'll keep that one open as a sword of
<johnny9dev>
For gui, dergoegge asked if the test bridge would work for qt so I some time porting over the test automation bridge. It’s still a bit rough and needs some more validation/review but I started the draft on bitcoin-core/gui#933. Interested in what people think about this approach. Flakiness can be a problem initially with end to end tests so effort will need to be done to make sure it’s all solid before really moving forward with
<bitcoin-git>
[gui] johnny9 opened pull request #933: [DRAFT] Introduce Qt test automation bridge and gui functional tests (master...qt-test-bridge) https://github.com/bitcoin-core/gui/pull/933
<bitcoin-git>
[bitcoin] l0rinc closed pull request #33270: stabilize translations by reverting old ids by text content (master...l0rinc/stabilize-translations) https://github.com/bitcoin/bitcoin/pull/33270
<bitcoin-git>
[bitcoin] fanquake merged pull request #34750: test: fix addr relay test silently passing and other improvements (master...2026_03_tests_addr_relay) https://github.com/bitcoin/bitcoin/pull/34750
<bitcoin-git>
bitcoin/master ecb5ce6 stratospher: test: fix addr relay test silent pass and wrong peerinfo index
<bitcoin-git>
bitcoin/master 57bfa86 stratospher: test: use static methods and clarify comment in addr_relay
<bitcoin-git>
bitcoin/master 7ee8c0a stratospher: test: protect outbound connection from eviction in getaddr_test
<bitcoin-git>
[bitcoin] fanquake merged pull request #31560: rpc: allow writing UTXO set to a named pipe (master...202412-dumptxoutset-allow_write_to_named_pipe) https://github.com/bitcoin/bitcoin/pull/31560
<bitcoin-git>
bitcoin/master 61a5460 Sebastian Falbesoner: test: add test for utxo-to-sqlite conversion using named pipe
<bitcoin-git>
bitcoin/master b19caee Sebastian Falbesoner: doc: add release note for #31560 (named pipe support for `dumptxoutset` RP...
<bitcoin-git>
[bitcoin] sedited merged pull request #34796: rpc, net: remove `startingheight` field of `getpeerinfo` RPC and from node state (master...2026-remove-starting_height_field) https://github.com/bitcoin/bitcoin/pull/34796
<bitcoin-git>
bitcoin/master 745ad94 Sebastian Falbesoner: p2p: remove m_starting_height field from node state (only show once in deb...
<bitcoin-git>
bitcoin/master 51a4dc5 merge-script: Merge bitcoin/bitcoin#34796: rpc, net: remove `startingheight` field of `g...
<bitcoin-git>
bitcoin/master b267efc Sebastian Falbesoner: rpc, net: completely remove `startingheight` field of `getpeerinfo` RPC
<bitcoin-git>
[bitcoin] w0xlt opened pull request #34811: doc: update cjdns.md for current cjdns installation and peering (master...update-cjdns-doc) https://github.com/bitcoin/bitcoin/pull/34811
2026-03-11
<bitcoin-git>
[bitcoin] darosior reopened pull request #34779: BIP xxx: reserve version bits 5-28 as extra nonce space (master...2602_more_version_bits_rolling) https://github.com/bitcoin/bitcoin/pull/34779
<bitcoin-git>
[bitcoin] darosior closed pull request #34779: BIP xxx: reserve version bits 5-28 as extra nonce space (master...2602_more_version_bits_rolling) https://github.com/bitcoin/bitcoin/pull/34779
<bitcoin-git>
[bitcoin] hebasto opened pull request #34808: cmake, translation: Use native Qt TS file as source for transaltions on Transifex (master...260311-qt-ts-source) https://github.com/bitcoin/bitcoin/pull/34808
<bitcoin-git>
[bitcoin] theStack opened pull request #34807: kernel: doc: explain return value for `btck_WriteBytes` callback (master...202603-kernel-document-btck_WriteBytes-retval) https://github.com/bitcoin/bitcoin/pull/34807
<bitcoin-git>
[bitcoin] ajtowns opened pull request #34806: refactor: logging: Various API improvements (master...202603-log-niceties2) https://github.com/bitcoin/bitcoin/pull/34806
<bitcoin-git>
[bitcoin] fanquake closed pull request #34293: Bugfix: net_processing: Restore missing comma between peer and peeraddr in "receive version message" and "New ___ peer connected" (master...fix_vermsg_missing_comma) https://github.com/bitcoin/bitcoin/pull/34293
<bitcoin-git>
[bitcoin] maflcko opened pull request #34799: rpc: Run type check on decodepsbt result (master...2603-rpc-elision-type-check) https://github.com/bitcoin/bitcoin/pull/34799
<bitcoin-git>
[bitcoin] sedited merged pull request #34436: refactor: add overflow-safe `CeilDiv` helper and use it in unsigned callsites (master...l0rinc/ceildiv-utxo-flush-gib) https://github.com/bitcoin/bitcoin/pull/34436
<real_or_random>
Potentially dangerous email: I just got an email "Job Application: Contribution to bitcoin-abc" which was apparently also addressed to some other contributors... Ignoring the fact that we're not bitcoin-abc and you don't apply to an open source project, it has a PDF attached. I don't want to open that one.
<bitcoin-git>
bitcoin/master af041c4 Ava Chow: wallet: Always rewrite tx records during migration
<bitcoin-git>
[bitcoin] mangoostaa opened pull request #34797: Improved CustomBuildField for std::optional in IPC/libmultiprocess (master...feature/optional-forward) https://github.com/bitcoin/bitcoin/pull/34797
<bitcoin-git>
[bitcoin] sedited merged pull request #34359: test: add test for rebroadcast of transaction received via p2p (master...202601_test_rebroadcast) https://github.com/bitcoin/bitcoin/pull/34359
<bitcoin-git>
bitcoin/master 3201abe merge-script: Merge bitcoin/bitcoin#34359: test: add test for rebroadcast of transaction...
<bitcoin-git>
bitcoin/master 73e3853 Martin Zumsande: test: add test for rebroadcast of transaction received via p2p
<bitcoin-git>
bitcoin/master b3046cc stratospher: doc: add release notes for #26988
<bitcoin-git>
[bitcoin] theStack opened pull request #34796: rpc, net: remove `startingheight` field of `getpeerinfo` RPC and from node state (master...2026-remove-starting_height_field) https://github.com/bitcoin/bitcoin/pull/34796