2021-12-02

<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23636: Remove GetAdjustedTime from init.cpp (master...2111-noTimeInit) https://github.com/bitcoin/bitcoin/pull/23636
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23650: Added some safety features from permissions. (master...master) https://github.com/bitcoin/bitcoin/pull/23650
<bitcoin-git> bitcoin/master fa815f8 MarcoFalke: Replace addrman.h include with forward decl in net.h
<bitcoin-git> bitcoin/master fa551b3 MarcoFalke: Remove GetAdjustedTime from init.cpp
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0bd7ca9a036e...26a1147ce560
<bitcoin-git> bitcoin/master 26a1147 MarcoFalke: Merge bitcoin/bitcoin#23636: Remove GetAdjustedTime from init.cpp
<bitcoin-git> [gui] KambizAsadzadeh opened pull request #496: Added some safety features from permissions. (master...master) https://github.com/bitcoin-core/gui/pull/496
<bitcoin-git> [bitcoin] KambizAsadzadeh opened pull request #23650: Added some safety features from permissions. (master...master) https://github.com/bitcoin/bitcoin/pull/23650
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23642: refactor: Call type-solver earlier in decodescript (master...2112-rpcRefDec) https://github.com/bitcoin/bitcoin/pull/23642
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6acda4b00b3f...0bd7ca9a036e
<bitcoin-git> bitcoin/master fab0d99 MarcoFalke: style: Remove whitespace
<bitcoin-git> bitcoin/master 0bd7ca9 MarcoFalke: Merge bitcoin/bitcoin#23642: refactor: Call type-solver earlier in decodes...
<bitcoin-git> bitcoin/master 3333070 MarcoFalke: refactor: Call type-solver earlier in decodescript
<bitcoin-git> [bitcoin] glozow opened pull request #23649: circular dependency followups (master...22677-followups) https://github.com/bitcoin/bitcoin/pull/23649
<bitcoin-git> [bitcoin] dougEfresh closed pull request #23584: test: Adding functional test for -maxuploadtarget with byte unit 'M' (master...maxuploadtarget-functional-byteunit) https://github.com/bitcoin/bitcoin/pull/23584
<bitcoin-git> [bitcoin] dougEfresh opened pull request #23648: test: Add functional test for -maxuploadtarget with byte unit '1M' (master...test-byteunit-maxuploadtarget) https://github.com/bitcoin/bitcoin/pull/23648
<bitcoin-git> [bitcoin] laanwj merged pull request #23155: rpc: various fixups for dumptxoutset (master...2021-10-au-rpc-fixes) https://github.com/bitcoin/bitcoin/pull/23155
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/282cc0cda7a2...6acda4b00b3f
<bitcoin-git> bitcoin/master ffd0928 James O'Beirne: rpc: various fixups for dumptxoutset
<bitcoin-git> bitcoin/master 6acda4b W. J. van der Laan: Merge bitcoin/bitcoin#23155: rpc: various fixups for dumptxoutset
<bitcoin-git> [bitcoin] fanquake merged pull request #23626: refactor: Fix implicit-signed-integer-truncation in cuckoocache.h (master...2111-int) https://github.com/bitcoin/bitcoin/pull/23626
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af1067c4b732...282cc0cda7a2
<bitcoin-git> bitcoin/master fa7da22 MarcoFalke: refactor: Fix implicit-signed-integer-truncation in cuckoocache.h
<bitcoin-git> bitcoin/master 282cc0c fanquake: Merge bitcoin/bitcoin#23626: refactor: Fix implicit-signed-integer-truncat...
<bitcoin-git> [bitcoin] meshcollider opened pull request #23647: Split rpcwallet into multiple smaller parts (master...202111_split_walletrpc_total) https://github.com/bitcoin/bitcoin/pull/23647
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23640: MOVEONLY: Move helper functions from rpcwallet to wallet/rpc/util (master...202111_split_walletrpc_util) https://github.com/bitcoin/bitcoin/pull/23640
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a377510e3a2a...af1067c4b732
<bitcoin-git> bitcoin/master 7b04a06 Samuel Dobson: Introduce wallet/rpc/util
<bitcoin-git> bitcoin/master af1067c MarcoFalke: Merge bitcoin/bitcoin#23640: MOVEONLY: Move helper functions from rpcwalle...
<bitcoin-git> bitcoin/master ff945e5 Samuel Dobson: MOVEONLY: Move utility functions from rpcwallet to wallet/rpc/util
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23643: rpc: remove info about mallocinfo needing glibc 2.10+ (master...remove_glibc_10_warning) https://github.com/bitcoin/bitcoin/pull/23643
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/df562d698a38...a377510e3a2a
<bitcoin-git> bitcoin/master a377510 MarcoFalke: Merge bitcoin/bitcoin#23643: rpc: remove info about mallocinfo needing gli...
<bitcoin-git> bitcoin/master 9a09d30 fanquake: rpc: remove info about mallocinfo needing glibc 2.10+
<bitcoin-git> [bitcoin] fanquake merged pull request #23637: miner: Remove uncompiled MTP code (master...2111-minerOnlyMTP) https://github.com/bitcoin/bitcoin/pull/23637
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4633199cc8a4...df562d698a38
<bitcoin-git> bitcoin/master fa6b7ad MarcoFalke: style: Add {} to if-bodies in node/miner
<bitcoin-git> bitcoin/master df562d6 fanquake: Merge bitcoin/bitcoin#23637: miner: Remove uncompiled MTP code
<bitcoin-git> bitcoin/master fa46ac4 MarcoFalke: miner: Remove uncompiled MTP code

