< May 2026 >
Su Mo Tu We Th Fr Sa 123456789
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
2024-06-25
<bitcoin-git>
[bitcoin] fanquake opened pull request #30334: Update libsecp256k1 subtree to latest master (master...update_secp256k1_subtree) https://github.com/bitcoin/bitcoin/pull/30334
<bitcoin-git>
[bitcoin] hebasto opened pull request #30333: Update libsecp256k1 subtree to current master (master...240625-secp-update) https://github.com/bitcoin/bitcoin/pull/30333
<bitcoin-git>
[bitcoin] paplorinc opened pull request #30326: optimizations: Reduce cache lookups in CCoinsViewCache::FetchCoin (master...paplorinc/FetchCoin) https://github.com/bitcoin/bitcoin/pull/30326
<bitcoin-git>
[bitcoin] paplorinc reopened pull request #29608: refactor: Preallocate addresses in GetAddr based on nNodes (master...paplorinc/addrman-get-address-preallocate) https://github.com/bitcoin/bitcoin/pull/29608
<bitcoin-git>
[bitcoin] paplorinc opened pull request #30325: Optimization: Switch CTxMemPool::CalculateDescendants from set to deque to reduce transaction hash calculations (master...paplorinc/CalculateDescendants) https://github.com/bitcoin/bitcoin/pull/30325
<bitcoin-git>
[bitcoin] paplorinc opened pull request #30324: Moved repeated `-printpriority` fetching out of AddToBlock (master...paplorinc/AssembleBlock) https://github.com/bitcoin/bitcoin/pull/30324
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #30322: [test]: prevent `create_self_transfer` failure when target weight is below tx weight (master...06-2024-fix_bulk_tx-with-low-weight) https://github.com/bitcoin/bitcoin/pull/30322
<bitcoin-git>
[bitcoin] romanz opened pull request #30321: rest: don't copy block data when sending binary response (master...http-string-view) https://github.com/bitcoin/bitcoin/pull/30321
2024-06-21
<bitcoin-git>
[bitcoin] mzumsande opened 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] fanquake opened pull request #30319: [26.x] upnp: fix build with miniupnpc 2.2.8 (26.x...backport_upnp_api_fix) https://github.com/bitcoin/bitcoin/pull/30319
<bitcoin-git>
[bitcoin] maflcko closed pull request #29970: test: switch from curl to urllib for HTTP requests (master...feature/requests-library-usage) https://github.com/bitcoin/bitcoin/pull/29970
<vasild>
sipa: laanwj: wrt https://github.com/bitcoin/bitcoin/pull/30043#discussion_r1644926540 with "static" it is enough to look to further than the function prototype to know that all callers are in the same file, whereas with anon namespace that is not immediately obvious and one may have to look e.g. 100 lines higher to see that this function is local. So I prefer "static" over anon namespace
<vasild>
I said that it hangs with `FUZZ=addrman src/test/fuzz/fuzz .../bitcoin-core/qa-assets/fuzz_seed_corpus/addrman`, but it actually does something because it loads the CPU
<vasild>
hebasto: fanquake: I confirm this: on master when configured with --enable-fuzz but without --with-sanitizers, then the fuzz binary just hangs without printing anything: `FUZZ=addrman src/test/fuzz/fuzz` or `FUZZ=addrman src/test/fuzz/fuzz .../bitcoin-core/qa-assets/fuzz_seed_corpus/addrman`. Adding --with-sanitizers=fuzzer creates a working one.
<bitcoin-git>
[gui] theStack opened pull request #825: Show maximum mempool size in information window (master...gui_show_maxmempoolsize) https://github.com/bitcoin-core/gui/pull/825
<bitcoin-git>
[bitcoin] instagibbs opened pull request #30300: fuzz: have package_rbf always make small txns (master...2024-06-package_rbf_fuzz_impr) https://github.com/bitcoin/bitcoin/pull/30300
<bitcoin-git>
[bitcoin] fanquake merged pull request #30287: macOS: rewrite some docs & swap `mmacosx-version-min` for `mmacos-version-min` (master...use_mmacos_over_mmacosx) https://github.com/bitcoin/bitcoin/pull/30287
<bitcoin-git>
bitcoin/master 7c298fe fanquake: doc: rewrite some of the macdeploy docs
<bitcoin-git>
[bitcoin] achow101 merged pull request #30193: ci: move ASan job to GitHub Actions from Cirrus CI (master...move-asan-to-gha) https://github.com/bitcoin/bitcoin/pull/30193
<bitcoin-git>
bitcoin/master 9eea51d Max Edwards: ci: move Asan / LSan / USDT job to Github Actions
<bitcoin-git>
bitcoin/master d97ddbe Ava Chow: Merge bitcoin/bitcoin#30193: ci: move ASan job to GitHub Actions from Cirr...
<bitcoin-git>
bitcoin/master 4b527fa Max Edwards: ci: add IPV6 network to ci container