2021-12-15

<bitcoin-git> bitcoin/master fada66f MarcoFalke: Disallow copies of CChain
<bitcoin-git> bitcoin/master faf2614 MarcoFalke: style: Use 4 spaces for indendation, not 5
<bitcoin-git> [gui] hebasto merged pull request #508: Prevent negative values of progressPerHour (master...master) https://github.com/bitcoin-core/gui/pull/508
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/60b5795133a2...b8cc75435a0b
<bitcoin-git> bitcoin/master 71d3338 HiLivin: qt: prevent negative values of progressPerHour
<bitcoin-git> bitcoin/master b8cc754 Hennadii Stepanov: Merge bitcoin-core/gui#508: Prevent negative values of progressPerHour
<bitcoin-git> [bitcoin] seaona opened pull request #23782: test: include two more interruptions points (master...2021-12-feature-init-test-interruptions) https://github.com/bitcoin/bitcoin/pull/23782
<bitcoin-git> [bitcoin] hebasto opened pull request #23781: test: Fix `system_tests/run_command` on Windows (master...211215-bptest) https://github.com/bitcoin/bitcoin/pull/23781
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23758: net: Use type-safe mockable time for peer connection time (master...2112-timeMockp2p) https://github.com/bitcoin/bitcoin/pull/23758
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2d0bdb208964...60b5795133a2
<bitcoin-git> bitcoin/master fa663a4 MarcoFalke: Use mockable time for peer connection time
<bitcoin-git> bitcoin/master fad9438 MarcoFalke: scripted-diff: Rename touched member variables
<bitcoin-git> bitcoin/master fad7ead MarcoFalke: refactor: Use type-safe std::chrono in net
<bitcoin-git> [bitcoin] josibake opened pull request #23780: refactor, test: update `addrman_tests.cpp` to use output from `AddrMan::Good()` (master...josibake-addrman-test-refactors) https://github.com/bitcoin/bitcoin/pull/23780
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #16883: WIP: Qt: add QML based mobile GUI (master...qt-mobile) https://github.com/bitcoin/bitcoin/pull/16883
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #20273: Extend support for nested commands to bitcoin-cli (master...2020/10/client_rpc_nested) https://github.com/bitcoin/bitcoin/pull/20273
<bitcoin-git> [bitcoin] laanwj merged pull request #22362: Drop only invalid entries when reading banlist.json (master...2106-addrdb) https://github.com/bitcoin/bitcoin/pull/22362
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/965ffe2bed04...2d0bdb208964
<bitcoin-git> bitcoin/master faa6c3d MarcoFalke: net: Drop only invalid entries when reading banlist.json
<bitcoin-git> bitcoin/master 2d0bdb2 W. J. van der Laan: Merge bitcoin/bitcoin#22362: Drop only invalid entries when reading banlis...
<bitcoin-git> [bitcoin] fanquake merged pull request #23757: [build] Android: fix GUI not loading on Qt 5.15 (master...qt-515-android) https://github.com/bitcoin/bitcoin/pull/23757
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b67115dd044d...965ffe2bed04
<bitcoin-git> bitcoin/master 6fc5c77 Igor Cota: build, qt: use static QAndroidPlatformIntegrationPlugin
<bitcoin-git> bitcoin/master 27f353d Igor Cota: build, android: Fix Android GUI not loading on Qt 5.15
<bitcoin-git> bitcoin/master 965ffe2 fanquake: Merge bitcoin/bitcoin#23757: [build] Android: fix GUI not loading on Qt 5....
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23174: validation: have LoadBlockIndex account for snapshot use (master...2021-10-au-loadblockindex) https://github.com/bitcoin/bitcoin/pull/23174
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7006496a5c03...b67115dd044d
<bitcoin-git> bitcoin/master d0c6e61 James O'Beirne: validation: don't modify genesis during snapshot load
<bitcoin-git> bitcoin/master 0fd599a James O'Beirne: validation: have LoadBlockIndex account for snapshot use
<bitcoin-git> bitcoin/master 2283b9c James O'Beirne: test: add tests for LoadBlockIndex when using multiple chainstates
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23756: refactor: Fix implicit integer sign changes in strencodings (master...2111-int) https://github.com/bitcoin/bitcoin/pull/23756
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/40fdb9ece979...7006496a5c03
<bitcoin-git> bitcoin/master fad6761 MarcoFalke: Fix implicit integer sign changes in strencodings
<bitcoin-git> bitcoin/master fa5865a MarcoFalke: Reduce size of strencodings decode tables
<bitcoin-git> bitcoin/master 7006496 MarcoFalke: Merge bitcoin/bitcoin#23756: refactor: Fix implicit integer sign changes i...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23713: refactor, test: refactor addrman_tried_collisions test to directly check for collisions (master...josibake-addrman-collisions-refactor) https://github.com/bitcoin/bitcoin/pull/23713
<bitcoin-git> bitcoin/master 207f1c8 josibake: refactor: make AddrMan::Good return bool
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9015d118425d...40fdb9ece979
<bitcoin-git> bitcoin/master caac999 josibake: refactor: remove dependence on AddrManTest
<bitcoin-git> bitcoin/master f961c47 josibake: refactor: check Good() in tried_collisions test
<bitcoin-git> [bitcoin] fanquake opened pull request #23778: release: Guix 1.4.0 & GCC 10 (master...release_use_gcc_10) https://github.com/bitcoin/bitcoin/pull/23778