2021-12-01

<bitcoin-git> [gui] hebasto opened pull request #494: qt: Replace testnet with signet as a default network for Android (master...211201-signet) https://github.com/bitcoin-core/gui/pull/494
<bitcoin-git> [gui] hebasto opened pull request #493: qt: Handle Android back key in the Node window (master...211201-back) https://github.com/bitcoin-core/gui/pull/493
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22677: cut the validation <-> txmempool circular dependency 2/2 (master...2021-08-circular-dep) https://github.com/bitcoin/bitcoin/pull/22677
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23437: refactor: AcceptToMemoryPool (master...remove_atmp_time) https://github.com/bitcoin/bitcoin/pull/23437
<bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/1c06e1a7b661...4633199cc8a4
<bitcoin-git> bitcoin/master 1b3a11e glozow: MOVEONLY: TestLockPointValidity to txmempool
<bitcoin-git> bitcoin/master bedf246 glozow: [mempool] only update lockpoints for non-removed entries
<bitcoin-git> bitcoin/master bb9078e glozow: [refactor] put finality and maturity checking into a lambda
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e7507f333bc9...1c06e1a7b661
<bitcoin-git> bitcoin/master 9360778 lsilva01: Remove AcceptToMemoryPoolWithTime
<bitcoin-git> bitcoin/master 1c06e1a MarcoFalke: Merge bitcoin/bitcoin#23437: refactor: AcceptToMemoryPool
<bitcoin-git> bitcoin/master 123f5de lsilva01: Remove calls to global Params() in tx_pool test
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23644: wallet: Replace confusing getAdjustedTime() with GetTime() (master...2112-walletNoAdjust) https://github.com/bitcoin/bitcoin/pull/23644
<bitcoin-git> [gui] rebroad opened pull request #492: Show ToolTip on Network Traffic graph (master...NetworkGraphTooltip) https://github.com/bitcoin-core/gui/pull/492
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23639: doc: Extract CreateTxDoc in rawtransaction (master...undup_create_tx_doc) https://github.com/bitcoin/bitcoin/pull/23639
<bitcoin-git> bitcoin/master 36dc5bb fanquake: doc: Extract CreateTxDoc in rawtransaction
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/205877e55f7a...e7507f333bc9
<bitcoin-git> bitcoin/master e7507f3 MarcoFalke: Merge bitcoin/bitcoin#23639: doc: Extract CreateTxDoc in rawtransaction
<bitcoin-git> bitcoin/master c771ee8 fanquake: doc: use BIP125-replaceable
<bitcoin-git> [bitcoin] fanquake opened pull request #23643: rpc: remove info about mallocinfo needing glibc 2.10+ (master...remove_glibc_10_warning) https://github.com/bitcoin/bitcoin/pull/23643
<bitcoin-git> [bitcoin] fanquake merged pull request #23546: scripted-diff: Use clang-tidy syntax for C++ named arguments (tests only) (master...2111-testClangTidy) https://github.com/bitcoin/bitcoin/pull/23546
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f2074eeb2d9c...205877e55f7a
<bitcoin-git> bitcoin/master fa00447 MarcoFalke: scripted-diff: Use clang-tidy syntax for C++ named arguments
<bitcoin-git> bitcoin/master fae13c3 MarcoFalke: doc: Use clang-tidy comments in crypto_tests
<bitcoin-git> bitcoin/master 205877e fanquake: Merge bitcoin/bitcoin#23546: scripted-diff: Use clang-tidy syntax for C++ ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23642: refactor: Call type-solver earlier in decodescript (master...2112-rpcRefDec) https://github.com/bitcoin/bitcoin/pull/23642
<bitcoin-git> [bitcoin] meshcollider opened pull request #23640: MOVEONLY: Move helper functions from rpcwallet to wallet/rpc/util (master...202111_split_walletrpc_util) https://github.com/bitcoin/bitcoin/pull/23640
<bitcoin-git> [bitcoin] fanquake opened pull request #23639: doc: Extract CreateTxDoc in rawtransaction (master...undup_create_tx_doc) https://github.com/bitcoin/bitcoin/pull/23639
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23601: Don't check if the listening socket is valid (master...dont_check_if_listening_socket_is_valid) https://github.com/bitcoin/bitcoin/pull/23601
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9174bcf7da3e...f2074eeb2d9c
<bitcoin-git> bitcoin/master f2074ee MarcoFalke: Merge bitcoin/bitcoin#23601: Don't check if the listening socket is valid
<bitcoin-git> bitcoin/master 6c9ee92 Vasil Dimov: net: don't check if the listening socket is valid
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23590: Crash debug builds when mempool ConsensusScriptChecks fails (master...2111-crashMempool) https://github.com/bitcoin/bitcoin/pull/23590
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c9d7d0a65391...9174bcf7da3e
<bitcoin-git> bitcoin/master faad05c MarcoFalke: Crash debug builds when mempool ConsensusScriptChecks fails
<bitcoin-git> bitcoin/master 9174bcf MarcoFalke: Merge bitcoin/bitcoin#23590: Crash debug builds when mempool ConsensusScri...
<bitcoin-git> [bitcoin] fanquake merged pull request #23635: test: Bump shellcheck version to 0.8.0 (master...211130-shellcheck) https://github.com/bitcoin/bitcoin/pull/23635
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aef8c7cf82cf...c9d7d0a65391
<bitcoin-git> bitcoin/master 5202bd1 Hennadii Stepanov: test: Bump shellcheck version to 0.8.0
<bitcoin-git> bitcoin/master c9d7d0a fanquake: Merge bitcoin/bitcoin#23635: test: Bump shellcheck version to 0.8.0

