2020-08-10

< bitcoin-git> [bitcoin] LarryRuane opened pull request #19690: util: improve FindByte() performance (master...FindByte-speedup) https://github.com/bitcoin/bitcoin/pull/19690

2020-08-09

< bitcoin-git> [bitcoin] hebasto opened pull request #19689: build, qt: Add Qt version checking (master...200809-qtver) https://github.com/bitcoin/bitcoin/pull/19689
< bitcoin-git> [bitcoin] luke-jr closed pull request #19395: Bugfix: RPC/Mining: Fix up GBT docs (master...bugfix_gbt_help) https://github.com/bitcoin/bitcoin/pull/19395
< gribble> https://github.com/bitcoin/bitcoin/issues/19444 | test: Remove cached directories and associated script blocks from appveyor config by sipsorcery · Pull Request #19444 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected (master...2020-07-receive_block_announcment) https://github.com/bitcoin/bitcoin/pull/19631
< bitcoin-git> bitcoin/master be11f94 Wladimir J. van der Laan: Merge #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is ...
< bitcoin-git> bitcoin/master 9e165d0 Ben Woosley: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5e4fed9e5819...be11f94e957d
< bitcoin-git> [bitcoin] laanwj merged pull request #19657: test: Wait until is_connected in add_p2p_connection (master...2008-testWaitConn) https://github.com/bitcoin/bitcoin/pull/19657
< bitcoin-git> bitcoin/master 5e4fed9 Wladimir J. van der Laan: Merge #19657: test: Wait until is_connected in add_p2p_connection
< bitcoin-git> bitcoin/master fa4dfd2 MarcoFalke: test: Wait until is_connected in add_p2p_connection
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/214e6655c345...5e4fed9e5819
< bitcoin-git> [bitcoin] laanwj merged pull request #19649: Restore test case for p2p transaction blinding (master...p2p_segwit_reject) https://github.com/bitcoin/bitcoin/pull/19649
< bitcoin-git> bitcoin/master 214e665 Wladimir J. van der Laan: Merge #19649: Restore test case for p2p transaction blinding
< bitcoin-git> bitcoin/master 566aada Gregory Sanders: Test that wtxid relay peers add wtxid to reject filter
< bitcoin-git> bitcoin/master 0fea6ed Gregory Sanders: Restore test case for p2p transaction blinding
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b75f2ad72db6...214e6655c345
< gribble> https://github.com/bitcoin/bitcoin/issues/19681 | 0.19: Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19681 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #19660: refactor: Make HexStr take a span (master...2020_06_hexstr_span) https://github.com/bitcoin/bitcoin/pull/19660
< bitcoin-git> bitcoin/master b75f2ad Wladimir J. van der Laan: Merge #19660: refactor: Make HexStr take a span
< bitcoin-git> bitcoin/master 0a8aa62 Wladimir J. van der Laan: refactor: Make HexStr take a span
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6ea73481222e...b75f2ad72db6
< bitcoin-git> [bitcoin] laanwj merged pull request #19638: Replace `hidden service` with `onion service` (master...patch-2) https://github.com/bitcoin/bitcoin/pull/19638
< bitcoin-git> bitcoin/master 6ea7348 Wladimir J. van der Laan: Merge #19638: Replace `hidden service` with `onion service`
< bitcoin-git> bitcoin/master 1e72b68 Riccardo Masutti: Replace `hidden service` with `onion service`
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e349eeeb2c92...6ea73481222e

2020-08-08

< bitcoin-git> [bitcoin] hebasto opened pull request #19688: build, test: Add support for llvm-cov (master...200808-lcov) https://github.com/bitcoin/bitcoin/pull/19688
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19672: build: make clean removes .gcda and .gcno files from fuzz directory (master...fuzz_cov_cleanup_0806) https://github.com/bitcoin/bitcoin/pull/19672
< bitcoin-git> bitcoin/master e349eee MarcoFalke: Merge #19672: build: make clean removes .gcda and .gcno files from fuzz di...
< bitcoin-git> bitcoin/master 90bd476 eugene: build: make clean removes .gcda and .gcno files from fuzz directory
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4b705b1c98f6...e349eeeb2c92
< gribble> https://github.com/bitcoin/bitcoin/issues/19610 | p2p: refactor AlreadyHave(), CInv::type, INV/TX processing by jonatack · Pull Request #19610 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] jonatack closed pull request #19611: p2p: refactor CInv::type from public int to private uint32_t (master...CInv-type-refactoring) https://github.com/bitcoin/bitcoin/pull/19611
< bitcoin-git> [bitcoin] sanjaykdragon closed pull request #19586: test: moved from percent format to proper format for consistency (master...master) https://github.com/bitcoin/bitcoin/pull/19586
< bitcoin-git> [bitcoin] theStack opened pull request #19687: refactor: make EncodeBase{32,64} consume Spans (master...20200807-util-make-encode-base3264-consume-spans) https://github.com/bitcoin/bitcoin/pull/19687
< bitcoin-git> [bitcoin] dongcarl opened pull request #19685: depends: CMake invocation cleanup (master...2020-08-depends-misc) https://github.com/bitcoin/bitcoin/pull/19685

