2021-12-11

<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...
<bitcoin-git> [bitcoin] josibake opened 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] theStack opened 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] glozow opened pull request #23711: docs: RBF policy and mempool limit exemptions (master...2021-12-rbf-docs) https://github.com/bitcoin/bitcoin/pull/23711
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23707: fuzz: Fix RPC internal bug detection (master...2112-fuzzBugRpc) https://github.com/bitcoin/bitcoin/pull/23707
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/577bd51a4b8d...926fc2a0d4ff
<bitcoin-git> bitcoin/master fa77f95 MarcoFalke: fuzz: Fix RPC internal bug detection
<bitcoin-git> bitcoin/master 926fc2a MarcoFalke: Merge bitcoin/bitcoin#23707: fuzz: Fix RPC internal bug detection
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23707: fuzz: Fix RPC internal bug detection (master...2112-fuzzBugRpc) https://github.com/bitcoin/bitcoin/pull/23707
<bitcoin-git> [bitcoin] Sjors opened pull request #23706: rpc: getblockfrompeer followups (master...2021/12/getblockfrompeer_followups) https://github.com/bitcoin/bitcoin/pull/23706
<gribble> https://github.com/bitcoin/bitcoin/issues/22913 | Fix the case where the peer status is not updated by fujicoin · Pull Request #22913 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23702: doc: Add missing optional to getblockfrompeer (master...2112-docOpt) https://github.com/bitcoin/bitcoin/pull/23702
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b692e61d619e...577bd51a4b8d
<bitcoin-git> bitcoin/master aaaa34e MarcoFalke: doc: Add missing optional to getblockfrompeer
<bitcoin-git> bitcoin/master 577bd51 MarcoFalke: Merge bitcoin/bitcoin#23702: doc: Add missing optional to getblockfrompeer...
<bitcoin-git> [bitcoin] jonatack opened pull request #23704: validation, refactor: remove CChainState::GetMempool() (master...rm-CChainState-GetMempool-getter) https://github.com/bitcoin/bitcoin/pull/23704
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23703: scripted-diff: Use named args in RPC docs (master...2112-docOptName) https://github.com/bitcoin/bitcoin/pull/23703
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23702: doc: Add missing optional to getblockfrompeer (master...2112-docOpt) https://github.com/bitcoin/bitcoin/pull/23702
<bitcoin-git> [bitcoin] meshcollider merged pull request #23254: doc: Fix typo and grammar (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23254
<bitcoin-git> [bitcoin] meshcollider pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f6013265b7f2...b692e61d619e
<bitcoin-git> bitcoin/master ffd11ea Heebs: Fix typo and grammar
<bitcoin-git> bitcoin/master b692e61 Samuel Dobson: Merge bitcoin/bitcoin#23254: doc: Fix typo and grammar
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #20295: rpc: getblockfrompeer (master...2020/11/getblockfrompeer) https://github.com/bitcoin/bitcoin/pull/20295
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/84d921e79c73...f6013265b7f2
<bitcoin-git> bitcoin/master dce8c4c Sjors Provoost: rpc: getblockfrompeer
<bitcoin-git> bitcoin/master f601326 MarcoFalke: Merge bitcoin/bitcoin#20295: rpc: getblockfrompeer
<bitcoin-git> bitcoin/master b884aba Sjors Provoost: rpc: move Ensure* helpers to server_util.h
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23465: Remove CTxMemPool params from ATMP (master...remove_pool_params_atmp) https://github.com/bitcoin/bitcoin/pull/23465
<bitcoin-git> bitcoin/master f1f10c0 lsilva01: Remove CTxMemPool params from ATMP
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/099325a7594f...84d921e79c73
<bitcoin-git> bitcoin/master 84d921e MarcoFalke: Merge bitcoin/bitcoin#23465: Remove CTxMemPool params from ATMP
<gribble> https://github.com/bitcoin/bitcoin/issues/21928 | wallet: allow toggling external_signer flag by Sjors · Pull Request #21928 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/2192 | Add a notfound message to getdata. by mikehearn · Pull Request #2192 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #23616: build: Bump AX_PTHREAD macro to the latest version (master...211128-pthread) https://github.com/bitcoin/bitcoin/pull/23616
<bitcoin-git> [bitcoin] fanquake merged pull request #23667: Split up rpcwallet (master...202111_split_walletrpc_total) https://github.com/bitcoin/bitcoin/pull/23667
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/0d101050efbd...fa3fb46b8172
<bitcoin-git> bitcoin/master f7646b4 Samuel Dobson: MOVEONLY: Move transaction related wallet RPCs to transactions.cpp
<bitcoin-git> bitcoin/master 7b45f5c Samuel Dobson: MOVEONLY: Move address related functions from rpcwallet to addresses.cpp
<bitcoin-git> bitcoin/master 9ce521a Samuel Dobson: MOVEONLY: Move balance and utxo RPCs to coins.cpp
<bitcoin-git> [bitcoin] fanquake merged pull request #23678: build: Fix build for Android x86_64 (master...211205-android) https://github.com/bitcoin/bitcoin/pull/23678
<bitcoin-git> bitcoin/master ac9e4bc Hennadii Stepanov: build: Fix build for Android x86_64
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/63c63b5533e8...0d101050efbd
<bitcoin-git> bitcoin/master 0d10105 fanquake: Merge bitcoin/bitcoin#23678: build: Fix build for Android x86_64

