<bitcoin-git>
[bitcoin] m3dwards opened pull request #29581: ci: switch back to executing functional tests with powershell (master...ps-version) https://github.com/bitcoin/bitcoin/pull/29581
<bitcoin-git>
[bitcoin] fanquake closed pull request #26902: wallet: do not backdate locktime if it may lead to fingerprinting (master...avoid-locktime-backdating) https://github.com/bitcoin/bitcoin/pull/26902
<bitcoin-git>
[bitcoin] fanquake closed pull request #24034: p2p: delete anchors.dat after trying to connect to that peers (master...2022-02-anchors-delete) https://github.com/bitcoin/bitcoin/pull/24034
<bitcoin-git>
[bitcoin] brunoerg opened pull request #29578: addrman: improve performance of `GetAddr` when specifying network (master...2024-03-addrman-getaddr) https://github.com/bitcoin/bitcoin/pull/29578
<bitcoin-git>
[bitcoin] fanquake opened pull request #29577: build: ignore deprecated-declarations warnings in objc++ macOS code (master...alternative_29362) https://github.com/bitcoin/bitcoin/pull/29577
<bitcoin-git>
[bitcoin] m3dwards opened pull request #29576: Update functional test runner to return error code when no tests are found to run (master...fn-test-runner-no-tests) https://github.com/bitcoin/bitcoin/pull/29576
<bitcoin-git>
[bitcoin] sipa opened pull request #29575: net_processing: make any misbehavior trigger immediate discouragement (master...202403_nomisbehave) https://github.com/bitcoin/bitcoin/pull/29575
<bitcoin-git>
[bitcoin] fanquake merged pull request #29529: fuzz: restrict fopencookie usage to Linux & FreeBSD (master...no_fopencookie_on_openbsd) https://github.com/bitcoin/bitcoin/pull/29529
<bitcoin-git>
bitcoin/master 312f338 fanquake: fuzz: restrict fopencookie usage to Linux & FreeBSD
<bitcoin-git>
bitcoin/master 6c77dbf fanquake: Merge bitcoin/bitcoin#29529: fuzz: restrict fopencookie usage to Linux & F...
<bitcoin-git>
[bitcoin] UdjinM6 opened pull request #29572: fix: avoid calling `GetCoin` and `SignTransaction()` inside of `assert(...)` in tests (master...fix_sign_in_assert) https://github.com/bitcoin/bitcoin/pull/29572
<bitcoin-git>
[bitcoin] naiyoma opened pull request #29567: Fix broken reference to CI setup in test/lint/README.md (master...docs/fix_CI_setup_broken_link) https://github.com/bitcoin/bitcoin/pull/29567
<bitcoin-git>
[bitcoin] naiyoma opened pull request #29566: test: Refactor fee calculation to remove satoshi_round function (master...test/delete_satoshi_round) https://github.com/bitcoin/bitcoin/pull/29566
<bitcoin-git>
[bitcoin] fjahr opened pull request #29540: validation: Use witness maleation flag for non-segwit blocks (master...pr29524) https://github.com/bitcoin/bitcoin/pull/29540
<bitcoin-git>
[bitcoin] fjahr opened pull request #29539: doc: Clarify usage of checked witness commitment flag (master...2024-03-checkwitcomment) https://github.com/bitcoin/bitcoin/pull/29539
<bitcoin-git>
[bitcoin] fjahr opened pull request #29538: refactor: Improve naming of CBlock::GetHash() - GetHeaderHash() (master...2024-03-headerhash) https://github.com/bitcoin/bitcoin/pull/29538
<bitcoin-git>
[bitcoin] instagibbs opened pull request #29524: p2p: Don't consider blocks mutated if they don't connect to known pre… (master...2024-02-disconnected-mutated) https://github.com/bitcoin/bitcoin/pull/29524
<bitcoin-git>
[bitcoin] ismaelsadeeq opened pull request #29523: Wallet: Add `max_tx_weight` to transaction funding options (take 2) (master...02-2024-add-max-weight-to-tx-funding) https://github.com/bitcoin/bitcoin/pull/29523
<bitcoin-git>
[bitcoin] maflcko closed pull request #27926: policy: make unstructured annex standard (master...std-unstructured-annex) https://github.com/bitcoin/bitcoin/pull/27926
<bitcoin-git>
[bitcoin] tdb3 opened pull request #29521: cli: Detect port errors in rpcconnect and rpcport (master...20240229_rpcconnectinvalidportdetection) https://github.com/bitcoin/bitcoin/pull/29521
<bitcoin-git>
[bitcoin] jrakibi opened pull request #29518: doc: correct function name in AssumeUTXO design docs (master...2024/02/assumeUTXO-tests-doc) https://github.com/bitcoin/bitcoin/pull/29518
<bitcoin-git>
[guix.sigs] willcl-ark opened pull request #1046: Add attestations by willcl-ark for 26.1rc1 non-codesigned (main...26.1rc1-non-codesigned) https://github.com/bitcoin-core/guix.sigs/pull/1046
<bitcoin-git>
[bitcoin] sr-gi opened pull request #29516: test: removes unnecessary check from validation_tests (master...2024-02-29-mutated-blocs-test) https://github.com/bitcoin/bitcoin/pull/29516
<bitcoin-git>
[bitcoin] maflcko closed pull request #29515: test: fix a race in rpc_net.py (wait for P2P handshake to complete) (master...fix_race_in_rpc_net.py) https://github.com/bitcoin/bitcoin/pull/29515
<bitcoin-git>
[bitcoin] vasild opened pull request #29515: test: fix a race in rpc_net.py (wait for P2P handshake to complete) (master...fix_race_in_rpc_net.py) https://github.com/bitcoin/bitcoin/pull/29515
<bitcoin-git>
[bitcoin] ajtowns opened pull request #29514: tests: Provide more helpful assert_equal errors (master...202402-assertequal) https://github.com/bitcoin/bitcoin/pull/29514
<bitcoin-git>
[bitcoin] stratospher opened pull request #29511: test: Fix intermittent failure in rpc_net.py --v2transport (master...wait-v2-detecting-over) https://github.com/bitcoin/bitcoin/pull/29511
2024-02-28
<bitcoin-git>
[bitcoin] UdjinM6 opened pull request #29510: wallet: `getrawchangeaddress` and `getnewaddress` failures should not affect keypools for descriptor wallets (master...fix_reserve_dest_on_failure) https://github.com/bitcoin/bitcoin/pull/29510
<bitcoin-git>
[bitcoin] glozow merged pull request #29503: 26.x: backport #28784 ("rpc: keep .cookie if it was not generated") (26.x...backport_28784) https://github.com/bitcoin/bitcoin/pull/29503
<bitcoin-git>
bitcoin/26.x 1e95643 Roman Zeyde: rpc: keep .cookie if it was not generated
<bitcoin-git>
[bitcoin] m3dwards opened pull request #29504: ci: print python version on win64 native job (master...ci-python-version) https://github.com/bitcoin/bitcoin/pull/29504
<bitcoin-git>
[gui] furszy opened pull request #801: Fix nullptr clientModel access during shutdown (master...2024_gui_dont_access_nullptr_clientmodel) https://github.com/bitcoin-core/gui/pull/801
<bitcoin-git>
[bitcoin] darosior opened pull request #29503: 26.x: backport #28784 ("rpc: keep .cookie if it was not generated") (26.x...backport_28784) https://github.com/bitcoin/bitcoin/pull/29503
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #29498: test: Update --tmpdir doc string to say directory must not exist (master...tmpDirDocString) https://github.com/bitcoin/bitcoin/pull/29498
<bitcoin-git>
[bitcoin] glozow opened pull request #29496: policy: make maximum standard transaction version 3 (master...2024-02-v3-live) https://github.com/bitcoin/bitcoin/pull/29496
<bitcoin-git>
guix.sigs/main fec6471 Ava Chow: Merge pull request #1045 from Kvaciral/25.2rc1-kvaciral-all
<bitcoin-git>
guix.sigs/main 9f64358 Dimitri: 25/2rc1 kvaciral all