2024-06-06

<bitcoin-git> [bitcoin] glozow closed pull request #27591: rpc: distinguish between vsize and sigop-adjusted mempool vsize (master...2023-05-mempool-vsize) https://github.com/bitcoin/bitcoin/pull/27591
<bitcoin-git> [bitcoin] AngusP opened pull request #30237: test: Add Compact Block Encoding test `ReceiveWithExtraTransactions` covering non-empty `extra_txn` (master...2024-06-cmpctblk-extra-txn-test) https://github.com/bitcoin/bitcoin/pull/30237
<bitcoin-git> [bitcoin] fanquake merged pull request #30228: build: no-longer allow GCC-10 in C++20 check (master...no_longer_allow_gcc_10) https://github.com/bitcoin/bitcoin/pull/30228
<bitcoin-git> bitcoin/master 1040a1f merge-script: Merge bitcoin/bitcoin#30228: build: no-longer allow GCC-10 in C++20 check
<bitcoin-git> bitcoin/master 232928b fanquake: build: no-longer allow GCC-10 in C++20 check
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f47cd649e970...1040a1fc807e
<bitcoin-git> [bitcoin] fanquake merged pull request #30236: build: re-enable deprecated warning copy (master...reenable-deprecated-copy) https://github.com/bitcoin/bitcoin/pull/30236
<bitcoin-git> bitcoin/master f47cd64 merge-script: Merge bitcoin/bitcoin#30236: build: re-enable deprecated warning copy
<bitcoin-git> bitcoin/master c3a5e8a Cory Fields: build: re-enable deprecated warning copy
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ff7d2054c4f1...f47cd649e970

2024-06-05

<bitcoin-git> [bitcoin] theuni opened pull request #30236: build: re-enable deprecated warning copy (master...reenable-deprecated-copy) https://github.com/bitcoin/bitcoin/pull/30236
<bitcoin-git> [bitcoin] theuni opened pull request #30235: build: warn on self-assignment (master...disable-self-assign) https://github.com/bitcoin/bitcoin/pull/30235
<bitcoin-git> [bitcoin] theuni opened pull request #30234: Enable clang-tidy checks for self-assignment (master...clang-tidy-self-assign) https://github.com/bitcoin/bitcoin/pull/30234
<bitcoin-git> [bitcoin] sr-gi opened pull request #30233: refactor: move m_is_inbound out of CNodeState (master...202406-refactor-inbound) https://github.com/bitcoin/bitcoin/pull/30233
<bitcoin-git> [bitcoin] luke-jr opened pull request #30232: refactor: policy: Pass kernel::MemPoolOptions to IsStandard[Tx] rather than long list of individual options (master...refactor_mempoolopts) https://github.com/bitcoin/bitcoin/pull/30232
<bitcoin-git> [bitcoin] fanquake opened pull request #30231: guix: bump time-machine to f0bb724211872cd6158fce6162e0b8c73efed126 (master...bump_time_machine) https://github.com/bitcoin/bitcoin/pull/30231
<bitcoin-git> [bitcoin] marcofleon opened pull request #30230: fuzz: add I2P harness (master...2024/05/add-i2p-test) https://github.com/bitcoin/bitcoin/pull/30230
<bitcoin-git> [bitcoin] maflcko opened pull request #30229: fuzz: Use std::span in FuzzBufferType (master...2406-fuzz-span) https://github.com/bitcoin/bitcoin/pull/30229
<bitcoin-git> [bitcoin] fanquake merged pull request #30185: guix: show `*_FLAGS` variables in pre-build output (master...show_additional_guix_flags) https://github.com/bitcoin/bitcoin/pull/30185
<bitcoin-git> bitcoin/master ff7d205 merge-script: Merge bitcoin/bitcoin#30185: guix: show `*_FLAGS` variables in pre-build o...
<bitcoin-git> bitcoin/master 5f2c1d8 fanquake: guix: show *_FLAGS variables in pre-build output
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/74dc8585b38d...ff7d2054c4f1
<bitcoin-git> [bitcoin] fanquake merged pull request #30174: test: Set mocktime in p2p_disconnect_ban.py to avoid intermittent test failure (master...2405-test-bump) https://github.com/bitcoin/bitcoin/pull/30174
<bitcoin-git> bitcoin/master fa6aa40 MarcoFalke: test: Fix typos and use names args
<bitcoin-git> bitcoin/master 4444de1 MarcoFalke: test: Set mocktime in p2p_disconnect_ban.py to avoid intermittent test fai...
<bitcoin-git> bitcoin/master 74dc858 merge-script: Merge bitcoin/bitcoin#30174: test: Set mocktime in p2p_disconnect_ban.py t...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/23b3dc2dd13d...74dc8585b38d
<bitcoin-git> [gui] ChillerDragon opened pull request #823: wallet: Improve error log color in the console (master...pr_console_err_color) https://github.com/bitcoin-core/gui/pull/823
<bitcoin-git> [bitcoin] fanquake opened pull request #30228: build: no-longer allow GCC-10 in C++20 check (master...no_longer_allow_gcc_10) https://github.com/bitcoin/bitcoin/pull/30228
<bitcoin-git> [bitcoin-maintainer-tools] laanwj closed pull request #166: Improved check-dnsseeds.py implementation (main...2024-05-new-dnsseeds) https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/166
<bitcoin-git> [bitcoin] fanquake opened pull request #30227: doc: fixup deps doc after #30198 (master...doc_qt_5_15_14) https://github.com/bitcoin/bitcoin/pull/30227
<bitcoin-git> [bitcoin] alfonsoromanz opened pull request #30226: test: add validation for gettxout RPC response (master...missing-test) https://github.com/bitcoin/bitcoin/pull/30226
<bitcoin-git> [bitcoin] achow101 merged pull request #30218: refactor: remove unused `CKey::Negate` method (master...202406-remove_unused_key_negate) https://github.com/bitcoin/bitcoin/pull/30218
<bitcoin-git> bitcoin/master 8801e31 Sebastian Falbesoner: refactor: remove unused `CKey::Negate` method
<bitcoin-git> bitcoin/master 23b3dc2 Ava Chow: Merge bitcoin/bitcoin#30218: refactor: remove unused `CKey::Negate` method
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c29314ecfcc0...23b3dc2dd13d
<bitcoin-git> [bitcoin] achow101 merged pull request #29998: functional test: ensure confirmed utxo being sourced for 2nd chain (master...2024-04-onemore_confirmed) https://github.com/bitcoin/bitcoin/pull/29998
<bitcoin-git> bitcoin/master 07aba8d Greg Sanders: functional test: ensure confirmed utxo being sourced for 2nd chain
<bitcoin-git> bitcoin/master c29314e Ava Chow: Merge bitcoin/bitcoin#29998: functional test: ensure confirmed utxo being ...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/76a33be21d42...c29314ecfcc0
<bitcoin-git> [bitcoin] achow101 merged pull request #28307: rpc, wallet: fix incorrect segwit redeem script size limit (master...2023_invalid_segwit_redeem_script_limit) https://github.com/bitcoin/bitcoin/pull/28307
<bitcoin-git> bitcoin/master 25a8170 furszy: test: rpc_createmultisig, remove unnecessary checkbalances()
<bitcoin-git> bitcoin/master 3635d43 furszy: test: rpc_createmultisig, remove manual wallet initialization
<bitcoin-git> bitcoin/master b5a3289 furszy: test: refactor, multiple cleanups in rpc_createmultisig.py
<bitcoin-git> [bitcoin] achow101 pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/b3a61bd7b102...76a33be21d42
<bitcoin-git> [bitcoin] achow101 merged pull request #28074: fuzz: wallet, add target for `Crypter` (master...fuzz-coverage-crypter) https://github.com/bitcoin/bitcoin/pull/28074
<bitcoin-git> bitcoin/master d7290d6 Ayush Singh: fuzz: wallet, add target for Crypter
<bitcoin-git> bitcoin/master b3a61bd Ava Chow: Merge bitcoin/bitcoin#28074: fuzz: wallet, add target for `Crypter`
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/55cf34a5c30f...b3a61bd7b102
<bitcoin-git> [bitcoin] achow101 merged pull request #30047: refactor: Model the bech32 charlimit as an Enum (master...model-bech32-limit-as-enum) https://github.com/bitcoin/bitcoin/pull/30047
<bitcoin-git> bitcoin/master 5676aec josibake: refactor: Model the bech32 charlimit as an Enum
<bitcoin-git> bitcoin/master 7f3f6c6 Lőrinc: refactor: replace hardcoded numbers
<bitcoin-git> bitcoin/master 55cf34a Ava Chow: Merge bitcoin/bitcoin#30047: refactor: Model the bech32 charlimit as an En...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/09fe1435d9ca...55cf34a5c30f
<bitcoin-git> [bitcoin] achow101 merged pull request #29997: rpc: Remove index-based Arg accessor (master...2404-rpc-no-int-arg-) https://github.com/bitcoin/bitcoin/pull/29997
<bitcoin-git> bitcoin/master 09fe143 Ava Chow: Merge bitcoin/bitcoin#29997: rpc: Remove index-based Arg accessor
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/56ea8ed3d325...09fe1435d9ca
<bitcoin-git> bitcoin/master fa3169b MarcoFalke: rpc: Remove index-based Arg accessor