2021-12-14

<bitcoin-git> [bitcoin] fanquake closed pull request #23776: Fixed typos (master...master) https://github.com/bitcoin/bitcoin/pull/23776
<gribble> https://github.com/bitcoin/bitcoin/issues/21686 | Speedy trial activation parameters for Taproot by achow101 · Pull Request #21686 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21377 | Speedy trial support for versionbits by ajtowns · Pull Request #21377 · bitcoin/bitcoin · GitHub
<bitcoin-git> [gui] RandyMcMillan closed pull request #291: Network Graph layout - debug window improvement. (master...net-graph-layout) https://github.com/bitcoin-core/gui/pull/291
<bitcoin-git> [gui] RandyMcMillan closed pull request #481: rpcconsole:accessibility - new shortcuts enable single hand gesture (master...console-shortcuts) https://github.com/bitcoin-core/gui/pull/481
<bitcoin-git> [bitcoin] mzumsande opened pull request #23777: doc: follow-ups from #23365 (index backwards search) (master...202112_index_followups) https://github.com/bitcoin/bitcoin/pull/23777
<bitcoin-git> [bitcoin] DavidRomanovizc opened pull request #23776: Fixed typos (master...master) https://github.com/bitcoin/bitcoin/pull/23776
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23774: tests: Add missing assert_equal import to p2p_add_connections.py (master...missing-import-p2p-conns) https://github.com/bitcoin/bitcoin/pull/23774
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9635760ce85e...9015d118425d
<bitcoin-git> bitcoin/master efa115a Andrew Chow: tests: Add missing assert_equal import to p2p_add_connections.py
<bitcoin-git> bitcoin/master 9015d11 MarcoFalke: Merge bitcoin/bitcoin#23774: tests: Add missing assert_equal import to p2p...
<bitcoin-git> [bitcoin] achow101 opened pull request #23774: tests: Add missing assert_equal import to p2p_add_connections.py (master...missing-import-p2p-conns) https://github.com/bitcoin/bitcoin/pull/23774
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22777: net processing: don't request tx relay on feeler connections (master...2021-08-feeler-no-frelay) https://github.com/bitcoin/bitcoin/pull/22777
<bitcoin-git> bitcoin/master 0220b83 John Newbery: [test] Add testing for outbound feeler connections
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/498fe4b7808e...9635760ce85e
<bitcoin-git> bitcoin/master eaf6be0 John Newbery: [net processing] Do not request transaction relay from feeler connections
<bitcoin-git> bitcoin/master 9635760 MarcoFalke: Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on fee...
<bitcoin-git> [bitcoin] fanquake merged pull request #23575: fuzz: Rework FillNode (master...2111-fuzzFillNode) https://github.com/bitcoin/bitcoin/pull/23575
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/aaaceb7fb14f...498fe4b7808e
<bitcoin-git> bitcoin/master fae6e31 MarcoFalke: refactor: Set fSuccessfullyConnected in FillNode
<bitcoin-git> bitcoin/master fa3583f MarcoFalke: fuzz: Avoid negative NodeId in ConsumeNode
<bitcoin-git> bitcoin/master fa19bab MarcoFalke: fuzz: Rework FillNode
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23769: Disallow copies of CChain (master...2112-chainNoCopy) https://github.com/bitcoin/bitcoin/pull/23769
<hebasto> yeah, it is for bitcoin-core-gui in bitcoindesign.slack.com
<laanwj> looks like it only has read access to bitcoin-core/gui (no more than any other user), but dunno what it's requesting
<laanwj> why do we have slack integration enabled in the first place? i know there was a bitcoin core slack long ago, but i don't think it's a thing anymore?
<laanwj> less happy with this ""You’re receiving this email because the GitHub App Slack, which is currently installed on your bitcoin-core organization, has updated its permissions and is requesting additional access. "
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23766: refactor: remove unneeded calls to strprintf() (master...remove_unneeded_strprintf) https://github.com/bitcoin/bitcoin/pull/23766
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6c04b505b482...aaaceb7fb14f
<bitcoin-git> bitcoin/master eca159c fanquake: refactor: remove unneeded calls to strprintf()
<bitcoin-git> bitcoin/master aaaceb7 MarcoFalke: Merge bitcoin/bitcoin#23766: refactor: remove unneeded calls to strprintf(...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23471: doc: Improve ZMQ documentation (master...doc_add_zmq_desc) https://github.com/bitcoin/bitcoin/pull/23471
<bitcoin-git> bitcoin/master 9544ab6 node01: doc: Improve ZMQ documentation
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/87ce2d646b92...6c04b505b482
<bitcoin-git> bitcoin/master 6c04b50 MarcoFalke: Merge bitcoin/bitcoin#23471: doc: Improve ZMQ documentation
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22822: doc: Add multisig tutorial (master...multisig_tutorial_doc) https://github.com/bitcoin/bitcoin/pull/22822
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ab879d9885f7...87ce2d646b92
<bitcoin-git> bitcoin/master 1ef2c03 lsilva01: Add multisig tutorial
<bitcoin-git> bitcoin/master 87ce2d6 MarcoFalke: Merge bitcoin/bitcoin#22822: doc: Add multisig tutorial
<bitcoin-git> [bitcoin] fanquake opened pull request #23766: refactor: remove unneeded calls to strprintf() (master...remove_unneeded_strprintf) https://github.com/bitcoin/bitcoin/pull/23766
<bitcoin-git> [bitcoin] fanquake merged pull request #23762: wallet: Replace Assume with Assert where needed in coinselection (master...2112-refAssertCoinWallet) https://github.com/bitcoin/bitcoin/pull/23762
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5dd28e5cff8a...ab879d9885f7
<bitcoin-git> bitcoin/master ab879d9 fanquake: Merge bitcoin/bitcoin#23762: wallet: Replace Assume with Assert where need...
<bitcoin-git> bitcoin/master fa26c55 MarcoFalke: wallet: Replace Assume with Assert where needed in coinselection