2021-12-07

<bitcoin-git> [bitcoin] MarcoFalke merged pull request #14707: [RPC] Include coinbase transactions in receivedby RPCs (master...receivedby-coinbase) https://github.com/bitcoin/bitcoin/pull/14707
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/eaf1c5650245...63c63b5533e8
<bitcoin-git> bitcoin/master 1dcba99 Andrew Toth: Coinbase receivedby rpcs release notes
<bitcoin-git> bitcoin/master bce20c3 Andrew Toth: Include coinbase transactions in receivedby wallet rpcs
<bitcoin-git> bitcoin/master b569675 Andrew Toth: Test including coinbase transactions in receivedby wallet rpcs
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23692: mining, refactor: add m_mempool.cs thread safety lock assertions (master...add-missing-m_mempool-lock-assertions) https://github.com/bitcoin/bitcoin/pull/23692
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/13f41855c5fe...eaf1c5650245
<bitcoin-git> bitcoin/master 275e939 Jon Atack: mining, refactor: add m_mempool.cs thread safety lock assertions
<bitcoin-git> bitcoin/master eaf1c56 MarcoFalke: Merge bitcoin/bitcoin#23692: mining, refactor: add m_mempool.cs thread saf...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23694: doc: Add missing optional to MempoolEntryDescription (master...2112-docOpt) https://github.com/bitcoin/bitcoin/pull/23694
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23695: p2p: Always serialize local timestamp for version msg (master...2112-p2pTime) https://github.com/bitcoin/bitcoin/pull/23695
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22689: rpc: deprecate top-level fee fields in getmempool RPCs (master...josibake-deprecate-mempool-entry-fee-fields) https://github.com/bitcoin/bitcoin/pull/22689
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/95fe477fd189...4fd0ce75c598
<bitcoin-git> bitcoin/master 2ee406c josibake: test: add functional test for deprecatedrpc=fees
<bitcoin-git> bitcoin/master 07ade7d josibake: doc: add release note for fee field deprecation
<bitcoin-git> bitcoin/master 35d928c josibake: rpc: deprecate fee fields from mempool entries
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23693: Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark" (master...2112-ciBench) https://github.com/bitcoin/bitcoin/pull/23693
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6db7e43d420d...95fe477fd189
<bitcoin-git> bitcoin/master faa185b MarcoFalke: Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark"
<bitcoin-git> bitcoin/master 95fe477 MarcoFalke: Merge bitcoin/bitcoin#23693: Revert "Fixes Bug in Transaction generation i...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23693: Revert "Fixes Bug in Transaction generation in ComplexMempool benchmark" (master...2112-ciBench) https://github.com/bitcoin/bitcoin/pull/23693
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23691: bench: Avoid OOM for now (master...2112-ciBench) https://github.com/bitcoin/bitcoin/pull/23691
<bitcoin-git> [bitcoin] jonatack opened pull request #23692: mining, refactor: add m_mempool.cs thread safety lock assertions (master...add-missing-m_mempool-lock-assertions) https://github.com/bitcoin/bitcoin/pull/23692
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23691: bench: Avoid OOM for now (master...2112-ciBench) https://github.com/bitcoin/bitcoin/pull/23691
<MarcoFalke> I was running the test in docker for that, but I can't reproduce locally for now: https://github.com/bitcoin/bitcoin/pull/22856#issuecomment-987874017
<gribble> https://github.com/bitcoin/bitcoin/issues/22856 | test: Fix bug in transaction generation in ComplexMempool benchmark by shoryak · Pull Request #22856 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #23677: build, qt: Use Android NDK r23 LTS (master...211204-ndk) https://github.com/bitcoin/bitcoin/pull/23677
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6ac8c4f7001b...6db7e43d420d
<bitcoin-git> bitcoin/master 78a6bc6 Hennadii Stepanov: build, qt: Use Android NDK r23 LTS
<bitcoin-git> bitcoin/master 6db7e43 fanquake: Merge bitcoin/bitcoin#23677: build, qt: Use Android NDK r23 LTS
<bitcoin-git> [bitcoin] laanwj merged pull request #23634: rpc: add missing scantxoutset examples (master...202111-rpc-add_scantxoutset_examples) https://github.com/bitcoin/bitcoin/pull/23634
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/abc26fa37881...6ac8c4f7001b
<bitcoin-git> bitcoin/master 1ed5681 Sebastian Falbesoner: rpc: add missing scantxoutset examples
<bitcoin-git> bitcoin/master 6ac8c4f W. J. van der Laan: Merge bitcoin/bitcoin#23634: rpc: add missing scantxoutset examples
<gribble> https://github.com/bitcoin/bitcoin/issues/17161 | CBlockIndex::nStatus race when pruning · Issue #17161 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23505: Bury taproot deployment (master...2111-versionbitsNoTaproot) https://github.com/bitcoin/bitcoin/pull/23505
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #22856: test: Fix bug in transaction generation in ComplexMempool benchmark (master...complexmempool) https://github.com/bitcoin/bitcoin/pull/22856
<bitcoin-git> bitcoin/master 29e9833 Shorya: Fixes Bug in Transaction generation in ComplexMempool benchmark
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e457513eb1ba...abc26fa37881
<bitcoin-git> bitcoin/master abc26fa MarcoFalke: Merge bitcoin/bitcoin#22856: test: Fix bug in transaction generation in Co...
<bitcoin-git> [bitcoin] fanquake merged pull request #23631: p2p: Don't use timestamps from inbound peers for Adjusted Time (master...202111_timedata_inbound) https://github.com/bitcoin/bitcoin/pull/23631
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/084c81c8b6ef...e457513eb1ba
<bitcoin-git> bitcoin/master 0c85dc3 Martin Zumsande: p2p: Don't use timestamps from inbound peers
<bitcoin-git> bitcoin/master e457513 fanquake: Merge bitcoin/bitcoin#23631: p2p: Don't use timestamps from inbound peers ...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23547: Bugfix: RPC/mining: Fail properly in estimatesmartfee if smart fee data is unavailable (master...fix_rpc_estimatesmartfee_nodata) https://github.com/bitcoin/bitcoin/pull/23547
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/61b82a817516...084c81c8b6ef
<bitcoin-git> bitcoin/master 084c81c MarcoFalke: Merge bitcoin/bitcoin#23547: Bugfix: RPC/mining: Fail properly in estimate...
<bitcoin-git> bitcoin/master cd8d156 Luke Dashjr: Bugfix: RPC/mining: Fail properly in estimatesmartfee if smart fee data is...
<bitcoin-git> [bitcoin] MarcoFalke merged 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] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/89ea2b380935...61b82a817516
<bitcoin-git> bitcoin/master d6d402b fanquake: build: remove x-prefix comparisons
<bitcoin-git> bitcoin/master 61b82a8 MarcoFalke: Merge bitcoin/bitcoin#23593: build: remove x-prefix's from comparisons
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #20583: rpc: Add missing BlockUntilSyncedToCurrentChain to wallet RPCs (master...2012-walletSync) https://github.com/bitcoin/bitcoin/pull/20583
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b7e63306e812...89ea2b380935
<bitcoin-git> bitcoin/master 89ea2b3 MarcoFalke: Merge bitcoin/bitcoin#20583: rpc: Add missing BlockUntilSyncedToCurrentCha...
<bitcoin-git> bitcoin/master fa5362a MarcoFalke: rpc: Add missing BlockUntilSyncedToCurrentChain to wallet RPCs
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23687: Remove unused (and broken) functionality in SpanReader (master...202112_spanreadernopos) https://github.com/bitcoin/bitcoin/pull/23687
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9a53ba4618e9...b7e63306e812
<bitcoin-git> bitcoin/master 31ba1af Pieter Wuille: Remove unused (and broken) functionality in SpanReader
<bitcoin-git> bitcoin/master b7e6330 MarcoFalke: Merge bitcoin/bitcoin#23687: Remove unused (and broken) functionality in S...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23676: rpc: correct `getnewaddress`/`getrawchangeaddress` address_type helptext (master...rpc_bech32m_doc_update) https://github.com/bitcoin/bitcoin/pull/23676
<bitcoin-git> bitcoin/master 5767208 brianddk: correct rpc address_type helptext
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/42b25025fa74...9a53ba4618e9
<bitcoin-git> bitcoin/master 9a53ba4 MarcoFalke: Merge bitcoin/bitcoin#23676: rpc: correct `getnewaddress`/`getrawchangeadd...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23644: wallet: Replace confusing getAdjustedTime() with GetTime() (master...2112-walletNoAdjust) https://github.com/bitcoin/bitcoin/pull/23644
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/08dcc5912d86...42b25025fa74
<bitcoin-git> bitcoin/master fa37e79 MarcoFalke: wallet: Replace confusing getAdjustedTime() with GetTime()
<bitcoin-git> bitcoin/master 42b2502 MarcoFalke: Merge bitcoin/bitcoin#23644: wallet: Replace confusing getAdjustedTime() w...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23688: test: remove unneeded sync_all() calls in wallet_listtransactions.py (master...2021-test-remove_sync_all_calls_in_wallet_listtransactions) https://github.com/bitcoin/bitcoin/pull/23688
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/877f3aa85c39...08dcc5912d86
<bitcoin-git> bitcoin/master 08dcc59 MarcoFalke: Merge bitcoin/bitcoin#23688: test: remove unneeded sync_all() calls in wal...
<bitcoin-git> bitcoin/master 0ba98ed Sebastian Falbesoner: test: remove unneeded sync_all() calls in wallet_listtransactions.py
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23686: test: fix `interface_bitcoin_cli.py --descriptors` and add to test runner (master...202112-test-fix-interface_bitcoin_cli-with-descriptors) https://github.com/bitcoin/bitcoin/pull/23686
<bitcoin-git> bitcoin/master e4fa28a Sebastian Falbesoner: test: fix test interface_bitcoin_cli.py for descriptor wallets
<bitcoin-git> bitcoin/master 877f3aa MarcoFalke: Merge bitcoin/bitcoin#23686: test: fix `interface_bitcoin_cli.py --descrip...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6223e550c556...877f3aa85c39
<bitcoin-git> bitcoin/master 035767f Sebastian Falbesoner: test: add interface_bitcoin_cli.py --descriptors to test_runner.py
<bitcoin-git> [bitcoin] fanquake merged pull request #23685: doc: Merge release note snippets (master...2112-docRel) https://github.com/bitcoin/bitcoin/pull/23685
<bitcoin-git> bitcoin/master faef7e9 MarcoFalke: doc: Merge release note snippets
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/786ffb3ae488...6223e550c556
<bitcoin-git> bitcoin/master 6223e55 fanquake: Merge bitcoin/bitcoin#23685: doc: Merge release note snippets
<gribble> https://github.com/bitcoin/bitcoin/issues/23340 | build: upgrade to boost 1.77 to fix c++20 compilation by PastaPastaPasta · Pull Request #23340 · bitcoin/bitcoin · GitHub