2024-06-04

<bitcoin-git> [bitcoin] achow101 merged pull request #29428: test: Assumeutxo: snapshots with less work should not be loaded (master...assumeutxo-test-several) https://github.com/bitcoin/bitcoin/pull/29428
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a937458904ae...56ea8ed3d325
<bitcoin-git> bitcoin/master df6dc2a Hernan Marino: test: Assumeutxo: snapshots with less work should not be loaded
<bitcoin-git> bitcoin/master 56ea8ed Ava Chow: Merge bitcoin/bitcoin#29428: test: Assumeutxo: snapshots with less work sh...
<bitcoin-git> [bitcoin] achow101 merged pull request #30154: doc: update mention of generating bitcoin.conf (master...update-mention-of-bitcoin-conf) https://github.com/bitcoin/bitcoin/pull/30154
<bitcoin-git> bitcoin/master 9013e2b Epic Curious: Link to gen-bitcoin-conf.sh instead of bitcoin.conf placeholder
<bitcoin-git> bitcoin/master a937458 Ava Chow: Merge bitcoin/bitcoin#30154: doc: update mention of generating bitcoin.conf
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e54c392356c4...a937458904ae
<bitcoin-git> [bitcoin] achow101 merged pull request #28979: wallet, rpc: document and update `sendall` behavior around unconfirmed inputs (master...sendall_ancestor_aware_funding) https://github.com/bitcoin/bitcoin/pull/28979
<bitcoin-git> bitcoin/master 71aae72 ishaanam: test: test sendall does ancestor aware funding
<bitcoin-git> bitcoin/master 544131f ishaanam: rpc, test: test sendall spends unconfirmed change and unconfirmed inputs w...
<bitcoin-git> bitcoin/master 3675794 ishaanam: wallet, rpc: implement ancestor aware funding for sendall
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/701b0cf2f33c...e54c392356c4
<bitcoin-git> [bitcoin] achow101 merged pull request #28366: Fix waste calculation in SelectionResult (master...2023-08-fix-waste-calculation) https://github.com/bitcoin/bitcoin/pull/28366
<bitcoin-git> bitcoin/master 7aa7e30 Murch: Fold GetSelectionWaste() into ComputeAndSetWaste()
<bitcoin-git> bitcoin/master bd34dd8 Murch: Use `exact_target` shorthand in coinselector_tests
<bitcoin-git> bitcoin/master 701b0cf Ava Chow: Merge bitcoin/bitcoin#28366: Fix waste calculation in SelectionResult
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d39f15a8a5b0...701b0cf2f33c
<bitcoin-git> [bitcoin] laanwj closed pull request #29923: depends: Remove Qt build-time dependencies (master...2024-04-qtsowrap) https://github.com/bitcoin/bitcoin/pull/29923
<bitcoin-git> [bitcoin] fanquake closed pull request #30225: Update and rename bitcoinkernel.cpp to bitcoinkernel.cppx (master...patch-3) https://github.com/bitcoin/bitcoin/pull/30225
<bitcoin-git> [bitcoin] aaservice opened pull request #30225: Update and rename bitcoinkernel.cpp to bitcoinkernel.cppx (master...patch-3) https://github.com/bitcoin/bitcoin/pull/30225
<laanwj> dergoegge: have you looked in the various insecure directories, like https://bitcoincore.org/bin/insecure-CVE-2015-6031/bitcoin-core-0.10.0/ ?
<dergoegge> sdaftuar: self-built would work too but https://github.com/achow101/bitcoin/releases/tag/v0.10.0 has what I was looking for :)
<achow101> dergoegge: https://github.com/achow101/bitcoin/releases/tag/v0.10.0 if it's not there, then we didn't build it for releases
<bitcoin-git> [qa-assets] Sjors closed pull request #140: Add initial wallet_bdb_parser corpus (main...2023/08/bdb_ro) https://github.com/bitcoin-core/qa-assets/pull/140
<bitcoin-git> [bitcoin] fanquake merged pull request #30211: fuzz: Make FuzzedSock fuzz friendlier (master...2024-05-fix-fuzzsock) https://github.com/bitcoin/bitcoin/pull/30211
<bitcoin-git> bitcoin/master a7fceda dergoegge: [fuzz] Make peeking through FuzzedSock::Recv fuzzer friendly
<bitcoin-git> bitcoin/master 22d0f1a marcofleon: [fuzz] Avoid endless waiting in FuzzedSock::{Wait,WaitMany}
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9efc2af3be58...d39f15a8a5b0
<bitcoin-git> bitcoin/master 865cdf3 dergoegge: [fuzz] Use fuzzer friendly ConsumeRandomLengthByteVector in FuzzedSock::Re...
<bitcoin-git> [bitcoin] willcl-ark closed pull request #30223: Create Implement Zero-Collar Options on Lightning Network for Stablec… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30223
<bitcoin-git> [bitcoin] Eudaimonios opened pull request #30223: Create Implement Zero-Collar Options on Lightning Network for Stablec… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30223
<sipa> for rationale about partial descriptors, see https://github.com/bitcoin/bitcoin/issues/24114#issuecomment-1127978154
<josie> fragment in the descriptor language that is not enough to fully specify generating and spending the output, and is also slightly more than just a miniscript fragment in that it deals with things that are not strictly bitcoin script
<josie> want to check my understanding on something: descriptors are a way of specifying how to create outputs and how to spend them, i.e. everything you need for a single output type wallet. miniscript is a way of writing a subset of bitcoin script with certain guarantees and the miniscript policy language is used in descriptors. so then what is a partial descriptor? ive always took it as a
<bitcoin-git> [bitcoin] fanquake opened pull request #30222: [27.x] rc2 or final (27.x...27_1_rc2_or_rel) https://github.com/bitcoin/bitcoin/pull/30222
<bitcoin-git> [bitcoin] fanquake merged pull request #30217: depends: Update Boost download link (master...240603-boost) https://github.com/bitcoin/bitcoin/pull/30217
<bitcoin-git> bitcoin/master 9efc2af merge-script: Merge bitcoin/bitcoin#30217: depends: Update Boost download link
<bitcoin-git> bitcoin/master ffbc173 Hennadii Stepanov: depends: Update Boost download link
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f7a6d3444973...9efc2af3be58

