2021-07-08

< bitcoin-git> [gui] ryanofsky opened 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] MarcoFalke merged pull request #22408: test: add tests for `bad-txns-prevout-null` reject reason (master...202107-test-add_test_for_bad-txns-prevout-null) https://github.com/bitcoin/bitcoin/pull/22408
< bitcoin-git> bitcoin/master 1f44958 Sebastian Falbesoner: test: add `bad-txns-prevout-null` test to mempool_accept.py
< bitcoin-git> bitcoin/master df2b5da MarcoFalke: Merge bitcoin/bitcoin#22408: test: add tests for `bad-txns-prevout-null` r...
< bitcoin-git> bitcoin/master aa0a5bb Sebastian Falbesoner: test: add `bad-txns-prevout-null` test case to invalid_txs.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d96861642200...df2b5dadfb2d
< bitcoin-git> [gui] hebasto closed pull request #225: Fix PaymentServer::handleURIOrFile warning message (master...210224-server) https://github.com/bitcoin-core/gui/pull/225
< bitcoin-git> [bitcoin] laanwj merged pull request #22179: Torv2 removal followups (master...torv2_removal_followup) https://github.com/bitcoin/bitcoin/pull/22179
< bitcoin-git> bitcoin/master a164cd3 Vasil Dimov: net: simplify CNetAddr::IsRoutable()
< bitcoin-git> bitcoin/master bdb6209 Vasil Dimov: fuzz: reduce possible networks check
< bitcoin-git> bitcoin/master 00b875b Vasil Dimov: addrman: remove invalid addresses when unserializing
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4129134e844f...d96861642200
< bitcoin-git> [bitcoin] fanquake opened pull request #22418: [WIIP] release: Remove gitian (master...remove_gitian) https://github.com/bitcoin/bitcoin/pull/22418
< bitcoin-git> [bitcoin] luke-jr opened pull request #22417: util/system: Close non-std fds before execing slave processes (master...bpchild_closefds) https://github.com/bitcoin/bitcoin/pull/22417
< bitcoin-git> [bitcoin] fanquake merged pull request #22366: [0.21] fuzz: add missing ECCVerifyHandle to base_encode_decode (0.21...backport_22279) https://github.com/bitcoin/bitcoin/pull/22366
< bitcoin-git> bitcoin/0.21 513613d MarcoFalke: Cleanup -includeconf error message
< bitcoin-git> bitcoin/0.21 70eac6f MarcoFalke: Fix crash when parsing command line with -noincludeconf=0
< bitcoin-git> bitcoin/0.21 c5357fa Andrew Poelstra: fuzz: add missing ECCVerifyHandle to base_encode_decode
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/4c29b63cfba3...bd2f4164c6be

2021-07-07

< bitcoin-git> [bitcoin] jamesob opened pull request #22415: Make m_mempool optional in CChainState (master...2021-07-mempool-ptr) https://github.com/bitcoin/bitcoin/pull/22415
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #22205: doc: Condense README.md (master...master) https://github.com/bitcoin/bitcoin/pull/22205
< bitcoin-git> [bitcoin] fanquake merged pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< bitcoin-git> bitcoin/master 4129134 fanquake: Merge bitcoin/bitcoin#22402: doc: Install Rosetta on M1-macOS for qt in de...
< bitcoin-git> bitcoin/master cdb41d5 Hennadii Stepanov: doc: Install Rosetta on M1-macOS for qt in depends
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/137f3b9ba385...4129134e844f
< bitcoin-git> [bitcoin] fanquake merged pull request #22405: build: remove --enable-glibc-back-compat from Guix build (master...remove_glibc_back_compat_guix) https://github.com/bitcoin/bitcoin/pull/22405
< bitcoin-git> bitcoin/master 4516e5e fanquake: lint: exclude Guix patches from spell-checking
< bitcoin-git> bitcoin/master de6ca41 fanquake: guix: no-longer pass --enable-glibc-back-compat to Guix
< bitcoin-git> bitcoin/master 84dd81f fanquake: build: remove glibc backcompat requirement for Linux symbol checks
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/914c0cad9776...137f3b9ba385
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22399: fuzz: Rework CTxDestination fuzzing (master...2107-fuzzDest) https://github.com/bitcoin/bitcoin/pull/22399
< bitcoin-git> bitcoin/master fa42800 MarcoFalke: fuzz: Simplify CTxDestination fuzzing in the script target
< bitcoin-git> bitcoin/master fab9986 MarcoFalke: fuzz: Improve ConsumeTxDestination
< bitcoin-git> bitcoin/master fa40c09 MarcoFalke: fuzz: Move ConsumeTxDestination to cpp file
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/692b78793bda...914c0cad9776
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #22412: Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) (master...bugfix_pushback_bool) https://github.com/bitcoin/bitcoin/pull/22412
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #22412: Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) (master...bugfix_pushback_bool) https://github.com/bitcoin/bitcoin/pull/22412
< bitcoin-git> [bitcoin] luke-jr opened pull request #22412: Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) (master...bugfix_pushback_bool) https://github.com/bitcoin/bitcoin/pull/22412
< bitcoin-git> bitcoin/master 692b787 fanquake: Merge bitcoin/bitcoin#22360: doc: Remove unused section from release proce...
< bitcoin-git> [bitcoin] fanquake merged pull request #22360: doc: Remove unused section from release process (master...2106-docRel) https://github.com/bitcoin/bitcoin/pull/22360
< bitcoin-git> bitcoin/master fa051d3 MarcoFalke: doc: Remove unused section from release process
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/088b348dbe82...692b78793bda
< bitcoin-git> [bitcoin] luke-jr closed pull request #18479: RPC: Show fee in results for signrawtransaction* for segwit inputs (master...rpc_sign_show_fees) https://github.com/bitcoin/bitcoin/pull/18479
< bitcoin-git> [bitcoin] luke-jr closed pull request #18972: net: Add blockfilters white{bind,list} permission flag (master...neutrino_whitelist) https://github.com/bitcoin/bitcoin/pull/18972

