<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25750: test: Temporarily work around Windows bug in walletpassphrase (master...2207-windows-bad-🎀) https://github.com/bitcoin/bitcoin/pull/25750
<bitcoin-git>
[bitcoin] furszy opened pull request #25881: wallet: remove unused DummySignTx and CKeyPool from GetReservedDestination (master...2022_wallet_clean_ckeypool) https://github.com/bitcoin/bitcoin/pull/25881
2022-08-19
<bitcoin-git>
[bitcoin] mzumsande opened pull request #25880: p2p: Increase `BLOCK_STALLING_TIMEOUT` timeout during IBD (master...202208_stalling_timeout) https://github.com/bitcoin/bitcoin/pull/25880
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25879: refactor: Make Join() util work with any collection type (master...2208-join-🎶) https://github.com/bitcoin/bitcoin/pull/25879
<bitcoin-git>
[bitcoin] achow101 opened pull request #25878: tests: Use mocktime for wallet encryption timeout (master...wallet-enc-test-mocktime) https://github.com/bitcoin/bitcoin/pull/25878
<bitcoin-git>
[bitcoin] roconnor-blockstream opened pull request #25877: Do not use CScript for tapleaf scripts until the tapleaf version is known (master...202208_tapleaf_script) https://github.com/bitcoin/bitcoin/pull/25877
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #13789: crypto/sha256: Use pragmas to enforce necessary intrinsics for GCC and Clang (master...bugfix_asm_pragmas) https://github.com/bitcoin/bitcoin/pull/13789
<bitcoin-git>
[bitcoin] fanquake merged pull request #25679: wallet: Correctly identify external inputs that are also in the wallet (master...fix-external-but-have-tx) https://github.com/bitcoin/bitcoin/pull/25679
<bitcoin-git>
bitcoin/master f2d00bf Andrew Chow: wallet: Add CWallet::IsMine(COutPoint)
<bitcoin-git>
bitcoin/master a537d7a Andrew Chow: wallet: SelectExternal actually external inputs
<bitcoin-git>
bitcoin/master eb87963 Andrew Chow: wallet: Try estimating input size with external data if wallet fails
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25863: test: remove unused `norm_prv` parameter in `descriptor_tests.cpp`. (master...remove_norm_prv) https://github.com/bitcoin/bitcoin/pull/25863
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #25862: refactor, kernel: Remove gArgs accesses from dbwrapper and txdb (master...pr/dbargs) https://github.com/bitcoin/bitcoin/pull/25862
<bitcoin-git>
[bitcoin] fanquake opened pull request #25861: guix: use --build={arch}-guix-linux-gnu in cross toolchain (master...guix_cross_toolchain_explicit_cross) https://github.com/bitcoin/bitcoin/pull/25861
<bitcoin-git>
[bitcoin] achow101 opened pull request #25858: psbt: Only include PSBT_OUT_TAP_TREE when the output has a script path (master...psbt-no-empty-taptree) https://github.com/bitcoin/bitcoin/pull/25858
<bitcoin-git>
[bitcoin] achow101 merged pull request #25504: RPC: allow to track coins by parent descriptors (master...rpc_track_coins_by_descriptor) https://github.com/bitcoin/bitcoin/pull/25504
<bitcoin-git>
bitcoin/master 55f98d0 Antoine Poinsot: rpc: output parent wallet descriptors for coins in listunspent
<bitcoin-git>
bitcoin/master 55a82ea Antoine Poinsot: wallet: allow to fetch the wallet descriptors for a given Script
<bitcoin-git>
bitcoin/master b724476 Antoine Poinsot: rpc: output wallet descriptors for received entries in listsinceblock
<bitcoin-git>
[bitcoin] ishaanam closed pull request #25375: rpc: add minconf option to sendall and fund transaction calls (master...fundrawtransaction_minconf) https://github.com/bitcoin/bitcoin/pull/25375
<bitcoin-git>
[bitcoin] achow101 merged pull request #25720: p2p: Reduce bandwidth during initial headers sync when a block is found (master...2022-07-reduce-headers-sync-bandwidth) https://github.com/bitcoin/bitcoin/pull/25720
<bitcoin-git>
bitcoin/master 08269e5 fanquake: Squashed 'src/crc32c/' changes from 0d624261ef..0bac72c455
<bitcoin-git>
[bitcoin] fanquake merged pull request #25838: build, qt: Use `mkspecs/bitcoin-linux-g++` for all Linux hosts (master...220813-mkspec) https://github.com/bitcoin/bitcoin/pull/25838
<bitcoin-git>
[gui] achow101 opened pull request #653: gui: Show watchonly balance only for Legacy wallets (master...show-bal-send) https://github.com/bitcoin-core/gui/pull/653
<bitcoin-git>
[bitcoin] hebasto opened pull request #25838: build, qt: Use mkspecs/bitcoin-linux-g++ for all Linux hosts (master...220813-mkspec) https://github.com/bitcoin/bitcoin/pull/25838
<bitcoin-git>
[bitcoin] achow101 closed pull request #24362: wallet: Do not match legacy addresses for change type (master...rm-legacy-change) https://github.com/bitcoin/bitcoin/pull/24362
<bitcoin-git>
[bitcoin] fanquake merged pull request #25820: [test] make tx6 child of tx5, not tx3, in rbf_tests (master...2022-08-rbf-test-fix) https://github.com/bitcoin/bitcoin/pull/25820
<bitcoin-git>
bitcoin/master 49db42c glozow: [test] make tx6 child of tx5, not tx3, in rbf_tests
<bitcoin-git>
bitcoin/master dd62721 fanquake: Merge bitcoin/bitcoin#25820: [test] make tx6 child of tx5, not tx3, in rbf...
<bitcoin-git>
[bitcoin] glozow opened pull request #25820: [test] make tx6 child of tx5, not tx3, in rbf_tests (master...2022-08-rbf-test-fix) https://github.com/bitcoin/bitcoin/pull/25820
<bitcoin-git>
[bitcoin] fanquake merged pull request #25812: psbt: Avoid unsigned int overflow in PSBT_IN_TAP_BIP32_DERIVATION (master...psbt-hd-path-int-overflow) https://github.com/bitcoin/bitcoin/pull/25812
<bitcoin-git>
[bitcoin] achow101 merged 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/master d3599c2 Antoine Poinsot: spkman: don't ignore the return value when deriving an extended key
<bitcoin-git>
bitcoin/master 0ca258a Antoine Poinsot: descriptor: never ignore the return value when deriving an extended key
<bitcoin-git>
bitcoin/master 50cfc9e Antoine Poinsot: (pubk)key: mark Derive() as nodiscard
<bitcoin-git>
[bitcoin] fanquake opened pull request #25813: build: move raw rule into Makefile.am (master...move_raw_h_into_makefile) https://github.com/bitcoin/bitcoin/pull/25813
<bitcoin-git>
[bitcoin] theStack opened pull request #25811: doc: test: suggest multi-line imports in functional test style guide (master...202208-doc-test-prefer_multiline_imports) https://github.com/bitcoin/bitcoin/pull/25811
<bitcoin-git>
[bitcoin] theStack opened pull request #25810: scripted-diff: test: rename `MAX_{ANCESTORS,DESCENDANTS}` to `DEFAULT_{ANCESTOR,DESCENDANT}_LIMIT` (master...202208-test-rename_default_ancestor_descendant_limits) https://github.com/bitcoin/bitcoin/pull/25810
<bitcoin-git>
[bitcoin] glozow merged pull request #24564: doc: Clarify that CheckSequenceLocksAtTip is a validation function (master...2203-docVal-🍡) https://github.com/bitcoin/bitcoin/pull/24564
<bitcoin-git>
bitcoin/master c012875 glozow: Merge bitcoin/bitcoin#24564: doc: Clarify that CheckSequenceLocksAtTip is ...