2024-06-03

<bitcoin-git> [bitcoin] achow101 opened pull request #30221: wallet: Ensure best block matches wallet scan state (master...wallet-no-chainstateflushed) https://github.com/bitcoin/bitcoin/pull/30221
<bitcoin-git> [qa-assets] murchandamus opened pull request #186: Add Murch’s fuzz seeds June 2024 (2nd attempt) (main...2024-06-add-murch) https://github.com/bitcoin-core/qa-assets/pull/186
<bitcoin-git> [bitcoin] davidgumberg opened pull request #30219: Lint: Support running individual lint checks (master...individual_lints) https://github.com/bitcoin/bitcoin/pull/30219
<bitcoin-git> [bitcoin] theStack opened pull request #30218: refactor: remove unused `CKey::Negate` method (master...202406-remove_unused_key_negate) https://github.com/bitcoin/bitcoin/pull/30218
<bitcoin-git> [qa-assets] murchandamus closed pull request #185: Add Murch’s fuzz seeds June 2024 (main...add-murch-2024-06) https://github.com/bitcoin-core/qa-assets/pull/185
<bitcoin-git> [qa-assets] murchandamus opened pull request #185: Add Murch’s fuzz seeds June 2024 (main...add-murch-2024-06) https://github.com/bitcoin-core/qa-assets/pull/185
<bitcoin-git> [bitcoin] fanquake merged pull request #30215: doc: JSON-RPC request Content-Type is application/json (master...29946_fixedup) https://github.com/bitcoin/bitcoin/pull/30215
<bitcoin-git> bitcoin/master f7a6d34 merge-script: Merge bitcoin/bitcoin#30215: doc: JSON-RPC request Content-Type is applica...
<bitcoin-git> bitcoin/master 3c08e11 Luke Dashjr: doc: JSON-RPC request Content-Type is application/json
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c065ae84695d...f7a6d3444973
<bitcoin-git> [bitcoin] fanquake merged pull request #30134: fuzz: add more coverage for `ScriptPubKeyMan` (master...2024-04-fuzz-spkm-improvements) https://github.com/bitcoin/bitcoin/pull/30134
<bitcoin-git> bitcoin/master e3249f2 brunoerg: fuzz: add more coverage for `ScriptPubKeyMan`
<bitcoin-git> bitcoin/master c065ae8 merge-script: Merge bitcoin/bitcoin#30134: fuzz: add more coverage for `ScriptPubKeyMan`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e40df5468d11...c065ae84695d
<bitcoin-git> [bitcoin] fanquake merged pull request #30216: build: Fix building `fuzz` binary on on SunOS / illumos (master...240602-libevent) https://github.com/bitcoin/bitcoin/pull/30216
<bitcoin-git> bitcoin/master e40df54 merge-script: Merge bitcoin/bitcoin#30216: build: Fix building `fuzz` binary on on SunOS...
<bitcoin-git> bitcoin/master 3299abc Hennadii Stepanov: build: Fix building `fuzz` binary on on SunOS / illumos
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/80bdd4b6beb8...e40df5468d11
<gribble> https://github.com/bitcoin/bitcoin/issues/29625 | Several randomness improvements by sipa · Pull Request #29625 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28216 | fuzz: a new target for the coins database by darosior · Pull Request #28216 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28209 | fuzz: a target for the block index database by darosior · Pull Request #28209 · bitcoin/bitcoin · GitHub
<dergoegge> darosior: I've generated some coverage reports for #28209 and #28216: http://bitcoind-fuzz.dergoegge.de:8000/bitcoin-pr28209/harnesses/ http://bitcoind-fuzz.dergoegge.de:8000/bitcoin-pr28216/harnesses/ (these links will stop working at some point)
<bitcoin-git> [bitcoin] fanquake merged pull request #30167: doc, rpc: Release notes and follow-ups for #29612 (master...2024-05-29612-followup) https://github.com/bitcoin/bitcoin/pull/30167
<bitcoin-git> bitcoin/master 1f1f998 Fabian Jahr: assumeutxo: Deserialize trailing byte instead of Txid
<bitcoin-git> bitcoin/master 6b60848 Fabian Jahr: assumeutxo: Add network magic ctor param to SnapshotMetadata
<bitcoin-git> bitcoin/master 359967e Fabian Jahr: doc: Add release notes for #29612
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f7c0ddff4665...80bdd4b6beb8
<bitcoin-git> [bitcoin] fanquake merged pull request #30192: build: remove `--enable-lcov-branch-coverage` (master...support_lcov_2) https://github.com/bitcoin/bitcoin/pull/30192
<bitcoin-git> bitcoin/master f7c0ddf merge-script: Merge bitcoin/bitcoin#30192: build: remove `--enable-lcov-branch-coverage`
<bitcoin-git> bitcoin/master cbd4640 fanquake: build: remove --enable-lcov-branch-coverage
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e18accc5f518...f7c0ddff4665
<bitcoin-git> [bitcoin] hebasto opened pull request #30217: depends: Update Boost download link (master...240603-boost) https://github.com/bitcoin/bitcoin/pull/30217
<bitcoin-git> [bitcoin] fanquake merged pull request #30186: fuzz: increase `txorphan` harness stability (master...2024/05/txorphan-harness-instability) https://github.com/bitcoin/bitcoin/pull/30186
<bitcoin-git> bitcoin/master e18accc merge-script: Merge bitcoin/bitcoin#30186: fuzz: increase `txorphan` harness stability
<bitcoin-git> bitcoin/master 8defc18 marcofleon: scripted-diff: Replace nNextSweep with m_next_sweep
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/457e1846d2bf...e18accc5f518
<bitcoin-git> bitcoin/master 0048680 marcofleon: increase txorphan harness stability

