2022-07-21

<bitcoin-git> [bitcoin] furszy opened pull request #25659: wallet: simplify ListCoins implementation (master...2022_wallet_clean_listCoins) https://github.com/bitcoin/bitcoin/pull/25659

2022-07-20

<bitcoin-git> [bitcoin] real-or-random closed pull request #25655: build: remove left-over pkgconfig vars in config.site.in (master...202207-pkgconfig-leftovers) https://github.com/bitcoin/bitcoin/pull/25655
<bitcoin-git> [bitcoin] theStack opened pull request #25656: refactor: wallet: return BResult from `GetReservedDestination` methods (master...202207-refactor-wallet_use_bresult_for_getreserveddestination) https://github.com/bitcoin/bitcoin/pull/25656
<bitcoin-git> [bitcoin] real-or-random opened pull request #25655: build: remove left-over pkgconfig vars in config.site.in (master...202207-pkgconfig-leftovers) https://github.com/bitcoin/bitcoin/pull/25655
<bitcoin-git> [bitcoin] achow101 merged pull request #25543: wallet: cleanup cached amount and input mine check code (master...2022_wallet_cleanup_1) https://github.com/bitcoin/bitcoin/pull/25543
<bitcoin-git> bitcoin/master 47b1012 furszy: wallet: remove always true 'fUseCache' from CachedTxGetImmatureWatchOnlyCr...
<bitcoin-git> bitcoin/master 4f0ca9b furszy: wallet: remove always false 'recalculate' arg from GetCachableAmount
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/d67f89bd9577...d1e42659bbdd
<bitcoin-git> bitcoin/master da8f62d furszy: wallet: remove always true 'fUseCache' from CachedTxGetImmatureCredit
<bitcoin-git> [bitcoin] achow101 merged pull request #25625: test: add test for decoding PSBT with per-input preimage types (master...202207-test-add_more_decodepsbt_tests) https://github.com/bitcoin/bitcoin/pull/25625
<bitcoin-git> bitcoin/master 7c0dfec Sebastian Falbesoner: refactor: move `from_binary` helper from signet miner to test framework
<bitcoin-git> bitcoin/master 1b035c0 Sebastian Falbesoner: refactor: move PSBT(Map) helpers from signet miner to test framework
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/5c82ca3365f6...d67f89bd9577
<bitcoin-git> bitcoin/master 597a4b3 Sebastian Falbesoner: scripted-diff: rename `FromBinary` helper to `from_binary` (signet miner)
<sipa> lol, that PR copies the "embit" pure python implementation, which is apparently copied from the one I wrote for Bitcoin Corr.
<bitcoin-git> [bitcoin] jonatack opened pull request #25651: refactor: make ChainImpl::m_node data member private (master...make-ChainImpl-m_node-data-member-private) https://github.com/bitcoin/bitcoin/pull/25651
<bitcoin-git> [bitcoin] josibake opened pull request #25650: script: default to necessary tags in `test/get_previous_releases.py` (master...josibake-update-get-previous-releases-script) https://github.com/bitcoin/bitcoin/pull/25650
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25493: compat: document code in compat.h (master...document_compat_code) https://github.com/bitcoin/bitcoin/pull/25493
<bitcoin-git> [bitcoin] MarcoFalke pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/1eedde157f2e...5c82ca3365f6
<bitcoin-git> bitcoin/master cc7b2fd fanquake: refactor: move compat.h into compat/
<bitcoin-git> bitcoin/master 7c3df5e fanquake: compat: document FD_SETSIZE redefinition for WIN32
<bitcoin-git> bitcoin/master b63ddb7 fanquake: compat: remove unused WSA* definitions
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25638: refactor: Use chainman() helper consistently in ChainImpl (master...2207-chainman-🕉) https://github.com/bitcoin/bitcoin/pull/25638
<bitcoin-git> bitcoin/master fa32b1b MacroFake: refactor: Use chainman() helper consistently in ChainImpl
<bitcoin-git> bitcoin/master 1eedde1 MacroFake: Merge bitcoin/bitcoin#25638: refactor: Use chainman() helper consistently ...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/895937edb2cc...1eedde157f2e
<bitcoin-git> [bitcoin] fanquake closed pull request #25649: Src crypto (master...src_crypto) https://github.com/bitcoin/bitcoin/pull/25649
<bitcoin-git> [bitcoin] Chres-SC opened pull request #25649: Src crypto (master...src_crypto) https://github.com/bitcoin/bitcoin/pull/25649
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25648: refactor: Remove ::fRequireStandard global (master...2207-burn-globals-🛶) https://github.com/bitcoin/bitcoin/pull/25648
<earnestly> (If users were able to install leveldb/rock/db/whatever it would imply that bitcoin-core has matured enough to decouple the db from consensus
<TheCharlatan> it was discussed here for the wallet db format: https://github.com/bitcoin/bitcoin/issues/18916#issuecomment-670132247
<bitcoin-git> [bitcoin] fanquake merged pull request #25285: Add AutoFile without ser-type and ser-version and use it where possible (master...2206-autofile-🌟) https://github.com/bitcoin/bitcoin/pull/25285
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/0897b189e424...895937edb2cc
<bitcoin-git> bitcoin/master 6666803 MacroFake: streams: Add AutoFile without ser-type and ser-version
<bitcoin-git> bitcoin/master facc2fa MacroFake: Use AutoFile where possible
<bitcoin-git> bitcoin/master 895937e fanquake: Merge bitcoin/bitcoin#25285: Add AutoFile without ser-type and ser-version...
<bitcoin-git> [bitcoin] S3RK opened pull request #25647: wallet: return change from SelectionResult (master...coin_selection_get_change) https://github.com/bitcoin/bitcoin/pull/25647
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25308: refactor: Reduce number of LoadChainstate parameters and return values (master...pr/retcode) https://github.com/bitcoin/bitcoin/pull/25308
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/5560682a4464...0897b189e424
<bitcoin-git> bitcoin/master 3b91d4b Russell Yanofsky: refactor: Reduce number of LoadChainstate parameters
<bitcoin-git> bitcoin/master b3e7de7 Russell Yanofsky: refactor: Reduce number of LoadChainstate return values
<bitcoin-git> bitcoin/master 6db6552 Ryan Ofsky: refactor: Reduce number of SanityChecks return values

2022-07-19

<bitcoin-git> [bitcoin] fanquake merged pull request #25645: refactor: Remove unused includes from dbwrapper.h (master...2207-include-dbwrapper-🔙) https://github.com/bitcoin/bitcoin/pull/25645
<bitcoin-git> bitcoin/master fa77fdd MacroFake: Add missing includes
<bitcoin-git> bitcoin/master 1111dde MacroFake: Remove unused includes from dbwrapper.h
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/92c8e1849dce...5560682a4464
<bitcoin-git> bitcoin/master fa869ce MacroFake: Add missing includes to node/chainstate
<bitcoin-git> [bitcoin] fanquake merged pull request #25494: indexes: Stop using node internal types (master...pr/ind) https://github.com/bitcoin/bitcoin/pull/25494
<bitcoin-git> bitcoin/master a0b5b4a Ryan Ofsky: interfaces, refactor: Add more block information to block connected notifi...
<bitcoin-git> bitcoin/master 33b4d48 Ryan Ofsky: indexes, refactor: Pass Chain interface instead of CChainState class to in...
<bitcoin-git> bitcoin/master addb4f2 Ryan Ofsky: indexes, refactor: Remove CBlockIndex* uses in coinstatsindex LookUpOne fu...
<bitcoin-git> [bitcoin] fanquake pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/6900162aeaf8...92c8e1849dce
<bitcoin-git> [bitcoin] fanquake merged pull request #25513: psbt: Check Taproot tree depth and leaf versions (master...taproot-psbt-check-leaf-ver) https://github.com/bitcoin/bitcoin/pull/25513
<bitcoin-git> bitcoin/master 76fb300 Andrew Chow: psbt: Check Taproot tree depth and leaf versions
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9c97ba545115...6900162aeaf8
<bitcoin-git> bitcoin/master 6900162 fanquake: Merge bitcoin/bitcoin#25513: psbt: Check Taproot tree depth and leaf versi...
<bitcoin-git> [bitcoin] achow101 merged pull request #25643: depends: compile FastFixedDtoa with -O1 to fix cross-arch reproducibility for arm32 (master...libdouble_non_determinism) https://github.com/bitcoin/bitcoin/pull/25643
<bitcoin-git> bitcoin/master c32fa85 fanquake: depends: modify FastFixedDtoa optimisation flags
<bitcoin-git> bitcoin/master 9c97ba5 Andrew Chow: Merge bitcoin/bitcoin#25643: depends: compile FastFixedDtoa with -O1 to fi...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad466b85cd8e...9c97ba545115
<bitcoin-git> [bitcoin] hebasto closed pull request #25169: guix: Simplify code for Linux builds (master...220518-inputs) https://github.com/bitcoin/bitcoin/pull/25169
<bitcoin-git> bitcoin/master ad466b8 fanquake: Merge bitcoin/bitcoin#25639: guix: Drop repetition of option's default val...
<bitcoin-git> [bitcoin] fanquake merged pull request #25639: guix: Drop repetition of option's default value (master...220719-riscv) https://github.com/bitcoin/bitcoin/pull/25639
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c6fafa4ed68e...ad466b85cd8e
<bitcoin-git> bitcoin/master 2ade04c Hennadii Stepanov: guix: Drop repetition of option's default value
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/948f5ba6363f...c6fafa4ed68e
<bitcoin-git> bitcoin/master 9aeeb75 Pablo Greco: Add symlinks for hardcoded Makefiles in out of tree builds
<bitcoin-git> bitcoin/master c6fafa4 fanquake: Merge bitcoin/bitcoin#25630: Add symlinks for hardcoded Makefiles in out o...
<bitcoin-git> [bitcoin] fanquake merged pull request #25630: Add symlinks for hardcoded Makefiles in out of tree builds (master...symlink-makefiles) https://github.com/bitcoin/bitcoin/pull/25630
<bitcoin-git> [gui] hebasto closed pull request #607: refactor: Skip manual signal disconnection in descructors (master...220526-handler) https://github.com/bitcoin-core/gui/pull/607
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25645: Remove unused includes from dbwrapper.h (master...2207-include-dbwrapper-🔙) https://github.com/bitcoin/bitcoin/pull/25645
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25641: Fix `-Wparentheses` gcc warning (master...220719-parentheses) https://github.com/bitcoin/bitcoin/pull/25641
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/47dad42833d5...948f5ba6363f
<bitcoin-git> bitcoin/master d68ca4e Hennadii Stepanov: Fix `-Wparentheses` gcc warning
<bitcoin-git> bitcoin/master 948f5ba MacroFake: Merge bitcoin/bitcoin#25641: Fix `-Wparentheses` gcc warning
<bitcoin-git> [bitcoin] hebasto closed pull request #25636: build: Add `double_conversion` package for Linux hosts (master...220718-qt-dc) https://github.com/bitcoin/bitcoin/pull/25636
<bitcoin-git> [bitcoin] fanquake opened pull request #25643: depends: compile FastFixedDtoa with -O1 to fix cross-arch reproducibility for arm32 (master...libdouble_non_determinism) https://github.com/bitcoin/bitcoin/pull/25643
<bitcoin-git> [bitcoin] darosior opened pull request #25642: Don't wrap around when deriving an extended key at a too large depth (master...ext_key_derive_wrap_around) https://github.com/bitcoin/bitcoin/pull/25642
<bitcoin-git> [bitcoin] fanquake merged pull request #25629: univalue: Return more detailed type check error messages (master...2207-json-push-🎬) https://github.com/bitcoin/bitcoin/pull/25629
<bitcoin-git> bitcoin/master 47dad42 fanquake: Merge bitcoin/bitcoin#25629: univalue: Return more detailed type check err...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/6d8707b21d3a...47dad42833d5
<bitcoin-git> bitcoin/master fafab14 MacroFake: move-only: Move UniValue::getInt definition to keep class with definitions...
<bitcoin-git> bitcoin/master fae5ce8 MacroFake: univalue: Return more detailed type check error messages
<bitcoin-git> [bitcoin] hebasto opened pull request #25641: Fix `-Wparentheses` gcc warning (master...220719-parentheses) https://github.com/bitcoin/bitcoin/pull/25641
<bitcoin-git> [gui] hebasto merged pull request #631: Disallow encryption of watchonly wallets (master...watchonly-disable-encryption) https://github.com/bitcoin-core/gui/pull/631
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1b285b780707...6d8707b21d3a
<bitcoin-git> bitcoin/master 4c49541 Andrew Chow: Disallow encryption of watchonly wallets
<bitcoin-git> bitcoin/master 6d8707b Hennadii Stepanov: Merge bitcoin-core/gui#631: Disallow encryption of watchonly wallets
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25590: wallet: Precompute Txdata after setting PSBT inputs' UTXOs (master...sign-psbt-tr-wo-utxos) https://github.com/bitcoin/bitcoin/pull/25590
<bitcoin-git> bitcoin/master d2ed976 Andrew Chow: wallet: Precompute Txdata after setting PSBT inputs' UTXOs
<bitcoin-git> bitcoin/master 1b285b7 MacroFake: Merge bitcoin/bitcoin#25590: wallet: Precompute Txdata after setting PSBT ...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8c9ea8a556fd...1b285b780707
<bitcoin-git> [bitcoin] hebasto opened pull request #25639: guix: Drop repetition of option's default value (master...220719-riscv) https://github.com/bitcoin/bitcoin/pull/25639
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25638: refactor: Use chainman() helper consistently in ChainImpl (master...2207-chainman-🕉) https://github.com/bitcoin/bitcoin/pull/25638
<bitcoin-git> bitcoin/master 8c9ea8a fanquake: Merge bitcoin/bitcoin#25612: depends: default to using GCC tool wrappers f...
<bitcoin-git> [bitcoin] fanquake merged pull request #25612: depends: default to using GCC tool wrappers for LTO (with GCC) (master...lto_improvements) https://github.com/bitcoin/bitcoin/pull/25612
<bitcoin-git> bitcoin/master 6fdc13c Hennadii Stepanov: build: Fix autoconf variable names for tools found by `AC_PATH_TOOL`
<bitcoin-git> bitcoin/master 658685a fanquake: depends: default to using GCC tool wrappers (with GCC)
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/47c86a023d9e...8c9ea8a556fd
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25466: ci: add unused-using-decls to clang-tidy (master...tidy_using_directives) https://github.com/bitcoin/bitcoin/pull/25466
<bitcoin-git> bitcoin/master a02f3f1 fanquake: tidy: use misc-unused-using-decls
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2bdce7f7adbd...47c86a023d9e
<bitcoin-git> bitcoin/master 3617634 eugene: validation: remove unused using directives
<bitcoin-git> bitcoin/master d6787bc fanquake: refactor: remove unused using directives
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25514: net processing: Move CNode::nServices and CNode::nLocalServices to Peer (master...2022-06-move-services) https://github.com/bitcoin/bitcoin/pull/25514
<bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/8d4a058ac421...2bdce7f7adbd
<bitcoin-git> bitcoin/master 1f52c47 John Newbery: [net processing] Add m_our_services and m_their_services to Peer
<bitcoin-git> bitcoin/master fc5eb52 John Newbery: [tests] Connect peer in outbound_slow_chain_eviction by sending p2p messag...
<bitcoin-git> bitcoin/master f65e83d John Newbery: [net processing] Remove fClient and m_limited_node
<bitcoin-git> [bitcoin] kcalvinalvin opened pull request #25637: index: Remove unused BlockFilter::Unserialize() (master...2022-07-13-remove-unused-blockfilter-unserialize) https://github.com/bitcoin/bitcoin/pull/25637

2022-07-18

<bitcoin-git> [bitcoin] hebasto opened pull request #25636: build: Add `double_conversion` package for Linux hosts (master...220718-qt-dc) https://github.com/bitcoin/bitcoin/pull/25636
<dongcarl> libbitcoinkernel reviewers: would like some feedback on this behaviour change for -forcecompactdb: https://github.com/bitcoin/bitcoin/pull/25623#discussion_r923699272
<bitcoin-git> [bitcoin] achow101 merged pull request #23997: wallet: avoid rescans under assumed-valid blocks (master...2022-01-snapshot-rescans) https://github.com/bitcoin/bitcoin/pull/23997
<bitcoin-git> bitcoin/master 8d4a058 Andrew Chow: Merge bitcoin/bitcoin#23997: wallet: avoid rescans under assumed-valid blo...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4aaa3b52006e...8d4a058ac421
<bitcoin-git> bitcoin/master 817326a James O'Beirne: wallet: avoid rescans if under the snapshot
<bitcoin-git> [bitcoin] achow101 merged pull request #25351: rpc, wallet: Scan mempool after import* - Second attempt (master...202204-import-scan) https://github.com/bitcoin/bitcoin/pull/25351
<bitcoin-git> bitcoin/master 3abdbbb João Barbosa: rpc, wallet: Document and test mempool scan after importaddress
<bitcoin-git> bitcoin/master 6d3db52 João Barbosa: rpc, wallet: Document and test mempool scan after importprivkey
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/f002f8a0e76b...4aaa3b52006e
<bitcoin-git> bitcoin/master 236239b Fabian Jahr: wallet: Rescan mempool for transactions as well
<bitcoin-git> [bitcoin] jamesob closed pull request #24846: developer-notes: allow lowerCamelCase for methods (master...jamesob-22-04-dev-notes-methods) https://github.com/bitcoin/bitcoin/pull/24846
<bitcoin-git> [bitcoin] achow101 opened pull request #25634: wallet, tests: Expand and test when the blank wallet flag should be un/set (master...desc-import-unset-blank) https://github.com/bitcoin/bitcoin/pull/25634
<josie[m]> jamesob: there are some instructions for running the CI locally here: https://github.com/bitcoin/bitcoin/blob/f002f8a0e76bd5abd60ef6809b1ff2b4c2d56071/ci/README.md
<fanquake> /tmp/cirrus-ci-build/ci/scratch/build/bitcoin-x86_64-pc-linux-gnu/src/rpc/blockchain.cpp:2213:10: error:
<jamesob> Anyone know how to parse this CI failure? https://github.com/bitcoin/bitcoin/pull/23549/checks?check_run_id=7392517651
<bitcoin-git> [bitcoin] fanquake opened pull request #25633: depends: don't restrict --enable-lto to non-guix cctools (master...dont_restrict_lto_non_guix_builds) https://github.com/bitcoin/bitcoin/pull/25633
<bitcoin-git> [bitcoin] fanquake merged pull request #25599: build: Check for std::atomic::exchange rather than std::atomic_exchange (master...specifc-atomics-check) https://github.com/bitcoin/bitcoin/pull/25599
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/821f5c824f99...f002f8a0e76b
<bitcoin-git> bitcoin/master 4de4221 Andrew Chow: build: Check for std::atomic::exchange rather than std::atomic_exchange
<bitcoin-git> bitcoin/master f002f8a fanquake: Merge bitcoin/bitcoin#25599: build: Check for std::atomic::exchange rather...
<bitcoin-git> [bitcoin] glozow merged pull request #25487: [kernel 3b/n] Decouple `{Dump,Load}Mempool` from `ArgsManager` (master...2022-05-kernelargs-mempool-loaddump) https://github.com/bitcoin/bitcoin/pull/25487
<bitcoin-git> [bitcoin] glozow pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/c395c8d6bbd0...821f5c824f99
<bitcoin-git> bitcoin/master c84390b Carl Dong: test/mempool_persist: Test manual savemempool when -persistmempool=0
<bitcoin-git> bitcoin/master bd44078 Carl Dong: DumpMempool: Use std::chrono instead of weird int64_t arthmetics
<bitcoin-git> bitcoin/master 413f4bb Carl Dong: DumpMempool: Pass in dump_path, stop using gArgs
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25624: fuzz: Fix assert bug in txorphan target (master...fix-fuzz-orphan) https://github.com/bitcoin/bitcoin/pull/25624
<bitcoin-git> bitcoin/master c395c8d MacroFake: Merge bitcoin/bitcoin#25624: fuzz: Fix assert bug in txorphan target
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d80640717392...c395c8d6bbd0
<bitcoin-git> bitcoin/master 2315830 chinggg: fuzz: Fix assert bug in txorphan target
<bitcoin-git> [bitcoin] psgreco opened pull request #25630: Add symlinks for hardcoded Makefiles in out of tree builds (master...symlink-makefiles) https://github.com/bitcoin/bitcoin/pull/25630
<bitcoin-git> [bitcoin] fanquake merged pull request #25542: build: Use Link Time Optimization for Qt code on Linux (master...220705-ltcg) https://github.com/bitcoin/bitcoin/pull/25542
<bitcoin-git> bitcoin/master d806407 fanquake: Merge bitcoin/bitcoin#25542: build: Use Link Time Optimization for Qt code...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c5fa7ed409f3...d80640717392
<bitcoin-git> bitcoin/master ebce66e fanquake: build: pass -fno-lto when building expat
<bitcoin-git> bitcoin/master 3442865 Hennadii Stepanov: build: Use Link Time Optimization for Qt code on Linux
<bitcoin-git> [bitcoin] fanquake merged pull request #25544: wallet: don't iter twice when getting the cached debit/credit amount (master...wallet_needless_iteration) https://github.com/bitcoin/bitcoin/pull/25544
<bitcoin-git> bitcoin/master c5fa7ed fanquake: Merge bitcoin/bitcoin#25544: wallet: don't iter twice when getting the cac...
<bitcoin-git> bitcoin/master 757216e Antoine Poinsot: wallet: don't iter twice when getting the cached debit/credit amount
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4e2929e987fc...c5fa7ed409f3
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25629: univalue: Return more detailed type check error messages (master...2207-json-push-🎬) https://github.com/bitcoin/bitcoin/pull/25629
<bitcoin-git> [bitcoin] fanquake closed pull request #25559: build: Prevent libtool from hardcoding rpath into binaries (master...libtool-no-rpath) https://github.com/bitcoin/bitcoin/pull/25559
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25617: refactor: univalue test cleanups (master...univalue_test_consolidation) https://github.com/bitcoin/bitcoin/pull/25617
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/82ab22af3a96...4e2929e987fc
<bitcoin-git> bitcoin/master 98a0ae6 fanquake: doc: remove references to downstream
<bitcoin-git> bitcoin/master 70d807c fanquake: refactor: integrate no_nul into univalue unitester
<bitcoin-git> bitcoin/master 1f0c83f fanquake: refactor: remove BOOST_*_TEST_ macros

2022-07-17

<gribble> https://github.com/bitcoin/bitcoin/issues/25351 | rpc, wallet: Scan mempool after import* - Second attempt by fjahr · Pull Request #25351 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] Mr-Leshiy closed pull request #25628: Add new getlastvbkwithvtbs, getlastaltwithvtbs rpcs and (master...add-new-rpcs) https://github.com/bitcoin/bitcoin/pull/25628
<bitcoin-git> [bitcoin] Mr-Leshiy opened pull request #25628: Add new getlastvbkwithvtbs, getlastaltwithvtbs rpcs and (master...add-new-rpcs) https://github.com/bitcoin/bitcoin/pull/25628
<bitcoin-git> [bitcoin] fanquake merged pull request #25605: depends: update urls for dmg tools (master...dmg_tools_new_paths) https://github.com/bitcoin/bitcoin/pull/25605
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/55b76ac1c0a4...82ab22af3a96
<bitcoin-git> bitcoin/master 718d29a fanquake: depends: update urls for dmg tools
<bitcoin-git> bitcoin/master 82ab22a fanquake: Merge bitcoin/bitcoin#25605: depends: update urls for dmg tools
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25615: rpc: add missing description in gettxout help text (master...rpc-add-missing-description-gettxout-help-text) https://github.com/bitcoin/bitcoin/pull/25615
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/826fae6a0fe1...55b76ac1c0a4
<bitcoin-git> bitcoin/master 743a84a Marnix: fix gettxout help text
<bitcoin-git> bitcoin/master 55b76ac MacroFake: Merge bitcoin/bitcoin#25615: rpc: add missing description in gettxout help...

2022-07-16

<bitcoin-git> [bitcoin] luke-jr opened pull request #25626: Replace mempoolfullrbf with more compatible and flexible mempoolreplacement (plus more tests) (master...mempoolreplacement_2022) https://github.com/bitcoin/bitcoin/pull/25626
<bitcoin-git> [bitcoin] theStack opened pull request #25625: test: add test for decoding PSBT with per-input preimage types (master...202207-test-add_more_decodepsbt_tests) https://github.com/bitcoin/bitcoin/pull/25625
<bitcoin-git> [bitcoin] chinggg opened pull request #25624: fuzz: Fix assert bug in txorphan target (master...fix-fuzz-orphan) https://github.com/bitcoin/bitcoin/pull/25624

2022-07-15

<bitcoin-git> [bitcoin] dongcarl opened pull request #25623: [kernel 3e/n] Decouple `CDBWrapper` and `CBlockTreeDB` from `ArgsManager` (master...2022-07-kernel-argsman-cblocktreedb) https://github.com/bitcoin/bitcoin/pull/25623
<bitcoin-git> [bitcoin] achow101 merged pull request #25618: Release notes for Miniscript support in P2WSH descriptors (master...changelog_miniscript_descriptors) https://github.com/bitcoin/bitcoin/pull/25618
<bitcoin-git> bitcoin/master 826fae6 Andrew Chow: Merge bitcoin/bitcoin#25618: Release notes for Miniscript support in P2WSH...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6decdedaf930...826fae6a0fe1
<bitcoin-git> bitcoin/master d751beb Antoine Poinsot: Release notes for Miniscript support in P2WSH descriptors
<bitcoin-git> [gui] hebasto merged pull request #469: Load Base64 PSBT string from file (master...b64-psbt-gui) https://github.com/bitcoin-core/gui/pull/469
<bitcoin-git> bitcoin/master 6decded Hennadii Stepanov: Merge bitcoin-core/gui#469: Load Base64 PSBT string from file
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a969b2fcd389...6decdedaf930
<bitcoin-git> bitcoin/master 2c3ee4c Andrew Chow: gui: Load Base64 PSBT string from file
<gribble> https://github.com/bitcoin/bitcoin/issues/25504 | RPC: allow to track coins by parent descriptors by darosior · Pull Request #25504 · 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
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr furszy gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack josibake jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos Murch nehan NicolasDorier
<core-meetingbot> Meeting started Fri Jul 15 19:00:25 2022 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] fanquake closed pull request #25622: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/25622
<bitcoin-git> [bitcoin] Thateazy4 reopened pull request #25622: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/25622
<bitcoin-git> [bitcoin] Thateazy4 closed pull request #25622: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/25622
<bitcoin-git> [bitcoin] Thateazy4 opened pull request #25622: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/25622
<bitcoin-git> [bitcoin] anibilthare opened pull request #25621: rpc/wallet: Add details and duplicate section for simulaterawtransaction (master...202108-analyzerawtransaction) https://github.com/bitcoin/bitcoin/pull/25621
<bitcoin-git> [gui] achow101 opened pull request #631: Disallow encryption of watchonly wallets (master...watchonly-disable-encryption) https://github.com/bitcoin-core/gui/pull/631
<bitcoin-git> [bitcoin] fanquake merged pull request #25551: refactor: Throw exception on invalid Univalue pushes over silent ignore (master...2207-json-push-🎬) https://github.com/bitcoin/bitcoin/pull/25551
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/85b601e04363...a969b2fcd389
<bitcoin-git> bitcoin/master fa277cd MacroFake: univalue: Throw exception on invalid pushes over silent ignore
<bitcoin-git> bitcoin/master ccccc17 MacroFake: refactor: Default options in walletcreatefundedpsbt to VOBJ instead of VNU...
<bitcoin-git> bitcoin/master a969b2f fanquake: Merge bitcoin/bitcoin#25551: refactor: Throw exception on invalid Univalue...
<bitcoin-git> [bitcoin] furszy opened pull request #25620: wallet: Introduce AddressBookManager (master...2022_wallet_addressbookman) https://github.com/bitcoin/bitcoin/pull/25620
<bitcoin-git> [bitcoin] vasild opened pull request #25619: net: avoid overriding non-virtual ToString() in CService and use better naming (master...CNetAddr_ToString) https://github.com/bitcoin/bitcoin/pull/25619
<bitcoin-git> [bitcoin] darosior opened pull request #25618: Release notes for Miniscript support in P2WSH descriptors (master...changelog_miniscript_descriptors) https://github.com/bitcoin/bitcoin/pull/25618
<stevenroose> bitcoin-qt: wallet/scriptpubkeyman.cpp:1850: bool DescriptorScriptPubKeyMan::AddDescriptorKeyWithDB(WalletBatch&, const CKey&, const CPubKey&): Assertion `!m_storage.IsWalletFlagSet(WALLET_FLAG_DISABLE_PRIVATE_KEYS)' failed
<bitcoin-git> [bitcoin] fanquake opened pull request #25617: refactor: univalue test cleanups (master...univalue_test_consolidation) https://github.com/bitcoin/bitcoin/pull/25617

2022-07-14

<bitcoin-git> [bitcoin] w0xlt opened pull request #25616: refactor: Return `BResult` from WalletLoader methods (master...brrrrresult-load-create) https://github.com/bitcoin/bitcoin/pull/25616
<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/19602 | wallet: Migrate legacy wallets to descriptor wallets by achow101 · Pull Request #19602 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25614 | logging: add `-loglevel` configuration option and a `trace` log level by jonatack · Pull Request #25614 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25600 | p2p: Advertise `NODE_REPLACE_BY_FEE` and connect to 1 outbound full-rbf peer if `mempoolfullrbf` sets by ariard · Pull Request #25600 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26000 | HTTP Error 404: Not Found
<laanwj> https://github.com/orgs/bitcoin/projects/1/views/1 10 blockers, 2 chasing concept ACK
<laanwj> psa: the feature freeze for 24.0 is in about a month (see https://github.com/bitcoin/bitcoin/issues/24987 for the release schedule)
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard b10c 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
<bitcoin-git> [bitcoin] MarnixCroes closed pull request #25578: rpc: add missing description in gettxout help text (master...rpc-add-missing-description-in-gettxout-help-text) https://github.com/bitcoin/bitcoin/pull/25578
<core-meetingbot> Meeting started Thu Jul 14 19:02:23 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] MarnixCroes opened pull request #25615: rpc: add missing description in gettxout help text (master...rpc-add-missing-description-gettxout-help-text) https://github.com/bitcoin/bitcoin/pull/25615
<bitcoin-git> [bitcoin] achow101 merged pull request #24148: Miniscript support in Output Descriptors (master...miniscript_wallet_watchonly) https://github.com/bitcoin/bitcoin/pull/24148
<bitcoin-git> bitcoin/master d25d58b Antoine Poinsot: miniscript: add a helper to find the first insane sub with no child
<bitcoin-git> bitcoin/master 4a08288 Antoine Poinsot: qa: better error reporting on descriptor parsing error
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/02ede4f1fde9...85b601e04363
<bitcoin-git> bitcoin/master c38c7c5 Antoine Poinsot: miniscript: don't check for top level validity at parsing time
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25607: [kernel 3d/n] Misc `ChainstateManager::Options` fixups (master...2022-07-kernel-fix-csmopts) https://github.com/bitcoin/bitcoin/pull/25607
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/062b9db0ccb6...02ede4f1fde9
<bitcoin-git> bitcoin/master 3837700 Carl Dong: Move ChainstateManagerOpts into kernel:: namespace
<bitcoin-git> bitcoin/master ce8b0f9 Carl Dong: Use designated initializers for ChainstateManager::Options
<bitcoin-git> bitcoin/master 02ede4f MacroFake: Merge bitcoin/bitcoin#25607: [kernel 3d/n] Misc `ChainstateManager::Option...
<bitcoin-git> [bitcoin] jonatack opened pull request #25614: logging: add `-loglevel` configuration option and a `trace` log level (master...loglevel-config-option) https://github.com/bitcoin/bitcoin/pull/25614
<bitcoin-git> [bitcoin] fanquake opened pull request #25613: doc: remove REVIEWERS (master...remove_reviewers) https://github.com/bitcoin/bitcoin/pull/25613
<bitcoin-git> [bitcoin] fanquake opened pull request #25612: build: default to using GCC tool wrappers for LTO (master...lto_improvements) https://github.com/bitcoin/bitcoin/pull/25612
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25611: univalue: Avoid brittle, narrowing and verbose integral type confusions (master...2207-univalue-types-🙉) https://github.com/bitcoin/bitcoin/pull/25611
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25594: refactor: Return BResult from restoreWallet (master...2207-BResult-restoreWallet-🍌) https://github.com/bitcoin/bitcoin/pull/25594
<bitcoin-git> bitcoin/master 062b9db MacroFake: Merge bitcoin/bitcoin#25594: refactor: Return BResult from restoreWallet
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8efa73e7ce4e...062b9db0ccb6
<bitcoin-git> bitcoin/master fa8de09 MacroFake: Prepare BResult for non-copyable types
<bitcoin-git> bitcoin/master fa475e9 MacroFake: refactor: Return BResult from restoreWallet
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25557: p2p: Eliminate atomic for m_last_getheaders_timestamp (master...2022-07-getheaders-fixups) https://github.com/bitcoin/bitcoin/pull/25557
<bitcoin-git> bitcoin/master 8efa73e MacroFake: Merge bitcoin/bitcoin#25557: p2p: Eliminate atomic for m_last_getheaders_t...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/31c6309cc60a...8efa73e7ce4e
<bitcoin-git> bitcoin/master e939cf2 Suhas Daftuar: Remove atomic for m_last_getheaders_timestamp
<bitcoin-git> bitcoin/master 613e221 Suhas Daftuar: test: remove unnecessary parens
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25602: wallet, RPC: Default BIP125 signal to -mempoolfullrbf (master...2207-rpc-wallet-replace-🌡) https://github.com/bitcoin/bitcoin/pull/25602