2021-12-06

<bitcoin-git> [bitcoin] theStack opened pull request #23688: test: remove unneeded sync_all() calls in wallet_listtransactions.py (master...2021-test-remove_sync_all_calls_in_wallet_listtransactions) https://github.com/bitcoin/bitcoin/pull/23688
<bitcoin-git> [bitcoin] sipa opened pull request #23687: Remove unused (and broken) functionality in SpanReader (master...202112_spanreadernopos) https://github.com/bitcoin/bitcoin/pull/23687
<bitcoin-git> [bitcoin] theStack opened pull request #23686: test: fix `interface_bitcoin_cli.py --descriptors` and add to test runner (master...202112-test-fix-interface_bitcoin_cli-with-descriptors) https://github.com/bitcoin/bitcoin/pull/23686
<bitcoin-git> [bitcoin] laanwj merged pull request #17160: refactor: net: subnet lookup: use single-result LookupHost() (master...20191016-net-simplify_function_lookupsubnet) https://github.com/bitcoin/bitcoin/pull/17160
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/695ba2fe5446...786ffb3ae488
<bitcoin-git> bitcoin/master a989f98 Sebastian Falbesoner: refactor: net: subnet lookup: use single-result LookupHost()
<bitcoin-git> bitcoin/master 786ffb3 W. J. van der Laan: Merge bitcoin/bitcoin#17160: refactor: net: subnet lookup: use single-resu...
<bitcoin-git> [bitcoin] laanwj merged pull request #23486: rpc: Only allow specific types to be P2(W)SH wrapped in decodescript (master...2111-rpcScript) https://github.com/bitcoin/bitcoin/pull/23486
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dca9ab48b80f...695ba2fe5446
<bitcoin-git> bitcoin/master 9999342 MarcoFalke: rpc: Only allow specific types to be P2(W)SH wrapped in decodescript
<bitcoin-git> bitcoin/master 695ba2f W. J. van der Laan: Merge bitcoin/bitcoin#23486: rpc: Only allow specific types to be P2(W)SH ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23685: doc: Merge release note snippets (master...2112-docRel) https://github.com/bitcoin/bitcoin/pull/23685
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23661: cover DisconnectBlock with lock annotation (master...2021-12-disconnect-annotation) https://github.com/bitcoin/bitcoin/pull/23661
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8b2c0df83eab...dca9ab48b80f
<bitcoin-git> bitcoin/master dca9ab4 MarcoFalke: Merge bitcoin/bitcoin#23661: cover DisconnectBlock with lock annotation
<bitcoin-git> bitcoin/master 7da4a8f James O'Beirne: cover DisconnectBlock with lock annotation
<bitcoin-git> [bitcoin] MarcoFalke merged 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] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/32d9f3770add...8b2c0df83eab
<bitcoin-git> bitcoin/master 4740fe8 Martin Zumsande: test: Add test for block relay only eviction
<bitcoin-git> bitcoin/master 8b2c0df MarcoFalke: Merge bitcoin/bitcoin#23614: test: add unit test for block-relay-only evic...
<bitcoin-git> [bitcoin] MarcoFalke merged 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/master a905ed1 Sebastian Falbesoner: test: refactor: use `set_node_times` helper in wallet_transactiontime_resc...
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/22feb7fee9ac...32d9f3770add
<bitcoin-git> bitcoin/master e4a54af Sebastian Falbesoner: test: add wallet_transactiontime_rescan.py --descriptors to test_runner.py
<bitcoin-git> bitcoin/master b60e02e Sebastian Falbesoner: test: fix test wallet_transactiontime_rescan.py for descriptor wallets
<bitcoin-git> [bitcoin] glozow opened pull request #23683: bug fix: valid but different LockPoints after a reorg (master...2021-12-lockpoints-fix) https://github.com/bitcoin/bitcoin/pull/23683
<bitcoin-git> [bitcoin] laanwj merged pull request #23577: Follow-ups to Bech32 error detection (master...202111_bech32_followup) https://github.com/bitcoin/bitcoin/pull/23577
<bitcoin-git> [bitcoin] laanwj pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/d20d6ac54515...22feb7fee9ac
<bitcoin-git> bitcoin/master 92f0caf Samuel Dobson: Improve Bech32 boost tests
<bitcoin-git> bitcoin/master bb4d3e9 Samuel Dobson: Address review comments for Bech32 error validation
<bitcoin-git> bitcoin/master c8b9a22 Samuel Dobson: Report encoding type in bech32 error message
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #23682: ci: Make macOS native task sqlite only (master...2112-ciSqlite) https://github.com/bitcoin/bitcoin/pull/23682
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23672: tests: Add data-driven testcases to rpc_decodescript.py (master...functest_rpcdecodescript) https://github.com/bitcoin/bitcoin/pull/23672
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/42b35f17d547...d20d6ac54515
<bitcoin-git> bitcoin/master b35942e Dimitri: tests: Add data-driven testcases to rpc_decodescript.py
<bitcoin-git> bitcoin/master d20d6ac MarcoFalke: Merge bitcoin/bitcoin#23672: tests: Add data-driven testcases to rpc_decod...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23681: test: Remove false coinstatsindex test (master...stale-coinstats) https://github.com/bitcoin/bitcoin/pull/23681