2021-07-06

< bitcoin-git> [bitcoin] luke-jr closed pull request #20551: RPC/Net: Allow changing the connection_type for addnode onetry (master...rpc_onetry_conntype) https://github.com/bitcoin/bitcoin/pull/20551
< bitcoin-git> [bitcoin] luke-jr closed pull request #17356: RPC: Internal named params (master...internal_named_params) https://github.com/bitcoin/bitcoin/pull/17356
< bitcoin-git> [bitcoin] sipa opened pull request #22410: Avoid GCC 7.1 ABI change warning in guix build (master...202107_nopsabi) https://github.com/bitcoin/bitcoin/pull/22410
< bitcoin-git> [bitcoin] S3RK opened pull request #22409: configure: keep relative paths in debug info (master...debug_keep_relative_path) https://github.com/bitcoin/bitcoin/pull/22409
< bitcoin-git> [bitcoin] fanquake merged pull request #22406: build: remove --enable-determinism configure option (master...remove_enable_determinism) https://github.com/bitcoin/bitcoin/pull/22406
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a62fc35a150d...088b348dbe82
< bitcoin-git> bitcoin/master e462878 fanquake: build: remove --enable-determinism configure option
< bitcoin-git> bitcoin/master 088b348 fanquake: Merge bitcoin/bitcoin#22406: build: remove --enable-determinism configure ...
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< bitcoin-git> [bitcoin] sipa closed pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402

2021-07-05

< bitcoin-git> [bitcoin] theStack opened pull request #22408: test: add tests for `bad-txns-prevout-null` reject reason (master...202107-test-add_test_for_bad-txns-prevout-null) https://github.com/bitcoin/bitcoin/pull/22408
< bitcoin-git> [gui] jarolrod closed pull request #358: make GUIUtil::ThemedLabel UI form friendly (master...themedlabel-forms) https://github.com/bitcoin-core/gui/pull/358
< bitcoin-git> [bitcoin] promag opened pull request #22407: rpc: Return block time in getblockchaininfo (master...2021-07-getblockchaininfo-time) https://github.com/bitcoin/bitcoin/pull/22407
< bitcoin-git> [gui] hebasto closed pull request #374: Fix #367 (master...Fix367) https://github.com/bitcoin-core/gui/pull/374
< bitcoin-git> [gui] hebasto merged pull request #375: Emit dataChanged signal to dynamically re-sort Peers table (master...210628-sort) https://github.com/bitcoin-core/gui/pull/375
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/484d4ee226e2...a62fc35a150d
< bitcoin-git> bitcoin/master 986bf78 Hennadii Stepanov: qt: Emit dataChanged signal to dynamically re-sort Peers table
< bitcoin-git> bitcoin/master a62fc35 Hennadii Stepanov: Merge bitcoin-core/gui#375: Emit dataChanged signal to dynamically re-sort...
< bitcoin-git> bitcoin/master cd46c11 Hennadii Stepanov: qt: Draw "eye" sign at the beginning of watch-only addresses
< bitcoin-git> bitcoin/master 484d4ee Hennadii Stepanov: Merge bitcoin-core/gui#365: Draw "eye" sign at the beginning of watch-only...
< bitcoin-git> bitcoin/master 9ea1da6 Hennadii Stepanov: qt: Do not extend recent transaction width to address/label string
< bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/271155984574...484d4ee226e2
< bitcoin-git> [gui] hebasto merged pull request #365: Draw "eye" sign at the beginning of watch-only addresses (master...210614-tx) https://github.com/bitcoin-core/gui/pull/365
< bitcoin-git> [bitcoin] fanquake opened pull request #22406: build: remove --enable-determinism configure option (master...remove_enable_determinism) https://github.com/bitcoin/bitcoin/pull/22406
< bitcoin-git> [bitcoin] fanquake opened pull request #22405: build: remove --enable-glibc-back-compat from Guix build (master...remove_glibc_back_compat_guix) https://github.com/bitcoin/bitcoin/pull/22405
< bitcoin-git> [bitcoin] fanquake merged pull request #22365: guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs (master...2021-06-glibc-2.24) https://github.com/bitcoin/bitcoin/pull/22365
< bitcoin-git> bitcoin/master dc4137a Carl Dong: guix: Build depends/qt with our platform definition
< bitcoin-git> bitcoin/master 647f7e5 Carl Dong: guix: Also sort SHA256SUMS.part
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c609e1054549...271155984574
< bitcoin-git> bitcoin/master 16b0a93 Carl Dong: guix: Rebase toolchain on glibc 2.24 (2.27 for riscv64)
< bitcoin-git> [bitcoin] hebasto opened pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< bitcoin-git> [bitcoin] fanquake merged pull request #22292: bench, doc: benchmarking updates and fixups (master...benchmarking-updates) https://github.com/bitcoin/bitcoin/pull/22292
< bitcoin-git> bitcoin/master d8513fe Jon Atack: doc: update doc/benchmarking.md
< bitcoin-git> bitcoin/master 10f4ce2 Jon Atack: bench: bench.h fixes and improvements
< bitcoin-git> bitcoin/master 84e2d5b Jon Atack: bench: bench_bitcoin.cpp help fixups
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7a49fdc58115...c609e1054549

