<bitcoin-git>
[bitcoin] vasild opened pull request #25491: wallet: use Mutex for g_sqlite_mutex instead of GlobalMutex (master...g_sqlite_mutex) https://github.com/bitcoin/bitcoin/pull/25491
<bitcoin-git>
[bitcoin] fanquake opened pull request #25490: guix: more cross arch reproducibility (x86_64 - arm64) (master...24615_rebased_no_libtool) https://github.com/bitcoin/bitcoin/pull/25490
<bitcoin-git>
[bitcoin] laanwj merged pull request #25426: net: add new method Sock::GetSockName() that wraps getsockname() and use it in GetBindAddress() (master...getsockname) https://github.com/bitcoin/bitcoin/pull/25426
<bitcoin-git>
bitcoin/master 748dbcd Vasil Dimov: net: add new method Sock::GetSockName() that wraps getsockname()
<bitcoin-git>
bitcoin/master a8d6abb Vasil Dimov: net: change GetBindAddress() to take Sock argument
<bitcoin-git>
bitcoin/master ba29911 laanwj: Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that ...
<bitcoin-git>
[bitcoin] dongcarl opened pull request #25487: [kernel 3b/n] Make `{Dump,Load}Mempool` `CTxMemPool` methods, decouple from `ArgsManager` (master...2022-05-kernelargs-mempool-loaddump) https://github.com/bitcoin/bitcoin/pull/25487
<bitcoin-git>
[bitcoin] theStack opened pull request #25486: test: fix failing test `interface_usdt_utxocache.py` (master...202206-test-fix_interface_usdt_utxocache) https://github.com/bitcoin/bitcoin/pull/25486
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25485: rpc: Use enum instead of string for `filtertype_name` (master...filtertype_enum) https://github.com/bitcoin/bitcoin/pull/25485
<bitcoin-git>
[bitcoin] fanquake opened pull request #25484: Guix: enable toolchain hardening by default (master...guix_toolchain_hardening) https://github.com/bitcoin/bitcoin/pull/25484
<bitcoin-git>
[bitcoin] fanquake merged pull request #25483: Revert "ci: Increase CPU number for "Win64 native" task" (master...220627-ci) https://github.com/bitcoin/bitcoin/pull/25483
<bitcoin-git>
bitcoin/master fa34e44 MacroFake: test: Return new_utxo from create_self_transfer in MiniWallet
<bitcoin-git>
bitcoin/master fa04ff6 MacroFake: test: Return new_utxos from create_self_transfer_multi in MiniWallet
<bitcoin-git>
[bitcoin] Crypt-iQ closed pull request #25462: index: ignore BlockConnected if pindex is in chain (master...fix_dupe_filterfile) https://github.com/bitcoin/bitcoin/pull/25462
<bitcoin-git>
[bitcoin] hebasto opened pull request #25483: Revert "ci: Increase CPU number for "Win64 native" task" (master...220627-ci) https://github.com/bitcoin/bitcoin/pull/25483
<bitcoin-git>
[bitcoin] mzumsande opened pull request #25471: rpc: Disallow gettxoutsetinfo queries for a specific block with `use_index=false` (master...202206_gettxoutsetinfo_check) https://github.com/bitcoin/bitcoin/pull/25471
<bitcoin-git>
[bitcoin] hebasto reopened pull request #25460: ci: Update Windows task image up to visualstudio2022 (master...220623-vs2022) https://github.com/bitcoin/bitcoin/pull/25460
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25463: Bugfix: Do not define HAVE_O_CLOEXEC for LevelDB when O_CLOEXEC is not available (master...fix_leveldb_no_cloexec) https://github.com/bitcoin/bitcoin/pull/25463
<bitcoin-git>
[bitcoin] Crypt-iQ opened pull request #25462: index: ignore BlockConnected if pindex is in chain (master...fix_dupe_filterfile) https://github.com/bitcoin/bitcoin/pull/25462
2022-06-23
<bitcoin-git>
[bitcoin] hebasto closed pull request #25460: ci: Update Windows task image up to visualstudio2022 (master...220623-vs2022) https://github.com/bitcoin/bitcoin/pull/25460
<bitcoin-git>
[bitcoin] hebasto opened pull request #25460: ci: Update Windows task image up to visualstudio2022 (master...220623-vs2022) https://github.com/bitcoin/bitcoin/pull/25460
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25420: rpc: small description/help improvements in blockchain.cpp (master...rpc-description-improvements-blockchain) https://github.com/bitcoin/bitcoin/pull/25420
<bitcoin-git>
[bitcoin] laanwj merged pull request #25457: Use more specific path when including `memenv.h` header (master...220623-memenv) https://github.com/bitcoin/bitcoin/pull/25457
<bitcoin-git>
[bitcoin] hebasto opened pull request #25457: Use more specific path when including `memenv.h` header (master...220623-memenv) https://github.com/bitcoin/bitcoin/pull/25457
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #25456: rpc: Use steady_clock for getrpcinfo durations (master...2206-rpc-steady-duration-🎴) https://github.com/bitcoin/bitcoin/pull/25456
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25451: test: `-whitebind` and `-bind` with `-listen=0` should throw an error (master...2022-06-test-whitebind-bind-listen0) https://github.com/bitcoin/bitcoin/pull/25451
<bitcoin-git>
bitcoin/master ceec680 brunoerg: test: `-whitebind` and `-bind` with `-listen=0` should throw an error
<bitcoin-git>
bitcoin/master 01e9e2d MacroFake: Merge bitcoin/bitcoin#25451: test: `-whitebind` and `-bind` with `-listen...
<bitcoin-git>
bitcoin/master 3f51d0b Hennadii Stepanov: qt6: Fix type registration
<bitcoin-git>
bitcoin/master ad73447 Hennadii Stepanov: qt6: Do not use deprecated `QLibraryInfo::path` in Qt 6
<bitcoin-git>
[gui] laanwj merged pull request #623: Getting ready to Qt 6 (9/n). Apply Qt 6 specific changes (master...220622-qt6) https://github.com/bitcoin-core/gui/pull/623
2022-06-22
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #25454: p2p, refactor: Avoid multiple getheaders messages in flight to the same peer (master...2022-06-single-getheaders) https://github.com/bitcoin/bitcoin/pull/25454
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25451: test: `-whitebind` and `-bind` with `-listen=0` should throw an error (master...2022-06-test-whitebind-bind-listen0) https://github.com/bitcoin/bitcoin/pull/25451
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25449: [21.x] Qt: Handle exceptions instead of crash (0.21...qt_handle_exceptions_pr260-21-corepr) https://github.com/bitcoin/bitcoin/pull/25449
<bitcoin-git>
[gui] jarolrod closed pull request #423: Make initTranslations a member function of BitcoinApplication class (master...move-init-translations) https://github.com/bitcoin-core/gui/pull/423
<bitcoin-git>
[bitcoin] laanwj merged pull request #24291: build: Remove negated --enable-fuzz checks from build system (master...2202-fuzzNoBoost) https://github.com/bitcoin/bitcoin/pull/24291
<bitcoin-git>
[bitcoin] vasild opened pull request #25426: net: add new method Sock::GetSockName() that wraps getsockname() and use it in GetBindAddress() (master...getsockname) https://github.com/bitcoin/bitcoin/pull/25426
<bitcoin-git>
[bitcoin] hebasto opened pull request #25424: build, qt: Fix `QMAKE_CXXFLAGS` expression for `mingw32` host (master...220620-cxxflags) https://github.com/bitcoin/bitcoin/pull/25424
<bitcoin-git>
[bitcoin] fanquake opened pull request #25422: build: globally define NOMINMAX when building with mingw-w64 (master...no_min_max_preprocessor) https://github.com/bitcoin/bitcoin/pull/25422
<bitcoin-git>
[bitcoin] jnewbery closed pull request #24970: net processing: Move cleanSubVer, fPreferredDownload and nLocalHostNonce to Peer (master...202204_net_net_processing) https://github.com/bitcoin/bitcoin/pull/24970
<bitcoin-git>
[bitcoin] vasild opened pull request #25421: net: convert standalone IsSelectableSocket() and SetSocketNonBlocking() to Sock methods (master...convert_IsSelectableSocket_and_SetSocketNonBlocking) https://github.com/bitcoin/bitcoin/pull/25421
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #25419: refactor: Remove space between two greater-than signs (master...master) https://github.com/bitcoin/bitcoin/pull/25419
<bitcoin-git>
[bitcoin] MarnixCroes opened pull request #25420: rpc: small description/help improvements in blockchain.cpp (master...rpc-description-improvements-blockchain) https://github.com/bitcoin/bitcoin/pull/25420