<bitcoin-git>
[bitcoin] maflcko reopened 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] maflcko 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] romanz opened pull request #32743: chore: use `std::vectorstd::byte` for `BlockManager::ReadRawBlock()` (master...read-raw-bytes) https://github.com/bitcoin/bitcoin/pull/32743
<bitcoin-git>
[bitcoin] theStack opened pull request #32742: test: fix catchup loop in outbound eviction functional test (master...202506-test-complete-catchup-loop-in-p2p_outbound_eviction) https://github.com/bitcoin/bitcoin/pull/32742
2025-06-12
<bitcoin-git>
bitcoin/master 6f1392c Ryan Ofsky: indexes, refactor: Remove remaining CBlockIndex* uses in index Rewind meth...
<bitcoin-git>
[bitcoin] achow101 merged pull request #32694: index: move disk read lookups to base class (master...2025_indexes_remove_CBlockIndex_access) https://github.com/bitcoin/bitcoin/pull/32694
<johnny9dev>
Significant progress was made this week on rebasing the project and moving it to CMake+Qt6. Both hebasto and pinheadmz have PRs now to test and fix issues with the update. bitcoin-core/gui-qml#470 bitcoin-core/gui-qml#472. Both PRs are now able to load up the QML app and get to the main navigation and views.
<johnny9dev>
For myself, I've been focused on the current Send and Recieve PRs that are in review. I've also been making updates to how address inputs are handled, bitcoin amount label formatting, and address label formatting to get closer to the design spec.
<vasild>
cfields: that would be like outsouring the indexing to the OS/filesystem, e.g. blocks/1/15/153/153764 (for block 153764). The question is can we do better than the worst OS/FS that is going to use Bitcoin Core, or even, better than the best FS?
<bitcoin-git>
[bitcoin] furszy opened pull request #32730: p2p: avoid traversing blocks (twice) during IBD for no reason (master...2025_net_avoid_traversing_block_twice) https://github.com/bitcoin/bitcoin/pull/32730
<bitcoin-git>
[bitcoin] fanquake merged pull request #32703: test: Explain how to reproduce zmq:: upstream race (master...2506-tsan-doc) https://github.com/bitcoin/bitcoin/pull/32703
<bitcoin-git>
bitcoin/master fa4b659 MarcoFalke: test: Explain how to reproduce zmq:: upstream race
<bitcoin-git>
[bitcoin] theuni opened pull request #32723: Refactor: Redefine CTransaction equality to include witness data (master...transaction-equal-wtxid) https://github.com/bitcoin/bitcoin/pull/32723
<bitcoin-git>
[bitcoin] fanquake merged pull request #32678: guix: warn and abort when SOURCE_DATE_EPOCH is set (master...source-date-epoch) https://github.com/bitcoin/bitcoin/pull/32678
<bitcoin-git>
bitcoin/master fe39050 merge-script: Merge bitcoin/bitcoin#32678: guix: warn and abort when SOURCE_DATE_EPOCH i...
<bitcoin-git>
bitcoin/master 5c4a0f8 will: guix: warn and abort when SOURCE_DATE_EPOCH is set
<bitcoin-git>
[bitcoin] achow101 opened pull request #32714: init, doc: Replace datacarrier(size) deprecation with non-recommendation text (master...dont-recommend-datacarrier-opt-usage) https://github.com/bitcoin/bitcoin/pull/32714
<peter_wrighten>
hello, I have pulled request about wallet here https://github.com/bitcoin/bitcoin/pull/32685, and tried mentioning some maintainers, but seems there is no one to review my PR but some concept ack.
<bitcoin-git>
[bitcoin] maflcko opened pull request #32697: test: Turn util/test_runner into functional test (master...2506-test-move) https://github.com/bitcoin/bitcoin/pull/32697
<bitcoin-git>
[bitcoin] luisschwab opened pull request #32696: doc: make `-DWITH_ZMQ=ON` explicit on `build-unix.md` (master...doc/add-zmq-flag-requirement) https://github.com/bitcoin/bitcoin/pull/32696
<bitcoin-git>
[bitcoin] achow101 merged pull request #32539: init: Configure reachable networks before we start the RPC server (master...rpcallowip-rfc4193) https://github.com/bitcoin/bitcoin/pull/32539
<bitcoin-git>
bitcoin/master f728b6b Matthew Zipkin: init: Configure reachable networks before we start the RPC server
<bitcoin-git>
bitcoin/master c02bd3c Matthew Zipkin: config: Explain RFC4193 and CJDNS interaction in help and init error
<bitcoin-git>
bitcoin/master 12ff4be Matthew Zipkin: test: ensure -rpcallowip is compatible with RFC4193
<bitcoin-git>
[bitcoin] furszy opened pull request #32694: index: move disk read lookups to base class (master...2025_indexes_remove_CBlockIndex_access) https://github.com/bitcoin/bitcoin/pull/32694
<bitcoin-git>
[bitcoin] josibake opened pull request #32693: depends: fix cmake compatibility error for freetype (master...depends-specify-cmake-min-version-for-freetype) https://github.com/bitcoin/bitcoin/pull/32693
<bitcoin-git>
[gui-qml] hebasto merged pull request #466: Visual tweaks to the fee selector in the send form (main...feature/fee-selection-visual-tweaks) https://github.com/bitcoin-core/gui-qml/pull/466
<bitcoin-git>
gui-qml/main c767837 Hennadii Stepanov: Merge bitcoin-core/gui-qml#466: Visual tweaks to the fee selector in the s...
<bitcoin-git>
gui-qml/main e06c32a GBKS: Visual tweaks to the fee selector in the send form
<hacker4web3bitco>
Hi, ask a question, why does bitcoin core limit MAX_SCRIPTCHECK_THREADS to 15, shouldn't it be something like nr_cpu_cores-1?
<bitcoin-git>
[gui-qml] hebasto merged pull request #465: Show "Select Wallet" or "Add Wallet" in the Wallet selector if a wallet isn't loaded (main...no-wallets-loaded) https://github.com/bitcoin-core/gui-qml/pull/465
<bitcoin-git>
gui-qml/main 5b9b484 johnny9: qml: Show Add Wallet in WalletBadge if none are found
<bitcoin-git>
gui-qml/main 03b568d johnny9: qml: Add Context to CreateWalletWizard
<bitcoin-git>
gui-qml/main 7af55d5 johnny9: qml: Hide tabs and show Select Wallet if no wallet is loaded
<bitcoin-git>
[bitcoin] PeterWrighten opened 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
<corebot>
https://github.com/bitcoin-core/gui-qml/issues/465 | Show "Select Wallet" or "Add Wallet" in the Wallet selector if a wallet isn't loaded by johnny9 · Pull Request #465 · bitcoin-core/gui-qml · GitHub
<johnny9dev>
The case where no wallet is actually loaded has been PRd at bitcoin-core/gui-qml#465
<johnny9dev>
RequestPayment page has finally been hooked up to our wallet model to generate and commit actual payment requests and addresses. bitcoin-core/gui-qml#464
<johnny9dev>
First set of form input validation for Send has been PR'd. This will also be used for payment requests. bitcoin-core/gui-qml#462
<johnny9dev>
Standard fee selection control was added to Send to set very basic (low/default/high) block-based fees. This has been merged bitcoin-core/gui-qml#461
<johnny9dev>
Multiple Recipients in the Send form has been PR'd and close to being merged bitcoin-core/gui-qml#450
<johnny9dev>
Some cleanup to our layouts are being done by goqusan bitcoin-core/gui-qml#463. He's been working through what we have and fixing up messy anchors and layouts and his reviews have helped give clarity on getting the layouts where they need to be
<johnny9dev>
Addtional init loading animations were merged in bitcoin-core/gui-qml#460