2021-07-04

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22399: fuzz: Rework CTxDestination fuzzing (master...2107-fuzzDest) https://github.com/bitcoin/bitcoin/pull/22399

2021-07-03

< bitcoin-git> [bitcoin] amitiuttarwar reopened pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387
< bitcoin-git> [bitcoin] amitiuttarwar closed pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387
< bitcoin-git> [bitcoin] hebasto opened pull request #22397: build: Fix macOS Apple Silicon build with miniupnpc and libnatpmp (master...210703-brew-arm) https://github.com/bitcoin/bitcoin/pull/22397
< bitcoin-git> [bitcoin] bliotti opened pull request #22393: added info to bitcoin.conf doc (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22393

2021-07-02

< bitcoin-git> [bitcoin] fanquake opened pull request #22392: scripts: use LIEF for ELF security & symbol checks (master...lief_elf) https://github.com/bitcoin/bitcoin/pull/22392
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> bitcoin/master 7a49fdc MarcoFalke: Merge bitcoin/bitcoin#22388: ci: use Ubuntu 20.04 as the default Docker co...
< bitcoin-git> bitcoin/master 7fc1e14 fanquake: ci: use Ubuntu 20.04 as the default Docker container
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddc6979b8baa...7a49fdc58115
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddc6979b8baa...7a49fdc58115
< bitcoin-git> bitcoin/master 7fc1e14 fanquake: ci: use Ubuntu 20.04 as the default Docker container
< bitcoin-git> bitcoin/master 7a49fdc MarcoFalke: Merge bitcoin/bitcoin#22388: ci: use Ubuntu 20.04 as the default Docker co...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> [bitcoin] fanquake opened pull request #22390: system: skip trying to set the locale on NetBSD (master...netbsd_dont_set_locale) https://github.com/bitcoin/bitcoin/pull/22390
< bitcoin-git> [bitcoin] fanquake opened pull request #22390: system: skip trying to set the locale on NetBSD (master...netbsd_dont_set_locale) https://github.com/bitcoin/bitcoin/pull/22390
< bitcoin-git> [bitcoin] fanquake opened pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> [bitcoin] fanquake opened pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> [bitcoin] sipa opened pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387
< bitcoin-git> [bitcoin] sipa opened pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387