2021-12-13

<bitcoin-git> [gui] HiLivin opened pull request #508: qt: prevent negative values of progressPerHour (master...master) https://github.com/bitcoin-core/gui/pull/508
<Wes78> sipa, yeah, it's a totally fictional take on it actually. A group of devs learn he didn't just create Bitcoin--but also created multi-dimensional travel. Think "Secret Life of Walter Mitty" meets crypto, ha. Totally fictional.
<Wes78> Thank you. I'll head to #bitcoin to see what are some good steps. Trying to avoid Twitter for now to not be too public about it yet, ha. Thank you!
<michaelfolkson> Wes78: You won't get the "team"'s blessing/endorsement as there is a large community of contributors working on it full time, part time, discontinued/occasional basis. Twitter/Mastodon or #bitcoin on IRC are probably best places to chat
<Wes78> Hello! Trying to find a way to contact the primary Bitcoin Core dev team. I'm wanting to produce a series called "The Superb Search for Satoshi," a fictional take on the early years of Bitcoin and would love the Bitcoin current team's blessing/endorsement. What's the best way to reach someone?
<gribble> https://github.com/bitcoin/bitcoin/issues/23763 | Adding a blocksonly option to addnode · Issue #23763 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23755: rpc: Quote user supplied strings in error messages (master...2112-rpcQuoteErr) https://github.com/bitcoin/bitcoin/pull/23755
<bitcoin-git> bitcoin/master fa24a3d MarcoFalke: rpc: Quote user supplied strings in error messages
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/42796742a45e...5dd28e5cff8a
<bitcoin-git> bitcoin/master 5dd28e5 MarcoFalke: Merge bitcoin/bitcoin#23755: rpc: Quote user supplied strings in error mes...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23761: build: use __SIZEOF_INT128__ for checking __int128 availability (master...unify_int128_checking) https://github.com/bitcoin/bitcoin/pull/23761
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c8fac372c202...42796742a45e
<bitcoin-git> bitcoin/master e9440ae fanquake: build: use __SIZEOF_INT128__ for checking __int128 availability
<bitcoin-git> bitcoin/master 4279674 MarcoFalke: Merge bitcoin/bitcoin#23761: build: use __SIZEOF_INT128__ for checking __i...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23648: test: Use byte unit 'M' for -maxuploadtarget functional test (master...test-byteunit-maxuploadtarget) https://github.com/bitcoin/bitcoin/pull/23648
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/767c01266595...c8fac372c202
<bitcoin-git> bitcoin/master c8fac37 MarcoFalke: Merge bitcoin/bitcoin#23648: test: Use byte unit 'M' for -maxuploadtarget...
<bitcoin-git> bitcoin/master 41b9f7d Douglas Chimento: test: Use byte unit 'M' for -maxuploadtarget functional test
<bitcoin-git> [bitcoin] RandyMcMillan closed pull request #23568: src/net.cpp: Fail to listen alert text break fix (master...gui-pr-476-moved) https://github.com/bitcoin/bitcoin/pull/23568
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23738: validation, log: improve logging of ChainstateManager snapshot persistance (master...refactor-and-improve-snapshot-persistance-logging) https://github.com/bitcoin/bitcoin/pull/23738
<bitcoin-git> bitcoin/master 50209a4 Jon Atack: validation, doc: remove TODO comment
<bitcoin-git> bitcoin/master 8e37fa8 Jon Atack: validation, log: improve logging in FlushSnapshotToDisk()
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bf66e258a84e...767c01266595
<bitcoin-git> bitcoin/master 271252c Jon Atack: validation, log: extract FlushSnapshotToDisk() function
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23762: wallet: Replace Assume with Assert where needed in coinselection (master...2112-refAssertCoinWallet) https://github.com/bitcoin/bitcoin/pull/23762
<bitcoin-git> [bitcoin] fanquake opened pull request #23761: build: use __SIZEOF_INT128__ for checking __int128 availability (master...unify_int128_checking) https://github.com/bitcoin/bitcoin/pull/23761
<bitcoin-git> [bitcoin] fanquake opened pull request #23760: util: move MapIntoRange() for reuse in fuzz tests (master...reuse_mapintorange) https://github.com/bitcoin/bitcoin/pull/23760
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23365: index: Fix backwards search for bestblock (master...202110_index_backtrack) https://github.com/bitcoin/bitcoin/pull/23365
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/eb63b8fab91c...bf66e258a84e
<bitcoin-git> bitcoin/master bf66e25 MarcoFalke: Merge bitcoin/bitcoin#23365: index: Fix backwards search for bestblock
<bitcoin-git> bitcoin/master 9600ea0 Martin Zumsande: test: Add edge case of pruning up to index height
<bitcoin-git> bitcoin/master 698c524 Martin Zumsande: index: Fix backwards search for bestblock
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23758: net: Use type-safe mockable time for peer connection time (master...2112-timeMockp2p) https://github.com/bitcoin/bitcoin/pull/23758
<bitcoin-git> [gui] icota closed pull request #504: Android: fix GUI not loading on Qt 5.15 (master...master) https://github.com/bitcoin-core/gui/pull/504
<bitcoin-git> [bitcoin] icota opened pull request #23757: Android: fix GUI not loading on Qt 5.15 (master...qt-515-android) https://github.com/bitcoin/bitcoin/pull/23757
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23756: Fix implicit integer sign changes in strencodings (master...2111-int) https://github.com/bitcoin/bitcoin/pull/23756
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23755: rpc: Quote user supplied strings in error messages (master...2112-rpcQuoteErr) https://github.com/bitcoin/bitcoin/pull/23755
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23718: PSBT: hash preimages fields (master...psbt_preimages_fields) https://github.com/bitcoin/bitcoin/pull/23718
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/83f8e6e7a4dd...eb63b8fab91c
<bitcoin-git> bitcoin/master a9256dc Antoine Poinsot: rpc: output all hash preimages in 'decodepsbt'
<bitcoin-git> bitcoin/master 4d6b532 Antoine Poinsot: psbt: implement hash preimages fields
<bitcoin-git> bitcoin/master eb63b8f MarcoFalke: Merge bitcoin/bitcoin#23718: PSBT: hash preimages fields
<bitcoin-git> [gui] luke-jr opened pull request #506: QRImageWidget: Sizing and font fixups (master...qt_qrcode_sizefixes) https://github.com/bitcoin-core/gui/pull/506
<bitcoin-git> [bitcoin] fanquake merged pull request #23675: build: Post-pr23489 small cleanups (master...211204-cleanup) https://github.com/bitcoin/bitcoin/pull/23675
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ac92ab6da58e...83f8e6e7a4dd
<bitcoin-git> bitcoin/master e5a81e6 Hennadii Stepanov: build, refactor: Re-use `qt_lib_suffix` variable
<bitcoin-git> bitcoin/master ef81c51 Hennadii Stepanov: build: Use config_opts instead of passing a compiler flag directly
<bitcoin-git> bitcoin/master 3b8f4e3 Hennadii Stepanov: build, qt: Drop unused CROSS_COMPILE variable for Android builds