2022-07-13

<bitcoin-git> [bitcoin] achow101 opened pull request #25610: wallet, rpc: Opt in to RBF by default (master...walletrbf-default-on) https://github.com/bitcoin/bitcoin/pull/25610
<bitcoin-git> [bitcoin] ryanofsky opened pull request #25608: BResult improvements (master...pr/bresult) https://github.com/bitcoin/bitcoin/pull/25608
<bitcoin-git> [bitcoin] dongcarl opened pull request #25607: [kernel 3d/n] Misc `ChainstateManager::Options` fixups (master...2022-07-kernel-fix-csmopts) https://github.com/bitcoin/bitcoin/pull/25607
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25596: scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE (master...2207-test-scrpt-rbf-🐴) https://github.com/bitcoin/bitcoin/pull/25596
<bitcoin-git> bitcoin/master faace13 MacroFake: test: Remove duplicate MAX_BIP125_RBF_SEQUENCE constant
<bitcoin-git> bitcoin/master 31c6309 MacroFake: Merge bitcoin/bitcoin#25596: scripted-diff: [test] Rename BIP125_SEQUENCE_...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c30b3e90f00b...31c6309cc60a
<bitcoin-git> bitcoin/master fa0404d MacroFake: scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQU...
<bitcoin-git> [bitcoin] fanquake merged pull request #25472: build: Increase MS Visual Studio minimum version (master...220625-desig) https://github.com/bitcoin/bitcoin/pull/25472
<bitcoin-git> bitcoin/master 555f9dd Hennadii Stepanov: rpc, refactor: Add `decodepsbt_outputs`
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/081965ccc3f5...c30b3e90f00b
<bitcoin-git> bitcoin/master 01d95a3 Hennadii Stepanov: rpc, refactor: Add `getblock_prevout`
<bitcoin-git> bitcoin/master 0c432cb Hennadii Stepanov: rpc, refactor: Add `decodepsbt_inputs`
<bitcoin-git> [bitcoin] fanquake merged pull request #25464: rpc: Reduce Univalue push_backV peak memory usage in listtransactions (master...2206-univalue-oom-🛃) https://github.com/bitcoin/bitcoin/pull/25464
<bitcoin-git> bitcoin/master 081965c fanquake: Merge bitcoin/bitcoin#25464: rpc: Reduce Univalue push_backV peak memory u...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d89fc695a3a...081965ccc3f5
<bitcoin-git> bitcoin/master fa8a1c0 MacroFake: rpc: Fix Univalue push_backV OOM in listtransactions
<olalonde> Are there any thin GUI clients for bitcoin-core ? e.g. that speak to it over RPC
<bitcoin-git> [bitcoin] fanquake opened pull request #25605: depends: update urls for dmg tools (master...dmg_tools_new_paths) https://github.com/bitcoin/bitcoin/pull/25605
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25602: wallet, RPC: Default BIP125 signal to -mempoolfullrbf (master...2207-rpc-wallet-replace-🌡) https://github.com/bitcoin/bitcoin/pull/25602
<bitcoin-git> [bitcoin] w0xlt opened pull request #25601: util: Make `BResult` error a generic type instead of only `bilingual_str` (master...structuredresult) https://github.com/bitcoin/bitcoin/pull/25601
<bitcoin-git> [bitcoin] ariard opened pull request #25600: Advertise `NODE_REPLACE_BY_FEE` and connect to at least 1 outbound full-rbf peers if `mempoolfullrbf` sets (master...2022-07-fullrbf-p2p) https://github.com/bitcoin/bitcoin/pull/25600

