2021-08-19

<bitcoin-git> bitcoin/master 8dcbbbe S3RK: test: fix bug in 22686
<bitcoin-git> bitcoin/master 92f3a4b MarcoFalke: Merge bitcoin/bitcoin#22742: test: Use proper target in do_fund_send
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b6a8e68b4e11...92f3a4b4d053
<bitcoin-git> [bitcoin] suriyaa opened pull request #22746: doc: Update GitHub documentation links (master...github-docs) https://github.com/bitcoin/bitcoin/pull/22746
<jonatack> Chris_Stewart_5: would the section in doc/tor.md "Manually create a Bitcoin Core onion service" do what you want? e.g.
<Chris_Stewart_5> 1. It allows inbound connections, 2. Doesn't gossip the peer address across the bitcoin network
<laanwj> information leakage is kept to a minimum, too, with an extra P2P connection in bitcoin core there's always the risk of some fingerprinting vector we don't yet know of, for example
<prayank> If you are using a node it will broadcast transactions. If it is not using Tor/i2p which most of the nodes do, your peers can keep an eye on your transactions. Let's assume every time I launch Bitcoin Core it connects with 3 spy nodes. This functionality can improve privacy by making it difficult for spy nodes to follow specific pattern. But I agree few things are best when added as plugins. Unfortunately we don't have plugins in Core.
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #20362: test: Implicitly sync after generate* to preempt races and intermittent test failures (master...2011-noSync) https://github.com/bitcoin/bitcoin/pull/20362
<sipa> so it's restrictive to build it into bitcoin core; it's more usable if it's something external
<sipa> but even if that doesn't suffice, there isn't much need for this functionality to be in bitcoin core - it doesn't need an actual node
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22710: ci: Invalidate depends caches when sources have been changed (master...210815-ci) https://github.com/bitcoin/bitcoin/pull/22710
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b784ab10f555...b6a8e68b4e11
<bitcoin-git> bitcoin/master 939640f Hennadii Stepanov: ci: Reorder scripts to make git available before depends_sources_cache
<bitcoin-git> bitcoin/master f52a72a Hennadii Stepanov: ci: Invalidate depends caches when sources have been changed
<bitcoin-git> bitcoin/master b6a8e68 MarcoFalke: Merge bitcoin/bitcoin#22710: ci: Invalidate depends caches when sources ha...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22744: ci: Re-enable verify-commits.py check (master...2108-ciVerifyCommits) https://github.com/bitcoin/bitcoin/pull/22744
<bitcoin-git> [bitcoin] S3RK opened pull request #22742: test: fix bug in 22686 (master...fix_22686) https://github.com/bitcoin/bitcoin/pull/22742
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22741: test: Add generate* calls to test framework (master...2108-testSync01) https://github.com/bitcoin/bitcoin/pull/22741
<bitcoin-git> [bitcoin] amitiuttarwar opened pull request #22740: [addrman] Move serialization code to cpp (master...2021-08-move-addrman-serialize) https://github.com/bitcoin/bitcoin/pull/22740
<bitcoin-git> [bitcoin] fanquake merged pull request #22739: doc: link to managing-wallets from docs README (master...link_managing_wallets) https://github.com/bitcoin/bitcoin/pull/22739
<bitcoin-git> bitcoin/master b784ab1 fanquake: Merge bitcoin/bitcoin#22739: doc: link to managing-wallets from docs READM...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/638855af631e...b784ab10f555
<bitcoin-git> bitcoin/master 1ea11e1 fanquake: doc: link to managing-wallets from doc readme
<bitcoin-git> [bitcoin] fanquake merged pull request #19101: refactor: remove ::vpwallets and related global variables (master...pr/novp) https://github.com/bitcoin/bitcoin/pull/19101
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/607a6338a737...638855af631e
<bitcoin-git> bitcoin/master 62a09a3 Russell Yanofsky: refactor: remove ::vpwallets and related global variables
<bitcoin-git> bitcoin/master 638855a fanquake: Merge bitcoin/bitcoin#19101: refactor: remove ::vpwallets and related glob...
<bitcoin-git> [bitcoin] fanquake merged pull request #22331: crypto: Fix K1/K2 use in ChaCha20-Poly1305 AEAD (master...15649-followups) https://github.com/bitcoin/bitcoin/pull/22331
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cabbd01d8557...607a6338a737
<bitcoin-git> bitcoin/master 607a633 fanquake: Merge bitcoin/bitcoin#22331: crypto: Fix K1/K2 use in ChaCha20-Poly1305 AE...
<bitcoin-git> bitcoin/master cd37356 Dhruv Mehta: [crypto] Fix K1/K2 use in ChaCha20-Poly1305 AEAD
<bitcoin-git> [bitcoin] fanquake opened pull request #22739: doc: link to managing-wallets from docs README (master...link_managing_wallets) https://github.com/bitcoin/bitcoin/pull/22739