2021-07-01

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22385: refactor: Use DeploymentEnabled to hide VB deployments (master...2107-dep) https://github.com/bitcoin/bitcoin/pull/22385
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22385: refactor: Use DeploymentEnabled to hide VB deployments (master...2107-dep) https://github.com/bitcoin/bitcoin/pull/22385
< bitcoin-git> [bitcoin] MarcoFalke pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/a926d6dfd291...ddc6979b8baa
< bitcoin-git> bitcoin/master 36a4ba0 Anthony Towns: versionbits: correct doxygen comments
< bitcoin-git> bitcoin/master eccd736 Anthony Towns: versionbits: Use dedicated lock instead of cs_main
< bitcoin-git> bitcoin/master 2b0d291 Anthony Towns: [refactor] Add deploymentstatus.h
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19438: Introduce deploymentstatus (master...202007-deployment-refactor) https://github.com/bitcoin/bitcoin/pull/19438
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19438: Introduce deploymentstatus (master...202007-deployment-refactor) https://github.com/bitcoin/bitcoin/pull/19438
< bitcoin-git> bitcoin/master eccd736 Anthony Towns: versionbits: Use dedicated lock instead of cs_main
< bitcoin-git> bitcoin/master 2b0d291 Anthony Towns: [refactor] Add deploymentstatus.h
< bitcoin-git> bitcoin/master 36a4ba0 Anthony Towns: versionbits: correct doxygen comments
< bitcoin-git> [bitcoin] MarcoFalke pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/a926d6dfd291...ddc6979b8baa
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22310: test: Add functional test for replacement relay fee check (master...2021-06-add-rbf5-test) https://github.com/bitcoin/bitcoin/pull/22310
< bitcoin-git> bitcoin/master a926d6d MarcoFalke: Merge bitcoin/bitcoin#22310: test: Add functional test for replacement rel...
< bitcoin-git> bitcoin/master c4ddee6 Antoine Riard: test: Add test for replacement relay fee check
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/091d35c70e88...a926d6dfd291
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/091d35c70e88...a926d6dfd291
< bitcoin-git> bitcoin/master c4ddee6 Antoine Riard: test: Add test for replacement relay fee check
< bitcoin-git> bitcoin/master a926d6d MarcoFalke: Merge bitcoin/bitcoin#22310: test: Add functional test for replacement rel...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22310: test: Add functional test for replacement relay fee check (master...2021-06-add-rbf5-test) https://github.com/bitcoin/bitcoin/pull/22310
< bitcoin-git> [gui] hebasto merged pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2749613020ed...091d35c70e88
< bitcoin-git> bitcoin/master c7f74f1 Hennadii Stepanov: Translations update
< bitcoin-git> bitcoin/master 091d35c Hennadii Stepanov: Merge bitcoin-core/gui#377: Translations update
< bitcoin-git> bitcoin/master 091d35c Hennadii Stepanov: Merge bitcoin-core/gui#377: Translations update
< bitcoin-git> bitcoin/master c7f74f1 Hennadii Stepanov: Translations update
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2749613020ed...091d35c70e88
< bitcoin-git> [gui] hebasto merged pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
< bitcoin-git> [bitcoin] jlopp opened pull request #22383: prefer to use txindex if available for GetTransaction (master...GetTransactionPerformance) https://github.com/bitcoin/bitcoin/pull/22383
< bitcoin-git> [bitcoin] jlopp opened pull request #22383: prefer to use txindex if available for GetTransaction (master...GetTransactionPerformance) https://github.com/bitcoin/bitcoin/pull/22383
< bitcoin-git> [gui] hebasto opened pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
< bitcoin-git> [gui] hebasto opened pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
< bitcoin-git> [bitcoin] fanquake closed pull request #20980: guix: Test security-check sanity before performing them (master...2020-12-guix-mingw-extra-flags) https://github.com/bitcoin/bitcoin/pull/20980
< bitcoin-git> [bitcoin] fanquake closed pull request #20980: guix: Test security-check sanity before performing them (master...2020-12-guix-mingw-extra-flags) https://github.com/bitcoin/bitcoin/pull/20980
< bitcoin-git> [bitcoin] fanquake opened pull request #22381: guix: Test security-check sanity before performing them (with macOS) (master...20980_macOS_fixups) https://github.com/bitcoin/bitcoin/pull/22381
< bitcoin-git> [bitcoin] fanquake opened pull request #22381: guix: Test security-check sanity before performing them (with macOS) (master...20980_macOS_fixups) https://github.com/bitcoin/bitcoin/pull/22381
< bitcoin-git> [bitcoin] fanquake merged pull request #22348: build: Fix cross build for Windows with Boost Process (master...210627-boost) https://github.com/bitcoin/bitcoin/pull/22348
< bitcoin-git> [bitcoin] fanquake merged pull request #22348: build: Fix cross build for Windows with Boost Process (master...210627-boost) https://github.com/bitcoin/bitcoin/pull/22348
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/185acdb5e818...2749613020ed
< bitcoin-git> bitcoin/master 67669ab Hennadii Stepanov: build: Fix Boost Process compatibility with mingw-w64 compiler
< bitcoin-git> bitcoin/master 2749613 fanquake: Merge bitcoin/bitcoin#22348: build: Fix cross build for Windows with Boost...
< bitcoin-git> bitcoin/master 2749613 fanquake: Merge bitcoin/bitcoin#22348: build: Fix cross build for Windows with Boost...
< bitcoin-git> bitcoin/master 67669ab Hennadii Stepanov: build: Fix Boost Process compatibility with mingw-w64 compiler
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/185acdb5e818...2749613020ed
< bitcoin-git> [bitcoin] fanquake merged pull request #22334: wallet: do not spam about non-existent spk managers (master...stop_non_existing_spkman_spam) https://github.com/bitcoin/bitcoin/pull/22334
< bitcoin-git> [bitcoin] fanquake merged pull request #22334: wallet: do not spam about non-existent spk managers (master...stop_non_existing_spkman_spam) https://github.com/bitcoin/bitcoin/pull/22334
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa46e489820b...185acdb5e818
< bitcoin-git> bitcoin/master 6084d2c S3RK: wallet: do not spam about non-existent spk managers
< bitcoin-git> bitcoin/master 185acdb fanquake: Merge bitcoin/bitcoin#22334: wallet: do not spam about non-existent spk ma...
< bitcoin-git> bitcoin/master 185acdb fanquake: Merge bitcoin/bitcoin#22334: wallet: do not spam about non-existent spk ma...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa46e489820b...185acdb5e818
< bitcoin-git> bitcoin/master 6084d2c S3RK: wallet: do not spam about non-existent spk managers
< bitcoin-git> bitcoin/master fa46e48 fanquake: Merge bitcoin/bitcoin#22379: wallet: erase spkmans rather than setting to ...
< bitcoin-git> bitcoin/master b945a31 Andrew Chow: wallet: erase spkmans rather than setting to nullptr
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ef2d400fa42...fa46e489820b
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ef2d400fa42...fa46e489820b
< bitcoin-git> bitcoin/master b945a31 Andrew Chow: wallet: erase spkmans rather than setting to nullptr
< bitcoin-git> bitcoin/master fa46e48 fanquake: Merge bitcoin/bitcoin#22379: wallet: erase spkmans rather than setting to ...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ef2d400fa42...fa46e489820b
< bitcoin-git> bitcoin/master b945a31 Andrew Chow: wallet: erase spkmans rather than setting to nullptr
< bitcoin-git> bitcoin/master fa46e48 fanquake: Merge bitcoin/bitcoin#22379: wallet: erase spkmans rather than setting to ...
< bitcoin-git> bitcoin/master fa46e48 fanquake: Merge bitcoin/bitcoin#22379: wallet: erase spkmans rather than setting to ...
< bitcoin-git> bitcoin/master b945a31 Andrew Chow: wallet: erase spkmans rather than setting to nullptr
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ef2d400fa42...fa46e489820b
< bitcoin-git> [bitcoin] fanquake merged pull request #22379: wallet: erase spkmans rather than setting to nullptr (master...fix-spkman-del) https://github.com/bitcoin/bitcoin/pull/22379
< bitcoin-git> [bitcoin] fanquake merged pull request #22379: wallet: erase spkmans rather than setting to nullptr (master...fix-spkman-del) https://github.com/bitcoin/bitcoin/pull/22379

