< February 2025 >
Su Mo Tu We Th Fr Sa 1234567891011121314 15
16 17 18 19 20 21 22
23 24 25 26 27 28
2024-04-30
<bitcoin-git>
[bitcoin] achow101 opened pull request #30008: seeds: Pull additional nodes from my seeder and update fixed seeds (master...my-seeder-fixed-seeds) https://github.com/bitcoin/bitcoin/pull/30008
<bitcoin-git>
[bitcoin] glozow opened pull request #30000: p2p: index TxOrphanage by wtxid, allow entries with same txid (master...2024-04-orphan-use-wtxid) https://github.com/bitcoin/bitcoin/pull/30000
<bitcoin-git>
[bitcoin] Sjors opened pull request #29999: guix: fix suggested fake date for openssl-1.1.1l (master...2024/04/guix-openssl) https://github.com/bitcoin/bitcoin/pull/29999
<bitcoin-git>
[bitcoin] instagibbs opened pull request #29998: functional test: ensure confirmed utxo being sourced for 2nd chain (master...2024-04-onemore_confirmed) https://github.com/bitcoin/bitcoin/pull/29998
<bitcoin-git>
[bitcoin] alfonsoromanz opened pull request #29996: test: Assumeutxo: import snapshot in a node with a divergent chain (master...assumeutxo_tests) https://github.com/bitcoin/bitcoin/pull/29996
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #29277: RPC: access RPC arguments by name (master...2023-10/named-args-on-arg-helper) https://github.com/bitcoin/bitcoin/pull/29277
<bitcoin-git>
bitcoin/master 30a6c99 stickies-v: rpc: access some args by name
<bitcoin-git>
bitcoin/master bbb3126 stickies-v: rpc: add named arg helper
<bitcoin-git>
bitcoin/master 13525e0 stickies-v: rpc: add arg helper unit test
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #29994: doc: removed help text saying that peers may not connect automatically (master...docsRemoveNetNote) https://github.com/bitcoin/bitcoin/pull/29994
<bitcoin-git>
[bitcoin] hebasto opened pull request #29976: build, msvc: Drop duplicated `common\url.cpp` source file (master...240426-msvc-url) https://github.com/bitcoin/bitcoin/pull/29976
<bitcoin-git>
[bitcoin] mzumsande opened pull request #29975: blockstorage: Separate reindexing from saving new blocks (master...202404_blockstorage_split_reindex) https://github.com/bitcoin/bitcoin/pull/29975
<bitcoin-git>
[bitcoin] achow101 merged pull request #29771: test: Run framework unit tests in parallel (master...parallel_unit_tests) https://github.com/bitcoin/bitcoin/pull/29771
<bitcoin-git>
bitcoin/master f19f0a2 tdb3: test: Run framework unit tests in parallel
<bitcoin-git>
bitcoin/master 1ffbd96 Ava Chow: Merge bitcoin/bitcoin#29771: test: Run framework unit tests in parallel
<bitcoin-git>
[bitcoin] alfonsoromanz opened pull request #29973: [Test] Assumeutxo: ensure failure when importing a snapshot twice (master...assumeutxo-test-import-snapshot-twice) https://github.com/bitcoin/bitcoin/pull/29973
<bitcoin-git>
[bitcoin] iw4p opened pull request #29971: refactor: refactored platform assignment into get_platform function (master...fix/platform-consistency) https://github.com/bitcoin/bitcoin/pull/29971
<bitcoin-git>
[bitcoin] iw4p opened pull request #29970: refactor: switch from curl to requests for HTTP requests (master...feature/requests-library-usage) https://github.com/bitcoin/bitcoin/pull/29970
<bitcoin-git>
[bitcoin] iw4p opened pull request #29969: refactor: convert string formatting to F-strings (master...enhancement/f-string-formatting) https://github.com/bitcoin/bitcoin/pull/29969
<bitcoin-git>
[bitcoin] maflcko closed pull request #28169: script: throw disabled err for op_ver and its variants (master...script/check-op-verif) https://github.com/bitcoin/bitcoin/pull/28169
2024-04-25
<bitcoin-git>
[bitcoin] davidgumberg opened pull request #29965: Lint: support running individual rust linters and improve subtree exclusion (master...rustlinv2) https://github.com/bitcoin/bitcoin/pull/29965
<bitcoin-git>
[bitcoin] achow101 merged pull request #28834: net: attempts to connect to all resolved addresses when connecting to a node (master...addnode-tryall) https://github.com/bitcoin/bitcoin/pull/28834
<bitcoin-git>
bitcoin/master fd81a37 Sergi Delgado Segura: net: attempts to connect to all resolved addresses when connecting to a no...
<bitcoin-git>
bitcoin/master 2eff198 Ava Chow: Merge bitcoin/bitcoin#28834: net: attempts to connect to all resolved addr...
<bitcoin-git>
[bitcoin] hebasto opened pull request #29963: depends: Do not consider `CC` environment variable for detecting system (master...240425-guess-cc) https://github.com/bitcoin/bitcoin/pull/29963
<bitcoin-git>
[bitcoin] achow101 merged 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/master 0e2e7d1 Ava Chow: Merge bitcoin/bitcoin#29867: index: race fix, lock cs_main while 'm_synced...
<bitcoin-git>
bitcoin/master 65951e0 Ryan Ofsky: index: race fix, lock cs_main while 'm_synced' is subject to change
<bitcoin-git>
[bitcoin] achow101 merged pull request #29433: contrib: rpcauth.py - Add new option (-json) to output text in json format (master...patch-1) https://github.com/bitcoin/bitcoin/pull/29433
<bitcoin-git>
bitcoin/master 2066295 Ava Chow: Merge bitcoin/bitcoin#29433: contrib: rpcauth.py - Add new option (-json) ...
<bitcoin-git>
bitcoin/master 9adf949 bstin: contrib: rpcauth.py - Add new option (-j/--json) to output text in json fo...
<bitcoin-git>
[bitcoin] achow101 merged 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/master c4f857c Sergi Delgado Segura: test: Extends wait_for_getheaders so a specific block hash can be checked
<bitcoin-git>
bitcoin/master 3c88eac Ava Chow: Merge bitcoin/bitcoin#29736: test: Extends wait_for_getheaders so a specif...
<bitcoin-git>
[bitcoin] theuni opened pull request #29962: RFC: depends: add release type to CMake builds (master...depends-cmake-releaseopts) https://github.com/bitcoin/bitcoin/pull/29962
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #29904: refactor: Use our own implementation of urlDecode (master...2024-04-libevent-urldecode) https://github.com/bitcoin/bitcoin/pull/29904
<bitcoin-git>
[bitcoin] achow101 merged pull request #29689: lint: scripted-diff verification also requires GNU grep (master...2024/03/tu-quoque-grep) https://github.com/bitcoin/bitcoin/pull/29689
<bitcoin-git>
[bitcoin] theStack opened pull request #29961: refactor: remove remaining unused code from cpp-subprocess (master...202404-further-subprocess-removals) https://github.com/bitcoin/bitcoin/pull/29961
<bitcoin-git>
[bitcoin] fanquake merged pull request #29953: doc: Bash is needed in gen_id and is not installed on FreeBSD by default (master...240424-freebsd-bash) https://github.com/bitcoin/bitcoin/pull/29953
<bitcoin-git>
bitcoin/master 0eb1459 merge-script: Merge bitcoin/bitcoin#29953: doc: Bash is needed in gen_id and is not inst...
<bitcoin-git>
bitcoin/master 9381052 Hennadii Stepanov: doc: Bash is needed in gen_id and is not installed on FreeBSD by default
<bitcoin-git>
[bitcoin] m3dwards opened pull request #29960: depends: pass verbose through to cmake based makefiles (master...depends-cm-verbose) https://github.com/bitcoin/bitcoin/pull/29960
<bitcoin-git>
[bitcoin] vasild closed pull request #25390: sync: introduce a thread-safe generic container and use it to remove a bunch of "GlobalMutex"es (master...ThreadSafePtr) https://github.com/bitcoin/bitcoin/pull/25390
<bitcoin-git>
[bitcoin] laanwj opened pull request #29959: [PoC] qt, depends: Add wayland support without build-time nor fixed run-time deps (master...2024-04-qtsowrap-wayland) https://github.com/bitcoin/bitcoin/pull/29959
<bitcoin-git>
[gui-qml] hebasto merged pull request #398: Using a different configuration file name from QT (main...qml-separate-guiconstants-from-qt) https://github.com/bitcoin-core/gui-qml/pull/398
<bitcoin-git>
gui-qml/main 085805f merge-script: Merge bitcoin-core/gui-qml#398: Using a different configuration file name ...
<bitcoin-git>
gui-qml/main 5be1e52 pablomartin4btc: qml, refactoring: Separate guiconstants from QT
<bitcoin-git>
[bitcoin] hebasto opened pull request #29953: doc: Bash is needed in gen_id and is not installed on FreeBSD by default (master...240424-freebsd-bash) https://github.com/bitcoin/bitcoin/pull/29953
<bitcoin-git>
[bitcoin] fanquake merged pull request #29585: contrib: list other binaries in manpage output (master...list_other_pages_in_man) https://github.com/bitcoin/bitcoin/pull/29585
<bitcoin-git>
bitcoin/master 427044a merge-script: Merge bitcoin/bitcoin#29585: contrib: list other binaries in manpage output
<bitcoin-git>
bitcoin/master 7c3ac59 fanquake: contrib: list other binaries in manpage output
<bitcoin-git>
bitcoin/master fb4cc5f Matthew Zipkin: netbase: clean up Proxy logging
<bitcoin-git>
[bitcoin] hebasto closed pull request #29761: build: Consider `SOURCE_DATE_EPOCH` in Guix environment only (master...240328-epoch) https://github.com/bitcoin/bitcoin/pull/29761
<bitcoin-git>
[bitcoin] fanquake merged pull request #29929: ci: Drop no longer needed `-I` flag in "tidy" task (master...240421-ci-tidy) https://github.com/bitcoin/bitcoin/pull/29929
<bitcoin-git>
bitcoin/master 19722e3 merge-script: Merge bitcoin/bitcoin#29929: ci: Drop no longer needed `-I` flag in "tidy"...
<bitcoin-git>
bitcoin/master 6f5954a Hennadii Stepanov: ci: Drop no longer needed `-I` flag in "tidy" task
<bitcoin-git>
[bitcoin] Umiiii opened pull request #29948: test: add missing comparison of node1's mempool in MempoolPackagesTest (master...master) https://github.com/bitcoin/bitcoin/pull/29948
<bitcoin-git>
[bitcoin] Umiiii closed pull request #29941: test: add missing comparison of node1's mempool in MempoolPackagesTest (master...master) https://github.com/bitcoin/bitcoin/pull/29941
2024-04-23
<bitcoin-git>
[bitcoin] hebasto opened pull request #29947: doc: Suggest only necessary Qt packages for installation on OpenBSD (master...240423-openbsd-qt-deps) https://github.com/bitcoin/bitcoin/pull/29947
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29946: Bugfix: JSON-RPC request Content-Type is application/json (master...jsonrpc_content_type) https://github.com/bitcoin/bitcoin/pull/29946
<bitcoin-git>
[bitcoin] Umiiii opened pull request #29941: test: add missing comparison of node1's mempool in MempoolPackagesTest (master...master) https://github.com/bitcoin/bitcoin/pull/29941
<bitcoin-git>
[bitcoin] Umiiii closed pull request #29940: test: add missing comparison of node1's mempool in MempoolPackagesTest (master...master) https://github.com/bitcoin/bitcoin/pull/29940
<bitcoin-git>
[bitcoin] Umiiii opened pull request #29940: test(mempool): add missing comparison of node1's mempool in MempoolPackagesTest (master...master) https://github.com/bitcoin/bitcoin/pull/29940
<bitcoin-git>
[bitcoin] theStack opened pull request #29939: test: add MiniWallet tagging support to avoid UTXO mixing, use in `fill_mempool` (master...202404-test-support_MiniWallet_tags) https://github.com/bitcoin/bitcoin/pull/29939
<bitcoin-git>
[bitcoin] maflcko opened pull request #29933: test: Fix intermittent timeout in p2p_tx_download.py (master...2404-test-fix-p2p_tx_download-timeout-) https://github.com/bitcoin/bitcoin/pull/29933
<bitcoin-git>
[bitcoin] maflcko closed pull request #29744: lint: Refactor lint checks to reuse exclusion logic; Support running individual lint checks in lint runner (master...rustlin) https://github.com/bitcoin/bitcoin/pull/29744
<bitcoin-git>
[bitcoin] glozow merged 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/master ba7c67f glozow: Merge bitcoin/bitcoin#29879: fuzz: explicitly cap the vsize of RBFs for di...
<bitcoin-git>
bitcoin/master 016ed24 Greg Sanders: fuzz: explicitly cap the vsize of RBFs for diagram checks
<bitcoin-git>
[bitcoin] vasild opened pull request #29932: doc: suggest only necessary Qt packages for installation on FreeBSD (master...doc_fbsd_deps) https://github.com/bitcoin/bitcoin/pull/29932
<bitcoin-git>
[bitcoin] hebasto opened pull request #29929: ci: Drop no longer needed `-I` flag in "tidy" task (master...240421-ci-tidy) https://github.com/bitcoin/bitcoin/pull/29929
2024-04-20
<bitcoin-git>
[bitcoin] fjahr opened pull request #29926: test: Fix multiprocess CI timeout in p2p_tx_download (master...2024-04-p2p-tx-multiprocess-fail) https://github.com/bitcoin/bitcoin/pull/29926
<bitcoin-git>
[bitcoin] instagibbs opened pull request #29915: test: Don't fetch orphan parent when parent is in orphanage (master...2024-04-parent_orphan_orphan_nofetch) https://github.com/bitcoin/bitcoin/pull/29915
<bitcoin-git>
[bitcoin] glozow closed pull request #29827: test: p2p: add test for rejected tx request logic (`m_recent_rejects` filter) (master...202404-test-p2p-check_rejected_tx_requests) https://github.com/bitcoin/bitcoin/pull/29827
<bitcoin-git>
[bitcoin] furszy opened pull request #29913: bugfix: update chainman best_header after block reconsideration (master...2024_fix_reconsiderblock_bestheader) https://github.com/bitcoin/bitcoin/pull/29913
<bitcoin-git>
[bitcoin] hebasto opened pull request #29910: Refactor `subprocess.hpp` to follow our conventions (master...240419-sp-win32) https://github.com/bitcoin/bitcoin/pull/29910
<bitcoin-git>
[bitcoin] fjahr opened pull request #29904: refactor: Use our own implementation of urlDecode (master...2024-04-libevent-urldecode) https://github.com/bitcoin/bitcoin/pull/29904
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #29903: Move bitcoin.conf to /share/examples dir in releases (master...conf-in-dst-share) https://github.com/bitcoin/bitcoin/pull/29903