2020-08-07

< Kiminuo> PR 19466 is based on boost::filesystem and Marco said that in https://github.com/bitcoin/bitcoin/pull/19466#discussion_r451809243 you would get `/tmp//sadf` and in std::filesystem you would get "/foo"
< Kiminuo> https://github.com/bitcoin/bitcoin/pull/19245 - it's documented here
< sipa> this is something to report on https://github.com/bitcoin/bitcoin/issues/16684
< Kiminuo> https://travis-ci.org/github/bitcoin/bitcoin/jobs/715745836 - but here GCC is also 7.5 and the test passes
< gwillen> I believe it is the same library, it just moved when it was finally standardized to a new name. But I agree it may not be suitable for inclusion into Bitcoin for real for now.
< Kiminuo> gwillen, I don't think <experimental/filesystem> is way to go. It will make it more complex and it does not sound good to use something experimental in Bitcoin.
< gwillen> I assume the compiler CI uses is the benchmark for "minimum supported to build bitcoin with"?
< Kiminuo> https://travis-ci.org/github/bitcoin/bitcoin/jobs/715745835 - I can see in this build that GCC 7.5 is used. Is enough for <filesystem>?
< Kiminuo> sipa, all I know is this result: https://travis-ci.org/github/bitcoin/bitcoin/builds/715745829
< Kiminuo> gwillen, I have based my PR on this: https://github.com/bitcoin/bitcoin/pull/19183
< Kiminuo> https://github.com/bitcoin/bitcoin/pull/19245/files#diff-309426131fa2cf2ebbc5cde58961b8a9R19 - Marco Falke actually have a PR that I build upon
< Kiminuo> Hi, I'm trying to slowly move forward this https://github.com/bitcoin/bitcoin/pull/19245. And it seems I need to put somewhere `-lstdc++fs` (as per https://www.bfilipek.com/2019/05/boost-to-stdfs.html) to fix failing travis configurations (https://travis-ci.org/github/bitcoin/bitcoin/builds/715745829). I know everybody is busy but any advice or pointer would help me immensely as this is not something I know much about. :-|
< bitcoin-git> [bitcoin] JeremyRubin closed pull request #18071: Refactoring CHashWriter & Get{Prevouts,Sequence,Outputs}Hash to SHA256 (master...refactoring-hashers) https://github.com/bitcoin/bitcoin/pull/18071
< bitcoin-git> [bitcoin] dongcarl opened pull request #19683: WIP: depends: Explicitly specify clang search paths for darwin host (master...2020-08-clang-search-path-robustness) https://github.com/bitcoin/bitcoin/pull/19683
< bitcoin-git> [bitcoin] hebasto closed pull request #19600: doc: Fix log message for -reindex (master...200727-load-log) https://github.com/bitcoin/bitcoin/pull/19600
< bitcoin-git> [bitcoin] sdaftuar opened pull request #19681: 0.19: Add txids with non-standard inputs to reject filter (0.19...2020-08-reject-unknown-wit-0.19) https://github.com/bitcoin/bitcoin/pull/19681
< bitcoin-git> [bitcoin] sdaftuar opened pull request #19680: 0.20: Add txids with non-standard inputs to reject filter (0.20...2020-08-reject-unknown-wit-0.20) https://github.com/bitcoin/bitcoin/pull/19680
< bitcoin-git> [bitcoin] fanquake closed pull request #19675: Run clang-tidy -*,performance-* (master...master) https://github.com/bitcoin/bitcoin/pull/19675
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #15045: [test] Apply maximal flags to tx_valid tests and minimal flags to tx_invalid tests (master...min_txtests_flags) https://github.com/bitcoin/bitcoin/pull/15045
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19098: test: Remove duplicate NodeContext hacks (master...pr/qtx) https://github.com/bitcoin/bitcoin/pull/19098
< bitcoin-git> bitcoin/master 4b705b1 MarcoFalke: Merge #19098: test: Remove duplicate NodeContext hacks
< bitcoin-git> bitcoin/master edc3160 Russell Yanofsky: test: Remove duplicate NodeContext hacks
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6d8543504d8c...4b705b1c98f6
< bitcoin-git> [bitcoin] JeremyRubin opened pull request #19677: WIP: Switch BlockMap to use an unordered_set under the hood (master...refactor-blockmap-blockset) https://github.com/bitcoin/bitcoin/pull/19677
< fanquake> bitcoin/bitcoin is a fast moving repository
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] JeremyRubin reopened pull request #19531: add static_check_equal for easier to read compiler errors (master...static_check) https://github.com/bitcoin/bitcoin/pull/19531
< bitcoin-git> [bitcoin] JeremyRubin closed pull request #19531: add static_check_equal for easier to read compiler errors (master...static_check) https://github.com/bitcoin/bitcoin/pull/19531
< gribble> https://github.com/bitcoin/bitcoin/issues/17977 | Implement BIP 340-342 validation (Schnorr/taproot/tapscript) by sipa · Pull Request #17977 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] andrewtoth closed pull request #19271: validation: Warm coins cache during prevalidation to connect blocks faster (master...warm-coinscache) https://github.com/bitcoin/bitcoin/pull/19271