2021-08-18

<bitcoin-git> [bitcoin] fanquake merged pull request #22724: windres: use PACKAGE_VERSION rather than building more version numbers (master...windres_version_somplify) https://github.com/bitcoin/bitcoin/pull/22724
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/38975eccd498...cabbd01d8557
<bitcoin-git> bitcoin/master f12fbad fanquake: windres: use PACKAGE_VERSION rather than building more version numbers
<bitcoin-git> bitcoin/master cabbd01 fanquake: Merge bitcoin/bitcoin#22724: windres: use PACKAGE_VERSION rather than buil...
<jamesob> browsing some of the corpus, it looks like most of the input strings are very brief and probably don't exercise much (https://github.com/bitcoin-core/qa-assets/tree/main/fuzz_seed_corpus/chain)
<jamesob> (on fuzz tests) wondering, would there be much benefit to adding more specific ConsumeDeserializable implementations? E.g. in a usage like this https://github.com/bitcoin/bitcoin/blob/master/src/test/fuzz/chain.cpp#L17, given the current definition (https://github.com/bitcoin/bitcoin/blob/master/src/test/fuzz/util.h#L100-L112) looks like it'd take ages to generate an actually valid, nontrivial cblockindex entry
<bitcoin-git> [bitcoin] fanquake closed pull request #21496: fuzz: execute each file in dir without fuzz engine (master...21461-fuzz-directory-without-engine) https://github.com/bitcoin/bitcoin/pull/21496
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22229: test: consolidate to f-strings (part 1) (master...consolidate_to_f_strings) https://github.com/bitcoin/bitcoin/pull/22229
<bitcoin-git> [bitcoin] MarcoFalke pushed 23 commits to master: https://github.com/bitcoin/bitcoin/compare/90499358e91e...38975eccd498
<bitcoin-git> bitcoin/master 6f3d5ad fanquake: test: use f-strings in feature_asmap.py
<bitcoin-git> bitcoin/master 5453e87 fanquake: test: use f-strings in feature_backwards_compatibility.py
<bitcoin-git> bitcoin/master dca173c fanquake: test: use f-strings in feature_blocksdir.py
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #22159: build: Add --with-append-cxxflags option (master...2106-buildPattern) https://github.com/bitcoin/bitcoin/pull/22159
<bitcoin-git> [bitcoin] theStack opened pull request #22738: test: fix failure in feature_nulldummy.py on single-core machines (master...202108-test-fix_nulldummy_test_on_singlecore) https://github.com/bitcoin/bitcoin/pull/22738
<bitcoin-git> [bitcoin] laanwj merged 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] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e35c4a3d8057...90499358e91e
<bitcoin-git> bitcoin/master 5449d44 fanquake: scripts: prevent GCC optimising test symbols in test-symbol-check
<bitcoin-git> bitcoin/master 9049935 W. J. van der Laan: Merge bitcoin/bitcoin#22645: scripts: prevent GCC optimising test symbols ...
<bitcoin-git> [bitcoin] laanwj closed pull request #22549: rpc: trigger error before dealing strSecret / strLabel (master...importprivkey_optimize) https://github.com/bitcoin/bitcoin/pull/22549
<bitcoin-git> [bitcoin] jonatack opened pull request #22736: log, sync: change lock contention from preprocessor directive to log category (master...lockcontention-log-instead-of-define) https://github.com/bitcoin/bitcoin/pull/22736
<bitcoin-git> [bitcoin] jnewbery opened pull request #22735: [net] Don't return an optional from TransportDeserializer::GetMessage() (master...2021-08-20364-rebased) https://github.com/bitcoin/bitcoin/pull/22735
<bitcoin-git> [bitcoin] fanquake closed pull request #14032: Add p2p layer encryption with ECDH/ChaCha20Poly1305 (master...2018/08/bip151) https://github.com/bitcoin/bitcoin/pull/14032
<bitcoin-git> [bitcoin] fanquake closed pull request #14049: Enable libsecp256k1 ecdh module, add ECDH function to CKey (master...2018/08/bip151_ecdh) https://github.com/bitcoin/bitcoin/pull/14049
<bitcoin-git> [bitcoin] fanquake closed pull request #18242: Add BIP324 encrypted p2p transport de-/serializer (only used in tests) (master...2020/03/net_v2) https://github.com/bitcoin/bitcoin/pull/18242
<bitcoin-git> [bitcoin] fanquake merged pull request #22732: net: use m_client_interface rather than uiInterface (master...use_uiinterface_in_net) https://github.com/bitcoin/bitcoin/pull/22732
<bitcoin-git> bitcoin/master e35c4a3 fanquake: Merge bitcoin/bitcoin#22732: net: use m_client_interface rather than uiInt...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/bb9f76a7194a...e35c4a3d8057
<bitcoin-git> bitcoin/master d8ba632 fanquake: scripted-diff: replace clientInterface with m_client_interface in net
<bitcoin-git> bitcoin/master f68c6ce fanquake: net: use clientInterface rather than uiInterface
<bitcoin-git> [bitcoin] fanquake closed pull request #20364: Follow-ups to 19107 (master...2020-11-19107-follow-ups) https://github.com/bitcoin/bitcoin/pull/20364
<Guest3121> Using verify-commits data from /Users/geeker/tmp/bitcoin/contrib/verify-commits
<bitcoin-git> [bitcoin] fanquake closed pull request #17805: test: Add test for rpcwhitelistdefault (master...2019-12-rpc-whitelistdefault-test) https://github.com/bitcoin/bitcoin/pull/17805
<bitcoin-git> [bitcoin] fanquake closed pull request #19216: wallet: Remove first parameter to ScanForWalletTransactions start_hash (master...2020-06-07-wallet-scanforwallettransactions) https://github.com/bitcoin/bitcoin/pull/19216
<bitcoin-git> [bitcoin] fanquake closed pull request #15836: Add feerate histogram to getmempoolinfo (master...2019/04/feeinfo) https://github.com/bitcoin/bitcoin/pull/15836
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #22498: Check that CAddrMan::nKey is not null after deserialize (master...2107-addrmanKeyZero) https://github.com/bitcoin/bitcoin/pull/22498
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22734: addrman: Avoid crash on corrupt data (master...2108-addrmanNoCrash) https://github.com/bitcoin/bitcoin/pull/22734
<bitcoin-git> [bitcoin] fanquake opened pull request #22732: net: use m_client_interface rather than uiInterface (master...use_uiinterface_in_net) https://github.com/bitcoin/bitcoin/pull/22732
<bitcoin-git> [bitcoin] meshcollider merged pull request #22523: Document about wallet backup and restoration (master...patch-2) https://github.com/bitcoin/bitcoin/pull/22523
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b5c468cfe35e...bb9f76a7194a
<bitcoin-git> bitcoin/master bb9f76a Samuel Dobson: Merge bitcoin/bitcoin#22523: Document about wallet backup and restoration
<bitcoin-git> bitcoin/master ce4e906 lsilva01: Document about wallet backup and restoration
<bitcoin-git> [bitcoin] fanquake merged pull request #22725: MOVEONLY: tests: Move addrman ser/deser tests to addrman_tests.cpp (master...2021-08-move-addrman-tests) https://github.com/bitcoin/bitcoin/pull/22725
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62cb4009c2ac...b5c468cfe35e
<bitcoin-git> bitcoin/master aaa6ad5 John Newbery: [MOVEONLY] [tests] Move addrman ser/deser tests to addrman_tests.cpp
<bitcoin-git> bitcoin/master b5c468c fanquake: Merge bitcoin/bitcoin#22725: MOVEONLY: tests: Move addrman ser/deser tests...
<bitcoin-git> [bitcoin] fanquake merged pull request #22215: refactor: Add FoundBlock.found member (master...pr/ipc-found) https://github.com/bitcoin/bitcoin/pull/22215
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fdd80b0a53b4...62cb4009c2ac
<bitcoin-git> bitcoin/master 5c5d0b6 Russell Yanofsky: Add FoundBlock.found member
<bitcoin-git> bitcoin/master 62cb400 fanquake: Merge bitcoin/bitcoin#22215: refactor: Add FoundBlock.found member
<larryruane> Found a couple of typos in https://github.com/bitcoin-core/bitcoin-devwiki/wiki/22.0-Release-Candidate-Testing-Guide (I don't have permissions to change): line 173, "lets" should be "let's", and (more importantly) line 198, "wait" probably meant to be "watch" (the wait command makes no sense here)... If someone could fix those, I'd appreciate it!

