<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
<gribble>
https://github.com/bitcoin/bitcoin/issues/19358 | torcontrol : avoid to set wrong outbound proxy and network settings when creating an inbound onion service. by Saibato · Pull Request #19358 · bitcoin/bitcoin · GitHub
<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
< laanwj>
mounting a tmpfs on /tmp for running the bitcoin functional tests seems to do wonders for stability on systems with slow i/o (doesn't even cost that much memory)
< 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
< Bullit>
Bad Flux Bitcoin Balance Complaints about theft have not been handled correctly balance was not restored
< 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
< prayank>
It has a filter for bitcoin protocol. So I have two regtest nodes and did transaction from one which got relayed. I was expecting to see tx id in some message.
< sipa>
i thought wireshark had a bitcoin protocol analyzer
< prayank>
Sorry if this is offtopic. Has anyone tried reading messages in Wireshark that bitcoin nodes use? Couldn't see anything helpful in INV or GETDATA or TX
< gene>
my general impression of bitcoin devs is a high respect and concern for security. adding a feature that increases the ability of users to secure themselves seems like it fits
< bitcoin-git>
[bitcoin] tylerchambers opened pull request #22591: Util: error if settings.json exists, but is unreadable. (master...fix-22571) https://github.com/bitcoin/bitcoin/pull/22591
< bitcoin-git>
[bitcoin] tylerchambers opened pull request #22590: Don't overwrite settings.json if it exists but can't be read. (master...fix-22571) https://github.com/bitcoin/bitcoin/pull/22590
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #22330: test: use MiniWallet for simple doublespend sub-test in feature_rbf.py (master...202106-test-feature_rbf_use_miniwallet_for_doublespend) https://github.com/bitcoin/bitcoin/pull/22330