2021-12-12

<bitcoin-git> [gui] RandyMcMillan opened pull request #505: RPCConsole: add hidePeersDetail() button and functionality (master...1639351552-issue-485) https://github.com/bitcoin-core/gui/pull/505
<bitcoin-git> [bitcoin] Pandahub404 closed pull request #23753: Create README.md (master...Pandahub404-patch-1) https://github.com/bitcoin/bitcoin/pull/23753
<bitcoin-git> [bitcoin] Pandahub404 opened pull request #23753: Create README.md (master...Pandahub404-patch-1) https://github.com/bitcoin/bitcoin/pull/23753
<bitcoin-git> [bitcoin] klementtan closed pull request #22282: refactor: CheckFinalTx pass by reference instead of pointer (master...CheckFinalTx_ptr_to_ref) https://github.com/bitcoin/bitcoin/pull/22282
<bitcoin-git> [bitcoin] hebasto opened pull request #23751: build, qt: No need to set inapplicable QPA backend for Android (master...211212-qpa) https://github.com/bitcoin/bitcoin/pull/23751
<bitcoin-git> [bitcoin] darosior opened pull request #23750: rpcwallet: mention labels are disabled for ranged descriptors (master...no_label_range_descriptors) https://github.com/bitcoin/bitcoin/pull/23750
<bitcoin-git> [gui] icota opened pull request #504: Android: fix GUI not loading on Qt 5.15 (master...master) https://github.com/bitcoin-core/gui/pull/504
<Guest89> Nobody wants to wait until 2142 for a "completed" currency. money shouldnt need to be "completed". Remove mining and use bitcoin as just that a digital value bought with real money with a cap of 21 million.
<Guest89> Bitcoin devs right?

2021-12-11