2024-06-02

<bitcoin-git> [bitcoin] hebasto opened pull request #30216: build: Fix building `fuzz` binary on on SunOS / illumos (master...240602-libevent) https://github.com/bitcoin/bitcoin/pull/30216
<bitcoin-git> [bitcoin] TheCharlatan closed pull request #28335: RFC: Remove boost usage from kernel api / headers (master...mempoolBoostHeaderPrune) https://github.com/bitcoin/bitcoin/pull/28335

2024-05-31

<bitcoin-git> [bitcoin] Sjors closed pull request #30213: net: have GetReceivedMessage() return bytes (master...2024/05/transport-sans-netmsg) https://github.com/bitcoin/bitcoin/pull/30213
<gnaf> linkrot signet/faucet bip 325 https://github.com/bitcoin/bitcoin/pull/18267 or use a faucet sidechain for testing https://liquidtestnet.com/faucet
<bitcoin-git> [bitcoin] fanquake closed pull request #29946: JSON-RPC request Content-Type is application/json (master...jsonrpc_content_type) https://github.com/bitcoin/bitcoin/pull/29946
<bitcoin-git> [bitcoin] fanquake opened pull request #30215: doc: JSON-RPC request Content-Type is application/json (master...29946_fixedup) https://github.com/bitcoin/bitcoin/pull/30215
<bitcoin-git> [bitcoin] fanquake closed pull request #29971: refactor: refactored platform assignment into get_platform function (master...fix/platform-consistency) https://github.com/bitcoin/bitcoin/pull/29971
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30214: refactor: Improve assumeutxo state representation (master...pr/cstate) https://github.com/bitcoin/bitcoin/pull/30214
<bitcoin-git> [bitcoin] Sjors opened pull request #30213: net: have GetReceivedMessage() return bytes (master...2024/05/transport-sans-netmsg) https://github.com/bitcoin/bitcoin/pull/30213
<bitcoin-git> [bitcoin] fanquake merged pull request #30204: depends: consolidate dependency docs (master...depends_docs) https://github.com/bitcoin/bitcoin/pull/30204
<bitcoin-git> bitcoin/master 457e184 merge-script: Merge bitcoin/bitcoin#30204: depends: consolidate dependency docs
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ac1465cd9da...457e1846d2bf
<bitcoin-git> bitcoin/master a27e1ce fanquake: depends: consolidate dependency docs
<bitcoin-git> [bitcoin] fanquake merged pull request #30198: depends: qt 5.15.14 and fix macOS build with Clang 18 (master...qt_5_15_14) https://github.com/bitcoin/bitcoin/pull/30198
<bitcoin-git> bitcoin/master b018bd7 fanquake: depends: qt 5.15.14
<bitcoin-git> bitcoin/master 0a3631f fanquake: depends: fix Qt macOS build with Clang 18
<bitcoin-git> bitcoin/master 3ac1465 merge-script: Merge bitcoin/bitcoin#30198: depends: qt 5.15.14 and fix macOS build with ...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/62f7f59ff495...3ac1465cd9da
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30212: rename TransactionErrors: MISSING_INPUTS and ALREADY_IN_CHAIN (master...clarify-missing-inputs-err) https://github.com/bitcoin/bitcoin/pull/30212
<bitcoin-git> [bitcoin] dergoegge opened pull request #30211: fuzz: Make FuzzedSock fuzz friendlier (master...2024-05-fix-fuzzsock) https://github.com/bitcoin/bitcoin/pull/30211
<fanquake> Pushed up some bins for 27.1rc1: https://bitcoincore.org/bin/bitcoin-core-27.1/test.rc1/
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1025: Bitcoin Core 27.1 (master...announce_27_1) https://github.com/bitcoin-core/bitcoincore.org/pull/1025
<bitcoin-git> [bitcoin] maflcko closed pull request #30208: chore: fix some comments (master...master) https://github.com/bitcoin/bitcoin/pull/30208
<bitcoin-git> [bitcoin] zoupingshi opened pull request #30208: chore: fix some comments (master...master) https://github.com/bitcoin/bitcoin/pull/30208
<bitcoin-git> [bitcoin] achow101 closed pull request #30188: Fix typos in 36 files | Almost only documentation (master...cyon_fix_typos) https://github.com/bitcoin/bitcoin/pull/30188