2021-11-30

<bitcoin-git> [bitcoin] laanwj merged pull request #23289: test: add stress tests for initialization (master...2021-10-stress-test-init) https://github.com/bitcoin/bitcoin/pull/23289
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c5712d172e92...aef8c7cf82cf
<bitcoin-git> bitcoin/master aef8c7c W. J. van der Laan: Merge bitcoin/bitcoin#23289: test: add stress tests for initialization
<bitcoin-git> bitcoin/master d9803f7 James O'Beirne: test: add stress tests for initialization
<bitcoin-git> bitcoin/master 23f8561 James O'Beirne: test: add node.chain_path and node.debug_log_path
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23637: miner: Remove uncompiled MTP code (master...2111-minerOnlyMTP) https://github.com/bitcoin/bitcoin/pull/23637
<bitcoin-git> [bitcoin] laanwj merged pull request #23506: test: Make more shell scripts verifiable by the `shellcheck` tool (master...211113-lint-shell) https://github.com/bitcoin/bitcoin/pull/23506
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/63c0d0e937af...c5712d172e92
<bitcoin-git> bitcoin/master a3f6167 Hennadii Stepanov: test: Make more shell scripts verifiable by the `shellcheck` tool
<bitcoin-git> bitcoin/master c5712d1 W. J. van der Laan: Merge bitcoin/bitcoin#23506: test: Make more shell scripts verifiable by t...
<bitcoin-git> [bitcoin] laanwj merged pull request #21327: net_processing: ignore transactions while in IBD (master...2021-02-ibd-txrelay) https://github.com/bitcoin/bitcoin/pull/21327
<bitcoin-git> bitcoin/master 6aed8b7 glozow: [test] tx processing before and after ibd
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ffdf8ee43e24...63c0d0e937af
<bitcoin-git> bitcoin/master b9e105b glozow: [net_processing] ignore all transactions during ibd
<bitcoin-git> bitcoin/master 63c0d0e W. J. van der Laan: Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in ...
<bitcoin-git> [bitcoin] jamesob closed pull request #22485: index: doc/log BaseIndex sync behavior with empty datadir (master...2021-07-index-doc) https://github.com/bitcoin/bitcoin/pull/22485
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23636: Remove GetAdjustedTime from init.cpp (master...2111-noTimeInit) https://github.com/bitcoin/bitcoin/pull/23636
<bitcoin-git> [bitcoin] hebasto opened pull request #23635: test: Bump shellcheck version to 0.8.0 (master...211130-shellcheck) https://github.com/bitcoin/bitcoin/pull/23635
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23602: wallet: Split stuff from rpcwallet (master...1905-walletSplitRpc) https://github.com/bitcoin/bitcoin/pull/23602
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/29074ba8364d...ffdf8ee43e24
<bitcoin-git> bitcoin/master fae2392 MarcoFalke: wallet: Split signmessage from rpcwallet
<bitcoin-git> bitcoin/master ffdf8ee MarcoFalke: Merge bitcoin/bitcoin#23602: wallet: Split stuff from rpcwallet
<bitcoin-git> [bitcoin] theStack opened pull request #23634: rpc: add missing scantxoutset examples (master...202111-rpc-add_scantxoutset_examples) https://github.com/bitcoin/bitcoin/pull/23634
<bitcoin-git> [bitcoin] kiminuo opened pull request #23633: Make `CFeeRate` work with `uint64_t` sizes (master...feature/2021-11-30-FeeRate-uint64_t) https://github.com/bitcoin/bitcoin/pull/23633
<bitcoin-git> [bitcoin] fanquake closed pull request #23632: Changes (master...master) https://github.com/bitcoin/bitcoin/pull/23632
<bitcoin-git> [bitcoin] Eswar108 opened pull request #23632: Changes (master...master) https://github.com/bitcoin/bitcoin/pull/23632
<bitcoin-git> [bitcoin] fanquake merged pull request #23618: build, qt: Ditch `no_sdk_version_check.patch` (master...211128-sdk) https://github.com/bitcoin/bitcoin/pull/23618
<bitcoin-git> [bitcoin] fanquake merged pull request #23597: ci: Revamp SDK caches (master...211125-sdk-cache) https://github.com/bitcoin/bitcoin/pull/23597
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/383d350bd510...8b07145796f7
<bitcoin-git> bitcoin/master 3ad5ace Hennadii Stepanov: ci: Revamp Android SDK cache, and update it timely
<bitcoin-git> bitcoin/master 6c7b883 Hennadii Stepanov: ci: Always run merge_base_script first for consistency
<bitcoin-git> bitcoin/master e988bc7 Hennadii Stepanov: ci: Make macOS SDK cache independent, and update it timely

2021-11-29