2021-08-17

<bitcoin-git> [bitcoin] hebasto opened pull request #22731: [DO NOT MERGE, DEMO] [22.0] ci: Run fuzz tests for the master branch only (22.x...210817-22.0-ci-fuzz) https://github.com/bitcoin/bitcoin/pull/22731
<bitcoin-git> [bitcoin] hebasto opened pull request #22730: ci: Run fuzz tests for the master branch only (master...210817-ci-fuzz) https://github.com/bitcoin/bitcoin/pull/22730
<bitcoin-git> [bitcoin] vasild opened pull request #22729: Make it possible to disable and check for error in -bind=...=onion (master...torbind) https://github.com/bitcoin/bitcoin/pull/22729
<bitcoin-git> [bitcoin] laanwj merged pull request #22721: doc: add inital PR and author list to 0.21.2 release notes (0.21...0_21_2rc1_prelim_relnotes) https://github.com/bitcoin/bitcoin/pull/22721
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/89d148c8c65b...3118a5eedf65
<bitcoin-git> bitcoin/0.21 2873e01 fanquake: doc: add inital PR and author list to 0.21.2 release notes
<bitcoin-git> bitcoin/0.21 3118a5e W. J. van der Laan: Merge bitcoin/bitcoin#22721: doc: add inital PR and author list to 0.21.2 ...
<gribble> https://github.com/bitcoin/bitcoin/issues/20769 | net: fixes #20657 - Advertised address where nobody is listening by jadijadi · Pull Request #20769 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jnewbery opened pull request #22725: MOVEONLY: tests: Move addrman ser/deser tests to addrman_tests.cpp (master...2021-08-move-addrman-tests) https://github.com/bitcoin/bitcoin/pull/22725
<bitcoin-git> [bitcoin] fanquake opened pull request #22724: windres: use PACKAGE_VERSION rather than building more version numbers (master...windres_version_somplify) https://github.com/bitcoin/bitcoin/pull/22724
<bitcoin-git> [bitcoin] fanquake closed pull request #22688: contrib: use `keys.openpgp.org` to retrieve builder keys (master...use_ubuntu_keyserver) https://github.com/bitcoin/bitcoin/pull/22688
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f3dbd1c2b2bc...fdd80b0a53b4
<bitcoin-git> bitcoin/master 4c43b7d fanquake: contrib: use hkps://keys.openpgp.org to retrieve builder keys
<bitcoin-git> bitcoin/master fdd80b0 fanquake: Merge bitcoin/bitcoin#22688: contrib: use `keys.openpgp.org` to retrieve b...
<bitcoin-git> [bitcoin] pranabp-bit opened pull request #22722: rpc: update estimatesmartfee (master...estimatesmartfee) https://github.com/bitcoin/bitcoin/pull/22722
<bitcoin-git> [bitcoin] pranabp-bit closed pull request #22673: rpc: Add function walletestimatefee (master...walletestimatefee) https://github.com/bitcoin/bitcoin/pull/22673
<bitcoin-git> [bitcoin] fanquake opened pull request #22721: doc: add inital PR and author list to 0.21.2 release notes (0.21...0_21_2rc1_prelim_relnotes) https://github.com/bitcoin/bitcoin/pull/22721
<bitcoin-git> [bitcoin] fanquake closed pull request #22627: [addrman] De-duplicate Add() function (master...2021-08-merge-add) https://github.com/bitcoin/bitcoin/pull/22627
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df30375788ef...f3dbd1c2b2bc
<bitcoin-git> bitcoin/master 60e0cbd Amiti Uttarwar: [addrman] Merge the two Add() functions
<bitcoin-git> bitcoin/master f3dbd1c fanquake: Merge bitcoin/bitcoin#22627: [addrman] De-duplicate Add() function
<bitcoin-git> [bitcoin] fanquake merged pull request #22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAME` in dumpwallet (master...rpcdump_use_formatfullversion) https://github.com/bitcoin/bitcoin/pull/22715
<bitcoin-git> bitcoin/master 2d7534b fanquake: wallet: use PACKAGE_NAME instead of "Bitcoin" in rpcdump
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8a40b227a61b...df30375788ef
<bitcoin-git> bitcoin/master 14b4802 fanquake: wallet: use FormatFullVersion instead of CLIENT_BUILD in rpcdump
<bitcoin-git> bitcoin/master df30375 fanquake: Merge bitcoin/bitcoin#22715: wallet: use `FormatFullVersion()` & `PACKAGE_...

