<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #30517: refactor: Add FlatFileSeq member variables in BlockManager (master...flatfileseqmember) https://github.com/bitcoin/bitcoin/pull/30517
2024-07-23
<bitcoin-git>
[bitcoin] fjahr opened pull request #30516: Assumeutxo: Sanitize block height in metadata (master...2024-07-au-blockheight-san) https://github.com/bitcoin/bitcoin/pull/30516
<bitcoin-git>
[bitcoin] luisschwab opened pull request #30515: rpc: add utxo's blockhash and number of confirmations to scantxoutset output (master...feat/add-blockhash-and-nconfs-to-scantxoutset-output) https://github.com/bitcoin/bitcoin/pull/30515
<bitcoin-git>
bitcoin/master ed2d775 Ava Chow: Merge bitcoin/bitcoin#30408: rpc: doc: use "output script" terminology con...
<bitcoin-git>
[bitcoin] maflcko opened pull request #30512: net: Log accepted connection after m_nodes.push_back; Fix intermittent test issue (master...2407-net-fixups) https://github.com/bitcoin/bitcoin/pull/30512
<bitcoin-git>
[bitcoin] achow101 merged pull request #30403: test, assumeutxo: Remove resolved todo comments and add new test (master...2024-07-au-todo) https://github.com/bitcoin/bitcoin/pull/30403
<bitcoin-git>
bitcoin/master 8ae79f1 Ava Chow: Merge bitcoin/bitcoin#30403: test, assumeutxo: Remove resolved todo commen...
<bitcoin-git>
[bitcoin] maflcko opened pull request #30499: lint: Use consistent out-of-tree build for python and test_runner (master...2407-lint-fixes) https://github.com/bitcoin/bitcoin/pull/30499
<bitcoin-git>
[bitcoin] Sjors opened 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] maflcko opened pull request #30482: rest: Reject truncated hex txid early in getutxos parsing (master...2407-rest-txid) https://github.com/bitcoin/bitcoin/pull/30482
<bitcoin-git>
[bitcoin] theStack opened pull request #30481: test: add creating/spending validity checks for rare output scripts (master...202407-test-rare_output_scripts) https://github.com/bitcoin/bitcoin/pull/30481
<bitcoin-git>
[bitcoin] achow101 merged pull request #30245: net: Allow -proxy=[::1] on nodes with IPV6 lo only (master...allow-dns-ipv6-lo-only) https://github.com/bitcoin/bitcoin/pull/30245
<bitcoin-git>
bitcoin/master ec74f45 Ava Chow: Merge bitcoin/bitcoin#30245: net: Allow -proxy=[::1] on nodes with IPV6 lo...
<bitcoin-git>
bitcoin/master 23333b7 Max Edwards: net: Allow DNS lookups on nodes with IPV6 lo only
<bitcoin-git>
[bitcoin] achow101 merged pull request #30320: assumeutxo: Don't load a snapshot if it's not in the best header chain (master...202406_assumeutxo_bestheader) https://github.com/bitcoin/bitcoin/pull/30320
<bitcoin-git>
bitcoin/master 0cac457 Ava Chow: Merge bitcoin/bitcoin#30320: assumeutxo: Don't load a snapshot if it's not...
<bitcoin-git>
bitcoin/master 55b6d7b Martin Zumsande: validation: Don't load a snapshot if it's not in the best header chain.
<bitcoin-git>
[bitcoin] fanquake merged pull request #30468: test: bump mocktime only after node has received and sent bytes (master...fix-timeout-and-race) https://github.com/bitcoin/bitcoin/pull/30468
<bitcoin-git>
bitcoin/master c322bdd stratospher: test: bump mocktime after node has received and sent bytes
<bitcoin-git>
bitcoin/master 5f5862f merge-script: Merge bitcoin/bitcoin#30468: test: bump mocktime only after node has recei...
<bitcoin-git>
[bitcoin] fjahr opened pull request #30469: index: Fix coinstats overflow and introduce index versioning (master...2024-07-csi-overflow-2) https://github.com/bitcoin/bitcoin/pull/30469
<bitcoin-git>
[bitcoin] stratospher opened pull request #30468: test: bump mocktime only after node has received and sent bytes (master...fix-timeout-and-race) https://github.com/bitcoin/bitcoin/pull/30468
<bitcoin-git>
[bitcoin] maflcko opened pull request #30466: refactor: Make m_last_notified_header private (master...2407-priv-last-header) https://github.com/bitcoin/bitcoin/pull/30466
2024-07-16
<bitcoin-git>
[bitcoin] hebasto opened pull request #30465: depends: Set `CMAKE_SYSTEM_VERSION` for CMake builds (master...240716-deps-cmake) https://github.com/bitcoin/bitcoin/pull/30465
<bitcoin-git>
[bitcoin] hebasto opened pull request #30464: test, refactor: Fix MSVC warning C4101 "unreferenced local variable" (master...240716-univalue) https://github.com/bitcoin/bitcoin/pull/30464
<bitcoin-git>
[bitcoin] achow101 merged pull request #30357: Fix cases of calls to `FillPSBT` errantly returning `complete=true` (master...walletprocesspsbt-no-finalize) https://github.com/bitcoin/bitcoin/pull/30357
<bitcoin-git>
[bitcoin] achow101 merged pull request #22729: Make it possible to disable Tor binds and abort startup on bind failure (master...torbind) https://github.com/bitcoin/bitcoin/pull/22729
<bitcoin-git>
bitcoin/master af55253 Vasil Dimov: net: report an error if unable to bind on the Tor listening addr:port
<bitcoin-git>
[bitcoin] fanquake opened pull request #30452: guix: bump time-machine to 3c58b759a51072aabd7eaaca680674a0c2b36c23 (master...guix_mingw64_12_0_1) https://github.com/bitcoin/bitcoin/pull/30452
<bitcoin-git>
[bitcoin] fanquake merged pull request #30387: contrib: use c++ compiler rather than c compiler for binary checks (master...cxx-security-check) https://github.com/bitcoin/bitcoin/pull/30387
<bitcoin-git>
bitcoin/master 261f770 Cory Fields: contrib: rename cc to cxx in binary checking scripts
<bitcoin-git>
bitcoin/master a38c960 Cory Fields: contrib: use c++ rather than c for binary tests
<bitcoin-git>
bitcoin/master 9010b13 Cory Fields: contrib: c++ify test stubs after switching to c++ compilers
<bitcoin-git>
[gui] hebasto merged pull request #827: OptionsDialog: Prefer to stretch actual options area rather than waste space (master...qt_opts_stretch) https://github.com/bitcoin-core/gui/pull/827
<bitcoin-git>
bitcoin/master b71bfd9 Luke Dashjr: GUI/OptionsDialog: Prefer to stretch actual options area rather than waste...
<bitcoin-git>
bitcoin/master 84063a4 Hennadii Stepanov: Merge bitcoin-core/gui#827: OptionsDialog: Prefer to stretch actual option...