<bitcoin-git>
[bitcoin] brunoerg opened pull request #27295: test: add support for all networks in `deserialize_v2` (master...2023-03-improv-deserialize-v2) https://github.com/bitcoin/bitcoin/pull/27295
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #27294: refactor: Move chain names to the kernel namespace (master...kernelChainName) https://github.com/bitcoin/bitcoin/pull/27294
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27287: test: Replace threading with concurrent.futures (master...2303-test-check-return-value-π) https://github.com/bitcoin/bitcoin/pull/27287
<bitcoin-git>
[bitcoin] instagibbs closed pull request #26398: Replace MIN_STANDARD_TX_NONWITNESS_SIZE to preclude 64 non-witness bytes only (master...relax_too_small_tx_equality) https://github.com/bitcoin/bitcoin/pull/26398
2023-03-20
<bitcoin-git>
[bitcoin] achow101 opened pull request #27286: wallet: Keep track of the wallet's own transaction outputs in memory (master...wallet-txos) https://github.com/bitcoin/bitcoin/pull/27286
<bitcoin-git>
[bitcoin] hebasto closed pull request #27285: build: Link `libbitcoinkernel` to `libbitcoin_util` (master...230320-util) https://github.com/bitcoin/bitcoin/pull/27285
<bitcoin-git>
[bitcoin] hebasto opened pull request #27285: build: Link `libbitcoinkernel` to `libbitcoin_util` (master...230320-util) https://github.com/bitcoin/bitcoin/pull/27285
<bitcoin-git>
bitcoin/master db03248 Andrew Chow: Merge bitcoin/bitcoin#27199: test: fix race condition in encrypted wallet ...
<bitcoin-git>
[bitcoin] instagibbs opened pull request #27271: Fix fund transaction case at 0-value, 0-fee (master...empty_value_crash) https://github.com/bitcoin/bitcoin/pull/27271
<bitcoin-git>
bitcoin/master e194e3e Sebastian Falbesoner: test: PSBT: eliminate magic numbers for global unsigned tx key (0)
<bitcoin-git>
bitcoin/master dd78e3f Sebastian Falbesoner: test: speedup rpc_psbt.py by whitelisting peers (immediate tx relay)
<bitcoin-git>
[gui] hernanmarino opened pull request #722: Wallet : Allow user to navigate options while encrypting at creation (master...wallet-encryption-navigation) https://github.com/bitcoin-core/gui/pull/722
<bitcoin-git>
[bitcoin] dergoegge opened pull request #27270: refactor, net processing: Avoid CNode::m_relays_txs usage (master...2023-03-no-cnode-txrelays) https://github.com/bitcoin/bitcoin/pull/27270
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #27269: test: Support decoding segwit address in address_to_scriptpubkey() (master...add-bech32-testnet-address-to-scriptpubkey) https://github.com/bitcoin/bitcoin/pull/27269
<bitcoin-git>
[bitcoin] stratospher opened pull request #27264: p2p: Improve diversification of new connections (master...p2p-diverse-new-conn) https://github.com/bitcoin/bitcoin/pull/27264
<bitcoin-git>
[bitcoin] pinheadmz closed pull request #27263: logging: accept "none" as argument for rpc logging (master...logging-none) https://github.com/bitcoin/bitcoin/pull/27263
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #27263: logging: accept "none" as argument for rpc logging (master...logging-none) https://github.com/bitcoin/bitcoin/pull/27263
<bitcoin-git>
[gui] rebroad opened pull request #720: Correct poor grammar in wallet synchronization warning. (master...UpdateSyncWarningText) https://github.com/bitcoin-core/gui/pull/720
<bitcoin-git>
[bitcoin] dergoegge opened pull request #27257: refactor, net: End friendship of CNode, CConnman and ConnmanTestMsg (master...2023-03-cnode-friends) https://github.com/bitcoin/bitcoin/pull/27257
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25756: rest: Remove support for a number of `-deprecatedrest` options (master...rest/query-params-3-cleanup) https://github.com/bitcoin/bitcoin/pull/25756
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25755: rest: Use from_blockhash and txdetails query parameters (master...rest/query-params-2-update-endpoints) https://github.com/bitcoin/bitcoin/pull/25755
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25754: rest: Extend HTTPRequest interface to support querying path (parameters) (master...rest/query-params-1-path-interface) https://github.com/bitcoin/bitcoin/pull/25754
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25753: rest: Move format string from path-like parameter to query parameter (master...rest/query-params-0-prep) https://github.com/bitcoin/bitcoin/pull/25753
<bitcoin-git>
[bitcoin] fanquake merged pull request #27205: doc: Show how less noisy clang-tidy output can be achieved (master...dev-notes-clang-tidy) https://github.com/bitcoin/bitcoin/pull/27205
<bitcoin-git>
[bitcoin] fanquake merged pull request #27232: Use string interpolation for default value of -listen (master...use-string-interpolation-for-default-value-of-listen) https://github.com/bitcoin/bitcoin/pull/27232
<bitcoin-git>
bitcoin/master faa6715 MarcoFalke: test: Use self.wait_until over wait_until_helper
<bitcoin-git>
bitcoin/master 6f5eb7a fanquake: Merge bitcoin/bitcoin#27226: test: Use self.wait_until over wait_until_hel...
<bitcoin-git>
[bitcoin] fanquake merged pull request #23813: Add test and docs for getblockfrompeer with pruning (master...2021-12-getblockfrompeer-follow-up) https://github.com/bitcoin/bitcoin/pull/23813
<bitcoin-git>
bitcoin/master cd761e6 Fabian Jahr: rpc: Add note on guarantees to getblockfrompeer
<bitcoin-git>
bitcoin/master fe329dc Fabian Jahr: test: Add test for getblockfrompeer on pruned nodes
<bitcoin-git>
bitcoin/master 6e662a8 fanquake: Merge bitcoin/bitcoin#23813: Add test and docs for getblockfrompeer with p...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27239: refactor: Consistenly use context args over gArgs in node/interfaces (master...2303-args-consistent-π―) https://github.com/bitcoin/bitcoin/pull/27239
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #27238: refactor: Split logging utilities from system.h (master...splitSystemLogging) https://github.com/bitcoin/bitcoin/pull/27238
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27237: 2303 test block header throw π (master...2303-test-block-header-throw-π) https://github.com/bitcoin/bitcoin/pull/27237
<bitcoin-git>
bitcoin/master a981af4 Vasil Dimov: gui: use the stored CSubNet entry when unbanning
<bitcoin-git>
bitcoin/master 4be57a5 Vasil Dimov: gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()
<bitcoin-git>
[bitcoin] ekzyis opened pull request #27232: Use string interpolation for default value of -listen (master...use-string-interpolation-for-default-value-of-listen) https://github.com/bitcoin/bitcoin/pull/27232
<bitcoin-git>
[bitcoin] achow101 merged pull request #26194: rpc, wallet: use the same `next_index` key in `listdescriptors` and `importdescriptors` (master...next_index_listdescriptors) https://github.com/bitcoin/bitcoin/pull/26194
<bitcoin-git>
bitcoin/master 1ff135c Andrew Chow: Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27218: util: Work around ParseHex gcc cross compiler bug (master...2303-util-workaround-gcc-πΉ) https://github.com/bitcoin/bitcoin/pull/27218
<bitcoin-git>
[bitcoin] achow101 merged pull request #26742: http: Track active requests and wait for last to finish - 2nd attempt (master...202212-pr19420) https://github.com/bitcoin/bitcoin/pull/26742
<bitcoin-git>
bitcoin/master 660bdbf JoΓ£o Barbosa: http: Release server before waiting for event base loop exit
<bitcoin-git>
bitcoin/master 60978c8 Fabian Jahr: test: Reduce extended timeout on abortnode test
<bitcoin-git>
bitcoin/master 8c6d007 JoΓ£o Barbosa: http: Track active requests and wait for last to finish
2023-03-06
<bitcoin-git>
[bitcoin] achow101 merged pull request #25806: wallet: group outputs only once, decouple it from Coin Selection (master...2022_wallet_single_outputs_grouping_process) https://github.com/bitcoin/bitcoin/pull/25806