2021-08-16

<bitcoin-git> [bitcoin] jonatack closed pull request #22586: p2p: fix ubsan implicit conversion error in CSubNet::ToString() (master...fix-netaddress-implicit-signed-integer-truncation) https://github.com/bitcoin/bitcoin/pull/22586
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22718: doc: Add missing PR 16333 release note (master...2108-docRel) https://github.com/bitcoin/bitcoin/pull/22718
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b935abb9eb2e...8a40b227a61b
<bitcoin-git> bitcoin/master fa76ebd MarcoFalke: doc: Add missing PR 16333 release note
<bitcoin-git> bitcoin/master 8a40b22 MarcoFalke: Merge bitcoin/bitcoin#22718: doc: Add missing PR 16333 release note
<BlueMatt> that's what I'd generally expect, but i dunno many/any lightning devs who follow bitcoin core closely enough to ensure that, which is part of the reason for me flagging now that non-v0 segwit output dust limit *also* falls under the "plz notify lightning devs and give us time to adapt before you change this" category
<harding> Sure, but I think Bitcoin Core's open development process has a pretty strong commitment to listening to LN devs and other ecosystem devs, so I think that's implicitly covered
<BlueMatt> sure, but that kind of thing requires at least a loose commitment from bitcoin core to do dust limit changes in a way that is compatible with that :p
<BlueMatt> "charity" of reducing total bitcoin supply :)
<harding> Sure, but if feerates increase significantly (and that certainly seems like a plausible scenario), those problems are going to need to be dealt with anyway. I don't think we should be forcing anyone to deal with those problems now, but I also kinda feel like some of the attention on the dust limit problem should be focused on improving LN rather than changing Bitcoin Core.
<harding> LN doesn't need to use the same dust limit Bitcoin Core does. Y'all can choose to treat as dust outputs that would cost more to spend than they're worth at 20 s/b, and so be insulated against any reasonable change in Bitcoin Core (especially since changes in Bitcoin Core should take a long time to become predominant across relay and mining).
<bitcoin-git> [bitcoin] hebasto closed pull request #19882: depends: Export variables from make to environment explicitly (master...200905-build) https://github.com/bitcoin/bitcoin/pull/19882
<bitcoin-git> [bitcoin] MarcoFalke closed 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> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/42b00a37580a...b935abb9eb2e
<bitcoin-git> bitcoin/master e2ff385 Sebastian Falbesoner: test: check for invalid `-prune` parameters
<bitcoin-git> bitcoin/master b935abb MarcoFalke: Merge bitcoin/bitcoin#22684: test: check for invalid `-prune` parameters
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #22718: doc: Add missing PR 16333 release note (master...2108-docRel) https://github.com/bitcoin/bitcoin/pull/22718
<laanwj> bitcoin-cli prints "timeout on transient error: ..." when the RPC port is not open, this is slightly confusing (though it does appropriately print a message about bitcoind not running afterwards)
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22648 | doc, test: improve i2p/tor docs and i2p reachable unit tests by jonatack · Pull Request #22648 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jamesob closed 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
<prayank> I was reading the comments in this issue and wanted to know if someone has written any blog post or detailed answer somewhere that explains eviction process followed by Bitcoin Core.
<gribble> https://github.com/bitcoin/bitcoin/issues/22693 | RPC/Wallet: Add "use_txids" to output of getaddressinfo by luke-jr · Pull Request #22693 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22649: fuzz: Avoid OOM in system fuzz target (master...2108-fuzzSystemOOM) https://github.com/bitcoin/bitcoin/pull/22649
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3facf0a8ae99...42b00a37580a
<bitcoin-git> bitcoin/master fa77183 MarcoFalke: fuzz: Avoid OOM in system fuzz target
<bitcoin-git> bitcoin/master 42b00a3 MarcoFalke: Merge bitcoin/bitcoin#22649: fuzz: Avoid OOM in system fuzz target
<bitcoin-git> [bitcoin] fanquake opened pull request #22715: wallet: use `FormatFullVersion()` & `PACKAGE_NAME` in dumpwallet (master...rpcdump_use_formatfullversion) https://github.com/bitcoin/bitcoin/pull/22715
<bitcoin-git> [bitcoin] sizeofvoid opened pull request #22713: Fix build with Boost 1.77.0 (master...boost-1770) https://github.com/bitcoin/bitcoin/pull/22713
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/820129aee9fd...3facf0a8ae99
<bitcoin-git> bitcoin/master 5100dee Carl Dong: clientversion: No suffix #if CLIENT_VERSION_IS_RELEASE
<bitcoin-git> bitcoin/master 3facf0a fanquake: Merge bitcoin/bitcoin#22685: clientversion: No suffix #if CLIENT_VERSION_I...
<bitcoin-git> [bitcoin] fanquake merged pull request #22686: wallet: Use GetSelectionAmount in ApproximateBestSubset (master...use-getselectionvalue) https://github.com/bitcoin/bitcoin/pull/22686
<bitcoin-git> bitcoin/master 2de222c Andrew Chow: wallet: Use GetSelectionAmount for target value calculations
<bitcoin-git> bitcoin/master d926232 Andrew Chow: wallet: Assert that enough was selected to cover the fees
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/11c7d001a9c3...820129aee9fd
<bitcoin-git> bitcoin/master 92885c4 Andrew Chow: test: Test for ApproximateBestSubset edge case with too little fees
<bitcoin-git> [bitcoin] fanquake merged pull request #22700: builder-keys: Add dongcarl (master...2021-08-add-dongcarl-builder) https://github.com/bitcoin/bitcoin/pull/22700
<bitcoin-git> bitcoin/master 7d95777 Carl Dong: builder-keys: Add dongcarl
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/502d22ceed1f...11c7d001a9c3
<bitcoin-git> bitcoin/master 11c7d00 fanquake: Merge bitcoin/bitcoin#22700: builder-keys: Add dongcarl