2021-06-27

< bitcoin-git> [bitcoin] LarryRuane opened pull request #22350: Rotate debug.log file (master...2021-06-logrotate-timestamp) https://github.com/bitcoin/bitcoin/pull/22350
< bitcoin-git> [bitcoin] jonatack opened pull request #22349: doc: repository IRC updates (master...irc-updates) https://github.com/bitcoin/bitcoin/pull/22349
< bitcoin-git> [bitcoin] hebasto opened pull request #22348: build: Fix cross build for Windows with Boost Process (master...210627-boost) https://github.com/bitcoin/bitcoin/pull/22348

2021-06-26

< bitcoin-git> [bitcoin] singlatushar07 closed pull request #22347: Enabled caching of Python wheels during CI run (master...22206-cache-python-wheel-built-by-ci) https://github.com/bitcoin/bitcoin/pull/22347
< bitcoin-git> [bitcoin] singlatushar07 opened pull request #22347: Enabled caching of Python wheels during CI run (master...22206-cache-python-wheel-built-by-ci) https://github.com/bitcoin/bitcoin/pull/22347
< bitcoin-git> [bitcoin] singlatushar07 closed pull request #22346: ci: Enabled caching of python wheels during CI run (master...22206-cache-python-wheel-built-by-ci) https://github.com/bitcoin/bitcoin/pull/22346
< bitcoin-git> [bitcoin] singlatushar07 opened pull request #22346: ci: Enabled caching of python wheels during CI run (master...22206-cache-python-wheel-built-by-ci) https://github.com/bitcoin/bitcoin/pull/22346
< bitcoin-git> [bitcoin] n0feer opened pull request #22345: 'internal' loop's variable hides a function's parameter of the same name (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22345
< bitcoin-git> [gui] jonatack opened pull request #372: Remove "Type" column from peers window (master...remove-peers-type-column) https://github.com/bitcoin-core/gui/pull/372
< bitcoin-git> [gui] rebroad closed pull request #306: Revert "Peertableview alternating row colors" (master...revert-298-alt-row-colors) https://github.com/bitcoin-core/gui/pull/306
< bitcoin-git> [gui] rebroad closed pull request #308: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin-core/gui/pull/308
< bitcoin-git> [gui] rebroad reopened pull request #308: Display progress of LoadBlockDB() on splash screen (master...SplashLoadBlockProgress) https://github.com/bitcoin-core/gui/pull/308
< bitcoin-git> [bitcoin] hebasto reopened pull request #22339: doc: Update actual minimum supported compiler versions (master...210625-std) https://github.com/bitcoin/bitcoin/pull/22339
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22342: Avoid the use of P0083R3 std::set::merge (master...202106_no_cxx17_merge) https://github.com/bitcoin/bitcoin/pull/22342
< bitcoin-git> bitcoin/master 9c3751a MarcoFalke: Merge bitcoin/bitcoin#22342: Avoid the use of P0083R3 std::set::merge
< bitcoin-git> bitcoin/master 6cf4ea7 Pieter Wuille: Avoid the use of P0083R3 std::set::merge
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3e306ee1d5c7...9c3751a0c940
< bitcoin-git> [bitcoin] hebasto closed pull request #22339: doc: Update actual minimum supported compiler versions (master...210625-std) https://github.com/bitcoin/bitcoin/pull/22339

2021-06-25

< bitcoin-git> [bitcoin] sipa opened pull request #22342: Avoid the use of P0083R3 std::set::merge (master...202106_no_cxx17_merge) https://github.com/bitcoin/bitcoin/pull/22342
< bitcoin-git> [bitcoin] Sjors opened pull request #22341: rpc: add getxpub (master...2021/06/getxpub) https://github.com/bitcoin/bitcoin/pull/22341
< bitcoin-git> [bitcoin] dergoegge opened pull request #22340: Use legacy relaying to download blocks in blocks-only mode (master...nocmpct_blocksonly) https://github.com/bitcoin/bitcoin/pull/22340
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19362: rpc/blockchain: Reset scantxoutset progress before inferring descriptors (master...rpc-scantxoutset-reset-progress) https://github.com/bitcoin/bitcoin/pull/19362
< bitcoin-git> bitcoin/master 3e306ee MarcoFalke: Merge bitcoin/bitcoin#19362: rpc/blockchain: Reset scantxoutset progress b...
< bitcoin-git> bitcoin/master 8c4129b Pavol Rusnak: rpc: reset scantxoutset progress on finish
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/246daf1f537d...3e306ee1d5c7
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22322: fuzz: Check banman roundtrip (master...2106-fuzzBanman) https://github.com/bitcoin/bitcoin/pull/22322
< bitcoin-git> bitcoin/master 246daf1 MarcoFalke: Merge bitcoin/bitcoin#22322: fuzz: Check banman roundtrip
< bitcoin-git> bitcoin/master fa485d0 MarcoFalke: fuzz: Check banman roundtrip
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b2f5c38333fd...246daf1f537d
< bitcoin-git> [bitcoin] hebasto opened pull request #22339: doc: Update actual minimum supported compiler versions (master...210625-std) https://github.com/bitcoin/bitcoin/pull/22339