<bitcoin-git> [bitcoin] laanwj merged pull request #22513: rpc: Allow walletprocesspsbt to sign without finalizing (master...psbt-no-finalize) https://github.com/bitcoin/bitcoin/pull/22513
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/913b7148a26c...383d350bd510
<bitcoin-git> bitcoin/master a99ed89 Andrew Chow: psbt: sign without finalizing
<bitcoin-git> bitcoin/master 383d350 W. J. van der Laan: Merge bitcoin/bitcoin#22513: rpc: Allow walletprocesspsbt to sign without ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23630: Remove GetSpendHeight (master...2111-noSpendHeight) https://github.com/bitcoin/bitcoin/pull/23630
<bitcoin-git> [bitcoin] laanwj merged pull request #22902: tracing: utxocache tracepoints (master...2021-09-utxocache-usdt) https://github.com/bitcoin/bitcoin/pull/22902
<bitcoin-git> bitcoin/master a26e8ee Arnab Sen: [tracing] tracepoint for utxocache flushes
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a574f4ad3909...913b7148a26c
<bitcoin-git> bitcoin/master 913b714 W. J. van der Laan: Merge bitcoin/bitcoin#22902: tracing: utxocache tracepoints
<bitcoin-git> bitcoin/master 2bc51c5 Arnab Sen: [tracing] tracepoints to utxocache add, spent and uncache
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23629: refactor tests to fix ubsan suppressions (master...2111-testInt) https://github.com/bitcoin/bitcoin/pull/23629
<bitcoin-git> [bitcoin] sstone opened pull request #23628: Check descriptors returned by external signers (master...external-signer-catch-invalid-scriptors) https://github.com/bitcoin/bitcoin/pull/23628
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23626: refactor: Fix implicit-signed-integer-truncation in cuckoocache.h (master...2111-int) https://github.com/bitcoin/bitcoin/pull/23626
<bitcoin-git> [bitcoin] laanwj merged pull request #23392: test: move check_node_connections to util (master...2021-10-check-node-connections) https://github.com/bitcoin/bitcoin/pull/23392
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/014cae2ee838...a574f4ad3909
<bitcoin-git> bitcoin/master a574f4a W. J. van der Laan: Merge bitcoin/bitcoin#23392: test: move check_node_connections to util
<bitcoin-git> bitcoin/master 988024f brunoerg: test: add check_node_connections in util
<bitcoin-git> [bitcoin] laanwj merged pull request #23591: refactor: Use underlying type of isminetype for isminefilter (master...2111-int) https://github.com/bitcoin/bitcoin/pull/23591
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b4f647fa36a3...014cae2ee838
<bitcoin-git> bitcoin/master fa2c991 MarcoFalke: refactor: Use underlying type of isminetype for isminefilter
<bitcoin-git> bitcoin/master 014cae2 W. J. van der Laan: Merge bitcoin/bitcoin#23591: refactor: Use underlying type of isminetype f...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23528: doc: Move internal dev docs to doc/developer/ (master...2111-docDevel) https://github.com/bitcoin/bitcoin/pull/23528
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23625: doc: Move design docs to subfolder (master...2111-docDesign) https://github.com/bitcoin/bitcoin/pull/23625
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23625: doc: Move design docs to subfolder (master...2111-docDesign) https://github.com/bitcoin/bitcoin/pull/23625
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23397: Avoid excessive lock contention in CCheckQueue::Add (master...211030-contention) https://github.com/bitcoin/bitcoin/pull/23397
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e521c5589e25...b4f647fa36a3
<bitcoin-git> bitcoin/master c43aa62 Hennadii Stepanov: Avoid excessive lock contention in CCheckQueue::Add
<bitcoin-git> bitcoin/master 459e208 Hennadii Stepanov: Exit early for an empty vChecks in CCheckQueue::Add
<bitcoin-git> bitcoin/master b4f647f MarcoFalke: Merge bitcoin/bitcoin#23397: Avoid excessive lock contention in CCheckQueu...
<bitcoin-git> [bitcoin] 0xB10C opened pull request #23624: zmq: add rawmempooltx publisher (master...2021-11-zmq-raw-mempool-tx) https://github.com/bitcoin/bitcoin/pull/23624
<bitcoin-git> [bitcoin] fanquake merged pull request #23617: doc: Fix typos in packages.md (master...211128-typo) https://github.com/bitcoin/bitcoin/pull/23617
<bitcoin-git> bitcoin/master 83c08ba Hennadii Stepanov: doc: Fix typos in packages.md
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f8b1f875930...e521c5589e25
<bitcoin-git> bitcoin/master e521c55 fanquake: Merge bitcoin/bitcoin#23617: doc: Fix typos in packages.md

2021-11-28

<bitcoin-git> [bitcoin] hebasto opened pull request #23619: build: Propagate user-defined flags to host packages (master...211128-flags) https://github.com/bitcoin/bitcoin/pull/23619
<bitcoin-git> [bitcoin] hebasto opened pull request #23618: build, qt: Ditch `no_sdk_version_check.patch` (master...211128-sdk) https://github.com/bitcoin/bitcoin/pull/23618
<bitcoin-git> [bitcoin] hebasto opened pull request #23617: doc: Fix typos in packages.md (master...211128-typo) https://github.com/bitcoin/bitcoin/pull/23617
<bitcoin-git> [bitcoin] hebasto closed pull request #21458: build: Add -Werror=unused... compile flags (master...210317-error) https://github.com/bitcoin/bitcoin/pull/21458
<bitcoin-git> [bitcoin] fanquake merged pull request #23608: test: fix `feature_rbf.py --descriptors` and add to test runner (master...202111-test-fix-feature_rbf-for-descriptor-wallets) https://github.com/bitcoin/bitcoin/pull/23608
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4aa06f944768...4f8b1f875930
<bitcoin-git> bitcoin/master 166f8ec Sebastian Falbesoner: test: always rescan after importing private keys in `init_wallet` helper
<bitcoin-git> bitcoin/master b79dbe8 Sebastian Falbesoner: test: add feature_rbf.py --descriptors to test_runner.py
<bitcoin-git> bitcoin/master 4f8b1f8 fanquake: Merge bitcoin/bitcoin#23608: test: fix `feature_rbf.py --descriptors` and ...
<bitcoin-git> [bitcoin] fanquake merged pull request #23600: doc: Tidy up nMinDiskSpace comment (master...1903-docStaged) https://github.com/bitcoin/bitcoin/pull/23600
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/200d97faf2ed...4aa06f944768
<bitcoin-git> bitcoin/master 4aa06f9 fanquake: Merge bitcoin/bitcoin#23600: doc: Tidy up nMinDiskSpace comment
<bitcoin-git> bitcoin/master fa5a886 MarcoFalke: doc: Tidy up nMinDiskSpace comment