2021-08-15

<bitcoin-git> [bitcoin] fanquake closed pull request #22709: Sorry, remove this. It was mistake.. (master...pos) https://github.com/bitcoin/bitcoin/pull/22709
<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 #22710: [WIP] ci: Invalidate depends sources cache (master...210815-ci) https://github.com/bitcoin/bitcoin/pull/22710
<bitcoin-git> [bitcoin] stansage opened pull request #22709: Pos (master...pos) https://github.com/bitcoin/bitcoin/pull/22709
<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] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/be499aa07ff1...502d22ceed1f
<bitcoin-git> bitcoin/master ae23fab lsilva01: Add a new RPC command: restorewallet
<bitcoin-git> bitcoin/master 5fe8100 lsilva01: Change the wallet_backup.py test to use the restorewallet RPC command inst...
<bitcoin-git> bitcoin/master 502d22c Samuel Dobson: Merge bitcoin/bitcoin#22541: Add a new RPC command: restorewallet
<bitcoin-git> [bitcoin] hebasto closed pull request #22705: Bitcoinrupee (master...Bitcoinrupee) https://github.com/bitcoin/bitcoin/pull/22705
<bitcoin-git> [bitcoin] amjadshaheed opened pull request #22705: Bitcoinrupee (master...Bitcoinrupee) https://github.com/bitcoin/bitcoin/pull/22705
<bitcoin-git> [bitcoin] fanquake merged pull request #22692: builder-keys: add jamesob (master...add-jamesob-builder) https://github.com/bitcoin/bitcoin/pull/22692
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/adf9bcfc37db...be499aa07ff1
<bitcoin-git> bitcoin/master 45babb2 James O'Beirne: builder-keys: add jamesob
<bitcoin-git> bitcoin/master be499aa fanquake: Merge bitcoin/bitcoin#22692: builder-keys: add jamesob