2021-06-24

< bitcoin-git> [bitcoin] sanket1729 opened pull request #22338: Change MAX_OPCODE to OP_CHECKSIGADD (master...opcode_test) https://github.com/bitcoin/bitcoin/pull/22338
< bitcoin-git> [bitcoin] achow101 opened pull request #22337: wallet: Use bilingual_str for errors (master...wallet-bilingualstr) https://github.com/bitcoin/bitcoin/pull/22337
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22327: cli: Avoid truncating -rpcwaittimeout (master...2106-cliTrunkTime) https://github.com/bitcoin/bitcoin/pull/22327
< bitcoin-git> bitcoin/master b2f5c38 MarcoFalke: Merge bitcoin/bitcoin#22327: cli: Avoid truncating -rpcwaittimeout
< bitcoin-git> bitcoin/master fa34cb8 MarcoFalke: cli: Avoid truncating -rpcwaittimeout
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0553d75268a9...b2f5c38333fd
< bitcoin-git> [bitcoin] kiminuo opened pull request #22336: [TESTBED][NO-MERGE][POC] Use std::filesystem. Remove Boost Filesystem & System (master...feature/use_std_filesystem_testbed) https://github.com/bitcoin/bitcoin/pull/22336
< bitcoin-git> [bitcoin] theStack opened pull request #22335: doc: recommend `--disable-external-signer` in OpenBSD build guide (master...202106-doc-openbsd_mention_missing_external_signer_support) https://github.com/bitcoin/bitcoin/pull/22335
< bitcoin-git> bitcoin/master 699dfcd Andrew Chow: Opportunistically use bech32m change addresses if available
< bitcoin-git> [bitcoin] laanwj merged pull request #22154: Add OutputType::BECH32M and related wallet support for fetching bech32m addresses (master...outputtype-bech32m) https://github.com/bitcoin/bitcoin/pull/22154
< bitcoin-git> bitcoin/master 0262536 Andrew Chow: Add OutputType::BECH32M
< bitcoin-git> bitcoin/master 177c15d Andrew Chow: Limit LegacyScriptPubKeyMan address types
< bitcoin-git> [bitcoin] laanwj pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/b7565c708dc1...0553d75268a9
< bitcoin-git> [bitcoin] laanwj merged pull request #22250: doc: add basic I2P documentation (master...i2p_doc) https://github.com/bitcoin/bitcoin/pull/22250
< bitcoin-git> bitcoin/master b7565c7 W. J. van der Laan: Merge bitcoin/bitcoin#22250: doc: add basic I2P documentation
< bitcoin-git> bitcoin/master 78cdab1 Vasil Dimov: doc: sort entries in doc/README.md#Miscellaneous alphabetically
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e59ea87954fa...b7565c708dc1
< bitcoin-git> bitcoin/master cad487b Vasil Dimov: doc: add basic I2P documentation
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22311: test: Add missing syncwithvalidationinterfacequeue in p2p_blockfilters (master...2106-testsyncwithvalidationinterfacequeue) https://github.com/bitcoin/bitcoin/pull/22311
< bitcoin-git> bitcoin/master fa1668b MarcoFalke: test: Run pep-8
< bitcoin-git> bitcoin/master faa211f MarcoFalke: test: Misc cleanup
< bitcoin-git> bitcoin/master facd97a MarcoFalke: scripted-diff: Renames
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/d6a59166a187...e59ea87954fa
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22257: test: refactor: various (de)serialization helpers cleanups/improvements (master...202106-test-refactor-replace_manual_deser_with_fromtohex) https://github.com/bitcoin/bitcoin/pull/22257
< bitcoin-git> bitcoin/master 1914054 Sebastian Falbesoner: scripted-diff: test: rename `FromHex` to `from_hex`
< bitcoin-git> bitcoin/master a79396f Sebastian Falbesoner: test: remove `ToHex` helper, use .serialize().hex() instead
< bitcoin-git> bitcoin/master 2ce7b47 Sebastian Falbesoner: test: introduce `tx_from_hex` helper for tx deserialization
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/c31161f4f79b...d6a59166a187
< bitcoin-git> [bitcoin] fanquake merged pull request #22306: [test] Improvements to p2p_addr_relay.py (master...2021-06-addr-tests) https://github.com/bitcoin/bitcoin/pull/22306
< bitcoin-git> [bitcoin] fanquake merged pull request #22320: build: set minimum required Boost to 1.64.0 (master...minimum_ubuntu_18_04) https://github.com/bitcoin/bitcoin/pull/22320
< bitcoin-git> bitcoin/master 957f358 fanquake: build: remove check for Boost Process header
< bitcoin-git> bitcoin/master df2c933 fanquake: build: remove workaround for Boost and std::atomic
< bitcoin-git> bitcoin/master 2bf2116 fanquake: build: set minimum required Boost to 1.64.0
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bfa885898a5f...c31161f4f79b
< bitcoin-git> bitcoin/master ef2f149 Amiti Uttarwar: [test] Update GetAddrStore callers to use AddrReceiver
< bitcoin-git> bitcoin/master 09dc073 Amiti Uttarwar: [test] Allow AddrReceiver to be used more generally
< bitcoin-git> bitcoin/master e8c67ea Amiti Uttarwar: [test] Add functionality to AddrReceiver
< bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/a196c89317dd...bfa885898a5f
< bitcoin-git> [bitcoin] laanwj closed pull request #22294: build: Perform boost::process detection with BOOST_CPPFLAGS (master...2021-06-boost-process-detection) https://github.com/bitcoin/bitcoin/pull/22294
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22270: test: Add bitcoin-util tests (+refactors) (master...2106-utilTestDoc) https://github.com/bitcoin/bitcoin/pull/22270
< bitcoin-git> bitcoin/master fa3c1ee MarcoFalke: Remove unused includes from bitcoin-util
< bitcoin-git> bitcoin/master fa30492 MarcoFalke: test: Add bitcoin-util tests
< bitcoin-git> bitcoin/master fa831e7 MarcoFalke: build_msvc: Add bitcoin-util.exe
< bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/7317e14a44c6...a196c89317dd
< bitcoin-git> [bitcoin] S3RK opened pull request #22334: wallet: do not spam about non-existent spk managers (master...stop_non_existing_spkman_spam) https://github.com/bitcoin/bitcoin/pull/22334
< bitcoin-git> [gui] luke-jr opened pull request #368: Bugfix: GUI: When restoring table columns, still set their minimum column width and stretch on last section (master...bugfix_gui_restored_columns_stretch) https://github.com/bitcoin-core/gui/pull/368