2024-05-30

<bitcoin-git> [bitcoin] mzumsande opened pull request #30207: validation: Improve, document and test logic for chains building on invalid blocks (master...202405_invalid_chains) https://github.com/bitcoin/bitcoin/pull/30207
<bitcoin-git> [bitcoin] vasild opened pull request #30205: test: add mocked Sock that can read/write custom data and/or CNetMessages (master...DynSock) https://github.com/bitcoin/bitcoin/pull/30205
<bitcoin-git> [bitcoin] fanquake opened pull request #30204: depends: consolidate dependency docs (master...depends_docs) https://github.com/bitcoin/bitcoin/pull/30204
<maflcko> fjahr: For extracting the interesting stuff for fuzzing, you can probably use the https://github.com/bitcoin-core/qa-assets/blob/main/unit_test_data/script_assets_test.json json format and corresponding fuzz target with coverage compiled in
<bitcoin-git> [bitcoin] BrandonOdiwuor opened pull request #30203: Enhance signet chain configuration in bitcoin.conf (master...add-signet-chain-configs) https://github.com/bitcoin/bitcoin/pull/30203
<bitcoin-git> [bitcoin] fanquake merged pull request #30199: clang-tidy: Add `bugprone-move-forwarding-reference` check (master...240530-tidy-move-fw) https://github.com/bitcoin/bitcoin/pull/30199
<bitcoin-git> bitcoin/master 62f7f59 merge-script: Merge bitcoin/bitcoin#30199: clang-tidy: Add `bugprone-move-forwarding-ref...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0a7c650fcd32...62f7f59ff495
<bitcoin-git> bitcoin/master 88cdb59 Hennadii Stepanov: clang-tidy: Add `bugprone-move-forwarding-reference` check
<gribble> https://github.com/bitcoin/bitcoin/issues/30043 | net: Replace libnatpmp with built-in PCP+NATPMP implementation by laanwj · Pull Request #30043 · bitcoin/bitcoin · GitHub
<fjahr> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/26596 | wallet: Migrate legacy wallets to descriptor wallets without requiring BDB by achow101 · Pull Request #26596 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30126 | Low-level cluster linearization code by sipa · Pull Request #30126 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30161 | util: add VecDeque by sipa · Pull Request #30161 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30160 | util: add BitSet by sipa · Pull Request #30160 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30111 | locks: introduce mutex for tx download, flush rejection filters on UpdatedBlockTip by glozow · Pull Request #30111 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/29496 | policy: bump TX_MAX_STANDARD_VERSION to 3 by glozow · Pull Request #29496 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/29873 | policy: restrict all TRUC (v3) transactions to 10kvB by glozow · Pull Request #29873 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28984 | Cluster size 2 package rbf by instagibbs · Pull Request #28984 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30072 | refactor prep for package rbf by instagibbs · Pull Request #30072 · bitcoin/bitcoin · GitHub
<fjahr> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr_gi theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] vasild opened pull request #30202: netbase: extend CreateSock() to support creating arbitrary sockets (master...extend_CreateSock) https://github.com/bitcoin/bitcoin/pull/30202
<bitcoin-git> [bitcoin] fanquake opened pull request #30201: depends: remove `FORCE_USE_SYSTEM_CLANG` (master...remove_force_use_system_clang) https://github.com/bitcoin/bitcoin/pull/30201
<bitcoin-git> [bitcoin] Sjors opened pull request #30200: Introduce Miner interface (master...2024/05/miner-interface) https://github.com/bitcoin/bitcoin/pull/30200
<bitcoin-git> [bitcoin] hebasto opened pull request #30199: clang-tidy: Add `bugprone-move-forwarding-reference` check (master...240530-tidy-move-fw) https://github.com/bitcoin/bitcoin/pull/30199
<bitcoin-git> [bitcoin] fanquake merged pull request #30034: ci: add markdown link check job (master...link-check-action) https://github.com/bitcoin/bitcoin/pull/30034
<bitcoin-git> bitcoin/master 0a7c650 merge-script: Merge bitcoin/bitcoin#30034: ci: add markdown link check job
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f61ede574c12...0a7c650fcd32
<bitcoin-git> bitcoin/master 4b7d984 willcl-ark: lint: add markdown hyperlink checker
<bitcoin-git> [bitcoin] fanquake opened pull request #30198: depends: qt 5.15.14 and fix macOS build with Clang 18 (master...qt_5_15_14) https://github.com/bitcoin/bitcoin/pull/30198
<bitcoin-git> [bitcoin] darosior opened pull request #30197: fuzz: bound some miniscript operations to avoid fuzz timeouts (master...2405_desc_fuzz_timeouts) https://github.com/bitcoin/bitcoin/pull/30197
<bitcoin-git> [bitcoin] fanquake closed pull request #30022: releases: use LLVM 18 for macOS (master...macos_llvm_18_releases) https://github.com/bitcoin/bitcoin/pull/30022
<bitcoin-git> [bitcoin-detached-sigs] fanquake pushed tag v27.1rc1: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v27.1rc1
<bitcoin-git> bitcoin-detached-sigs/27.x a808015 fanquake: 27.1: macOS sig for rc1
<bitcoin-git> [bitcoin-detached-sigs] fanquake pushed 1 commit to 27.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/b15cfc62c921...a8080157b0e3
<bitcoin-git> [bitcoin] fanquake merged pull request #30049: build, test, doc: Temporarily remove Android-related stuff (master...240503-android) https://github.com/bitcoin/bitcoin/pull/30049
<bitcoin-git> bitcoin/master 5deb0b0 Hennadii Stepanov: build, test, doc: Temporarily remove Android-related stuff
<bitcoin-git> bitcoin/master f61ede5 merge-script: Merge bitcoin/bitcoin#30049: build, test, doc: Temporarily remove Android-...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/10164916f712...f61ede574c12
<bitcoin-git> [bitcoin] fanquake closed pull request #30196: Create Dewy800 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30196
<bitcoin-git> [bitcoin] dewy800 opened pull request #30196: Create Dewy800 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30196
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30195: test: Added test coverage to listsinceblock rpc (master...testCannotReadFromBlock) https://github.com/bitcoin/bitcoin/pull/30195
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 27.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/9cccc7753df1...b15cfc62c921
<bitcoin-git> bitcoin-detached-sigs/27.x b15cfc6 Ava Chow: 27.1: win sig for rc1