2021-08-14

<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
<Talkless> fanquake: what was that? :| https://github.com/bitcoin/bitcoin/issues/22687
<bitcoin-git> [bitcoin] fanquake merged pull request #22696: p2p: log addrman consistency checks (master...log-addrman-consistency-checks) https://github.com/bitcoin/bitcoin/pull/22696
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c87665707af...adf9bcfc37db
<bitcoin-git> bitcoin/master 4844b74 Jon Atack: p2p: log addrman consistency checks
<bitcoin-git> bitcoin/master adf9bcf fanquake: Merge bitcoin/bitcoin#22696: p2p: log addrman consistency checks
<bitcoin-git> [bitcoin] fanquake merged pull request #22604: p2p, rpc, test: address rate-limiting follow-ups (master...rate_limit_addr_follow-ups) https://github.com/bitcoin/bitcoin/pull/22604
<bitcoin-git> bitcoin/master d930c7f Jon Atack: p2p, rpc, test: address rate-limiting follow-ups
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/803ef70fd9f6...4c87665707af
<bitcoin-git> bitcoin/master 4c87665 fanquake: Merge bitcoin/bitcoin#22604: p2p, rpc, test: address rate-limiting follow-...

2021-08-13

<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] dongcarl opened pull request #22700: builder-keys: Add dongcarl (master...2021-08-add-dongcarl-builder) https://github.com/bitcoin/bitcoin/pull/22700
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<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
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
<core-meetingbot> Meeting started Fri Aug 13 19:00:24 2021 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<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] jonatack opened pull request #22696: p2p: log addrman consistency checks (master...log-addrman-consistency-checks) https://github.com/bitcoin/bitcoin/pull/22696
<bitcoin-git> [bitcoin] fanquake closed pull request #20233: addrman: Make consistency checks a runtime option (master...2020-10-addrman-sanity) https://github.com/bitcoin/bitcoin/pull/20233
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/439e58c4d819...803ef70fd9f6
<bitcoin-git> bitcoin/master fa9710f John Newbery: [addrman] Add deterministic argument to CAddrMan ctor
<bitcoin-git> bitcoin/master ee458d8 MarcoFalke: Add missing const to CAddrMan::Check_()
<bitcoin-git> bitcoin/master 10aac24 John Newbery: [tests] Make deterministic addrman use nKey = 1
<vasild> coz specifying more than one -onlynet is "strange": https://github.com/bitcoin/bitcoin/pull/22651#issuecomment-895144677
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] Zero-1729 opened pull request #22695: build: enable SC2046 and SC2086 in lint-shell (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22695
<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

2021-08-12