<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23113: Add warnings to createmultisig and addmultisig if using uncompressed keys (master...202109_createmultisig_warnings) https://github.com/bitcoin/bitcoin/pull/23113
<bitcoin-git> bitcoin/master e46fc93 Samuel Dobson: Add warnings field to addmultisigaddress to warn about uncompressed keys
<bitcoin-git> bitcoin/master d1a9742 Samuel Dobson: Add warnings field to createmultisig to warn about uncompressed keys
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/90deb9f980d0...ac92ab6da58e
<bitcoin-git> bitcoin/master d5cab1a Samuel Dobson: Add createmultisig and addmultisigaddress warnings release note
<laanwj> no i don't want to "rule bitcoin core by my own fiat", if it was still not clear i'm not interested in that kind of thing, buut it would be nice if i could add him so that we can more effectively protect the project from spam...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23740: test: fix test failures in test/functional/p2p_timeouts.py (master...fix-p2p_timeouts-test-failures) https://github.com/bitcoin/bitcoin/pull/23740
<bitcoin-git> bitcoin/master 0bfb920 Jon Atack: test: fix test failures in test/functional/p2p_timeouts.py
<bitcoin-git> bitcoin/master 90deb9f MarcoFalke: Merge bitcoin/bitcoin#23740: test: fix test failures in test/functional/p2...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/faea4c9d2b71...90deb9f980d0
<bitcoin-git> [bitcoin] MarcoFalke merged 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] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7d746bdd1829...faea4c9d2b71
<bitcoin-git> bitcoin/master 2f97c11 Douglas Chimento: doc: Remove TODO 'exclude peers with download permission'
<bitcoin-git> bitcoin/master faea4c9 MarcoFalke: Merge bitcoin/bitcoin#23128: doc: Remove TODO 'exclude peers with download...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23733: fuzz: Move ISO8601 to one place (master...2112-fuzzTime) https://github.com/bitcoin/bitcoin/pull/23733
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/50c502f54abd...7d746bdd1829
<bitcoin-git> bitcoin/master fa72dd3 MarcoFalke: fuzz: Move ISO8601 to one place
<bitcoin-git> bitcoin/master 7d746bd MarcoFalke: Merge bitcoin/bitcoin#23733: fuzz: Move ISO8601 to one place
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23735: ci: Run one task with CONFIG_SHELL zsh (master...2112-ciZsh) https://github.com/bitcoin/bitcoin/pull/23735
<bitcoin-git> [bitcoin] hebasto opened pull request #23744: build, qt: Drop support for `i686-linux-android` host (master...211211-android32) https://github.com/bitcoin/bitcoin/pull/23744
<luke-jr> laanwj: so you just rule Bitcoin Core by your own fiat now?
<bitcoin-git> [bitcoin] jonatack opened pull request #23740: test: fix test failures in test/functional/p2p_timeouts.py (master...fix-p2p_timeouts-test-failures) https://github.com/bitcoin/bitcoin/pull/23740

2021-12-10