2021-06-23

< bitcoin-git> [bitcoin] dhruv opened 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] MarcoFalke merged pull request #22263: refactor: wrap CCoinsViewCursor in unique_ptr (master...2021-06-cursor-unique-ptr) https://github.com/bitcoin/bitcoin/pull/22263
< bitcoin-git> bitcoin/master 7ad414f James O'Beirne: doc: add comment about CCoinsViewDBCursor constructor
< bitcoin-git> bitcoin/master 0f8a5a4 James O'Beirne: move-only(ish): don't expose CCoinsViewDBCursor
< bitcoin-git> bitcoin/master 615c1ad James O'Beirne: refactor: wrap CCoinsViewCursor in unique_ptr
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c0e30933e0d3...7317e14a44c6
< bitcoin-git> [bitcoin] theStack opened 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
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22323: doc: spelling update (master...spelling-update) https://github.com/bitcoin/bitcoin/pull/22323
< bitcoin-git> bitcoin/master c0e3093 MarcoFalke: Merge bitcoin/bitcoin#22323: doc: spelling update
< bitcoin-git> bitcoin/master 184d453 Jon Atack: script, doc: spelling update
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/567670bec5ec...c0e30933e0d3
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22327: cli: Avoid truncating -rpcwaittimeout (master...2106-cliTrunkTime) https://github.com/bitcoin/bitcoin/pull/22327
< bitcoin-git> [bitcoin] jonatack opened pull request #22323: script, doc: spelling update (master...spelling-update) https://github.com/bitcoin/bitcoin/pull/22323
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22322: fuzz: Check banman roundtrip (master...2106-fuzzBanman) https://github.com/bitcoin/bitcoin/pull/22322
< bitcoin-git> bitcoin/master c7388e5 Pieter Wuille: Report address as solvable based on inferred descriptor
< bitcoin-git> bitcoin/master d637a9b Pieter Wuille: Taproot descriptor inference
< bitcoin-git> [bitcoin] meshcollider merged pull request #22166: Add support for inferring tr() descriptors (master...202106_infer_tap) https://github.com/bitcoin/bitcoin/pull/22166
< bitcoin-git> bitcoin/master 29e5dd1 Pieter Wuille: consensus refactor: extract ComputeTapleafHash, ComputeTaprootMerkleRoot
< bitcoin-git> [bitcoin] meshcollider pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d6e0d78c3155...567670bec5ec
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #20966: banman: save the banlist in a JSON format on disk (master...json_bans) https://github.com/bitcoin/bitcoin/pull/20966
< bitcoin-git> bitcoin/master 24b10eb Vasil Dimov: doc: fix grammar in doc/files.md
< bitcoin-git> bitcoin/master dd4e957 Vasil Dimov: test: ensure banlist can be read from disk after restart
< bitcoin-git> bitcoin/master d197977 Vasil Dimov: banman: save the banlist in a JSON format on disk
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/03aa59a4e58f...d6e0d78c3155
< bitcoin-git> [bitcoin] hebasto opened pull request #22321: build: Avoid qt-specific @GLIBC_2.28 symbols for compatibility (master...210623-statx) https://github.com/bitcoin/bitcoin/pull/22321
< bitcoin-git> [bitcoin] fanquake opened pull request #22320: build: set minimum required Boost to 1.64.0 (master...minimum_ubuntu_18_04) https://github.com/bitcoin/bitcoin/pull/22320
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22313: test: Add missing sync_all to feature_coinstatsindex (master...2106-testSync) https://github.com/bitcoin/bitcoin/pull/22313
< bitcoin-git> bitcoin/master 03aa59a MarcoFalke: Merge bitcoin/bitcoin#22313: test: Add missing sync_all to feature_coinsta...
< bitcoin-git> bitcoin/master fafd916 MarcoFalke: test: Add missing sync_all to feature_coinstatsindex
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c93e123dc72b...03aa59a4e58f
< bitcoin-git> [bitcoin] hebasto opened pull request #22318: build: Avoid @GLIBC_2.25 symbols for compatibility (master...210623-random) https://github.com/bitcoin/bitcoin/pull/22318
< bitcoin-git> [bitcoin] prayank23 closed pull request #21157: doc: Improve Tor docs (master...tor-docs-add) https://github.com/bitcoin/bitcoin/pull/21157
< bitcoin-git> [bitcoin] prayank23 opened pull request #22317: doc: Highlight DNS requests part in tor.md (master...highlight-dns-request) https://github.com/bitcoin/bitcoin/pull/22317
< bitcoin-git> [bitcoin] prayank23 opened pull request #22316: doc: Add 5 privacy recommendations in tor.md (master...tor-privacy-recommend) https://github.com/bitcoin/bitcoin/pull/22316

