<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
<seejee>
hi everyone! I've had a (very small) PR open for several weeks, and I'd love another approval on it if anyone has some time (and hopefully a merge). it fixes a bug related to BIP-30 in block verification and checklevel=4. Thanks in advance! https://github.com/bitcoin/bitcoin/pull/24851
<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/master 7ca8726 furszy: wallet: fix warning: "argument name 'feerate' in comment does not match pa...
<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
<sudoforge>
i'm not sure if this fits into "development discussion", but figured it's better discussed here than #bitcoin
<sudoforge>
has there been any discussion about moving the source of truth for this and #bitcoin to matrix?
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] 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 f7595f1 fanquake: build: add and use CXX_STANDARD in depends
<bitcoin-git>
bitcoin/master 8745296 laanwj: Merge bitcoin/bitcoin#22380: build: add and use C_STANDARD and CXX_STANDAR...
<ariard>
luke-jr: in anycase, core is a software for both node and miners operators, what's the dynamics of the bitcoin system w.r.t policy adoption are beyond the scope of the discussion?
<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] 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