<bitcoin-git> [bitcoin] laanwj merged pull request #17034: [BIP 174] PSBT version, proprietary, and xpub fields (master...bip174-extensions) https://github.com/bitcoin/bitcoin/pull/17034
<bitcoin-git> bitcoin/master c3eb416 Andrew Chow: Implement PSBT versions
<bitcoin-git> bitcoin/master 3235847 Andrew Chow: Types are compact size uints
<bitcoin-git> [bitcoin] laanwj pushed 16 commits to master: https://github.com/bitcoin/bitcoin/compare/a06364741358...50c502f54abd
<bitcoin-git> bitcoin/master df84fa9 Andrew Chow: Add GetVersion helper to PSBT
<bitcoin-git> [bitcoin] jonatack opened pull request #23738: validation, log: improve logging of ChainstateManager snapshot persistance (master...refactor-and-improve-snapshot-persistance-logging) https://github.com/bitcoin/bitcoin/pull/23738
<bitcoin-git> [bitcoin] jamesob opened pull request #23737: test: make feature_init more robust (master...2021-12-feature-init-test-improvement) https://github.com/bitcoin/bitcoin/pull/23737
<bitcoin-git> [bitcoin] marcinja closed pull request #15093: rpc: Change importwallet to return additional errors (master...add-errors-to-importwallet) https://github.com/bitcoin/bitcoin/pull/15093
<bitcoin-git> [bitcoin] dougEfresh reopened 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] jamesob opened pull request #23736: test: call VerifyLoadedChainstate during ChainTestingSetup (master...2021-12-verify-loaded-cs-test) https://github.com/bitcoin/bitcoin/pull/23736
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23735: ci: Run one task with CONFIG_SHELL zsh (master...2112-ciZsh) https://github.com/bitcoin/bitcoin/pull/23735
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23280: init: Coalesce Chainstate loading sequence between {,non-}unittest codepaths (master...2021-09-kernel-lib-v3) https://github.com/bitcoin/bitcoin/pull/23280
<bitcoin-git> [bitcoin] MarcoFalke pushed 24 commits to master: https://github.com/bitcoin/bitcoin/compare/65b49f60a4cf...a06364741358
<bitcoin-git> bitcoin/master cbac28b Carl Dong: node/chainstate: Decouple from GetTimeMillis
<bitcoin-git> bitcoin/master ae9121f Carl Dong: node/chainstate: Decouple from stringy errors
<bitcoin-git> bitcoin/master cb64af9 Carl Dong: node: Extract chainstate loading sequence
<gribble> https://github.com/bitcoin/bitcoin/issues/12345 | Asymmetric encryption stubs. by Rutkouski · Pull Request #12345 · bitcoin/bitcoin · GitHub
<lightlike> looks like the gribble links stopped working: Linking to https://github.com/bitcoin/bitcoin/issues/12345 used to work even when #12345 was a PR, not an Issue - but not anymore?
<gribble> https://github.com/bitcoin/bitcoin/issues/17034 | [BIP 174] PSBT version, proprietary, and xpub fields by achow101 · Pull Request #17034 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23733: fuzz: Move ISO8601 to one place (master...2112-fuzzTime) https://github.com/bitcoin/bitcoin/pull/23733
<bitcoin-git> [bitcoin] fanquake merged pull request #23673: build: Include native_X.mk before X.mk (master...211204-native) https://github.com/bitcoin/bitcoin/pull/23673
<bitcoin-git> bitcoin/master 65b49f6 fanquake: Merge bitcoin/bitcoin#23673: build: Include native_X.mk before X.mk
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/011d6e429b9d...65b49f60a4cf
<bitcoin-git> bitcoin/master ef77549 Hennadii Stepanov: build: Include native_X.mk before X.mk
<bitcoin-git> [bitcoin] kiminuo opened pull request #23732: refactor: Remove `gArgs` from `bdb.h` and `sqlite.h` (master...feature/2021-12-02-db-without-gArgs-base) https://github.com/bitcoin/bitcoin/pull/23732
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signing (master...psbt-sighash-default) https://github.com/bitcoin/bitcoin/pull/22514
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9f7661c0c4cb...011d6e429b9d
<bitcoin-git> bitcoin/master d399266 Andrew Chow: psbt: Actually use SIGHASH_DEFAULT
<bitcoin-git> bitcoin/master eb9a1a2 Andrew Chow: psbt: Make sighash_type std::optional<int>
<bitcoin-git> bitcoin/master c0405ee Andrew Chow: rpc: Document that DEFAULT is for Taproot, ALL for everything else
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23731: [RFC] wallet: Always prefer bech32(m) change by default (master...2112-walletChangeChange) https://github.com/bitcoin/bitcoin/pull/23731
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #19499: p2p: Make timeout mockable and type safe, speed up test (master...2007-p2pMockTimeout) https://github.com/bitcoin/bitcoin/pull/19499
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d5724b8c6a1f...9f7661c0c4cb
<bitcoin-git> bitcoin/master fa6d5a2 MarcoFalke: scripted-diff: Rename m_last_send and m_last_recv
<bitcoin-git> bitcoin/master fadc0c8 MarcoFalke: p2p: Make timeout mockable and type safe, speed up test
<bitcoin-git> bitcoin/master 9f7661c MarcoFalke: Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, spe...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23682: ci: Make macOS native task sqlite only (master...2112-ciSqlite) https://github.com/bitcoin/bitcoin/pull/23682
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6cd1e0f3416f...d5724b8c6a1f
<bitcoin-git> bitcoin/master d5724b8 MarcoFalke: Merge bitcoin/bitcoin#23682: ci: Make macOS native task sqlite only
<bitcoin-git> bitcoin/master fad2e0a MarcoFalke: ci: Make macOS native task sqlite only
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23728: Use the imperative mood in example subject line (master...contributing-patches) https://github.com/bitcoin/bitcoin/pull/23728
<bitcoin-git> bitcoin/master 6cd1e0f MarcoFalke: Merge bitcoin/bitcoin#23728: Use the imperative mood in example subject li...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09ad512369a5...6cd1e0f3416f
<bitcoin-git> bitcoin/master efde111 Tobin Harding: Use the imperative mood in example subject line
<the-scientist> I call to revoke luke-jr's github access to the Bitcoin repository
<the-scientist> this is a lie, there is only 13000 Bitcoin nodes and you can see them on https://bitnodes.io/ and https://coin.dance/nodes
<the-scientist> where he manipulates people, make them believe that there is 50,000 Bitcoin nodes and the majority support taproot
<gribble> https://github.com/bitcoin/bitcoin/issues/23676 | rpc: correct `getnewaddress`/`getrawchangeaddress` address_type helptext by brianddk · Pull Request #23676 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged 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/master 09ad512 fanquake: Merge bitcoin/bitcoin#23628: Check descriptors returned by external signer...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f26d8ec703c...09ad512369a5
<bitcoin-git> bitcoin/master 5493e92 sstone: Check descriptors returned by external signers
<bitcoin-git> [bitcoin] tcharding opened pull request #23728: Use the imperative mood in example subject line (master...contributing-patches) https://github.com/bitcoin/bitcoin/pull/23728

2021-12-09