2022-07-12

<bitcoin-git> [bitcoin] achow101 opened pull request #25599: build: Check for std::atomic::exchange rather than std::atomic_exchange (master...specifc-atomics-check) https://github.com/bitcoin/bitcoin/pull/25599
<bitcoin-git> [bitcoin] theStack opened pull request #25598: doc: assumeutxo: format tables to be aligned in plain-text (master...202207-doc-assumeutxo-nicer_plaintext_tables) https://github.com/bitcoin/bitcoin/pull/25598
<mooncoder> I'm surprised that bitcoin-core still doesn't support passphrases, was expecting to support it by now
<sipa> Part of that is just historical - the Bitcoin Core wallet predates all other wallet software, and still has a design that dates back to this time (mostly).
<mooncoder> Why doesn't bitcoin-core just export the master key? it would make offline backup easier vs a dat file with custom binary format
<sipa> At least if the wallet was created using Bitcoin Core 0.13 or later.
<mooncoder> is the hdseedid value sufficient to recover a bitcoin-core wallet?
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/46fcb52cb194...1d89fc695a3a
<bitcoin-git> bitcoin/master 1d89fc6 MacroFake: Merge bitcoin/bitcoin#25324: refactor: add most of src/util to iwyu
<bitcoin-git> bitcoin/master 07f2c25 fanquake: refactor: add most of src/util to iwyu
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25324: refactor: add most of src/util to iwyu (master...src_util_iwyu) https://github.com/bitcoin/bitcoin/pull/25324
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24944: rpc: add getblockfrompeer RPCTypeCheck and invalid input test coverage (master...getblockfrompeer-param-inputs) https://github.com/bitcoin/bitcoin/pull/24944
<bitcoin-git> bitcoin/master 46fcb52 MacroFake: Merge bitcoin/bitcoin#24944: rpc: add getblockfrompeer RPCTypeCheck and in...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7d258ee8bc3b...46fcb52cb194
<bitcoin-git> bitcoin/master 734b966 Jon Atack: test: add getblockfrompeer coverage of invalid inputs
<bitcoin-git> bitcoin/master 2ef5294 Jon Atack: rpc: add RPCTypeCheck for getblockfrompeer inputs
<bitcoin-git> [bitcoin] theStack opened pull request #25597: refactor: replace RecursiveMutex `cs_sendProcessing` with Mutex (master...202207-refactor-change_send_processing_recursive_mutex_to_mutex) https://github.com/bitcoin/bitcoin/pull/25597
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25489: wallet: change `ScanForWalletTransactions` to use `Ticks(Dur2 d)` (master...wallet_restore_ticks) https://github.com/bitcoin/bitcoin/pull/25489
<bitcoin-git> bitcoin/master 7d258ee MacroFake: Merge bitcoin/bitcoin#25489: wallet: change `ScanForWalletTransactions` to...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01ae8d9cd2b8...7d258ee8bc3b
<bitcoin-git> bitcoin/master c6c35db w0xlt: wallet: change `ScanForWalletTransactions` to use `Ticks()`
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25596: scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCE (master...2207-test-scrpt-rbf-🐴) https://github.com/bitcoin/bitcoin/pull/25596
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25592: test persistence of non-mempool tx prioritisation (master...2022-07-test-persist-deltas) https://github.com/bitcoin/bitcoin/pull/25592
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dd13d7bf16ea...01ae8d9cd2b8
<bitcoin-git> bitcoin/master a9790ba glozow: [test] persist prioritisation of transactions not in mempool
<bitcoin-git> bitcoin/master 01ae8d9 MacroFake: Merge bitcoin/bitcoin#25592: test persistence of non-mempool tx prioritisa...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25591: move-only: Version handshake to libtest_util (master...2207-hand-util-🕷) https://github.com/bitcoin/bitcoin/pull/25591
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/39d111aee769...dd13d7bf16ea
<bitcoin-git> bitcoin/master fa70989 MacroFake: move-only: Version handshake to libtest_util
<bitcoin-git> bitcoin/master fa4be8e MacroFake: move-only: InitializeNode to handshake helper
<bitcoin-git> bitcoin/master dd13d7b MacroFake: Merge bitcoin/bitcoin#25591: move-only: Version handshake to libtest_util
<bitcoin-git> [bitcoin] instagibbs opened pull request #25595: Verify PSBT inputs rather than check for fields being empty (master...verify_psbt_input) https://github.com/bitcoin/bitcoin/pull/25595
<bitcoin-git> [bitcoin] glozow merged pull request #25575: Address comments remaining from #25353 (master...2022-07-fix-mempoolentry-frbf-fwup) https://github.com/bitcoin/bitcoin/pull/25575
<bitcoin-git> bitcoin/master 1056bbd Antoine Riard: Address comments remaining from #25353
<bitcoin-git> bitcoin/master 39d111a glozow: Merge bitcoin/bitcoin#25575: Address comments remaining from #25353
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/316afb1eca47...39d111aee769