<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
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25410: wallet: fix warning: "argument name 'feerate' in comment does not match parameter name" (master...2022_wallet_25005_follow-up) https://github.com/bitcoin/bitcoin/pull/25410
<bitcoin-git>
[bitcoin] furszy opened pull request #25410: wallet: fix warning: "argument name 'feerate' in comment does not match parameter name" (master...2022_wallet_25005_follow-up) https://github.com/bitcoin/bitcoin/pull/25410
<bitcoin-git>
[bitcoin] mruddy reopened pull request #24957: prune, import: allow pruning to work during loadblock import (master...issue_23852_import_prune) https://github.com/bitcoin/bitcoin/pull/24957
<bitcoin-git>
[bitcoin] MarnixCroes opened pull request #25409: doc: fix typo in devtools/test-symbol-check.py (master...MarnixCroes2022-06-fix-typo) https://github.com/bitcoin/bitcoin/pull/25409
2022-06-17
<bitcoin-git>
[bitcoin] achow101 merged pull request #25005: wallet: remove extra wtx lookup in 'AvailableCoins' + several code cleanups. (master...2022_availableBalance_improvements) https://github.com/bitcoin/bitcoin/pull/25005
<bitcoin-git>
[bitcoin] fanquake opened pull request #25394: build: add *_STANDARD vars to depends gen_id (master...cache_bust_cxx_c_standard) https://github.com/bitcoin/bitcoin/pull/25394
2022-06-16
<bitcoin-git>
[bitcoin] laanwj merged pull request #22380: build: add and use C_STANDARD and CXX_STANDARD in depends (master...set_std_c_version_depends) https://github.com/bitcoin/bitcoin/pull/22380
<bitcoin-git>
bitcoin/master 7e7b3e4 fanquake: build: add and use C_STANDARD in depends
<bitcoin-git>
bitcoin/master 8745296 laanwj: Merge bitcoin/bitcoin#22380: build: add and use C_STANDARD and CXX_STANDAR...
<bitcoin-git>
bitcoin/master f7595f1 fanquake: build: add and use CXX_STANDARD in depends
<bitcoin-git>
[bitcoin] vasild opened pull request #25390: sync: introduce a thread-safe smart pointer and use it to remove g_maplocalhost_mutex (master...ThreadSafePtr) https://github.com/bitcoin/bitcoin/pull/25390
<bitcoin-git>
[bitcoin] fanquake opened pull request #25388: refactor: move policy constants to policy (master...25295_cleanup_all_constants) https://github.com/bitcoin/bitcoin/pull/25388
<bitcoin-git>
[bitcoin] glozow closed pull request #21413: [rfc] add option to bypass contextual timelocks in testmempoolaccept? (master...2021-03-bypass-timelocks) https://github.com/bitcoin/bitcoin/pull/21413
<bitcoin-git>
[bitcoin] fanquake merged pull request #25382: doc requirement that replacement must have higher feerate than direct conflicts (master...2022-06-rbf-feerate-rule) https://github.com/bitcoin/bitcoin/pull/25382
<bitcoin-git>
[bitcoin] Empact opened pull request #25386: refactor: Extract MIB_BYTES constant for init.cpp (master...2022-06-mib-bytes) https://github.com/bitcoin/bitcoin/pull/25386
2022-06-15
<bitcoin-git>
[bitcoin] furszy opened pull request #25383: wallet: don't read db every time that a new 'WalletBatch' is created (master...2022_wallet_db_read) https://github.com/bitcoin/bitcoin/pull/25383
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25358: test: passing a value below 5 MB to -maxmempool should throw an error (master...2022-06-test-minimum-maxmempool) https://github.com/bitcoin/bitcoin/pull/25358
<bitcoin-git>
bitcoin/master 216c9b0 brunoerg: test: passing a value below 5 MB to -maxmempool should throw an error
<bitcoin-git>
bitcoin/master 6acba84 MacroFake: Merge bitcoin/bitcoin#25358: test: passing a value below 5 MB to -maxmempo...
<bitcoin-git>
[bitcoin] glozow opened pull request #25382: doc and test requirement that replacement must have higher feerate than direct conflicts (master...2022-06-rbf-feerate-rule) https://github.com/bitcoin/bitcoin/pull/25382
<bitcoin-git>
[bitcoin] darosior opened pull request #25380: Detect and ignore transactions that were CPFP'd in the fee estimator (master...fee_estimator_disable_cpfp) https://github.com/bitcoin/bitcoin/pull/25380
<bitcoin-git>
[bitcoin] kouloumos opened pull request #25379: test: use MiniWallet to simplify mempool_package_limits.py tests (master...simplify-mempool_package_limits.py) https://github.com/bitcoin/bitcoin/pull/25379
<bitcoin-git>
[bitcoin] ishaanam opened 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] theStack opened pull request #25370: test: check for `getblocktxn` request with out-of-bounds tx index (master...202206-test-check_getblocktxn_out_of_bounds_tx_index) https://github.com/bitcoin/bitcoin/pull/25370
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #25367: [contrib] message-capture-parser: fix out of bounds error for empty vectors (master...202206-contrib-fix_message_capture_out_of_bounds) https://github.com/bitcoin/bitcoin/pull/25367
<bitcoin-git>
[bitcoin] theStack opened pull request #25367: message-capture-parser: fix out of bounds error for empty vectors (master...202206-contrib-fix_message_capture_out_of_bounds) https://github.com/bitcoin/bitcoin/pull/25367
2022-06-13
<bitcoin-git>
[bitcoin] w0xlt opened pull request #25366: util, rpc: Add parameter to `deriveaddresses` to display address information (master...desc_rpc) https://github.com/bitcoin/bitcoin/pull/25366
<bitcoin-git>
[bitcoin] dhruv closed pull request #20962: Alter the ChaCha20Poly1305@Bitcoin AEAD to the new specification (master...2020/12/aead_v2) https://github.com/bitcoin/bitcoin/pull/20962
<bitcoin-git>
bitcoin/master 5733ae5 Fabian Jahr: test: Fix previous release binary download script for Apple ARM64
<bitcoin-git>
[bitcoin] brunoerg opened pull request #25358: test: passing a value below 5 MB to -maxmempool should throw an error (master...2022-06-test-minimum-maxmempool) https://github.com/bitcoin/bitcoin/pull/25358
<bitcoin-git>
[bitcoin] fanquake opened pull request #25357: guix: drop `-z,noexecstack` for PPC64 (master...drop_noexecstack_for_ppc64) https://github.com/bitcoin/bitcoin/pull/25357
<bitcoin-git>
[bitcoin] vasild opened pull request #25355: I2P: add support for transient addresses for outbound connections (master...i2p_transient_outbound_addr) https://github.com/bitcoin/bitcoin/pull/25355
<bitcoin-git>
[bitcoin] hebasto closed pull request #25191: build: Make `--with-gui=qt6` configure option available on macOS (master...220523-qt6-mac) https://github.com/bitcoin/bitcoin/pull/25191
<bitcoin-git>
[bitcoin] fjahr opened pull request #25352: test: Fix previous release binary download script for Apple ARM64 (master...2022-06-prev-version-arm64) https://github.com/bitcoin/bitcoin/pull/25352
<bitcoin-git>
[bitcoin] fjahr opened pull request #25351: rpc, wallet: Scan mempool after import* - Second attempt (master...202204-import-scan) https://github.com/bitcoin/bitcoin/pull/25351
<bitcoin-git>
[gui] furszy opened pull request #617: gui: reset options, notify user about backup creation (master...2022_gui_settings_backup) https://github.com/bitcoin-core/gui/pull/617
<bitcoin-git>
[bitcoin] jonatack opened pull request #25349: refactor: CDiskBlockIndex ToString() and GetBlockHash() for consistent behavior and safety (master...2022-06-CDiskBlockIndex-class-design) https://github.com/bitcoin/bitcoin/pull/25349
<bitcoin-git>
[bitcoin] rodentrabies opened pull request #25344: New `extra_outputs` argument for `bumpfee`/`psbtbumpfee` (master...bumpfee-extra-outputs) https://github.com/bitcoin/bitcoin/pull/25344
<bitcoin-git>
[bitcoin] luke-jr opened pull request #25339: RPC/blockchain: Elaborate on scantxoutset documentation (master...rpcdoc_scantxoutset_20220611a) https://github.com/bitcoin/bitcoin/pull/25339
<bitcoin-git>
[bitcoin] hebasto opened pull request #25338: scripted-diff: Avoid incompatibility with CMake AUTOUIC feature (master...220611-autouic) https://github.com/bitcoin/bitcoin/pull/25338
<bitcoin-git>
[bitcoin] furszy opened pull request #25337: refactor: encapsulate wallet's address book access (master...2022_encapsulate_addressbook_access) https://github.com/bitcoin/bitcoin/pull/25337