<gribble> https://github.com/bitcoin/bitcoin/issues/23727 | Make rescans faster · Issue #23727 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/23549 | Add scanblocks RPC call (attempt 2) by jamesob · Pull Request #23549 · bitcoin/bitcoin · GitHub
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/22514 | psbt: Actually use SIGHASH_DEFAULT for PSBT signing by achow101 · Pull Request #22514 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 has 10 blockers, 1 chasing concept ACK
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball
<core-meetingbot> Meeting started Thu Dec 9 19:00:30 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<sipa> Guest7: you're welcome to hang out here of course, but discussions about anything but development of the bitcoin core implementation here is off topic
<Guest7> I am trying to create a new crypto currency with the bitcoin source code
<bitcoin-git> [bitcoin] jonatack closed pull request #23704: validation, refactor: remove CChainState::GetMempool() (master...rm-CChainState-GetMempool-getter) https://github.com/bitcoin/bitcoin/pull/23704
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23725: test: fix `feature_coinstatsindex.py --descriptors` and add to test runner (master...202112-test-fix-feature_coinstatsindex-with-descriptors) https://github.com/bitcoin/bitcoin/pull/23725
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c840ab0231bc...2f26d8ec703c
<bitcoin-git> bitcoin/master 50b044a Sebastian Falbesoner: test: fix test feature_coinstatsindex.py for descriptor wallets
<bitcoin-git> bitcoin/master 2f26d8e MarcoFalke: Merge bitcoin/bitcoin#23725: test: fix `feature_coinstatsindex.py --descri...
<bitcoin-git> bitcoin/master 61fb410 Sebastian Falbesoner: test: add feature_coinstatsindex.py --descriptors to test_runner.py
<bitcoin-git> [bitcoin] laanwj merged pull request #22019: wallet: Introduce SelectionResult for encapsulating a coin selection solution (master...selectionresult) https://github.com/bitcoin/bitcoin/pull/22019
<bitcoin-git> bitcoin/master 9d1d86d Andrew Chow: Introduce SelectionResult struct
<bitcoin-git> bitcoin/master cbf0b9f Andrew Chow: scripted-diff: Use SelectionResult in coin selector tests
<bitcoin-git> bitcoin/master 94d851d Andrew Chow: Fix bnb_search_test to use set equivalence for
<bitcoin-git> [bitcoin] laanwj pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/09e60df115f7...c840ab0231bc
<laanwj> main difference seems to be that https://github.com/zw/bitcoin-gh-meta.git has a directory per 100 issues instead of per issue
<jamesob> FWIW, I've uploaded ~2.8GB of pull request/comment data to https://github.com/jamesob/bitcoin-github-scrape in case anyone wants an additional backup of Github data
<bitcoin-git> [bitcoin] theStack opened pull request #23725: test: fix `feature_coinstatsindex.py --descriptors` and add to test runner (master...202112-test-fix-feature_coinstatsindex-with-descriptors) https://github.com/bitcoin/bitcoin/pull/23725
<bitcoin-git> [bitcoin] 0xB10C opened pull request #23724: build: add systemtap's sys/sdt.h as depends for GUIX builds with USDT tracepoints (master...2021-12-usdt-depends) https://github.com/bitcoin/bitcoin/pull/23724
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23723: test: Replace hashlib.new with named constructor (master...2112-testNoNew) https://github.com/bitcoin/bitcoin/pull/23723
<bitcoin-git> bitcoin/master fa1b63c MarcoFalke: test: Replace hashlib.new with named constructor
<bitcoin-git> bitcoin/master 09e60df MarcoFalke: Merge bitcoin/bitcoin#23723: test: Replace hashlib.new with named construc...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aab5e48d422d...09e60df115f7
<bitcoin-git> [bitcoin] laanwj merged pull request #23658: contrib: add check for wget command in install_db4.sh (master...contrib-patches) https://github.com/bitcoin/bitcoin/pull/23658
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7629efcc2c3a...aab5e48d422d
<bitcoin-git> bitcoin/master aab5e48 W. J. van der Laan: Merge bitcoin/bitcoin#23658: contrib: add check for wget command in instal...
<bitcoin-git> bitcoin/master b062da0 Florian Baumgartl: contrib: add check for wget command in install_db4.sh
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23723: test: Replace hashlib.new with named constructor (master...2112-testNoNew) https://github.com/bitcoin/bitcoin/pull/23723
<bitcoin-git> [bitcoin] fanquake merged 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/master 19f3896 Hennadii Stepanov: build: Fix x86_64 <-> arm64 cross-compiling for macOS
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ae017b816047...7629efcc2c3a
<bitcoin-git> bitcoin/master 7629efc fanquake: Merge bitcoin/bitcoin#23603: build: Fix x86_64 <-> arm64 cross-compiling f...
<bitcoin-git> [bitcoin] fanquake merged pull request #23495: build: Bump Fontconfig version up to 2.12.6 (master...211112-fc) https://github.com/bitcoin/bitcoin/pull/23495
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7ce8d74156ab...ae017b816047
<bitcoin-git> bitcoin/master 6575d35 Hennadii Stepanov: build: Bump Fonconfig version up to 2.12.6
<bitcoin-git> bitcoin/master ae017b8 fanquake: Merge bitcoin/bitcoin#23495: build: Bump Fontconfig version up to 2.12.6
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23346: util, refactor: Improve headers for bitcoin-wallet tool (master...211024-bw-headers) https://github.com/bitcoin/bitcoin/pull/23346
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7908772244b9...7ce8d74156ab
<bitcoin-git> bitcoin/master 3431839 Hennadii Stepanov: util, refactor: Improve headers for bitcoin-wallet tool
<bitcoin-git> bitcoin/master 7ce8d74 MarcoFalke: Merge bitcoin/bitcoin#23346: util, refactor: Improve headers for bitcoin-w...
<bitcoin-git> [bitcoin] fanquake closed pull request #23722: build: Always assume cross compiling for mingw32 hosts (master...211209-yes) https://github.com/bitcoin/bitcoin/pull/23722
<bitcoin-git> [bitcoin] fanquake merged pull request #23703: scripted-diff: Use named args in RPC docs (master...2112-docOptName) https://github.com/bitcoin/bitcoin/pull/23703
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/529ed3336205...7908772244b9
<bitcoin-git> bitcoin/master fa9aaf8 MarcoFalke: scripted-diff: Use named args in RPC docs
<bitcoin-git> bitcoin/master 7908772 fanquake: Merge bitcoin/bitcoin#23703: scripted-diff: Use named args in RPC docs
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23715: test: feature_rbf.py: check specified wallet type availability (master...202112-test-check-feature_rbf-wallet-availability) https://github.com/bitcoin/bitcoin/pull/23715
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68ca8677e039...529ed3336205
<bitcoin-git> bitcoin/master 529ed33 MarcoFalke: Merge bitcoin/bitcoin#23715: test: feature_rbf.py: check specified wallet ...
<bitcoin-git> bitcoin/master 84bc35d Sebastian Falbesoner: test: feature_rbf.py: check specified wallet type availability
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23716: test: replace hashlib.ripemd160 with an own implementation (master...202112_ripemd160) https://github.com/bitcoin/bitcoin/pull/23716
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1b76b18f8a0d...68ca8677e039
<bitcoin-git> bitcoin/master ad3e9e1 Pieter Wuille: Add pure Python RIPEMD-160
<bitcoin-git> bitcoin/master 5b559dc Pieter Wuille: Swap out hashlib.ripemd160 for own implementation
<bitcoin-git> bitcoin/master 68ca867 MarcoFalke: Merge bitcoin/bitcoin#23716: test: replace hashlib.ripemd160 with an own i...
<bitcoin-git> [bitcoin] fanquake merged pull request #23585: scripted-diff: Drop Darwin version for better maintainability (master...211124-darwin) https://github.com/bitcoin/bitcoin/pull/23585
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c4ae714f55ed...1b76b18f8a0d
<bitcoin-git> bitcoin/master 2f356a0 Hennadii Stepanov: scripted-diff: Drop Darwin version for better maintainability
<bitcoin-git> bitcoin/master 1b76b18 fanquake: Merge bitcoin/bitcoin#23585: scripted-diff: Drop Darwin version for better...
<bitcoin-git> [bitcoin] fanquake merged pull request #23714: doc: Normalize RPC description whitespace (master...2112-docRPCWhitespace) https://github.com/bitcoin/bitcoin/pull/23714
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f727d814bd8d...c4ae714f55ed
<bitcoin-git> bitcoin/master faa0833 MarcoFalke: doc: Normalize RPC description whitespace
<bitcoin-git> bitcoin/master c4ae714 fanquake: Merge bitcoin/bitcoin#23714: doc: Normalize RPC description whitespace
<bitcoin-git> [bitcoin] hebasto opened pull request #23722: build: Always assume cross compiling for mingw32 hosts (master...211209-yes) https://github.com/bitcoin/bitcoin/pull/23722
<bitcoin-git> [bitcoin] w0xlt opened pull request #23721: wallet, refactor: Move restorewallet() logic to the wallet section (master...restore_wallet_gui) https://github.com/bitcoin/bitcoin/pull/23721
<bitcoin-git> [bitcoin] mzumsande opened pull request #23720: test: Refactor addr_relay.py addr generation, increase mocktime (master...202112_test_addrrelay) https://github.com/bitcoin/bitcoin/pull/23720