2024-05-29

<bitcoin-git> [bitcoin] theuni opened pull request #30194: refactor: use recommended type hiding on multi_index types (master...multi_index_types) https://github.com/bitcoin/bitcoin/pull/30194
<bitcoin-git> [bitcoin] m3dwards opened 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] fanquake opened pull request #30192: build: remove `--enable-lcov-branch-coverage` (master...support_lcov_2) https://github.com/bitcoin/bitcoin/pull/30192
<bitcoin-git> [bitcoin] fanquake closed pull request #30189: build: remove usage of BOOST_NO_CXX98_FUNCTION_BASE (master...remove_boost_function_base_macro) https://github.com/bitcoin/bitcoin/pull/30189
<gribble> https://github.com/bitcoin/bitcoin/issues/29775 | Testnet4 including PoW difficulty adjustment fix by fjahr · Pull Request #29775 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #30189: build: remove usage of DBOOST_NO_CXX98_FUNCTION_BASE (master...remove_boost_function_base_macro) https://github.com/bitcoin/bitcoin/pull/30189
<bitcoin-git> [bitcoin] fanquake pushed tag v27.1rc1: https://github.com/bitcoin/bitcoin/compare/v27.1rc1
<bitcoin-git> [bitcoin] fanquake merged pull request #30122: bench: enable wallet creation benchmarks on all platforms (master...2024_bench_enable_wallet_create) https://github.com/bitcoin/bitcoin/pull/30122
<bitcoin-git> bitcoin/master 7c8abf3 furszy: bench: bugfix, properly release wallet before erasing directory
<bitcoin-git> bitcoin/master 1016491 merge-script: Merge bitcoin/bitcoin#30122: bench: enable wallet creation benchmarks on a...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46d3477b5b18...10164916f712
<bitcoin-git> [bitcoin] fanquake merged pull request #30172: fuzz: Handle missing BDBRO errors (master...bdbro-fuzz-skip-enc) https://github.com/bitcoin/bitcoin/pull/30172
<bitcoin-git> bitcoin/master 9ddf39d Ava Chow: fuzz: Handle missing BDBRO errors
<bitcoin-git> bitcoin/master 46d3477 merge-script: Merge bitcoin/bitcoin#30172: fuzz: Handle missing BDBRO errors
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/be100cf4c77a...46d3477b5b18
<vasild> laanwj: https://github.com/bitcoin/bitcoin/pull/30043 "Either solve FreeBSD compile issue (probably upstream issue) or remove FreeBSD support" -- what is the issue? Somewhere in the comments Sjors posted a picture of some compile warning - is that it?
<bitcoin-git> [bitcoin] fanquake merged pull request #21778: build: LLD based macOS toolchain (master...llvm_13_ld64_lld) https://github.com/bitcoin/bitcoin/pull/21778
<bitcoin-git> bitcoin/master 437e908 fanquake: depends: swap cctools-x for llvm-x
<bitcoin-git> bitcoin/master c6a6b2d fanquake: build: add lld into macOS build environment(s)
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/417b6ceceee9...be100cf4c77a
<bitcoin-git> bitcoin/master bab287d fanquake: depends: don't use -no_warning_for_no_symbols in macOS qt build
<bitcoin-git> [bitcoin] fanquake merged pull request #30156: fuzz: More accurate coverage reports (master...2024-05-cov-reset-counters) https://github.com/bitcoin/bitcoin/pull/30156
<bitcoin-git> bitcoin/master 417b6ce merge-script: Merge bitcoin/bitcoin#30156: fuzz: More accurate coverage reports
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58956028e439...417b6ceceee9
<bitcoin-git> bitcoin/master 949abeb dergoegge: [fuzz] Avoid collecting initialization coverage
<bitcoin-git> [bitcoin] fanquake merged pull request #30170: refactor: Use type-safe time in txorphanage (master...2405-type-time-tx-orphan) https://github.com/bitcoin/bitcoin/pull/30170
<bitcoin-git> bitcoin/master fa6d489 MarcoFalke: refactor: Use type-safe time in txorphanage
<bitcoin-git> bitcoin/master 5895602 merge-script: Merge bitcoin/bitcoin#30170: refactor: Use type-safe time in txorphanage
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/327f08bb0cd9...58956028e439
<bitcoin-git> [bitcoin] fanquake merged pull request #30092: [27.x] Backports and rc1 (27.x...27_1_rel_prep) https://github.com/bitcoin/bitcoin/pull/30092
<bitcoin-git> bitcoin/27.x dedf319 willcl-ark: gui: don't permit port in proxy IP option
<bitcoin-git> bitcoin/27.x 0ba11cf willcl-ark: rpc: move UniValue in blockToJSON
<bitcoin-git> bitcoin/27.x d1289a1 furszy: gui: fix create unsigned transaction fee bump
<bitcoin-git> [bitcoin] fanquake pushed 13 commits to 27.x: https://github.com/bitcoin/bitcoin/compare/c7885ecd778d...fccd32efe6e2
<bitcoin-git> [bitcoin] fanquake merged pull request #30184: [25.x] windeploy: Renew certificate (25.x...25_x_backport_win_cert) https://github.com/bitcoin/bitcoin/pull/30184
<bitcoin-git> bitcoin/25.x fb9890c merge-script: Merge bitcoin/bitcoin#30184: [25.x] windeploy: Renew certificate
<bitcoin-git> bitcoin/25.x 7a4eff2 Ava Chow: windeploy: Renew certificate
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 25.x: https://github.com/bitcoin/bitcoin/compare/62c22dd679ba...fb9890cbd512
<bitcoin-git> [bitcoin] Sajjon opened pull request #30188: Fix typos in 36 files | Almost only documentation (master...cyon_fix_typos) https://github.com/bitcoin/bitcoin/pull/30188
<achow101> I won't be able to run the IRC meeting this week, so someone else should run it. https://github.com/bitcoin-core/bitcoin-devwiki/wiki/IRC-Meeting-Cheat-Sheet may be helpful for whoever wants to do it this week