2021-11-27

<bitcoin-git> [bitcoin] mzumsande opened pull request #23614: test: add unit test for block-relay-only eviction (master...202111_test_blocksonly_eviction) https://github.com/bitcoin/bitcoin/pull/23614
<bitcoin-git> [bitcoin] hebasto opened pull request #23612: build: Fix cross compiling with DEBUG=1 for Windows (master...211127-win-debug) https://github.com/bitcoin/bitcoin/pull/23612
<bitcoin-git> [bitcoin] meshcollider merged pull request #22868: wallet: Call load handlers without cs_wallet locked (master...2021-09-wallet-load-lock) https://github.com/bitcoin/bitcoin/pull/22868
<bitcoin-git> bitcoin/master f13a22a João Barbosa: wallet: Call load handlers without cs_wallet locked
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/111c3e06b35b...200d97faf2ed
<bitcoin-git> bitcoin/master 200d97f Samuel Dobson: Merge bitcoin/bitcoin#22868: wallet: Call load handlers without cs_wallet ...

2021-11-26

<bitcoin-git> [bitcoin] hebasto opened pull request #23609: build: Force --enable-reduce-exports if qt has been built in depends (master...211126-reduce) https://github.com/bitcoin/bitcoin/pull/23609
<bitcoin-git> [bitcoin] theStack opened pull request #23608: test: fix `feature_rbf.py --descriptors` and add to test runner (master...202111-test-fix-feature_rbf-for-descriptor-wallets) https://github.com/bitcoin/bitcoin/pull/23608
<bitcoin-git> [bitcoin] Perlover opened pull request #23607: evhttp_connection_get_peer of libevent (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23607
<bitcoin-git> [bitcoin] shaavan opened pull request #23605: util: Added IsValidHostPort function (master...torcontroller_check) https://github.com/bitcoin/bitcoin/pull/23605
<bitcoin-git> [bitcoin] vasild opened pull request #23604: Use Sock in CNode (master...Sock_in_CNode) https://github.com/bitcoin/bitcoin/pull/23604
<bitcoin-git> [bitcoin] hebasto closed pull request #22506: build: Support x86_64 <-> arm64 cross-compiling for macOS (master...210720-xmac) https://github.com/bitcoin/bitcoin/pull/22506
<bitcoin-git> [bitcoin] hebasto opened pull request #23603: build: Fix x86_64 <-> arm64 cross-compiling for macOS (master...211126-cross) https://github.com/bitcoin/bitcoin/pull/23603
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23602: wallet: Split signmessage from rpcwallet (master...1905-walletSplitRpc) https://github.com/bitcoin/bitcoin/pull/23602
<bitcoin-git> [bitcoin] fanquake closed pull request #23594: build: don't set PORT=no in config.site (master...port_config_site) https://github.com/bitcoin/bitcoin/pull/23594
<bitcoin-git> [bitcoin] vasild opened pull request #23601: net: don't check if the listening socket is valid (master...dont_check_if_listening_socket_is_valid) https://github.com/bitcoin/bitcoin/pull/23601
<bitcoin-git> bitcoin/master 05cdceb fanquake: build: don't set PORT=no in config.site
<bitcoin-git> bitcoin/master 111c3e0 fanquake: Merge bitcoin/bitcoin#23594: build: don't set PORT=no in config.site
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2a492d4ce5ec...111c3e06b35b
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23600: doc: Tidy up nMinDiskSpace comment (master...1903-docStaged) https://github.com/bitcoin/bitcoin/pull/23600
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23599: Tidy up RPCTxSerializationFlags (master...2111-txSerF) https://github.com/bitcoin/bitcoin/pull/23599
<bitcoin-git> [bitcoin] fanquake merged pull request #23598: contrib: Specify wb mode when creating mac sdk (master...2021-11-gensdk-warn) https://github.com/bitcoin/bitcoin/pull/23598
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/16d698cdcf3c...2a492d4ce5ec
<bitcoin-git> bitcoin/master 2a492d4 fanquake: Merge bitcoin/bitcoin#23598: contrib: Specify wb mode when creating mac sd...
<bitcoin-git> bitcoin/master 655d52a João Barbosa: contrib: Specify wb mode when creating mac sdk
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23517: scripted-diff: Move miner to src/node (master...2111-minerNode) https://github.com/bitcoin/bitcoin/pull/23517
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/14fe4dbd4c89...16d698cdcf3c
<bitcoin-git> bitcoin/master fa53e3a MarcoFalke: scripted-diff: Move miner to src/node
<bitcoin-git> bitcoin/master fa4e099 MarcoFalke: refactor: Replace validation.h include with forward-decl in miner.h
<bitcoin-git> bitcoin/master fa0739a MarcoFalke: style: Sort file list after rename

2021-11-25