2021-12-08

<bitcoin-git> [bitcoin] darosior opened pull request #23718: PSBT: hash preimages fields (master...psbt_preimages_fields) https://github.com/bitcoin/bitcoin/pull/23718
<bitcoin-git> [bitcoin] sipa opened pull request #23716: test: replace hashlib.ripemd160 with an own implementation (master...202112_ripemd160) https://github.com/bitcoin/bitcoin/pull/23716
<bitcoin-git> [bitcoin] theStack opened pull request #23715: test: feature_rbf.py: check specified wallet type availability (master...202112-test-check-feature_rbf-wallet-availability) https://github.com/bitcoin/bitcoin/pull/23715
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23714: doc: Normalize RPC description whitespace (master...2112-docRPCWhitespace) https://github.com/bitcoin/bitcoin/pull/23714
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23712: test: interface_bitcoin_cli.py: check specified wallet type availability (master...2021-test-check-proper-wallet-in-interface_bitcoin_cli) https://github.com/bitcoin/bitcoin/pull/23712
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/926fc2a0d4ff...f727d814bd8d
<bitcoin-git> bitcoin/master b57bf25 Sebastian Falbesoner: test: interface_bitcoin_cli.py: check specified wallet type availability
<bitcoin-git> bitcoin/master f727d81 MarcoFalke: Merge bitcoin/bitcoin#23712: test: interface_bitcoin_cli.py: check specifi...