<bitcoin-git>
[bitcoin] achow101 opened pull request #26679: wallet: Skip rescanning if wallet is more recent than tip (master...skip-newer-wallet-rescan) https://github.com/bitcoin/bitcoin/pull/26679
<bitcoin-git>
[bitcoin] john-moffett opened pull request #26675: wallet: For feebump, ignore abandoned descendant spends (master...2022_12_Bumpfee_ignore_abandoned) https://github.com/bitcoin/bitcoin/pull/26675
<bitcoin-git>
[bitcoin] AaronDewes opened pull request #26674: Add reindex=auto flag to automatically reindex corrupt data (master...auto-recovery) https://github.com/bitcoin/bitcoin/pull/26674
<pinheadmz>
any recco's for installing bitcoin core in a github CI action? trying wget bitcoincore.org now, takes like 10 minutes just to download
<stacie>
vasild: I could be mistaken but I think there might be enums for most of these things? For example, the ConnectionType enum in src/node/connection_types.h. I will admit this new RPC is pushing the limits of both my C++ and Bitcoin Core knowledge :)
<bitcoin-git>
[bitcoin] furszy opened pull request #26668: wallet: if only have one output type, don't perform "mixed" coin selection (master...2022_wallet_double_coin_selection) https://github.com/bitcoin/bitcoin/pull/26668
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26308: rpc/rest/zmq: reduce LOCK(cs_main) scope: ~6 times as many requests per second (master...no-lock-for-read-block) https://github.com/bitcoin/bitcoin/pull/26308
<bitcoin-git>
bitcoin/master c75e3d2 Andrew Toth: rest: reduce LOCK(cs_main) scope in rest_block
<bitcoin-git>
bitcoin/master 7d253c9 Andrew Toth: zmq: remove LOCK(cs_main) from NotifyBlock
<bitcoin-git>
bitcoin/master f00808e Andrew Toth: rpc: reduce LOCK(cs_main) scope in GetBlockChecked and getblock
<ariard>
bitcoinerrorlog: on the actual benefit of mempoolfullrbf, abstraction made of the coinjoin/ln DoS that could be solved under a new replacement regime (e.g spent nversion-based signaling) there is the use-case of non-signaling replacement of external transactions by a supporting wallet as exposed here: https://github.com/bitcoin/bitcoin/pull/26438#issuecomment-1304370679
<bitcoin-git>
[bitcoin] achow101 opened pull request #26656: tests: Improve runtime of some tests when `--enable-debug` (master...faster-test-runner-when-debug) https://github.com/bitcoin/bitcoin/pull/26656
<bitcoin-git>
[bitcoin] brunoerg opened pull request #26653: test, init: perturb file to ensure failure instead of only deleting them (master...2022-12-stress-test-perturbing) https://github.com/bitcoin/bitcoin/pull/26653
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26517: test: Changed small_txpuzzle_randfee to return the virtual size instead of the transaction hex for feerate calculation. (master...use-vsize-for-fee-tests) https://github.com/bitcoin/bitcoin/pull/26517
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26651: test: Avoid intermittent timeout in feature_assumevalid.py (master...2212-test-fix-assumevalid-🌞) https://github.com/bitcoin/bitcoin/pull/26651
<fanquake>
To github.com:bitcoin-core/bitcoin-detached-sigs.git
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26645: util: Include full version id in bug reports (master...2212-full-version-id-🍁) https://github.com/bitcoin/bitcoin/pull/26645
<bitcoin-git>
bitcoin/master fa825bd MarcoFalke: util: Include full version id in bug reports
<bitcoin-git>
bitcoin/master 272fb0a MarcoFalke: Merge bitcoin/bitcoin#26645: util: Include full version id in bug reports
<bitcoin-git>
[gui] hebasto closed pull request #236: Bugfix: Allow the user to start anyway when loading a wallet errors (master...gui_init_walleterror_cont) https://github.com/bitcoin-core/gui/pull/236
<bitcoin-git>
bitcoin/master 0596aa4 Hennadii Stepanov: Merge bitcoin-core/gui#683: doc: Drop no longer relevant comment
<bitcoin-git>
bitcoin/24.x 1b19c89 fanquake: build: bump version to 24.0.1 final
<bitcoin-git>
bitcoin/24.x c119b0a fanquake: doc: generate manual pages for 24.0.1 final
<bitcoin-git>
bitcoin/24.x a9ea715 fanquake: doc: adjust release notes for 24.0.1
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26649: refactor: Use AutoFile and HashVerifier (without ser-type and ser-version) where possible (master...2212-ser-type-ver-👬) https://github.com/bitcoin/bitcoin/pull/26649
<BitcoinErrorLog>
Is 3 days enough for removal of "too heated" status? Conversation is happening in the mailing list and some people may want to comment in the PR. https://github.com/bitcoin/bitcoin/pull/26525
<bitcoin-git>
[bitcoin] fanquake opened pull request #26648: doc: move release notes to 24.0.1 and add notice (master...add_24_0_1_docs_redirect) https://github.com/bitcoin/bitcoin/pull/26648
<bitcoin-git>
[bitcoin] glozow opened pull request #26646: validation, bugfix: provide more info in *MempoolAcceptResult (master...package-single-tx-result) https://github.com/bitcoin/bitcoin/pull/26646
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26645: util: Include full version id in bug reports (master...2212-full-version-id-🍁) https://github.com/bitcoin/bitcoin/pull/26645
<bitcoin-git>
[bitcoin] furszy opened pull request #26644: wallet: bugfix, 'wallet_load_ckey' unit test fails with bdb (master...2022_walletdb_fix_bdb_deadlock) https://github.com/bitcoin/bitcoin/pull/26644
<bitcoin-git>
[bitcoin] achow101 opened pull request #26643: wallet: Move fee underpayment check to after all fee has been set (master...move-fee-underpay-check) https://github.com/bitcoin/bitcoin/pull/26643
<bitcoin-git>
[bitcoin] hebasto opened pull request #26642: clang-tidy: Add more `performance-*` checks and related fixes (master...221205-ci-tidy) https://github.com/bitcoin/bitcoin/pull/26642
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24226: rpc: warn that nodes ignore requests for old stale blocks (master...2022/02/dontfetcholdblocks) https://github.com/bitcoin/bitcoin/pull/24226
<bitcoin-git>
bitcoin/master f39d926 Sjors Provoost: rpc: warn that nodes ignore requests for old stale blocks
<bitcoin-git>
bitcoin/master 5b3f05b MarcoFalke: Merge bitcoin/bitcoin#24226: rpc: warn that nodes ignore requests for old ...
<bitcoin-git>
[bitcoin] fanquake closed pull request #25893: doc: Clarify multiple wallets for same signer (final) (master...external_signer) https://github.com/bitcoin/bitcoin/pull/25893
<bitcoin-git>
[bitcoin] fanquake merged pull request #25993: doc: Add I2P guidance related to bandwidth and i2pd software version (master...i2pd_bandwidth) https://github.com/bitcoin/bitcoin/pull/25993
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26640: test: Run mempool_compatibility.py with MiniWallet (master...2212-test-mini-wallet-mempool-🚌) https://github.com/bitcoin/bitcoin/pull/26640
<bitcoin-git>
[bitcoin] fanquake closed pull request #26393: build: make configure --enable-debug override CXXFLAGS from depends (master...build_depends_debug_flags) https://github.com/bitcoin/bitcoin/pull/26393
<bitcoin-git>
[bitcoin] glozow merged pull request #26624: refactor: Rename local variable to distinguish it from type alias (master...221202-name) https://github.com/bitcoin/bitcoin/pull/26624
<bitcoin-git>
bitcoin/master 1984db1 Hennadii Stepanov: refactor: Rename local variable to distinguish it from type alias
<bitcoin-git>
bitcoin/master 8b79686 glozow: Merge bitcoin/bitcoin#26624: refactor: Rename local variable to distinguis...
<bitcoin-git>
bitcoin/master cb44c59 Aurèle Oulès: test: Add sendall test for min-fee setting
<bitcoin-git>
bitcoin/master cac29f5 MarcoFalke: Merge bitcoin/bitcoin#26622: test: Add test for sendall min-fee setting
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26622: test: Add test for sendall min-fee setting (master...2022-11-test-sendall-min-fee) https://github.com/bitcoin/bitcoin/pull/26622
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #26628: RPC: Reject RPC requests with same named parameter specified multiple times (master...pr/nmult) https://github.com/bitcoin/bitcoin/pull/26628
2022-12-02
<bitcoin-git>
[bitcoin] achow101 opened pull request #26627: wallet: Migrate non-HD keys with single combo containing a list of keys (master...migrate-nonhd-key-list) https://github.com/bitcoin/bitcoin/pull/26627
<bitcoin-git>
[bitcoin] achow101 opened pull request #26626: descriptors: Add a KEY expression representing a list of individual keys (master...desc-key-list-expr) https://github.com/bitcoin/bitcoin/pull/26626
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #26625: test: Run mempool_packages.py with MiniWallet (master...2212-test-mini-wallet-🕎) https://github.com/bitcoin/bitcoin/pull/26625
<bitcoin-git>
[bitcoin] hebasto opened pull request #26624: refactor: Rename local variable to distinguish it from type alias (master...221202-name) https://github.com/bitcoin/bitcoin/pull/26624
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26592: ci: only run USDT interface tests on CirrusCI (master...2022-11-ci-only-run-usdt-tests-on-cirrus-ci) https://github.com/bitcoin/bitcoin/pull/26592
<bitcoin-git>
[bitcoin] aureleoules opened pull request #26622: test(sendall): Add test for min-fee setting (master...2022-11-test-sendall-min-fee) https://github.com/bitcoin/bitcoin/pull/26622
<CoinForensics>
Since a couple of years, I've been "fighting" with antivirus vendors to remove the false positives on the binaries. I track the progress on the Bitcoin Client VirusTotal Tracker https://bitcoinissafe.com.
<CoinForensics>
24.0 is already much better but still some false positives. I'm now trying to get Bitcoin Core accepted into all the AV specific whitelisting programs but get mostly rejected because of missing affiliation or company email address..
<bitcoin-git>
[bitcoin] dergoegge opened pull request #26621: refactor: Continue moving application data from CNode to Peer (master...2022-11-cnode-appdata-move-1) https://github.com/bitcoin/bitcoin/pull/26621
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26617: test: add extra_args to BitcoinTestFramework class (master...josibake-allow-extra-args-in-testshell) https://github.com/bitcoin/bitcoin/pull/26617
<bitcoin-git>
[bitcoin] LarryRuane opened pull request #26619: log: expand BCLog::LogFlags (categories) to 64 bits (master...2022-11-log-categories-64) https://github.com/bitcoin/bitcoin/pull/26619
<bitcoin-git>
[bitcoin] aureleoules opened pull request #26618: rpc: Prevent unloading a wallet when rescanning (master...2022-11-unloadwallet-with-rescan) https://github.com/bitcoin/bitcoin/pull/26618
<bitcoin-git>
[bitcoin] josibake opened pull request #26617: test: add extra_args to BitcoinTestFramework class (master...josibake-allow-extra-args-in-testshell) https://github.com/bitcoin/bitcoin/pull/26617
<bitcoin-git>
bitcoin/master 3be2106 MarcoFalke: Merge bitcoin/bitcoin#26600: test: Set wallet type in test_runner when onl...
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #26600: test: Set wallet type in test_runner when only one type is allowed (master...2211-test-wallet-type-💤) https://github.com/bitcoin/bitcoin/pull/26600
<bitcoin-git>
bitcoin/master fadb869 MarcoFalke: test: Set wallet type in test_runner when only one type is allowed
<bitcoin-git>
[bitcoin] john-moffett closed pull request #26534: Fix macOS failing to flush blockfiles to disk for certain external drives (master...2022_11_macOS_fcntl_F_FULLFSYNC_failure) https://github.com/bitcoin/bitcoin/pull/26534