<bitcoin-git> [bitcoin] promag opened pull request #23598: contrib: Specify wb mode when creating mac sdk (master...2021-11-gensdk-warn) https://github.com/bitcoin/bitcoin/pull/23598
<bitcoin-git> [bitcoin] laanwj merged pull request #23579: script install_db4.sh check for `patch` command before continuing to install db4 (master...script-ng-patch-not-found) https://github.com/bitcoin/bitcoin/pull/23579
<bitcoin-git> bitcoin/master 14fe4db W. J. van der Laan: Merge bitcoin/bitcoin#23579: script install_db4.sh check for `patch` comma...
<bitcoin-git> bitcoin/master 7bb8eb0 Nathan Garabedian: script install_db4.sh added check for patch command
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cf2415259698...14fe4dbd4c89
<bitcoin-git> [bitcoin] hebasto opened pull request #23597: ci: Revamp SDK caches (master...211125-sdk-cache) https://github.com/bitcoin/bitcoin/pull/23597
<bitcoin-git> [bitcoin] laanwj merged pull request #21206: refactor: Make CWalletTx sync state type-safe (master...pr/txstate) https://github.com/bitcoin/bitcoin/pull/21206
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/681b25e3cd7d...cf2415259698
<bitcoin-git> bitcoin/master d8ee8f3 Russell Yanofsky: refactor: Make CWalletTx sync state type-safe
<bitcoin-git> bitcoin/master cf24152 W. J. van der Laan: Merge bitcoin/bitcoin#21206: refactor: Make CWalletTx sync state type-safe...
<bitcoin-git> [bitcoin] theStack opened pull request #23596: test: fix `wallet_transactiontime_rescan.py --descriptors` and add to test runner (master...202111-test-fix-wallet_transactiontime_rescan-for-descriptor-wallets) https://github.com/bitcoin/bitcoin/pull/23596
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23595: util: Add ParseHex<std::byte>() helper (master...2111-utilHexByte) https://github.com/bitcoin/bitcoin/pull/23595
<bitcoin-git> [bitcoin] fanquake opened pull request #23594: build: don't set PORT=no in config.site (master...port_config_site) https://github.com/bitcoin/bitcoin/pull/23594
<bitcoin-git> [bitcoin] fanquake opened pull request #23593: build: remove x-prefix's from comparisons (master...consolidate_remove_x_prefix_var_workaround) https://github.com/bitcoin/bitcoin/pull/23593
<bitcoin-git> [bitcoin] fanquake merged pull request #23152: build: add `--enable-lto` configuration option (master...experiment_with_lto) https://github.com/bitcoin/bitcoin/pull/23152
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0d7ecd5bef91...681b25e3cd7d
<bitcoin-git> bitcoin/master 68e5aaf fanquake: build: add `--enable-lto` configuration option
<bitcoin-git> bitcoin/master 681b25e fanquake: Merge bitcoin/bitcoin#23152: build: add `--enable-lto` configuration optio...
<bitcoin-git> [bitcoin] fanquake merged pull request #23583: build, qt, macOS: Don't hard-code x86_64 as the arch when using qmake (master...211124-arm64) https://github.com/bitcoin/bitcoin/pull/23583
<bitcoin-git> bitcoin/master 667f068 Hennadii Stepanov: build, qt, macOS: Don't hard-code x86_64 as the arch when using qmake
<bitcoin-git> bitcoin/master f6e2781 Hennadii Stepanov: build, qt, macOS: Don't pass -device-option when building natively
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/76392b042e98...0d7ecd5bef91
<bitcoin-git> bitcoin/master d020419 Hennadii Stepanov: Revert "doc: Install Rosetta on M1-macOS for qt in depends"
<bitcoin-git> [gui] rebroad opened pull request #484: Don't clear traffic graph when changing interval (master...RetainNetworkGraphOnIntervalChange) https://github.com/bitcoin-core/gui/pull/484
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23591: refactor: Use underlying type of isminetype for isminefilter (master...2111-int) https://github.com/bitcoin/bitcoin/pull/23591
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22829: refactor: various RecursiveMutex replacements in CConnman (master...202108-refactor-recursive_mutex_replacements_in_cconnman) https://github.com/bitcoin/bitcoin/pull/22829
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/791dd1f41ed7...76392b042e98
<bitcoin-git> bitcoin/master 574cc42 Sebastian Falbesoner: refactor: remove RecursiveMutex cs_totalBytesRecv, use std::atomic instead...
<bitcoin-git> bitcoin/master 7d52ff5 Sebastian Falbesoner: refactor: replace RecursiveMutex m_addr_fetches_mutex with Mutex
<bitcoin-git> bitcoin/master d51d2a3 Sebastian Falbesoner: scripted-diff: rename node vector/mutex members in CConnman
<bitcoin-git> [gui] rebroad opened pull request #483: Make network graph slider easier to use (master...NetworkGraphEasySlider) https://github.com/bitcoin-core/gui/pull/483
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23590: Crash debug builds when mempool ConsensusScriptChecks fails (master...2111-crashMempool) https://github.com/bitcoin/bitcoin/pull/23590
<bitcoin-git> [bitcoin] laanwj merged pull request #23538: Remove strtol in torcontrol (master...2111-torcontrol) https://github.com/bitcoin/bitcoin/pull/23538
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9facad0da658...791dd1f41ed7
<bitcoin-git> bitcoin/master 791dd1f W. J. van der Laan: Merge bitcoin/bitcoin#23538: Remove strtol in torcontrol
<bitcoin-git> bitcoin/master fa186eb MarcoFalke: Remove strtol in torcontrol
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4cc998ce9d14...9facad0da658
<bitcoin-git> bitcoin/master 9facad0 Hennadii Stepanov: Merge bitcoin-core/gui#477: Monospaced output in Console on macOS
<bitcoin-git> bitcoin/master b9f0aff randymcmillan: qt: monospaced output in Console on macOS
<bitcoin-git> [gui] hebasto merged pull request #477: Monospaced output in Console on macOS (master...issue-275) https://github.com/bitcoin-core/gui/pull/477
<bitcoin-git> [bitcoin] fanquake closed pull request #22487: build, qt: Fix cross-compiling detection on M1-based macOS (aarch64) (master...210718-m1qt) https://github.com/bitcoin/bitcoin/pull/22487
<bitcoin-git> bitcoin/master 4cc998c fanquake: Merge bitcoin/bitcoin#23580: build: patch qt to explicitly define previous...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/064c729a964a...4cc998ce9d14
<bitcoin-git> bitcoin/master 8196b0a Kittywhiskers Van Gogh: build: patch qt to explicitly define previously implicit header include
<bitcoin-git> [bitcoin] fanquake merged pull request #23580: build: patch qt to explicitly define previously implicit header include (master...macos12_patch) https://github.com/bitcoin/bitcoin/pull/23580
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23512: policy: Treat taproot as always active (master...2111-policyTaprootActive) https://github.com/bitcoin/bitcoin/pull/23512
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/64059b78f59e...064c729a964a
<bitcoin-git> bitcoin/master 064c729 MarcoFalke: Merge bitcoin/bitcoin#23512: policy: Treat taproot as always active
<bitcoin-git> bitcoin/master fa3e0da MarcoFalke: policy: Treat taproot as always active