2024-05-28

<gribble> https://github.com/bitcoin/bitcoin/issues/30116 | p2p: Fill reconciliation sets (Erlay) attempt 2 by sr-gi · Pull Request #30116 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] marcofleon opened pull request #30186: fuzz: increase `txorphan` harness stability (master...2024/05/txorphan-harness-instability) https://github.com/bitcoin/bitcoin/pull/30186
<bitcoin-git> [bitcoin] BenWestgate closed pull request #30171: doc: Change GiB to GB in release-process.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30171
<bitcoin-git> [bitcoin] fanquake opened pull request #30185: guix: show `*_FLAGS` variables in pre-build output (master...show_additional_guix_flags) https://github.com/bitcoin/bitcoin/pull/30185
<bitcoin-git> [bitcoin] fanquake opened pull request #30184: [25.x] windeploy: Renew certificate (25.x...25_x_backport_win_cert) https://github.com/bitcoin/bitcoin/pull/30184
<bitcoin-git> [gui-qml] johnny9 opened pull request #403: Introduce Create Single-Sig wallet flow (main...create-wallet-pr) https://github.com/bitcoin-core/gui-qml/pull/403

2024-05-27

<bitcoin-git> [bitcoin] brunoerg opened pull request #30183: rpc: net: follow-ups for #30062 (master...2024-05-followup-30062) https://github.com/bitcoin/bitcoin/pull/30183
<bitcoin-git> [gui-qml] hebasto merged pull request #400: Introduce Tooltip for the BlockClock navbar button (main...tooltip) https://github.com/bitcoin-core/gui-qml/pull/400
<bitcoin-git> gui-qml/main 8f8341f johnny9: qml: Introduce Tooltip for the BlockClock navbar button
<bitcoin-git> gui-qml/main a7ccfc3 Hennadii Stepanov: Merge bitcoin-core/gui-qml#400: Introduce Tooltip for the BlockClock navba...
<bitcoin-git> [gui-qml] hebasto pushed 2 commits to main: https://github.com/bitcoin-core/gui-qml/compare/cf820e5e623b...a7ccfc3fbd7c
<bitcoin-git> qa-assets/main 3a55927 MarcoFalke: Add fuzz inputs
<bitcoin-git> qa-assets/main cc5858c MarcoFalke: Temporarily remove fuzz input which times out
<bitcoin-git> qa-assets/main cad8fa8 Niklas Gögge: Merge pull request #184 from maflcko/main
<bitcoin-git> [qa-assets] dergoegge pushed 3 commits to main: https://github.com/bitcoin-core/qa-assets/compare/f7e12aaf6587...cad8fa8d8c4d
<bitcoin-git> [qa-assets] dergoegge merged pull request #184: Add fuzz inputs (main...main) https://github.com/bitcoin-core/qa-assets/pull/184
<bitcoin-git> [gui-qml] hebasto merged pull request #402: ci, build: Update GHA actions and fix build bugs (main...240526-ci-update) https://github.com/bitcoin-core/gui-qml/pull/402
<bitcoin-git> gui-qml/main 935ee29 Hennadii Stepanov: build: Fix `-Xclang -internal-isystem` option
<bitcoin-git> gui-qml/main 87909c1 Hennadii Stepanov: build: Add missed `IPAddressValueInput.qml` to `QML_RES_QML`
<bitcoin-git> gui-qml/main ac32ee9 Hennadii Stepanov: ci: Update GHA actions
<bitcoin-git> [gui-qml] hebasto pushed 5 commits to main: https://github.com/bitcoin-core/gui-qml/compare/84d388d61746...cf820e5e623b