<bitcoin-git> [bitcoin] jamesob opened pull request #22692: builder-keys: add jamesob (master...add-jamesob-builder) https://github.com/bitcoin/bitcoin/pull/22692
<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
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/15606 | assumeutxo by jamesob · Pull Request #15606 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/12677 | RPC: Add ancestor{count,size,fees} to listunspent output by luke-jr · Pull Request #12677 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22648 | doc, test: improve i2p/tor docs and i2p reachable unit tests by jonatack · Pull Request #22648 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22651 | tor: respect non-onion -onlynet= for outgoing Tor connections by vasild · Pull Request #22651 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21526 | validation: UpdateTip/CheckBlockIndex assumeutxo support by jamesob · Pull Request #21526 · bitcoin/bitcoin · GitHub
<laanwj> current status: https://github.com/bitcoin/bitcoin/projects/8 5 blockers, no bugfixes or chasing concept ACK
<laanwj> welcome to the weekly bitcoin-core-dev meeting
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos
<core-meetingbot> Meeting started Thu Aug 12 19:00:22 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<gribble> https://github.com/bitcoin/bitcoin/issues/21422 | Add feerate histogram to getmempoolinfo by kiminuo · Pull Request #21422 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21848 | refactor: Make CFeeRate constructor architecture-independent by MarcoFalke · Pull Request #21848 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9948f114f8e6...439e58c4d819
<bitcoin-git> bitcoin/master 93cc53a Russell Yanofsky: gui: Unregister wallet notifications before unloading wallets
<bitcoin-git> bitcoin/master 439e58c Hennadii Stepanov: Merge bitcoin-core/gui#360: Unregister wallet notifications before unloadi...
<bitcoin-git> [gui] hebasto merged pull request #360: Unregister wallet notifications before unloading wallets (master...pr/qtwd) https://github.com/bitcoin-core/gui/pull/360
<bitcoin-git> [bitcoin] josibake opened pull request #22689: rpc: properly deprecate mempool entry fee fields (master...josibake-deprecate-mempool-entry-fee-fields) https://github.com/bitcoin/bitcoin/pull/22689
<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] fanquake pushed tag v0.21.2rc1: https://github.com/bitcoin/bitcoin/compare/v0.21.2rc1

2021-08-11

<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e614cc8cd808...9948f114f8e6
<bitcoin-git> bitcoin/master ad28b66 Prateek Sancheti: qt: Add SubFeeFromAmount option
<bitcoin-git> bitcoin/master 62b125f Prateek Sancheti: qt, refactor: Fix indentation
<bitcoin-git> bitcoin/master 9948f11 Hennadii Stepanov: Merge bitcoin-core/gui#390: Add SubFeeFromAmount to options
<bitcoin-git> [gui] hebasto merged pull request #390: Add SubFeeFromAmount to options (master...i386_0729) https://github.com/bitcoin-core/gui/pull/390
<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> [gui] hebasto merged pull request #399: Fix "Load PSBT" functionality when no wallet loaded (master...i232-0806) https://github.com/bitcoin-core/gui/pull/399
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/77e23ca94503...e614cc8cd808
<bitcoin-git> bitcoin/master 0237d95 Prateek Sancheti: qt: Add Load PSBT functionaliy with nowallet
<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> [gui] hebasto closed 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> [gui] hebasto closed pull request #372: Remove "Type" column from peers window (master...remove-peers-type-column) https://github.com/bitcoin-core/gui/pull/372
<bitcoin-git> bitcoin/master 6971e79 Jon Atack: gui: add Direction column to peers tab
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d9cdb16897b...77e23ca94503
<bitcoin-git> bitcoin/master 77e23ca Hennadii Stepanov: Merge bitcoin-core/gui#317: Add Direction column to Peers Tab
<bitcoin-git> [gui] hebasto merged pull request #317: Add Direction column to Peers Tab (master...direction-col-peers) https://github.com/bitcoin-core/gui/pull/317
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c3545a739678...3d9cdb16897b
<bitcoin-git> bitcoin/master 4830f49 João Barbosa: qt: Refactor open date range to use std::optional
<bitcoin-git> bitcoin/master 3d9cdb1 Hennadii Stepanov: Merge bitcoin-core/gui#354: Refactor open date range to use std::optional
<bitcoin-git> [gui] hebasto merged pull request #354: Refactor open date range to use std::optional (master...2021-06-date-range) https://github.com/bitcoin-core/gui/pull/354
<bitcoin-git> [bitcoin] laanwj pushed 1 commit to 22.x: https://github.com/bitcoin/bitcoin/compare/873fbc745d03...d3bd5410f64e
<bitcoin-git> bitcoin/22.x d3bd541 W. J. van der Laan: doc: Manual pages update for 22.0rc2
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/4b523c8f0a72...89d148c8c65b
<bitcoin-git> bitcoin/0.21 e94e433 W. J. van der Laan: doc: Update manual pages for 0.21.2
<bitcoin-git> bitcoin/0.21 bf672ce W. J. van der Laan: build: Bump version to 0.21.2rc1
<bitcoin-git> bitcoin/0.21 89d148c W. J. van der Laan: qt: Translations update for 0.21.2rc1
<bitcoin-git> [bitcoin] fanquake closed pull request #22664: docs: fix typo spelling grammar (master...docs-fixing) https://github.com/bitcoin/bitcoin/pull/22664
<bitcoin-git> [bitcoin] fanquake closed pull request #18818: Fix release tarball generated by gitian (master...fix_gitian_src_202004) https://github.com/bitcoin/bitcoin/pull/18818
<bitcoin-git> [bitcoin] fanquake closed pull request #22625: guix: Build out of source tree (master...210804-tag) https://github.com/bitcoin/bitcoin/pull/22625
<bitcoin-git> [bitcoin] fanquake merged pull request #22653: refactor: Rename JoinErrors and re-use it (master...210806-err) https://github.com/bitcoin/bitcoin/pull/22653
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0b5344b0d187...c3545a739678
<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> [gui] fanquake closed pull request #402: Create codeql-analysis.yml (master...master) https://github.com/bitcoin-core/gui/pull/402
<bitcoin-git> [gui] ljkt7334 opened pull request #402: Create codeql-analysis.yml (master...master) https://github.com/bitcoin-core/gui/pull/402

