<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 d63ef73 Fabian Jahr: test: Add loadtxoutset test with tip on snapshot block
<bitcoin-git>
bitcoin/master 8ae79f1 Ava Chow: Merge bitcoin/bitcoin#30403: test, assumeutxo: Remove resolved todo commen...
<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] 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/master ec74f45 Ava Chow: Merge bitcoin/bitcoin#30245: net: Allow -proxy=[::1] on nodes with IPV6 lo...
<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 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 55b6d7b Martin Zumsande: validation: Don't load a snapshot if it's not in the best header chain.
<bitcoin-git>
bitcoin/master 0cac457 Ava Chow: Merge bitcoin/bitcoin#30320: assumeutxo: Don't load a snapshot if it's not...
<achow101>
harding: possibly bitcoin-core/meta? we're currently only using that for moderation related things, but in theory, it could be a general "meta topics" repo
<harding>
Is there an appropriate resource within the project (e.g. issue to bitcoin/bitcoin, a bitcoin-core/ repo, the bitcoin-dev mailing list) to discuss non-security-sensitive matters relating to the security@bitcoincore mailing list?
<RaphaelH>
Hello, I am currently studying bitcoin core network protocol and I was wondering how the 1000 addresses in ADDR message (responding to a GETADDR) were chosen among the new/tried tables. I have looked at the codebase but I don't really understand where this is done nor have I found documentation/a wiki. Does anyone have helping ressources please?
<gribble>
https://github.com/bitcoin/bitcoin/issues/30320 | assumeutxo: Dont load a snapshot if its not in the best header chain by mzumsande · Pull Request #30320 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/29519 | p2p: For assumeutxo, download snapshot chain before background chain by mzumsande · Pull Request #29519 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/30352 | policy: Add PayToAnchor(P2A), `OP_TRUE <0x4e73>` as a standard output script for spending by instagibbs · Pull Request #30352 · bitcoin/bitcoin · GitHub
<gribble>
https://github.com/bitcoin/bitcoin/issues/30352 | policy: Add PayToAnchor(P2A), `OP_TRUE <0x4e73>` as a standard output script for spending by instagibbs · Pull Request #30352 · bitcoin/bitcoin · GitHub
<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 9a7e5f4 Vasil Dimov: net: don't extra bind for Tor if binds are restricted
<bitcoin-git>
bitcoin/master af55253 Vasil Dimov: net: report an error if unable to bind on the Tor listening addr:port