2024-05-26

<bitcoin-git> [gui-qml] hebasto opened pull request #402: ci: Update GHA actions (main...240526-ci-update) https://github.com/bitcoin-core/gui-qml/pull/402

2024-05-25

<bitcoin-git> [bitcoin] kevkevinpal closed pull request #30105: test: Added test to ensure log and failure happen when work is less than active chainstate (master...assumeutxoExceedActiveChainstatelog) https://github.com/bitcoin/bitcoin/pull/30105
<bitcoin-git> [bitcoin] maflcko opened pull request #30174: test: Set mocktime in p2p_disconnect_ban.py to avoid intermittent test failure (master...2405-test-bump) https://github.com/bitcoin/bitcoin/pull/30174

2024-05-24

<bitcoin-git> [bitcoin] achow101 opened pull request #30172: fuzz: Handle missing BDBRO errors (master...bdbro-fuzz-skip-enc) https://github.com/bitcoin/bitcoin/pull/30172
<bitcoin-git> [bitcoin] achow101 merged pull request #30169: fuzz: Fix wallet_bdb_parser stdlib error matching (master...2405-fuzz-stdlib-match-err) https://github.com/bitcoin/bitcoin/pull/30169
<bitcoin-git> bitcoin/master fac7298 MarcoFalke: fuzz: Fix wallet_bdb_parser stdlib error matching
<bitcoin-git> bitcoin/master 327f08b Ava Chow: Merge bitcoin/bitcoin#30169: fuzz: Fix wallet_bdb_parser stdlib error matc...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c387cb64ff4...327f08bb0cd9
<bitcoin-git> [bitcoin] BenWestgate opened pull request #30171: doc: Change GiB to GB in release-process.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30171
<bitcoin-git> [bitcoin] maflcko opened pull request #30170: refactor: Use type-safe time in txorphanage (master...2405-type-time-tx-orphan) https://github.com/bitcoin/bitcoin/pull/30170
<bitcoin-git> [bitcoin] maflcko opened pull request #30169: fuzz: Fix wallet_bdb_parser stdlib error matching (master...2405-fuzz-stdlib-match-err) https://github.com/bitcoin/bitcoin/pull/30169
<bitcoin-git> [bitcoin] fjahr opened pull request #30167: doc, rpc: Release notes and follow-ups for #29612 (master...2024-05-29612-followup) https://github.com/bitcoin/bitcoin/pull/30167
<bitcoin-git> [bitcoin] glozow merged pull request #29899: [26.x] archive 26.1 release notes + backports (26.x...2024-04-26.2-backports) https://github.com/bitcoin/bitcoin/pull/29899
<bitcoin-git> bitcoin/26.x d39ea51 Luke Dashjr: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
<bitcoin-git> bitcoin/26.x a81a922 dergoegge: [rpc, bugfix] Enforce maximum value for setmocktime
<bitcoin-git> bitcoin/26.x c21bbcc glozow: [doc] archive 26.1 release notes
<bitcoin-git> [bitcoin] glozow pushed 17 commits to 26.x: https://github.com/bitcoin/bitcoin/compare/0b4aa31c34b2...6d7a1e367067
<bitcoin-git> [bitcoin] willcl-ark closed pull request #28418: contrib: verify-binaries accept full arch-platform specifier (master...verify-arch-os) https://github.com/bitcoin/bitcoin/pull/28418
<bitcoin-git> [bitcoin] glozow merged pull request #30072: refactor prep for package rbf (master...2024-05-package_rbf_prep) https://github.com/bitcoin/bitcoin/pull/30072
<bitcoin-git> bitcoin/master 69f7ab0 Greg Sanders: Add m_allow_sibling_eviction as separate ATMPArgs flag
<bitcoin-git> bitcoin/master cbbfe71 glozow: cpfp carveout is excluded in packages
<bitcoin-git> bitcoin/master 57ee302 Greg Sanders: Add description for m_test_accept
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/413844f1c2a3...4c387cb64ff4

2024-05-23

<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1024: Revert "Remove bitcoin.pdf" (master...2024-05-bitcoin-pdf) https://github.com/bitcoin-core/bitcoincore.org/pull/1024
<bitcoin-git> bitcoincore.org/master 780d623 Ava Chow: Merge bitcoin-core/bitcoincore.org#1024: Revert "Remove bitcoin.pdf"
<bitcoin-git> bitcoincore.org/master 2f67650 laanwj: Revert "Remove bitcoin.pdf"
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/6825a895fd94...780d6232e544
<bitcoin-git> [bitcoin] hebasto opened pull request #30164: [PoC] ci: Add FreeBSD GitHub Actions job (master...240523-freebsd-ci) https://github.com/bitcoin/bitcoin/pull/30164
<bitcoin-git> [bitcoincore.org] laanwj opened pull request #1024: Revert "Remove bitcoin.pdf" (master...2024-05-bitcoin-pdf) https://github.com/bitcoin-core/bitcoincore.org/pull/1024
<bitcoin-git> [bitcoin] theStack opened pull request #30162: test: MiniWallet: respect passed feerate for padded txs (using `target_weight`) (master...202405-test-MiniWallet_target_weight_improvements) https://github.com/bitcoin/bitcoin/pull/30162
<bitcoin-git> [bitcoin] sipa opened pull request #30161: util: add RingBuffer (master...202405_ringbuffer) https://github.com/bitcoin/bitcoin/pull/30161
<bitcoin-git> [bitcoin] achow101 merged pull request #29612: rpc: Optimize serialization and enhance metadata of dumptxoutset output (master...2024-03-pr26045-reopen) https://github.com/bitcoin/bitcoin/pull/29612
<bitcoin-git> bitcoin/master 4d8e5ed Fabian Jahr: assumeutxo: Add documentation on dumptxoutset serialization format
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/915d7276e406...413844f1c2a3