<bitcoin-git>
[bitcoin] maflcko opened pull request #29892: test: Fix failing univalue float test (master...2404-fix-float-univalue-test-) https://github.com/bitcoin/bitcoin/pull/29892
<bitcoin-git>
[bitcoin] fanquake opened pull request #29890: deploy: remove some tools when cross-compiling for macOS (master...llvm_tools_v2) https://github.com/bitcoin/bitcoin/pull/29890
<bitcoin-git>
[bitcoin] instagibbs opened pull request #29879: fuzz: explicitly cap the vsize of RBFs for diagram checks (master...2024-04-package-rbf-overflow) https://github.com/bitcoin/bitcoin/pull/29879
<bitcoin-git>
[bitcoin] dergoegge opened pull request #29869: rpc, bugfix: Enforce maximum value for setmocktime (master...2024-04-fuzz-smt) https://github.com/bitcoin/bitcoin/pull/29869
<bitcoin-git>
[bitcoin] hebasto opened pull request #29868: Reintroduce external signer support for Windows (master...240414-win-subprocess) https://github.com/bitcoin/bitcoin/pull/29868
<bitcoin-git>
[bitcoin] furszy opened pull request #29867: index: race fix, lock cs_main while 'm_synced' is subject to change (master...2024_index_fix_race) https://github.com/bitcoin/bitcoin/pull/29867
<bitcoin-git>
[bitcoin] paplorinc opened pull request #29862: test: Validate transaction without inputs (master...paplorinc/consensus_test_coverage) https://github.com/bitcoin/bitcoin/pull/29862
<bitcoin-git>
[bitcoin] hebasto opened pull request #29859: build: Fix false positive `CHECK_ATOMIC` test for clang-15 (master...240412-atomic) https://github.com/bitcoin/bitcoin/pull/29859
<bitcoin-git>
[gui] pablomartin4btc opened pull request #817: Bugfix - don't allow multiple dialogs for same tx in TransactionView (master...gui-fix-tx-view-only-one-dialog-per-tx-id) https://github.com/bitcoin-core/gui/pull/817
<bitcoin-git>
[bitcoin] fanquake opened pull request #29852: [WIP] build: remove need to test for endianness (master...leveldb_cherrypicks) https://github.com/bitcoin/bitcoin/pull/29852
<bitcoin-git>
[bitcoin] glozow merged pull request #29735: AcceptMultipleTransactions: Fix workspace not being set as client_maxfeerate failure (master...2024-03-fix-multitx-maxfee) https://github.com/bitcoin/bitcoin/pull/29735
<bitcoin-git>
[bitcoin] laanwj opened pull request #29850: net: Decrease nMaxIPs when learning from DNS seeds (master...2024-04-dnsseeds-up-to-32) https://github.com/bitcoin/bitcoin/pull/29850
<bitcoin-git>
[gui] pablomartin4btc opened pull request #815: Bugfix on TransactionsView - Disable if privacy mode is set during wallet selection (master...gui-disable-mask-values-and-tx-view-if-no-wallet-selected) https://github.com/bitcoin-core/gui/pull/815
<bitcoin-git>
[bitcoin] achow101 reopened pull request #26334: Add Signet launch shortcut for Windows (master...2022/10/windows-signet) https://github.com/bitcoin/bitcoin/pull/26334
<bitcoin-git>
[bitcoin] BrandonOdiwuor opened pull request #29838: Feature: Use different datadirs for different signets (master...signet-datadirs) https://github.com/bitcoin/bitcoin/pull/29838
<bitcoin-git>
[bitcoin] achow101 closed pull request #28192: ParseHDKeypath: support h as hardened marker (master...2023/07/parse-hd-keypath) https://github.com/bitcoin/bitcoin/pull/28192
<bitcoin-git>
[bitcoin] achow101 closed pull request #29229: Make (Read/Write)BinaryFile work with char vector, use AutoFile (master...2024/01/rw-binary-file) https://github.com/bitcoin/bitcoin/pull/29229
<bitcoin-git>
[bitcoin] achow101 closed pull request #28736: ci: run test_bitcoin with DEBUG_LOG_OUT in RUN_UNIT_TESTS_SEQUENTIAL (master...ci_DEBUG_LOG_OUT) https://github.com/bitcoin/bitcoin/pull/28736
<bitcoin-git>
[bitcoin] darosior closed 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] fanquake merged pull request #29834: build: Change MAC_OSX macro to __APPLE__ in crypto (master...paplorinc/macos_to_apple_macros_in_crypto) https://github.com/bitcoin/bitcoin/pull/29834
<bitcoin-git>
bitcoin/master 0b4218e merge-script: Merge bitcoin/bitcoin#29834: build: Change MAC_OSX macro to __APPLE__ in c...
<bitcoin-git>
bitcoin/master a71eadf Lőrinc: Change MAC_OSX macro to __APPLE__ in crypto package
<bitcoin-git>
[bitcoin] achow101 closed pull request #27557: net: call getaddrinfo() in detachable thread to prevent stalling (master...async-getaddrinfo) https://github.com/bitcoin/bitcoin/pull/27557
<bitcoin-git>
[bitcoin] achow101 closed pull request #24066: contrib/init: (OpenRC) use -daemonwait to wait for startup completion (master...openrc-daemonwait) https://github.com/bitcoin/bitcoin/pull/24066
<bitcoin-git>
[bitcoin] achow101 closed pull request #27600: net: Add new permission `forceinbound` to evict a random unprotected connection if all slots are otherwise full (master...whitebind-evict) https://github.com/bitcoin/bitcoin/pull/27600
<bitcoin-git>
[bitcoin] achow101 closed pull request #28564: Bugfix: configure: Correct check for fuzz binary needing a main function (master...fix_conf_fuzzbin_main) https://github.com/bitcoin/bitcoin/pull/28564
2024-04-01
<bitcoin-git>
[bitcoin] nanlour opened pull request #29776: ThreadSanitizer: Fix #29767, ThreadSanitizer: data race src/flatfile.cpp:47:13 in FlatFileSeq::Open(FlatFilePos const&, bool) (master...master) https://github.com/bitcoin/bitcoin/pull/29776
2024-03-31
<bitcoin-git>
[bitcoin] fjahr opened pull request #29775: [DO NOT MERGE] testnet4 including PoW difficulty adjustment fix (master...2024-04-testnet-4-fix) https://github.com/bitcoin/bitcoin/pull/29775
<bitcoin-git>
[bitcoin] fjahr opened pull request #29770: index: Check all necessary block data is available before starting to sync (master...2024-03-check-undo-index) https://github.com/bitcoin/bitcoin/pull/29770
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29769: Policy: Enforce witness script size limit for tapscript (master...policy_tapscript_size) https://github.com/bitcoin/bitcoin/pull/29769
<bitcoin-git>
[bitcoin] luke-jr reopened pull request #29147: guix: Use DOS newlines for SHA256SUMS files (master...guix_attachable_sigs) https://github.com/bitcoin/bitcoin/pull/29147
<bitcoin-git>
[bitcoin] LarryRuane closed pull request #29163: bitcoin-cli help detail to show full help for all RPCs (master...2024-01-help-detailed) https://github.com/bitcoin/bitcoin/pull/29163
<bitcoin-git>
[bitcoin] AngusP opened pull request #29752: refactor: Use typesafe Wtxid in compact block encodings (master...typesafe-txid-in-cmpctblock) https://github.com/bitcoin/bitcoin/pull/29752
<bitcoin-git>
[gui-qml] hebasto merged pull request #391: Introducing an improved IP Address and Port input control in ProxySettings component (main...qml-ipaddress-valueinput) https://github.com/bitcoin-core/gui-qml/pull/391
<bitcoin-git>
gui-qml/main b6bf91f Hennadii Stepanov: Merge bitcoin-core/gui-qml#391: Introducing an improved IP Address and Por...
<bitcoin-git>
gui-qml/main d47bc1a pablomartin4btc: qml, control: new IPAddressValueInput
<bitcoin-git>
[bitcoin] sr-gi opened pull request #29750: test: makes timeout a forced named argument in tests methods that use it (master...202403-test-forced-timeout) https://github.com/bitcoin/bitcoin/pull/29750
<bitcoin-git>
[bitcoin] sr-gi opened pull request #29748: test: Cleans some manual checks/drops when using wait_for_getdata (master...202403-waitforgetdata-cleanup) https://github.com/bitcoin/bitcoin/pull/29748
<bitcoin-git>
[bitcoin] instagibbs closed pull request #29743: test: add V3 test case for inpool-inpackage-inpackage (master...2024-03-v3-mixed-linear-case) https://github.com/bitcoin/bitcoin/pull/29743
<bitcoin-git>
[bitcoin] luke-jr closed pull request #29147: guix: Use DOS newlines for SHA256SUMS files (master...guix_attachable_sigs) https://github.com/bitcoin/bitcoin/pull/29147
2024-03-26
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #29745: bench: Adds a benchmark for CheckInputScripts (master...benchCheckInputScripts) https://github.com/bitcoin/bitcoin/pull/29745
<bitcoin-git>
[bitcoin] davidgumberg opened pull request #29744: lint: Rewrite spelling, includes, and include guards linters in Rust (master...rustlin) https://github.com/bitcoin/bitcoin/pull/29744
<bitcoin-git>
[bitcoin] instagibbs opened pull request #29743: test: add V3 test case for inpool-inpackage-inpackage (master...2024-03-v3-mixed-linear-case) https://github.com/bitcoin/bitcoin/pull/29743
<bitcoin-git>
[bitcoin] fanquake opened pull request #29742: [WIP] ci: test secp256k1 MSAN asm annotations (master...secp256k1_msan_fixups) https://github.com/bitcoin/bitcoin/pull/29742
<bitcoin-git>
[bitcoin] sr-gi opened pull request #29736: test: Extends wait_for_getheaders so a specific block hash can be checked (master...202403-wait-for-getheaders) https://github.com/bitcoin/bitcoin/pull/29736
<bitcoin-git>
[bitcoin] instagibbs opened pull request #29735: AcceptMultipleTransactions: Fix workspace not being set as client_maxfeerate failure (master...2024-03-fix-multitx-maxfee) https://github.com/bitcoin/bitcoin/pull/29735