<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 d47bc1a pablomartin4btc: qml, control: new IPAddressValueInput
<bitcoin-git>
gui-qml/main b6bf91f Hennadii Stepanov: Merge bitcoin-core/gui-qml#391: Introducing an improved IP Address and Por...
<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
<bitcoin-git>
[btcdeb] isghe opened pull request #145: minor: fix missing carriage return in help text (master...minor_fix_missing_carriage_return) https://github.com/bitcoin-core/btcdeb/pull/145
<bitcoin-git>
[gui] theStack opened pull request #808: Change example address from legacy (P2PKH) to bech32m (P2TR) (master...example-addr_update_to_p2tr) https://github.com/bitcoin-core/gui/pull/808
<bitcoin-git>
[gui-qml] pablomartin4btc opened 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] furszy opened pull request #807: refactor: interfaces, make 'createTransaction' less error-prone (master...2024_gui_clean_createTransaction) https://github.com/bitcoin-core/gui/pull/807
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #29700: kernel, refactor: return error status on all fatal errors (master...pr/fatalresult) https://github.com/bitcoin/bitcoin/pull/29700
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29699: test: check disconnection when sending sendaddrv2 after verack (master...2024-03-test-sendaddrv2-after-verack) https://github.com/bitcoin/bitcoin/pull/29699
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29691: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us (master...dnsseed_dashjr_2024) https://github.com/bitcoin/bitcoin/pull/29691
<bitcoin-git>
[bitcoin] achow101 merged pull request #27039: blockstorage: do not flush block to disk if it is already there (master...reindex-read-only) https://github.com/bitcoin/bitcoin/pull/27039
<bitcoin-git>
bitcoin/master 69ddee6 Ava Chow: Merge bitcoin/bitcoin#27039: blockstorage: do not flush block to disk if i...
<bitcoin-git>
bitcoin/master dfcef53 Matthew Zipkin: blockstorage: do not flush block to disk if it is already there
<achow101>
I have my irc client notify me when it sees bitcoin-git say "pushed tag". that seems to work well enough when new releases are tagged and when the detached sigs are tagged
2024-03-18
<achow101>
laanwj: could you turn off bitcoin-git guix.sigs notifications? seems to be quite noisy and probably not that useful
<bitcoin-git>
[bitcoin] fjahr opened pull request #29671: index: Skip commit when nothing can be committed (master...2024-03-pr26903-reopen) https://github.com/bitcoin/bitcoin/pull/29671
<bitcoin-git>
[bitcoin] fjahr opened pull request #29668: prune, rpc: Check undo data when finding for pruneheight (master...2024-03-first-stored-undo) https://github.com/bitcoin/bitcoin/pull/29668
<bitcoin-git>
[bitcoin] sipa opened pull request #29667: fuzz: actually test garbage 64b in p2p transport test (master...202403_bip324_fuzz_actual_garbage) https://github.com/bitcoin/bitcoin/pull/29667
<bitcoin-git>
[bitcoin] maflcko closed pull request #29086: refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather than duplicating definition (master...refactor_mempoolopts) https://github.com/bitcoin/bitcoin/pull/29086
2024-03-15
<bitcoin-git>
[bitcoin] mzumsande opened pull request #29664: p2p: When close to the tip, download blocks in pararallel from additional peers to prevent stalling (master...202403_near_tip_stalling) https://github.com/bitcoin/bitcoin/pull/29664
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29658: Bugfix: GUI: Help messages already have a trailing newline, so don't add an extra one (master...fix_qt_help_on_console_x_newline) https://github.com/bitcoin/bitcoin/pull/29658
<bitcoin-git>
[bitcoin] luke-jr opened pull request #29657: Bugfix: bitcoin-cli: Check length of peer.transport_protocol_type (master...fix_netinfo_v2t_safety) https://github.com/bitcoin/bitcoin/pull/29657
2024-03-14
<bitcoin-git>
[bitcoin] fjahr opened pull request #29656: chainparams: Change nChainTx type to uint64_t (master...2024-03-nchaintx-64) https://github.com/bitcoin/bitcoin/pull/29656
<bitcoin-git>
[bitcoin] cbergqvist opened pull request #29653: build: make BITCOIN_QT_PATH_PROGS always check $PATH before failure (master...bitcoin_qt_path_fallback) https://github.com/bitcoin/bitcoin/pull/29653