<bitcoin-git>
[bitcoin] instagibbs opened pull request #29242: Mempool util: Add RBF diagram checks for single chunks against clusters of size 2 (master...2024-01-diagram-checks) https://github.com/bitcoin/bitcoin/pull/29242
<bitcoin-git>
[bitcoin] fjahr opened pull request #29241: doc: Add missing backtick in developer notes logging section (master...202401-backtick) https://github.com/bitcoin/bitcoin/pull/29241
<bitcoin-git>
[bitcoin] sipa opened pull request #29239: Make v2transaction default for addnode RPC when enabled (master...202401_default_addnode_bip324) https://github.com/bitcoin/bitcoin/pull/29239
<bitcoin-git>
[bitcoin] jamesob opened pull request #29238: test: unbreak: exclude windows from wallet_assumeutxo (master...2024-01-au-wallet-fix) https://github.com/bitcoin/bitcoin/pull/29238
<bitcoin-git>
[bitcoin] fanquake closed pull request #28733: depends: Allow PATH with spaces in directory names. (master...allow-spaces-in-path) https://github.com/bitcoin/bitcoin/pull/28733
<bitcoin-git>
[bitcoin] alfonsoromanz opened pull request #29237: [depends] Allow PATH with spaces in directory names. (master...allow-spaces-for-paths-in-depends) https://github.com/bitcoin/bitcoin/pull/29237
<bitcoin-git>
[bitcoin] fanquake opened pull request #29233: build: depends move macOS C(XX) FLAGS out of C & CXX (master...dedup_macos_flags) https://github.com/bitcoin/bitcoin/pull/29233
<bitcoin-git>
[bitcoin] achow101 merged pull request #29034: test: detect OS in functional tests consistently using `platform.system()` (master...202312-test-consolidate_os_detection_in_python) https://github.com/bitcoin/bitcoin/pull/29034
<bitcoin-git>
bitcoin/master 4c65ac9 Sebastian Falbesoner: test: detect OS consistently using `platform.system()`
<bitcoin-git>
bitcoin/master 878d914 Sebastian Falbesoner: doc: test: mention OS detection preferences in style guideline
<bitcoin-git>
bitcoin/master 37324ae Sebastian Falbesoner: test: use `skip_if_platform_not_linux` helper where possible
<bitcoin-git>
[bitcoin] jonatack opened pull request #29230: doc: update -loglevel help following merge of PR 28318 (master...2024-01-fix-loglevel-help) https://github.com/bitcoin/bitcoin/pull/29230
<bitcoin-git>
[bitcoin] Sjors opened pull request #29229: Make (Read/Write)BinaryFile work with char vector (master...2024/01/rw-binary-file) https://github.com/bitcoin/bitcoin/pull/29229
<bitcoin-git>
[gui] xonx4l opened pull request #786: FIX:When opening or autoloading wallets there should be clear messages about rescanning in progress and wallets' names. (master...patch-1) https://github.com/bitcoin-core/gui/pull/786
<bitcoin-git>
[bitcoin] glozow merged pull request #29215: test: assumeutxo: spend coin from snapshot chainstate after loading (master...202401-test-assumeutxo-spend_coin_from_snapshot_chainstate) https://github.com/bitcoin/bitcoin/pull/29215
<bitcoin-git>
[bitcoin] theStack opened pull request #29215: test: assumeutxo: spend coin from snapshot chainstate after loading (master...202401-test-assumeutxo-spend_coin_from_snapshot_chainstate) https://github.com/bitcoin/bitcoin/pull/29215
2024-01-09
<bitcoin-git>
[bitcoin] mzumsande opened pull request #29213: doc, test: test and explain service flag handling (master...202401_addrman_serviceflags) https://github.com/bitcoin/bitcoin/pull/29213
<bitcoin-git>
[bitcoin] jonatack opened pull request #29212: Fix -netinfo backward compat with getpeerinfo pre-v26 (master...2024-01-netinfo-transport) https://github.com/bitcoin/bitcoin/pull/29212
<bitcoin-git>
[bitcoin] fanquake merged pull request #29203: build: Drop `ALLOW_HOST_PACKAGES` support in depends (master...240108-allow) https://github.com/bitcoin/bitcoin/pull/29203
<bitcoin-git>
bitcoin/master b3b19be fanquake: Merge bitcoin/bitcoin#29203: build: Drop `ALLOW_HOST_PACKAGES` support in ...
<bitcoin-git>
bitcoin/master 080763a Hennadii Stepanov: build: Drop `ALLOW_HOST_PACKAGES` support in depends
<bitcoin-git>
[bitcoin] furszy opened pull request #29204: test: wallet migration, add coverage for tx extra data (master...2023_test_wallet_txs_comments_migration) https://github.com/bitcoin/bitcoin/pull/29204
<bitcoin-git>
[bitcoin] hebasto opened pull request #29203: build: Drop `ALLOW_HOST_PACKAGES` support in depends (master...240108-allow) https://github.com/bitcoin/bitcoin/pull/29203
<bitcoin-git>
[bitcoin] fanquake merged pull request #28610: wallet: Migrate entire address book entries to watchonly and solvables too (master...migrate-avoidreuse) https://github.com/bitcoin/bitcoin/pull/28610
<bitcoin-git>
[bitcoin] jonatack closed pull request #29202: refactor: use push_back in TaprootBuilder::Add(), rm NOLINTNEXTLINE and comment (master...2024-01-rm-unneeded-NOLINTNEXTLINE) https://github.com/bitcoin/bitcoin/pull/29202
<bitcoin-git>
[bitcoin] jonatack opened pull request #29202: Remove no-longer-needed NOLINTNEXTLINE since C++20 upgrade (master...2024-01-rm-unneeded-NOLINTNEXTLINE) https://github.com/bitcoin/bitcoin/pull/29202
2024-01-07
<bitcoin-git>
[bitcoin] jonatack opened pull request #29200: net: create I2P sessions using both ECIES-X25519 and ElGamal encryption (master...2024-01-i2p-use-both-encryption-types) https://github.com/bitcoin/bitcoin/pull/29200
<bitcoin-git>
[bitcoin] hebasto opened pull request #29196: ci: Do not set inane value for `LD_LIBRARY_PATH` (master...240107-ldlibpath) https://github.com/bitcoin/bitcoin/pull/29196
<bitcoin-git>
[bitcoin] achow101 closed pull request #26728: wallet: Have the wallet store the key for automatically generated descriptors (master...wallet-knows-master-key) https://github.com/bitcoin/bitcoin/pull/26728
<bitcoin-git>
[bitcoin] achow101 closed pull request #28142: wallet: Allow users to create a wallet that encrypts all database records (master...encrypt-watch-only) https://github.com/bitcoin/bitcoin/pull/28142
<bitcoin-git>
[bitcoin] fanquake merged pull request #29117: wallettool: Always be able to dump a wallet's database (master...dump-without-making-wallet) https://github.com/bitcoin/bitcoin/pull/29117
<bitcoin-git>
bitcoin/master 04978c2 fanquake: Merge bitcoin/bitcoin#29117: wallettool: Always be able to dump a wallet's...
<bitcoin-git>
bitcoin/master d83bea4 Andrew Chow: wallettool: Don't create CWallet when dumping DB
<bitcoin-git>
bitcoin/master 40c80e3 Ava Chow: wallettool: Don't unilaterally reset wallet_instance if loading error
<bitcoin-git>
[bitcoin] theuni opened pull request #29180: crypto: remove use of BUILD_BITCOIN_INTERNAL macro in sha256 (master...kernel-sha2-optims) https://github.com/bitcoin/bitcoin/pull/29180
<bitcoin-git>
[bitcoin] glozow merged pull request #29169: Update libsecp256k1 subtree to current master (master...libsecp256k1_0_4_1) https://github.com/bitcoin/bitcoin/pull/29169
<bitcoin-git>
bitcoin/master e2cdeb5 fanquake: Update secp256k1 subtree to latest master
<bitcoin-git>
bitcoin/master 737e588 glozow: Merge bitcoin/bitcoin#29169: Update libsecp256k1 subtree to current master
<bitcoin-git>
bitcoin/master 29fde02 fanquake: Squashed 'src/secp256k1/' changes from 199d27cea3..efe85c70a2
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29172: fuzz: set `nMaxOutboundLimit` in connman target (master...2024-fuzz-connman-maxuploadtarget) https://github.com/bitcoin/bitcoin/pull/29172
<bitcoin-git>
[bitcoin] sipa closed pull request #29167: [DONTMERGE] See if just constexpr-consteval for _mst works (master...202401_consteval_mst) https://github.com/bitcoin/bitcoin/pull/29167
<bitcoin-git>
[bitcoin] achow101 merged pull request #29076: fuzz: set `m_fallback_fee` and `m_fee_mode` in `wallet_fees` target (master...2023-12-fuzz-fees-fallbackfee) https://github.com/bitcoin/bitcoin/pull/29076
<bitcoin-git>
bitcoin/master c3038bf Ava Chow: Merge bitcoin/bitcoin#29076: fuzz: set `m_fallback_fee` and `m_fee_mode` i...
<bitcoin-git>
bitcoin/master e03d6f7 brunoerg: fuzz: set `m_fallback_fee`/`m_fee_mode` in `wallet_fees` target
<bitcoin-git>
[bitcoin] sipa opened pull request #29167: [DONTMERGE] See if just constexpr-consteval for _mst works (master...202401_consteval_mst) https://github.com/bitcoin/bitcoin/pull/29167
<bitcoin-git>
[bitcoin] maflcko opened pull request #29165: build: Bump clang minimum supported version to 15 (master...2401-clang-15-) https://github.com/bitcoin/bitcoin/pull/29165
<bitcoin-git>
[bitcoin] darosior opened pull request #29164: fuzz: avoid underflow in `coins_view` target (master...2401_fuzz_underflow_coins_view) https://github.com/bitcoin/bitcoin/pull/29164
2024-01-01
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #29163: bitcoin-cli help detail to show full help for all RPCs (master...2024-01-help-detailed) https://github.com/bitcoin/bitcoin/pull/29163
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #29156: tests: add functional test for miniscript decaying multisig (master...test_miniscript_decaying_multiscript_descriptor) https://github.com/bitcoin/bitcoin/pull/29156
<bitcoin-git>
[bitcoin] dimitaracev opened pull request #29155: wallet: move lock at the top of ReleaseWallet (master...wallet-move-lock-at-the-top-of-release-wallet) https://github.com/bitcoin/bitcoin/pull/29155
<bitcoin-git>
[bitcoin] dimitaracev closed pull request #29143: wallet: move lock to the top of ReleaseWallet (master...wallet-add-meaningful-error-message-and-fix-test) https://github.com/bitcoin/bitcoin/pull/29143
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #29154: tests: improve wallet multisig descriptor test and docs (master...multisig_descriptor_improvement) https://github.com/bitcoin/bitcoin/pull/29154