2020-08-06

< bitcoin-git> [bitcoin] fanquake merged pull request #19620: Add txids with non-standard inputs to reject filter (master...2020-07-reject-unknown-wit) https://github.com/bitcoin/bitcoin/pull/19620
< bitcoin-git> bitcoin/master 6d85435 fanquake: Merge #19620: Add txids with non-standard inputs to reject filter
< bitcoin-git> bitcoin/master 9f88ded Gregory Sanders: test addition of unknown segwit spends to txid reject filter
< bitcoin-git> bitcoin/master 7989901 Suhas Daftuar: Add txids with non-standard inputs to reject filter
< bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/82127d27c900...6d8543504d8c
< bitcoin-git> [bitcoin] Warchant opened pull request #19675: Run clang-tidy -*,performance-* (master...master) https://github.com/bitcoin/bitcoin/pull/19675
< gribble> https://github.com/bitcoin/bitcoin/issues/19653 | wallet: Replace -zapwallettxes with zapwallettxes RPC by achow101 · Pull Request #19653 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19671 | wallet: Remove -zapwallettxes by achow101 · Pull Request #19671 · bitcoin/bitcoin · GitHub
< sipa> as it unifies testing across bitcoind and bitcoin-qtr
< wumpus> I'm terrified by that code in bitcoin-qt
< wumpus> but that doesn't overlap with bitcoin.conf so isn't an issue :)
< achow101> jnewbery: 3. bitcoin.conf, settings.json, and QSettings
< wumpus> bitcoin-qt is a maze of different config sources already
< sipa> ah yes _rw would be accessible by bitcoin-cli etc as well
< achow101> I always viewed it as bitcoin_rw.conf was to supersede bitcoin.conf
< achow101> and settings.json is only for bitcoind/bitcoin-qt
< jnewbery> I think settings.json can be used for changing config options through GUI or RPC. The idea is to keep dynamic config in sync between bitcoind and bitcoin-qt
< gribble> https://github.com/bitcoin/bitcoin/issues/15935 | Add /settings.json persistent settings storage by ryanofsky · Pull Request #15935 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/11082 | Add new bitcoin_rw.conf file that is used for settings modified by this software itself by luke-jr · Pull Request #11082 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19055 | Add MuHash3072 implementation by fjahr · Pull Request #19055 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18242 | Add BIP324 encrypted p2p transport de-/serializer (only used in tests) by jonasschnelli · Pull Request #18242 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19629 | Pass mempool pointer to chainstate constructor by MarcoFalke · Pull Request #19629 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< bitcoin-git> [bitcoin] theStack opened pull request #19674: refactor: test: use throwaway _ variable for unused loop counters (master...20200804-refactor-test-use-underscore-variable) https://github.com/bitcoin/bitcoin/pull/19674
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] troygiorshev opened pull request #19673: Move cs_vSend into SocketSendData and resolve RecordBytesSent lock inconsistency (master...2020-08-socketsenddata) https://github.com/bitcoin/bitcoin/pull/19673
< wumpus> kallewoof: sgtm to move it to bitcoin-core org, but not to bitcoin (that's really only for legacy repos)
< bitcoin-git> [bitcoin] fanquake merged pull request #19667: build: set minimum required Boost to 1.58.0 (master...boost_1_58_0) https://github.com/bitcoin/bitcoin/pull/19667
< bitcoin-git> bitcoin/master 82127d2 fanquake: Merge #19667: build: set minimum required Boost to 1.58.0
< bitcoin-git> bitcoin/master 70452a0 fanquake: build: set minimum required Boost to 1.58
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/19f812c57b42...82127d27c900
< bitcoin-git> [bitcoin] Crypt-iQ opened pull request #19672: build: make clean removes .gcda and .gcno files from fuzz directory (master...fuzz_cov_cleanup_0806) https://github.com/bitcoin/bitcoin/pull/19672
< luke-jr> kallewoof: maybe it would make sense to move it to the bitcoin-core org as a new repo, but we're also trying to keep stuff off the bitcoin org now IIRC
< kallewoof> luke-jr: oh, okay. i thought there was talk about moving btcdeb into the bitcoin org at one point. feels like that might encourage contributors and would make it easier to provide binaries too
< kallewoof> Should btcdeb be moved into the bitcoin github repo?
< bitcoin-git> [bitcoin] fanquake merged pull request #19669: contrib: Fixup valgrind suppressions file (master...2008-valSupp) https://github.com/bitcoin/bitcoin/pull/19669
< bitcoin-git> bitcoin/master 19f812c fanquake: Merge #19669: contrib: Fixup valgrind suppressions file
< bitcoin-git> bitcoin/master fa5288c MarcoFalke: contrib: Fixup valgrind suppressions file
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e3272ff2907c...19f812c57b42

2020-08-05

< bitcoin-git> [bitcoin] achow101 opened pull request #19671: wallet: Remove -zapwallettxes (master...rm-zapwallettxes) https://github.com/bitcoin/bitcoin/pull/19671
< bitcoin-git> [bitcoin] sdaftuar opened pull request #19670: Protect localhost and block-relay-only peers from eviction (master...2020-08-improved-eviction) https://github.com/bitcoin/bitcoin/pull/19670
< gribble> https://github.com/bitcoin/bitcoin/issues/19184 | Overhaul transaction request logic by sipa · Pull Request #19184 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] promag closed pull request #19640: refactor: Improve GetWitnessCommitmentIndex (master...2020-08-getwitnesscommitmentindex) https://github.com/bitcoin/bitcoin/pull/19640
< bitcoin-git> [bitcoin] laanwj merged pull request #19614: util: use HAVE_FDATASYNC to determine fdatasync() use (master...use_have_fdatasync) https://github.com/bitcoin/bitcoin/pull/19614
< bitcoin-git> bitcoin/master e3272ff Wladimir J. van der Laan: Merge #19614: util: use HAVE_FDATASYNC to determine fdatasync() use
< bitcoin-git> bitcoin/master 1d8338d fanquake: util: use HAVE_FDATASYNC to determine fdatasync() use
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4644b13b4499...e3272ff2907c
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19669: contrib: Fixup valgrind suppressions file (master...2008-valSupp) https://github.com/bitcoin/bitcoin/pull/19669
< gribble> https://github.com/bitcoin/bitcoin/issues/19629 | Pass mempool pointer to chainstate constructor by MarcoFalke · Pull Request #19629 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj merged pull request #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli (master...2020-07-send_cli-invalid-op) https://github.com/bitcoin/bitcoin/pull/19632
< bitcoin-git> bitcoin/master 4644b13 Wladimir J. van der Laan: Merge #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_c...
< bitcoin-git> bitcoin/master 82fc401 Ben Woosley: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e4df534c60e1...4644b13b4499
< gribble> https://github.com/bitcoin/bitcoin/issues/19629 | Pass mempool pointer to chainstate constructor by MarcoFalke · Pull Request #19629 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #19668: Do not hide compile-time thread safety warnings (master...200805-assert) https://github.com/bitcoin/bitcoin/pull/19668
< gribble> https://github.com/bitcoin/bitcoin/issues/19653 | wallet: Replace -zapwallettxes with zapwallettxes RPC by achow101 · Pull Request #19653 · bitcoin/bitcoin · GitHub
< wumpus> achow101: re #19653, I sometimes wonder why this functionality is not part of the bitcoin-wallet tool instead
< bitcoin-git> [bitcoin] meshcollider merged pull request #15382: util: add RunCommandParseJSON (master...2019/02/runCommandParseJSON) https://github.com/bitcoin/bitcoin/pull/15382
< bitcoin-git> bitcoin/master c47e4bb Sjors Provoost: [build] make boost-process opt-in
< bitcoin-git> bitcoin/master 929cda5 Sjors Provoost: configure: add ax_boost_process
< bitcoin-git> bitcoin/master 8314c23 Sjors Provoost: [depends] boost: patch unused variable in boost_process
< bitcoin-git> [bitcoin] meshcollider pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/65e4ecabd5b4...e4df534c60e1
< gribble> https://github.com/bitcoin/bitcoin/issues/19504 | Bump minimum python version to 3.6 by ajtowns · Pull Request #19504 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19654: lint: Don't use TRAVIS_COMMIT_RANGE in commit message linter (master...commit-lint) https://github.com/bitcoin/bitcoin/pull/19654
< bitcoin-git> bitcoin/master 65e4eca MarcoFalke: Merge #19654: lint: Don't use TRAVIS_COMMIT_RANGE in commit message linter...
< bitcoin-git> bitcoin/master 7235178 Fabian Jahr: lint: Remove travis env var from commit linter
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0f16212c5931...65e4ecabd5b4
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19661: suggest a convention for python string quoting (master...doc-python-quoting) https://github.com/bitcoin/bitcoin/pull/19661
< bitcoin-git> [bitcoin] fanquake opened pull request #19667: build: set minimum required Boost to 1.58.0 (master...boost_1_58_0) https://github.com/bitcoin/bitcoin/pull/19667
< bitcoin-git> [bitcoin] fanquake closed pull request #19665: Floating-Point Nakamoto Consensus (master...master) https://github.com/bitcoin/bitcoin/pull/19665
< bitcoin-git> [bitcoin] TheRook opened pull request #19665: Floating-Point Nakamoto Consensus (master...master) https://github.com/bitcoin/bitcoin/pull/19665

2020-08-04

< bitcoin-git> [bitcoin] LarryRuane opened pull request #19661: suggest a convention for python string quoting (master...doc-python-quoting) https://github.com/bitcoin/bitcoin/pull/19661
< bitcoin-git> [bitcoin] laanwj opened pull request #19660: refactor: Make HexStr take a span (master...2020_06_hexstr_span) https://github.com/bitcoin/bitcoin/pull/19660
< bitcoin-git> [bitcoin] darosior opened pull request #19659: Add a seed corpus generation option to the fuzzing test_runner (master...20/08/04/fuzz_runner_gen_seeds) https://github.com/bitcoin/bitcoin/pull/19659
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19340: Preserve the `LockData` initial state if "potential deadlock detected" exception thrown (master...200620-stack) https://github.com/bitcoin/bitcoin/pull/19340
< bitcoin-git> bitcoin/master 63e9e40 Hennadii Stepanov: test: Add LockStackEmpty()
< bitcoin-git> bitcoin/master 42b2a95 Hennadii Stepanov: test: Repeat deadlock tests
< bitcoin-git> bitcoin/master 1f96be2 Hennadii Stepanov: Preserve initial state if push_lock() throws exception
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3c93623be20d...0f16212c5931
< bitcoin-git> [bitcoin] jnewbery opened pull request #19658: [rpc] Allow RPC to fetch all addrman records and add records to addrman (master...2020-07-addrman-get) https://github.com/bitcoin/bitcoin/pull/19658
< bitcoin-git> [bitcoin] jonatack reopened pull request #19455: rpc generate: print useful help and error message (master...rpc-generate-helpful-error_message) https://github.com/bitcoin/bitcoin/pull/19455
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19657: test: Wait until is_connected in add_p2p_connection (master...2008-testWaitConn) https://github.com/bitcoin/bitcoin/pull/19657
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19489: test: Fail wait_until early if connection is lost (master...2007-testFailEarly) https://github.com/bitcoin/bitcoin/pull/19489
< bitcoin-git> bitcoin/master 3c93623 MarcoFalke: Merge #19489: test: Fail wait_until early if connection is lost
< bitcoin-git> bitcoin/master faa9a74 MarcoFalke: test: Fail wait_until early if connection is lost
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bb2a9f9c8c55...3c93623be20d
< bitcoin-git> [bitcoin] fanquake closed pull request #19656: Mongs (master...mongs) https://github.com/bitcoin/bitcoin/pull/19656
< bitcoin-git> [bitcoin] tkdlqm2 opened pull request #19656: Mongs (master...mongs) https://github.com/bitcoin/bitcoin/pull/19656
< bitcoin-git> [bitcoin] adaminsky opened pull request #19655: rpc: Catch listsinceblock target_confirmations exceeding block count (master...listsinceblock_rpc) https://github.com/bitcoin/bitcoin/pull/19655
< bitcoin-git> [bitcoin] fanquake merged pull request #19634: rpc: Document getwalletinfo's unlocked_until field as optional (master...getwalletinfo) https://github.com/bitcoin/bitcoin/pull/19634
< bitcoin-git> bitcoin/master bb2a9f9 fanquake: Merge #19634: rpc: Document getwalletinfo's unlocked_until field as option...
< bitcoin-git> bitcoin/master f916847 Justin Moon: rpc: Document getwalletinfo's unlocked_until field as optional
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34eb2362581d...bb2a9f9c8c55
< bitcoin-git> [bitcoin] fjahr opened pull request #19654: lint: Improve commit message linter in Travis (master...commit-lint) https://github.com/bitcoin/bitcoin/pull/19654

2020-08-03

< bitcoin-git> [bitcoin] achow101 opened pull request #19653: wallet: Replace -zapwallettxes with zapwallettxes RPC (master...zapwallettxes-rpc) https://github.com/bitcoin/bitcoin/pull/19653
< fjahr> jeremyrubin: seems so, I saw this yesterday: https://github.com/bitcoin/bitcoin/pull/19439#issuecomment-667732466
< bitcoin-git> [bitcoin] laanwj merged pull request #19326: Simplify hash.h interface using Spans (master...202006_spanhashes) https://github.com/bitcoin/bitcoin/pull/19326
< bitcoin-git> bitcoin/master e63dcc3 Pieter Wuille: Add MakeUCharSpan, to help constructing Span<[const] unsigned char>
< bitcoin-git> bitcoin/master 5678250 Pieter Wuille: Make uint256 Span-convertible by adding ::data()
< bitcoin-git> bitcoin/master 131a2f0 Pieter Wuille: scripted-diff: rename base_blob::data to m_data
< bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/14ceddd29085...34eb2362581d
< gribble> https://github.com/bitcoin/bitcoin/issues/19337 | sync: detect double lock from the same thread by vasild · Pull Request #19337 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19306 | refactor: Replace RecursiveMutex with Mutex in CTxMemPool by hebasto · Pull Request #19306 · bitcoin/bitcoin · GitHub
< aj> hebasto: why do you think adding GUARDED_BY is a design change? it's just those members existed before bitcoin source had thread safety annotations, as far as i know?
< gribble> https://github.com/bitcoin/bitcoin/issues/18710 | Add local thread pool to CCheckQueue by hebasto · Pull Request #18710 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] hebasto opened pull request #19652: Add thread safety annotations to Mempool{Info}ToJSON() (master...200803-mmx-2) https://github.com/bitcoin/bitcoin/pull/19652
< bitcoin-git> [bitcoin] laanwj merged pull request #18991: Cache responses to GETADDR to prevent topology leaks (master...2020-05-addr-response-caching) https://github.com/bitcoin/bitcoin/pull/18991
< bitcoin-git> bitcoin/master acd6135 Gleb Naumenko: Cache responses to addr requests
< bitcoin-git> bitcoin/master 7cc0e81 Gleb Naumenko: Remove useless 2500 limit on AddrMan queries
< bitcoin-git> bitcoin/master ded742b Gleb Naumenko: Move filtering banned addrs inside GetAddresses()
< bitcoin-git> [bitcoin] laanwj pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/a78742830aa3...14ceddd29085
< bitcoin-git> [bitcoin] S3RK opened pull request #19651: wallet: allow import same descriptor twice (master...importdescriptors_twice) https://github.com/bitcoin/bitcoin/pull/19651
< gribble> https://github.com/bitcoin/bitcoin/issues/18991 | Cache responses to GETADDR to prevent topology leaks by naumenkogs · Pull Request #18991 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] kallewoof reopened pull request #14582: wallet: always do avoid partial spends if fees are within a specified range (master...181026-try-avoidpartialspends) https://github.com/bitcoin/bitcoin/pull/14582
< bitcoin-git> [bitcoin] instagibbs opened pull request #19649: Restore test case for p2p transaction blinding (master...p2p_segwit_reject) https://github.com/bitcoin/bitcoin/pull/19649

2020-08-02

< bitcoin-git> [bitcoin] hebasto opened pull request #19647: Add thread safety annotations to CTxMemPool methods (master...200802-mmx-1) https://github.com/bitcoin/bitcoin/pull/19647
< bitcoin-git> [bitcoin] jakeleventhal opened pull request #19646: doc: Updated outdated help command for getblocktemplate (fixes #19625) (master...fix-outdated-getblocktemplate-help) https://github.com/bitcoin/bitcoin/pull/19646
< bitcoin-git> [bitcoin] hebasto closed pull request #19642: Fix potential deadlock detection for RecursiveMutex (master...200802-rmut) https://github.com/bitcoin/bitcoin/pull/19642
< bitcoin-git> [bitcoin] ariard opened pull request #19645: Allow wtxid-acceptance to the mempool (master...2020-08-wtxid-replacement) https://github.com/bitcoin/bitcoin/pull/19645
< phantomcircuit> sipa, this is of course not in-scope for bitcoin dev but i've tried using some of the "library"ish things outside of core before and mostly run into random things like needing uint256 which then needs the serialization stuff
< elichai2> bitcoin core is always compiled with asserts enabled
< bitcoin-git> [bitcoin] theStack opened pull request #19644: rpc: document returned error fields as optional if applicable (master...20200802-rpc-document_errors_fields_as_optional) https://github.com/bitcoin/bitcoin/pull/19644
< bitcoin-git> [bitcoin] jonatack opened pull request #19643: Add `-netinfo` peer connections dashboard (master...netinfo) https://github.com/bitcoin/bitcoin/pull/19643
< bitcoin-git> [bitcoin] ariard closed pull request #18797: Export standard Script flags in bitcoinconsensus (master...2020-04-export-standard-flags) https://github.com/bitcoin/bitcoin/pull/18797
< bitcoin-git> [bitcoin] hebasto opened pull request #19642: Fix deadlock detection for RecursiveMutex (master...200802-rmut) https://github.com/bitcoin/bitcoin/pull/19642
< bitcoin-git> [bitcoin] theStack closed pull request #19626: refactor: replace sizeof(a)/sizeof(a[0]) by ARRAYLEN(a) (master...20200726-refactor-replace-sizeof-by-arraylen) https://github.com/bitcoin/bitcoin/pull/19626
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19584: doc: Update obsolete links to online reference #19582 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/19584
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19639: doc: Remove Reference Links #19582 (master...remove-reference-links) https://github.com/bitcoin/bitcoin/pull/19639
< bitcoin-git> bitcoin/master a787428 MarcoFalke: Merge #19639: doc: Remove Reference Links #19582
< bitcoin-git> bitcoin/master 334de75 Robert: scripted-diff: Remove Reference Links
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8443fb11ad64...a78742830aa3
< bitcoin-git> [bitcoin] hebasto closed pull request #19627: build: Drop per-host faketime wrappers in gitian-linux build (master...200729-fake) https://github.com/bitcoin/bitcoin/pull/19627
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19637: doc: Add historical release notes for 0.20.1 (master...2020_08_relnot_0.20.1) https://github.com/bitcoin/bitcoin/pull/19637
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f7c73b03d975...8443fb11ad64
< bitcoin-git> bitcoin/master 05e2740 Wladimir J. van der Laan: doc: Add historical release notes for 0.20.1
< bitcoin-git> bitcoin/master 8443fb1 MarcoFalke: Merge #19637: doc: Add historical release notes for 0.20.1
< gribble> https://github.com/bitcoin/bitcoin/issues/15382 | util: add RunCommandParseJSON by Sjors · Pull Request #15382 · bitcoin/bitcoin · GitHub

2020-08-01

< bitcoin-git> [bitcoin] promag opened pull request #19640: refactor: Improve GetWitnessCommitmentIndex (master...2020-08-getwitnesscommitmentindex) https://github.com/bitcoin/bitcoin/pull/19640
< bitcoin-git> [bitcoin] RobertHosking opened pull request #19639: scripted-diff: Remove Reference Links (master...remove-reference-links) https://github.com/bitcoin/bitcoin/pull/19639
< bitcoin-git> [bitcoin] RiccardoMasutti opened pull request #19638: Replace `hidden service` with `onion service` (master...patch-2) https://github.com/bitcoin/bitcoin/pull/19638
< wumpus> provoostenator: can you please whitelist magnet:?xt=urn:btih:6e2c72d73d763465a725e3ae941b2b937edd0300&dn=bitcoin-core-0.20.1
< bitcoin-git> [bitcoin] laanwj opened pull request #19637: doc: Add historical release notes for 0.20.1 (master...2020_08_relnot_0.20.1) https://github.com/bitcoin/bitcoin/pull/19637
< bitcoin-git> [bitcoin] laanwj merged pull request #19636: doc: Update 0.20.1 release notes with psbt changes (0.20...0.20.1-psbt-relnotes) https://github.com/bitcoin/bitcoin/pull/19636
< bitcoin-git> bitcoin/0.20 bf0dc35 Wladimir J. van der Laan: Merge #19636: doc: Update 0.20.1 release notes with psbt changes
< bitcoin-git> bitcoin/0.20 7c1c153 Andrew Chow: doc: Update 0.20.1 release notes with psbt changes
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to 0.20: https://github.com/bitcoin/bitcoin/compare/7ff64311bee5...bf0dc356ac4a

2020-07-31

< bitcoin-git> [bitcoin] achow101 opened pull request #19636: doc: Update 0.20.1 release notes with psbt changes (0.20...0.20.1-psbt-relnotes) https://github.com/bitcoin/bitcoin/pull/19636
< harding> wumpus: FYI, 0.20.1 website PR: https://github.com/bitcoin-core/bitcoincore.org/pull/711
< bitcoin-git> [bitcoin] Saibato opened pull request #19635: param: add bool parameter -ephemeraltoronion to generate ephemeral tor addreses (master...ephemeral-tor-onion) https://github.com/bitcoin/bitcoin/pull/19635
< gribble> https://github.com/bitcoin/bitcoin/issues/19602 | wallet: Migrate legacy wallets to descriptor wallets by achow101 · Pull Request #19602 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19619 | Remove wallet.dat path handling from wallet.cpp, rpcwallet.cpp by ryanofsky · Pull Request #19619 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/15382 | util: add RunCommandParseJSON by Sjors · Pull Request #15382 · bitcoin/bitcoin · GitHub
< achow101> #bitcoin-core-dev Wallet Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball ariard digi_james amiti fjahr
< gribble> https://github.com/bitcoin/bitcoin/issues/18710 | Add local thread pool to CCheckQueue by hebasto · Pull Request #18710 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] justinmoon opened pull request #19634: rpc: Document getwalletinfo's unlocked_until field as optional (master...getwalletinfo) https://github.com/bitcoin/bitcoin/pull/19634
< achow101> + fdffff0e6b956ffa51b0a01f04b9e9cff2a658589116a911c322a94855feeeac bitcoin-0.20.1-osx-unsigned.tar.gz
< achow101> - 61a385c6836240224dafa06f19c0f5b9bea1215852c318fd6bd1e2f7baeb856e bitcoin-0.20.1-osx-unsigned.tar.gz
< jnewbery> I think we're offtopic here. If you want to discuss more, let's use #bitcoin-core-pr-reviews
< hebasto> agree, automated gitian builds as well as automated client updates are not for bitcoin
< jonatack> If anyone wants to build gitian sigs for the first time for 0.20.1, I just updated this guide: https://github.com/jonatack/bitcoin-development/blob/master/gitian-building.md
< bitcoin-git> bitcoin/0.20 7ff6431 Wladimir J. van der Laan: build: Bump version to 0.20.1-final
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.20: https://github.com/bitcoin/bitcoin/compare/6acb21e724e3...7ff64311bee5
< bitcoin-git> [bitcoin] laanwj pushed tag v0.20.1: https://github.com/bitcoin/bitcoin/compare/v0.20.1
< bitcoin-git> [bitcoin] fanquake merged pull request #19569: Enable fetching of orphan parents from wtxid peers (master...202007_wtxid_followup) https://github.com/bitcoin/bitcoin/pull/19569
< bitcoin-git> bitcoin/master 900d7f6 Pieter Wuille: p2p: enable fetching of orphans from wtxid peers
< bitcoin-git> bitcoin/master 9efd86a Pieter Wuille: refactor: add GenTxid (=txid or wtxid) type and use it for tx request logic
< bitcoin-git> bitcoin/master d362f19 Pieter Wuille: doc: list support for BIP 339 in doc/bips.md
< bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/a63a26f04213...f7c73b03d975
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #19098: test: Remove duplicate NodeContext hacks (master...pr/qtx) https://github.com/bitcoin/bitcoin/pull/19098
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #19098: test: Remove duplicate NodeContext hacks (master...pr/qtx) https://github.com/bitcoin/bitcoin/pull/19098
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. (master...19579) https://github.com/bitcoin/bitcoin/pull/19585
< bitcoin-git> bitcoin/master a63a26f MarcoFalke: Merge #19585: rpc: RPCResult Type of MempoolEntryDescription should be OBJ...
< bitcoin-git> bitcoin/master ae4958b Chris L: rpc: RPCResult Type of MempoolEntryDescription should be OBJ. If multiple ...
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a4a279b4f368...a63a26f04213
< bitcoin-git> [bitcoin] kallewoof closed pull request #16653: script: add simple signature support (checker/creator) (master...2019-08-genpursigs) https://github.com/bitcoin/bitcoin/pull/16653
< bitcoin-git> [bitcoin] kallewoof closed pull request #14582: wallet: always do avoid partial spends if fees are within a specified range (master...181026-try-avoidpartialspends) https://github.com/bitcoin/bitcoin/pull/14582
< bitcoin-git> [bitcoin] Empact opened pull request #19632: test: Catch decimal.InvalidOperation from TestNodeCLI#send_cli (master...2020-07-send_cli-invalid-op) https://github.com/bitcoin/bitcoin/pull/19632
< bitcoin-git> [bitcoin] fanquake merged pull request #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG (master...note_that_clang_8_is_required_with_force_system_clang) https://github.com/bitcoin/bitcoin/pull/19617
< bitcoin-git> bitcoin/master e60ef21 fanquake: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLANG
< bitcoin-git> bitcoin/master a4a279b fanquake: Merge #19617: doc: Clang 8 or later is required with FORCE_USE_SYSTEM_CLAN...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edec7f7c2542...a4a279b4f368

2020-07-30

< bitcoin-git> [bitcoin] Empact opened pull request #19631: test: Wait for 'cmpctblock' in p2p_compactblocks when it is expected (master...2020-07-receive_block_announcment) https://github.com/bitcoin/bitcoin/pull/19631
< bitcoin-git> [bitcoin] darosior opened pull request #19630: Refactor fee estimation code (master...20/07/refactor_feeest_code) https://github.com/bitcoin/bitcoin/pull/19630
< gribble> https://github.com/bitcoin/bitcoin/issues/18044 | Use wtxid for transaction relay by sdaftuar · Pull Request #18044 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19478 | Remove CTxMempool::mapLinks data structure member by JeremyRubin · Pull Request #19478 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19748 | HTTP Error 404: Not Found
< gribble> https://github.com/bitcoin/bitcoin/issues/19590 | p2p, refactor: add `CInv` transaction message helpers; use in net processing by jonatack · Pull Request #19590 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19569 | Enable fetching of orphan parents from wtxid peers by sipa · Pull Request #19569 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/18044 | Use wtxid for transaction relay by sdaftuar · Pull Request #18044 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19620 | Add txids with non-standard inputs to reject filter by sdaftuar · Pull Request #19620 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/19606 | Backport wtxid relay to v0.20 by jnewbery · Pull Request #19606 · bitcoin/bitcoin · GitHub
< wumpus> 10 blockers, 1 bugfix, 3 chasing concept ACK in https://github.com/bitcoin/bitcoin/projects/8
< gribble> https://github.com/bitcoin/bitcoin/issues/19077 | wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets by achow101 · Pull Request #19077 · bitcoin/bitcoin · GitHub
< wumpus> #bitcoin-core-dev Meeting: wumpus sipa gmaxwell jonasschnelli morcos luke-jr sdaftuar jtimon cfields petertodd kanzure bluematt instagibbs phantomcircuit codeshark michagogo marcofalke paveljanik NicolasDorier jl2012 achow101 meshcollider jnewbery maaku fanquake promag provoostenator aj Chris_Stewart_5 dongcarl gwillen jamesob ken281221 ryanofsky gleb moneyball kvaciral ariard digi_james
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #19629: Pass mempool reference to chainstate constructor (master...2007-nomem) https://github.com/bitcoin/bitcoin/pull/19629
< bitcoin-git> [bitcoin] vasild opened pull request #19628: net: change CNetAddr::ip to have flexible size (master...make_CNetAddr_ip_flexible) https://github.com/bitcoin/bitcoin/pull/19628
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19439: script: Linter to check commit message formatting (master...linter-addition) https://github.com/bitcoin/bitcoin/pull/19439
< bitcoin-git> bitcoin/master 284a969 Amir Ghorbanian: Linter to check commit message formatting
< bitcoin-git> bitcoin/master edec7f7 MarcoFalke: Merge #19439: script: Linter to check commit message formatting
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad2952d17a2a...edec7f7c2542
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19604: Pass mempool pointer to UnloadBlockIndex/GetCoinsCacheSizeState (master...2007-memPointer) https://github.com/bitcoin/bitcoin/pull/19604
< bitcoin-git> bitcoin/master fac674d MarcoFalke: Pass mempool pointer to UnloadBlockIndex
< bitcoin-git> bitcoin/master fae8c28 MarcoFalke: Pass mempool pointer to GetCoinsCacheSizeState
< bitcoin-git> bitcoin/master faec851 MarcoFalke: test: Simplify cs_main locks