2021-11-24

<bitcoin-git> [bitcoin] hebasto opened pull request #23585: scripted-diff: Drop Darwin version for better maintainability (master...211124-darwin) https://github.com/bitcoin/bitcoin/pull/23585
<bitcoin-git> [bitcoin] laanwj closed pull request #21943: Dedup and RAII-fy the creation of a copy of CConnman::vNodes (master...raiify_copying_vnodes) https://github.com/bitcoin/bitcoin/pull/21943
<bitcoin-git> bitcoin/master 75e8bf5 Vasil Dimov: net: dedup and RAII-fy the creation of a copy of CConnman::vNodes
<bitcoin-git> bitcoin/master 664ac22 Vasil Dimov: net: keep reference to each node during socket wait
<bitcoin-git> bitcoin/master c7eb19e Vasil Dimov: style: remove unnecessary braces
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/9394964f6b9d...64059b78f59e
<bitcoin-git> [bitcoin] dougEfresh opened pull request #23584: test: Adding functional test for -maxuploadtarget with byte unit 'M' (master...maxuploadtarget-functional-byteunit) https://github.com/bitcoin/bitcoin/pull/23584
<bitcoin-git> [bitcoin] hebasto opened pull request #23583: build, qt, macOS: Don't hard-code x86_64 as the arch when using qmake (master...211124-arm64) https://github.com/bitcoin/bitcoin/pull/23583
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23451: span: Add std::byte helpers (master...2111-refSpan) https://github.com/bitcoin/bitcoin/pull/23451
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23249: util: ParseByteUnits - Parse a string with suffix unit (master...util-parsebyteunit) https://github.com/bitcoin/bitcoin/pull/23249
<bitcoin-git> bitcoin/master fabe18d MarcoFalke: Use value_type in CDataStream where possible
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/73ac195e29cc...9394964f6b9d
<bitcoin-git> bitcoin/master fa18038 MarcoFalke: refactor: Use ignore helper when unserializing an invalid pubkey
<bitcoin-git> bitcoin/master faa3ec2 MarcoFalke: span: Add std::byte helpers
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4018e23aa7e7...73ac195e29cc
<bitcoin-git> bitcoin/master 73ac195 MarcoFalke: Merge bitcoin/bitcoin#23249: util: ParseByteUnits - Parse a string with su...
<bitcoin-git> bitcoin/master 21b58f4 Douglas Chimento: util: ParseByteUnits - Parse a string with suffix unit [k|K|m|M|g|G|t|T]

2021-11-23

<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23581: Move BlockManager to node/blockstorage (master...2111-blockstorage) https://github.com/bitcoin/bitcoin/pull/23581
<bitcoin-git> [bitcoin] kittywhiskers opened pull request #23580: build: explicitly define previously implicit header include (master...macos12_patch) https://github.com/bitcoin/bitcoin/pull/23580
<bitcoin-git> [bitcoin] ngara opened pull request #23579: script install_db4.sh check for `patch` command before continuing to install db4 (master...script-ng-patch-not-found) https://github.com/bitcoin/bitcoin/pull/23579
<bitcoin-git> [bitcoin] kiminuo reopened pull request #23320: rpc: Add RPC help for verbosity level 3 (master...feature/2021-10-20-verbosity-level-3-nits) https://github.com/bitcoin/bitcoin/pull/23320
<bitcoin-git> [bitcoin] fanquake merged pull request #23573: refactor: cast bool operands to int to silence compiler warning (master...silence-Wbitwise-instead-of-logical-warnings) https://github.com/bitcoin/bitcoin/pull/23573
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/95d19f8c1a40...4018e23aa7e7
<bitcoin-git> bitcoin/master 4018e23 fanquake: Merge bitcoin/bitcoin#23573: refactor: cast bool operands to int to silenc...
<bitcoin-git> bitcoin/master ab22a71 Jon Atack: refactor: cast bool to int to silence compiler warning
<bitcoin-git> [bitcoin] dougEfresh closed pull request #23128: doc: Remove TODO 'exclude peers with download permission' (master...remove-todo-max-dl-permission) https://github.com/bitcoin/bitcoin/pull/23128
<bitcoin-git> [bitcoin] kiminuo closed pull request #23320: rpc: Add RPC help for verbosity level 3 (master...feature/2021-10-20-verbosity-level-3-nits) https://github.com/bitcoin/bitcoin/pull/23320
<bitcoin-git> [bitcoin] meshcollider opened pull request #23577: Follow-ups to Bech32 error detection (master...202111_bech32_followup) https://github.com/bitcoin/bitcoin/pull/23577
<bitcoin-git> [bitcoin] fanquake closed pull request #23551: build: actually set CXX and CXXFLAGS for native_b2 build (master...actually_set_native_b2_cxx) https://github.com/bitcoin/bitcoin/pull/23551