2021-06-22

< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22308: wallet: Add missing BlockUntilSyncedToCurrentChain (master...2106-wallet) https://github.com/bitcoin/bitcoin/pull/22308
< bitcoin-git> bitcoin/master c93e123 MarcoFalke: Merge bitcoin/bitcoin#22308: wallet: Add missing BlockUntilSyncedToCurrent...
< bitcoin-git> bitcoin/master fa27baa MarcoFalke: Revert "test: Add temporary logging to debug #20975"
< bitcoin-git> bitcoin/master fadb550 MarcoFalke: wallet: Add missing BlockUntilSyncedToCurrentChain
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/327e2691f6e0...c93e123dc72b
< bitcoin-git> [gui] luke-jr opened pull request #366: Dark Mode fixes/portability (master...gui_palettechange) https://github.com/bitcoin-core/gui/pull/366
< bitcoin-git> [bitcoin] nourou4them opened pull request #22314: doc: Install WSL on non-system drive and compile Bitcoin (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22314
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22313: test: Add missing sync_all to feature_coinstatsindex (master...2106-testSync) https://github.com/bitcoin/bitcoin/pull/22313
< bitcoin-git> [bitcoin] siv2r opened pull request #22312: changes for wait_for_getheaders to include hash_list (master...modify-wait-getheaders) https://github.com/bitcoin/bitcoin/pull/22312
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22311: test: Add missing syncwithvalidationinterfacequeue in p2p_blockfilters (master...2106-testsyncwithvalidationinterfacequeue) https://github.com/bitcoin/bitcoin/pull/22311
< bitcoin-git> [bitcoin] ariard opened pull request #22310: test: Add functional test for replacement penalty check (master...2021-06-add-rbf5-test) https://github.com/bitcoin/bitcoin/pull/22310
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22309: blockstorage: Add missing atomic include (master...2106-include) https://github.com/bitcoin/bitcoin/pull/22309
< bitcoin-git> bitcoin/master 327e269 MarcoFalke: Merge bitcoin/bitcoin#22309: blockstorage: Add missing atomic include
< bitcoin-git> bitcoin/master fa2d21f MarcoFalke: add missing atomic include
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/672870ab7ba5...327e2691f6e0
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22309: blockstorage: Add missing atomic include (master...2106-include) https://github.com/bitcoin/bitcoin/pull/22309
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22308: wallet: Add missing BlockUntilSyncedToCurrentChain (master...2106-wallet) https://github.com/bitcoin/bitcoin/pull/22308
< bitcoin-git> [bitcoin] rebroad opened pull request #22307: Detect when GETBLOCKTXN requests are ignored. (master...DetectIngoredGetblocktxns) https://github.com/bitcoin/bitcoin/pull/22307
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22201: test: Fix TestShell to allow running in Jupyter Notebook (master...josibake-parse-only-known-arguments-in-testshell) https://github.com/bitcoin/bitcoin/pull/22201
< bitcoin-git> bitcoin/master 168b6c3 Josiah Baker: add dummy file param to fix jupyter
< bitcoin-git> bitcoin/master 672870a MarcoFalke: Merge bitcoin/bitcoin#22201: test: Fix TestShell to allow running in Jupyt...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/398dd6783389...672870ab7ba5
< bitcoin-git> [bitcoin] amitiuttarwar opened pull request #22306: [test] Improvements to p2p_addr_relay.py (master...2021-06-addr-tests) https://github.com/bitcoin/bitcoin/pull/22306
< bitcoin-git> [bitcoin] hebasto opened pull request #22305: build: Avoid fcntl64@GLIBC_2.28 in libsqlite3.a (master...210622-fcntl) https://github.com/bitcoin/bitcoin/pull/22305