<bitcoin-git>
[bitcoin] theStack opened pull request #22711: test: check for specific block reject reasons in p2p_segwit.py (master...202108-test-check_specific_segwit_reject_reasons) https://github.com/bitcoin/bitcoin/pull/22711
<bitcoin-git>
[bitcoin] hebasto opened pull request #22708: [PoC] build, qt: Add Wayland support for Linux builds with depends (master...210815-wayland) https://github.com/bitcoin/bitcoin/pull/22708
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #22707: test: improve mempool_updatefrom efficiency by using getmempoolentry for specific txns (master...test_improve_mempool_updatefromblock_efficiency) https://github.com/bitcoin/bitcoin/pull/22707
<bitcoin-git>
[bitcoin] meshcollider merged pull request #22541: Add a new RPC command: restorewallet (master...restore_wallet_command) https://github.com/bitcoin/bitcoin/pull/22541
<bitcoin-git>
[bitcoin] stratospher opened pull request #22704: fuzz: Differential fuzzing to compare Bitcoin Core's and D. J. Bernstein's implementation of ChaCha20 (master...diff-fuzz-chacha20) https://github.com/bitcoin/bitcoin/pull/22704
<bitcoin-git>
[bitcoin] martinus opened pull request #22702: Add allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/22702
<bitcoin-git>
[bitcoin] jamesob opened pull request #22699: doc: add libboost-thread-dev to build-unix (master...2021-08-build-unix-boost-thread) https://github.com/bitcoin/bitcoin/pull/22699
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #22698: Fix CVE-2021-31876 RBF inherited signaling and fixes getmempoolentry returned bip125-replaceable status (master...fix_bip125_inherited_signaling) https://github.com/bitcoin/bitcoin/pull/22698
<bitcoin-git>
[bitcoin] jnewbery opened pull request #22697: addrman: Remove CAddrMan::Clear() function (master...2021-08-remove-addrman-clear) https://github.com/bitcoin/bitcoin/pull/22697
<bitcoin-git>
[bitcoin] luke-jr opened pull request #22693: RPC/Wallet: Add "txids" Array to getaddressinfo result for used addresses (master...getaddressinfo_txids) https://github.com/bitcoin/bitcoin/pull/22693
<bitcoin-git>
[gui] luke-jr opened pull request #404: Fix various edge case bugs in QValidatedLineEdit (master...bugfix_qvalidlineedit) https://github.com/bitcoin-core/gui/pull/404
<bitcoin-git>
[bitcoin] fanquake opened pull request #22688: contrb: use `keyserver.ubuntu.com` to retrieve builder keys (master...use_ubuntu_keyserver) https://github.com/bitcoin/bitcoin/pull/22688
<bitcoin-git>
[bitcoin] achow101 opened pull request #22686: wallet: Use GetSelectionAmount in ApproximateBestSubset (master...use-getselectionvalue) https://github.com/bitcoin/bitcoin/pull/22686
<bitcoin-git>
[bitcoin] achow101 closed pull request #22680: guix: make git tag and commit known prior to building (master...guix-use-tag) https://github.com/bitcoin/bitcoin/pull/22680
<bitcoin-git>
[bitcoin] dongcarl opened pull request #22685: clientversion: No suffix #if CLIENT_VERSION_IS_RELEASE (master...2021-08-clientversion-is-cursed) https://github.com/bitcoin/bitcoin/pull/22685
<bitcoin-git>
bitcoin/master e614cc8 Hennadii Stepanov: Merge bitcoin-core/gui#399: Fix "Load PSBT" functionality when no wallet l...
<bitcoin-git>
[bitcoin] theStack opened pull request #22684: test: check for invalid `-prune` parameters (master...202108-test-check_invalid_prune_parameters) https://github.com/bitcoin/bitcoin/pull/22684
<bitcoin-git>
[gui] hebasto opened pull request #403: refactor: Make paths to update Encryption and HD wallet statuses simpler (master...210811-hd) https://github.com/bitcoin-core/gui/pull/403
<bitcoin-git>
bitcoin/master 6a5ccd6 Hennadii Stepanov: scripted-diff: Rename JoinErrors in more general MakeUnorderedList
<bitcoin-git>
bitcoin/master 77a90f0 Hennadii Stepanov: refactor: Move MakeUnorderedList into util/string.h to make it reusable
<bitcoin-git>
bitcoin/master bb56486 Hennadii Stepanov: refactor: Reuse MakeUnorderedList where possible
<bitcoin-git>
[bitcoin] achow101 opened pull request #22680: guix: make git tag and commit known prior to building (master...guix-use-tag) https://github.com/bitcoin/bitcoin/pull/22680
<bitcoin-git>
[bitcoin] fanquake merged pull request #22642: release: Release with separate SHA256SUMS and sig files (master...2021-08-distribute-separate-asc-and-SHASUM) https://github.com/bitcoin/bitcoin/pull/22642
<bitcoin-git>
bitcoin/master 171366e Andrew Chow: Use bilingual_str for address fetching functions
<bitcoin-git>
bitcoin/master 9571c69 Andrew Chow: Add bilingual_str::clear()
<bitcoin-git>
bitcoin/master 92993aa Andrew Chow: Change SignTransaction's input_errors to use bilingual_str
<bitcoin-git>
[bitcoin] meshcollider merged pull request #22359: wallet: Do not set fInMempool in transactionAddedToMempool when tx is not in the mempool (master...2106-walletFix) https://github.com/bitcoin/bitcoin/pull/22359
<bitcoin-git>
[gui] wodry opened pull request #400: Honor inbound/outbound arrow prefix when sorting peer address column (master...address_prefix_sort) https://github.com/bitcoin-core/gui/pull/400
<bitcoin-git>
[bitcoin] Crypt-iQ opened pull request #22663: dbwrapper: wrap options in unique_ptr and use DeleteOptions (master...unique_ptr_options_08072021) https://github.com/bitcoin/bitcoin/pull/22663
2021-08-07
<bitcoin-git>
[gui] psancheti110 opened pull request #399: [WIP] qt: Fix "Load PSBT" functionality when no wallet loaded (master...i232-0806) https://github.com/bitcoin-core/gui/pull/399
<bitcoin-git>
[bitcoin] theStack opened pull request #22660: contrib: catch bitcoin-cli RPC call errors in getcoins.py (master...202107-script-signet_getcoins_catch_rpc_errors) https://github.com/bitcoin/bitcoin/pull/22660
<bitcoin-git>
[gui] hebasto opened pull request #398: refactor: Pass WalletModel object to the WalletView constructor (master...210807-model) https://github.com/bitcoin-core/gui/pull/398
<bitcoin-git>
[bitcoin] achow101 opened pull request #22654: guix: Don't include directory name in SHA256SUMS (master...shasum-no-dir) https://github.com/bitcoin/bitcoin/pull/22654
<bitcoin-git>
bitcoin/master 7ebc4c6 Hennadii Stepanov: Merge bitcoin-core/gui#379: Prompt to reset settings when settings.json ca...
<bitcoin-git>
bitcoin/master 1ee6d0b Russell Yanofsky: gui: Prompt to reset settings when settings.json cannot be read
<bitcoin-git>
[gui] hebasto merged pull request #379: Prompt to reset settings when settings.json cannot be read (master...pr/badset) https://github.com/bitcoin-core/gui/pull/379
<bitcoin-git>
[bitcoin] vasild opened pull request #22651: tor: respect non-onion -onlynet= for outgoing Tor connections (master...respect_onlynet_for_tor) https://github.com/bitcoin/bitcoin/pull/22651
<bitcoin-git>
[bitcoin] mjdietzx opened pull request #22650: Remove -deprecatedrpc=addresses flag and corresponding code/logic (master...finalize-remove-reqsigs-from-rpcs) https://github.com/bitcoin/bitcoin/pull/22650
<bitcoin-git>
[bitcoin] fanquake opened pull request #22645: scripts: prevent GCC optimising test symbols in test-symbol-check (master...gcc_optimising_pow) https://github.com/bitcoin/bitcoin/pull/22645
<bitcoin-git>
[bitcoin] fanquake opened pull request #22644: Deprecate UPnP support, require 2.1 or later (master...miniupnpc_pkg_config) https://github.com/bitcoin/bitcoin/pull/22644
2021-08-05
<bitcoin-git>
[bitcoin] dongcarl opened pull request #22643: guix-verify: Non-zero exit code when anything fails (master...2021-08-guix-verify-exit-code) https://github.com/bitcoin/bitcoin/pull/22643
<bitcoin-git>
[bitcoin] dongcarl opened pull request #22642: release: Release with separate SHA256SUMS and sig files (master...2021-08-distribute-separate-asc-and-SHASUM) https://github.com/bitcoin/bitcoin/pull/22642
< bitcoin-git>
[bitcoin] hebasto opened pull request #22629: [22.x] qt: Backport a fix of the regression in "Encrypt Wallet" menu item (22.x...210805-22.0-backport) https://github.com/bitcoin/bitcoin/pull/22629
< bitcoin-git>
bitcoin/master e9472e6 Hennadii Stepanov: Merge bitcoin-core/gui#393: Fix regression in "Encrypt Wallet" menu item
< bitcoin-git>
bitcoin/master d54d949 Hennadii Stepanov: qt: Fix regression in "Encrypt Wallet" menu item
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #22577: Close minor startup race between main and scheduler threads (master...2021-07-28-startup-race) https://github.com/bitcoin/bitcoin/pull/22577
< bitcoin-git>
[bitcoin] fanquake opened pull request #22621: make ParseOutputType return a std::optional<OutputType> (master...parse_output_type_optional) https://github.com/bitcoin/bitcoin/pull/22621
< bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #22618: [p2p] Small followups to #21528 (master...2021-08-blackhole-followup) https://github.com/bitcoin/bitcoin/pull/22618
< bitcoin-git>
[bitcoin] Saviour1001 opened pull request #22617: Updated the conversion of bytes<-> hex-string (master...binary-hex-conversion) https://github.com/bitcoin/bitcoin/pull/22617
< bitcoin-git>
[bitcoin] theStack closed pull request #22193: bitcoin-tx: validate range of parsed output amount (master...202106-bitcoin-tx-validate_money_range) https://github.com/bitcoin/bitcoin/pull/22193