2021-11-22

<bitcoin-git> [bitcoin] fanquake closed pull request #23576: Add license 1 (master...add-license-1) https://github.com/bitcoin/bitcoin/pull/23576
<bitcoin-git> [bitcoin] Sydwar opened pull request #23576: Add license 1 (master...add-license-1) https://github.com/bitcoin/bitcoin/pull/23576
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23575: fuzz: Rework FillNode (master...2111-fuzzFillNode) https://github.com/bitcoin/bitcoin/pull/23575
<bitcoin-git> [gui] RandyMcMillan opened pull request #481: qt:rpcconsole:accessibility - new shortcuts enable single hand gesture (master...console-shortcuts) https://github.com/bitcoin-core/gui/pull/481
<bitcoin-git> [bitcoin] jonatack opened pull request #23573: refactor: cast bool operand to int to silence compiler warning (master...silence-Wbitwise-instead-of-logical-warnings) https://github.com/bitcoin/bitcoin/pull/23573
<bitcoin-git> [bitcoin] laanwj merged pull request #16807: Let validateaddress locate error in Bech32 address (master...201909_bech32_error_detection) https://github.com/bitcoin/bitcoin/pull/16807
<bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/ee7e06156357...95d19f8c1a40
<bitcoin-git> bitcoin/master 0b06e72 Samuel Dobson: More detailed error checking for base58 addresses
<bitcoin-git> bitcoin/master b62b67e Samuel Dobson: Add Bech32 error location function
<bitcoin-git> bitcoin/master 02a7bde Samuel Dobson: Add error_locations to validateaddress RPC
<bitcoin-git> [bitcoin] hebasto opened pull request #23571: build: Propagate user-defined tools to native packages (master...211122-tools) https://github.com/bitcoin/bitcoin/pull/23571
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23557: configure.ac: remove Bashism (master...fix-configure-bashism) https://github.com/bitcoin/bitcoin/pull/23557
<bitcoin-git> bitcoin/master cf72925 Matt Whitlock: configure.ac: remove Bashism
<bitcoin-git> bitcoin/master ee7e061 MarcoFalke: Merge bitcoin/bitcoin#23557: configure.ac: remove Bashism
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a36ec83d024...ee7e06156357
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23521: test: refactor: dedup code by taking use of `create_block` parameters (master...202111-test-refactor-use_createblock_parameters) https://github.com/bitcoin/bitcoin/pull/23521
<bitcoin-git> bitcoin/master ae9df4e Sebastian Falbesoner: test: refactor: take use of `create_block` version parameter (or use defau...
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/47fe7445e7f5...3a36ec83d024
<bitcoin-git> bitcoin/master df5d783 Sebastian Falbesoner: test: refactor: take use of `create_block` txlist parameter
<bitcoin-git> bitcoin/master e57c0eb Sebastian Falbesoner: test: refactor: replace OP_1/OP_TRUE magic numbers by constants
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22364: wallet: Make a tr() descriptor by default (master...default-tr-desc) https://github.com/bitcoin/bitcoin/pull/22364
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a2ed33b23bc0...47fe7445e7f5
<bitcoin-git> bitcoin/master 54b3699 Andrew Chow: Store pubkeys in TRDescriptor::MakeScripts
<bitcoin-git> bitcoin/master 8fb5784 Andrew Chow: Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by default
<bitcoin-git> bitcoin/master d8abbe1 Andrew Chow: Mention bech32m in -addresstype and -changetype help
<bitcoin-git> [bitcoin] fanquake merged pull request #23564: build: don't use deprecated brew package names (master...dont_use_deprecated_bdb) https://github.com/bitcoin/bitcoin/pull/23564
<bitcoin-git> bitcoin/master a2ed33b fanquake: Merge bitcoin/bitcoin#23564: build: don't use deprecated brew package name...
<bitcoin-git> bitcoin/master d0fe9c2 fanquake: build: don't check for deprecated berkeley-db4 package
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a42923ce2187...a2ed33b23bc0
<bitcoin-git> bitcoin/master 4d83038 fanquake: build: don't check for deprecated qt5 package
<bitcoin-git> [bitcoin] meshcollider merged pull request #23348: rpc, wallet: Do not return "keypoololdest" for blank descriptor wallets (master...211024-rpc-gwi) https://github.com/bitcoin/bitcoin/pull/23348
<bitcoin-git> [bitcoin] meshcollider pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/79e64a053dfa...a42923ce2187
<bitcoin-git> bitcoin/master 3e4f069 Hennadii Stepanov: wallet, refactor: Make GetOldestKeyPoolTime return type std::optional
<bitcoin-git> bitcoin/master ee03c78 Hennadii Stepanov: wallet: Make GetOldestKeyPoolTime return nullopt for blank wallets