2021-08-10

<roasbeef> ok this comment just answered one of the questions re is there a dep or not: https://github.com/bitcoin/bitcoin/pull/20564#issuecomment-738928981
<bitboy> and as long as it matches the .asc file hashes on the bitcoin.org depository i'm 100% fine
<bitboy> - out_manifest: '0ce5ca1ba424603526d8a40d9321f1f735797a7205a7fbbe39561c078f2a0858 bitcoin-osx-signed.dmg
<bitboy> b13d6f88af52638bf984d5268e5adfbeac9d797b77ce73080c33ddb702572ccb bitcoin-osx-signed.dmg
<sipa_> bitboy: bitcoin core has never had any money-stealing wallet bugs
<bitboy> question: why have many versions including 0.15.1 been removing from bitcoin.org and a notice posted "Bitcoin Core version 0.15.1 is not available for security reasons:" ... any idea?
<bitboy> i would think that 99% of people that are using bitcoin are not using core
<achow101> you can check the hashes against the deterministic build results for that release too: https://github.com/bitcoin-core/gitian.sigs/tree/master/0.15.1-osx-signed
<bitboy> so, the bit-defender software looked inside the 0.15.1 DMG and specifically had a problem with Bitcoin-Qt.app/Contents/MacOS/BITCOIN_QT
<achow101> Bitcoin Core is frequently incorrectly flagged as malware because it searchs for a wallet.dat file and includes mining code
<achow101> some AVs have added exceptions for some versions of Bitcoin Core
<bitboy> but i have other version of bitcoin core .dmgs on my computers and that antivirus software didnt flag those
<bitboy> then i checked each files hash to the hash on the bitcoin.org depository (https://bitcoin.org/bin/insecure-CVE-2018-17144/bitcoin-core-0.15.1/), and they matched perfectly ... so then i downloaded 0.15.1 off of the depository and ran it through the virus scanner and got the same warning that it had a virus. so the one hosted on bitcoin.org got
<bitboy> i had an old copy of the bitcoin core 0.15.1 DMG file on my mac, and recently installed BitDefender anti-virus (from the Mac App Store), and it said that it had a virus in it: Application.MAC.Miner.NB inside the DMG, specifically Bitcoin-Qt.app/Contents/MacOS/BITCOIN_QT
<bitcoin-git> [bitcoin] glozow opened pull request #22677: [RFC] cut the validation <-> txmempool circular dependency (master...2021-08-circular-dep) https://github.com/bitcoin/bitcoin/pull/22677
<bitcoin-git> [bitcoin] laanwj merged pull request #22632: test: Set regtest.BIP66Height = 102 to speed up tests (master...2108-regtestFasterBip66) https://github.com/bitcoin/bitcoin/pull/22632
<bitcoin-git> bitcoin/master fafe896 MarcoFalke: test: Set regtest.BIP66Height = 102 to speed up tests
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce0913148b68...0b5344b0d187
<bitcoin-git> bitcoin/master 0b5344b W. J. van der Laan: Merge bitcoin/bitcoin#22632: test: Set regtest.BIP66Height = 102 to speed ...
<bitcoin-git> [bitcoin] glozow opened pull request #22675: MOVEONLY policy: extract RBF logic into policy/rbf (master...2021-08-rbf) https://github.com/bitcoin/bitcoin/pull/22675
<bitcoin-git> [bitcoin] glozow opened pull request #22674: validation: mempool validation and submission for packages of 1 child + parents (master...package-child-with-parents) https://github.com/bitcoin/bitcoin/pull/22674
<bitcoin-git> [bitcoin] meshcollider merged pull request #22547: cli: Add progress bar for -getinfo (master...getinfo-progressbar) https://github.com/bitcoin/bitcoin/pull/22547
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8193294caba0...ce0913148b68
<bitcoin-git> bitcoin/master b851a92 klementtan: cli: Add progress bar for -getinfo
<bitcoin-git> bitcoin/master ce09131 Samuel Dobson: Merge bitcoin/bitcoin#22547: cli: Add progress bar for -getinfo
<bitcoin-git> [gui] hebasto closed pull request #387: Un-color the scammers warning when using testnet. (master...20210728) https://github.com/bitcoin-core/gui/pull/387