2024-05-24

<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c387cb64ff4...327f08bb0cd9
<bitcoin-git> [bitcoin] BenWestgate opened pull request #30171: doc: Change GiB to GB in release-process.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30171
<bitcoin-git> [bitcoin] maflcko opened pull request #30170: refactor: Use type-safe time in txorphanage (master...2405-type-time-tx-orphan) https://github.com/bitcoin/bitcoin/pull/30170
<bitcoin-git> [bitcoin] maflcko opened pull request #30169: fuzz: Fix wallet_bdb_parser stdlib error matching (master...2405-fuzz-stdlib-match-err) https://github.com/bitcoin/bitcoin/pull/30169
<bitcoin-git> [bitcoin] fjahr opened pull request #30167: doc, rpc: Release notes and follow-ups for #29612 (master...2024-05-29612-followup) https://github.com/bitcoin/bitcoin/pull/30167
<bitcoin-git> [bitcoin] glozow merged pull request #29899: [26.x] archive 26.1 release notes + backports (26.x...2024-04-26.2-backports) https://github.com/bitcoin/bitcoin/pull/29899
<bitcoin-git> bitcoin/26.x a81a922 dergoegge: [rpc, bugfix] Enforce maximum value for setmocktime
<bitcoin-git> bitcoin/26.x d39ea51 Luke Dashjr: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
<bitcoin-git> bitcoin/26.x c21bbcc glozow: [doc] archive 26.1 release notes
<bitcoin-git> [bitcoin] glozow pushed 17 commits to 26.x: https://github.com/bitcoin/bitcoin/compare/0b4aa31c34b2...6d7a1e367067
<bitcoin-git> [bitcoin] willcl-ark closed pull request #28418: contrib: verify-binaries accept full arch-platform specifier (master...verify-arch-os) https://github.com/bitcoin/bitcoin/pull/28418
<bitcoin-git> [bitcoin] glozow merged pull request #30072: refactor prep for package rbf (master...2024-05-package_rbf_prep) https://github.com/bitcoin/bitcoin/pull/30072
<bitcoin-git> bitcoin/master 69f7ab0 Greg Sanders: Add m_allow_sibling_eviction as separate ATMPArgs flag
<bitcoin-git> bitcoin/master cbbfe71 glozow: cpfp carveout is excluded in packages
<bitcoin-git> bitcoin/master 57ee302 Greg Sanders: Add description for m_test_accept
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/413844f1c2a3...4c387cb64ff4

2024-05-23

<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1024: Revert "Remove bitcoin.pdf" (master...2024-05-bitcoin-pdf) https://github.com/bitcoin-core/bitcoincore.org/pull/1024
<bitcoin-git> bitcoincore.org/master 780d623 Ava Chow: Merge bitcoin-core/bitcoincore.org#1024: Revert "Remove bitcoin.pdf"
<bitcoin-git> bitcoincore.org/master 2f67650 laanwj: Revert "Remove bitcoin.pdf"
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/6825a895fd94...780d6232e544
<bitcoin-git> [bitcoin] hebasto opened pull request #30164: [PoC] ci: Add FreeBSD GitHub Actions job (master...240523-freebsd-ci) https://github.com/bitcoin/bitcoin/pull/30164
<bitcoin-git> [bitcoincore.org] laanwj opened pull request #1024: Revert "Remove bitcoin.pdf" (master...2024-05-bitcoin-pdf) https://github.com/bitcoin-core/bitcoincore.org/pull/1024
<bitcoin-git> [bitcoin] theStack opened pull request #30162: test: MiniWallet: respect passed feerate for padded txs (using `target_weight`) (master...202405-test-MiniWallet_target_weight_improvements) https://github.com/bitcoin/bitcoin/pull/30162
<bitcoin-git> [bitcoin] sipa opened pull request #30161: util: add RingBuffer (master...202405_ringbuffer) https://github.com/bitcoin/bitcoin/pull/30161
<bitcoin-git> [bitcoin] achow101 merged pull request #29612: rpc: Optimize serialization and enhance metadata of dumptxoutset output (master...2024-03-pr26045-reopen) https://github.com/bitcoin/bitcoin/pull/29612
<bitcoin-git> bitcoin/master 4d8e5ed Fabian Jahr: assumeutxo: Add documentation on dumptxoutset serialization format
<bitcoin-git> bitcoin/master de95953 Fabian Jahr: rpc: Optimize serialization disk space of dumptxoutset
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/915d7276e406...413844f1c2a3
<bitcoin-git> bitcoin/master c14ed7f Fabian Jahr: assumeutxo: Add test for changed coin size value
<bitcoin-git> [bitcoin] achow101 merged pull request #27064: system: use %LOCALAPPDATA% as default datadir on windows (master...windows-local-datadir) https://github.com/bitcoin/bitcoin/pull/27064
<bitcoin-git> bitcoin/master 915d727 Ava Chow: Merge bitcoin/bitcoin#27064: system: use %LOCALAPPDATA% as default datadir...
<bitcoin-git> bitcoin/master 84900ac Matthew Zipkin: doc: add release-notes-27064.md
<bitcoin-git> bitcoin/master 855dd8d Matthew Zipkin: system: use %LOCALAPPDATA% as default datadir on windows
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/867f6af803dc...915d7276e406
<bitcoin-git> [bitcoin] achow101 merged pull request #29873: policy: restrict all TRUC (v3) transactions to 10kvB (master...2024-04-truc-25k) https://github.com/bitcoin/bitcoin/pull/29873
<bitcoin-git> bitcoin/master a29f1df glozow: [policy] restrict all v3 transactions to 10kvB
<bitcoin-git> bitcoin/master 154b2b2 glozow: [fuzz] V3_MAX_VSIZE and effective ancestor/descendant size limits
<bitcoin-git> bitcoin/master d578e2e glozow: [policy] explicitly require non-v3 for CPFP carve out
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6300438a2e0b...867f6af803dc
<bitcoin-git> [bitcoin] sipa opened pull request #30160: util: add BitSet (master...202405_bitset) https://github.com/bitcoin/bitcoin/pull/30160
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30115: rpc: avoid copying into UniValue (master...easy-univalue-moves) https://github.com/bitcoin/bitcoin/pull/30115
<bitcoin-git> bitcoin/master d7707d9 Cory Fields: rpc: avoid copying into UniValue
<bitcoin-git> bitcoin/master 6300438 Ryan Ofsky: Merge bitcoin/bitcoin#30115: rpc: avoid copying into UniValue
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e163d864d380...6300438a2e0b
<bitcoin-git> [bitcoin] achow101 merged pull request #30118: test: improve robustness of connect_nodes() (master...2024_test_improve_connect_nodes) https://github.com/bitcoin/bitcoin/pull/30118
<bitcoin-git> bitcoin/master e163d86 Ava Chow: Merge bitcoin/bitcoin#30118: test: improve robustness of connect_nodes()
<bitcoin-git> bitcoin/master 6629d1d furszy: test: improve robustness of connect_nodes()
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f15778536ad4...e163d864d380
<bitcoin-git> [bitcoin] fanquake merged pull request #30149: contrib: Renew Windows code signing certificate (master...2024-win-cert-renew) https://github.com/bitcoin/bitcoin/pull/30149
<bitcoin-git> bitcoin/master 9f4ff1e Ava Chow: windeploy: Renew certificate
<bitcoin-git> bitcoin/master f157785 merge-script: Merge bitcoin/bitcoin#30149: contrib: Renew Windows code signing certifica...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/83ae1bac9d3e...f15778536ad4
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #30157: Fee Estimation via Fee rate Forecasters (master...new-fee-estimator) https://github.com/bitcoin/bitcoin/pull/30157
<bitcoin-git> [bitcoin] glozow merged pull request #30062: net: add ASMap info in `getrawaddrman` RPC (master...2024-04-asmap-getrawaddrman) https://github.com/bitcoin/bitcoin/pull/30062
<bitcoin-git> bitcoin/master 83ae1ba glozow: Merge bitcoin/bitcoin#30062: net: add ASMap info in `getrawaddrman` RPC
<bitcoin-git> bitcoin/master 1e54d61 brunoerg: test: add coverage for `mapped_as` from `getrawaddrman`
<bitcoin-git> bitcoin/master 8c27149 brunoerg: net: rpc: return peer's mapped AS in getrawaddrman
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ef44726918c0...83ae1bac9d3e
<bitcoin-git> [bitcoin] dergoegge opened pull request #30156: fuzz: More accurate coverage reports (master...2024-05-cov-reset-counters) https://github.com/bitcoin/bitcoin/pull/30156
<bitcoin-git> [bitcoin] fanquake merged pull request #30151: depends: Fetch miniupnpc sources from an alternative website (master...240522-upnp-dl) https://github.com/bitcoin/bitcoin/pull/30151
<bitcoin-git> bitcoin/master 21b8a14 Hennadii Stepanov: depends: Fetch miniupnpc sources from an alternative website
<bitcoin-git> bitcoin/master ef44726 merge-script: Merge bitcoin/bitcoin#30151: depends: Fetch miniupnpc sources from an alte...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f36624147df...ef44726918c0
<bitcoin-git> [bitcoin] BenWestgate reopened pull request #30147: contrib: Fixup verify-binaries OS platform parsing (master...30145-parse-os-version-correctly) https://github.com/bitcoin/bitcoin/pull/30147
<bitcoin-git> [bitcoin] BenWestgate closed pull request #30147: contrib: Fixup verify-binaries OS platform parsing (master...30145-parse-os-version-correctly) https://github.com/bitcoin/bitcoin/pull/30147

2024-05-22

<bitcoin-git> [bitcoin] mzumsande opened pull request #30155: validation: Make ReplayBlocks interruptible (master...202405_replay_blocks) https://github.com/bitcoin/bitcoin/pull/30155
<bitcoin-git> [bitcoin] fanquake merged pull request #30150: doc: Correct pull request prefix for scripts and tools (master...2405-doc-doc) https://github.com/bitcoin/bitcoin/pull/30150
<bitcoin-git> bitcoin/master fa3e115 MarcoFalke: doc: Correct pull request prefix for scripts and tools
<bitcoin-git> bitcoin/master 6f36624 merge-script: Merge bitcoin/bitcoin#30150: doc: Correct pull request prefix for scripts ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/93bec6e95317...6f36624147df
<bitcoin-git> [bitcoin] fanquake merged pull request #30131: wallet, tests: Avoid stringop-overflow warning in PollutePubKey (master...fix-pollutpubkey-stringop-overflow) https://github.com/bitcoin/bitcoin/pull/30131
<bitcoin-git> bitcoin/master 93bec6e merge-script: Merge bitcoin/bitcoin#30131: wallet, tests: Avoid stringop-overflow warnin...
<bitcoin-git> bitcoin/master 2289d45 Ava Chow: wallet, tests: Avoid stringop-overflow warning in PollutePubKey
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa8cb0516d41...93bec6e95317
<bitcoin-git> [bitcoin] epiccurious opened pull request #30154: doc: Update mentions of generating bitcoin.conf (master...update-mention-of-bitcoin-conf) https://github.com/bitcoin/bitcoin/pull/30154
<bitcoin-git> [bitcoin] hebasto opened pull request #30151: depends: Fetch miniupnpc sources from GitHub (master...240522-upnp-dl) https://github.com/bitcoin/bitcoin/pull/30151
<bitcoin-git> [bitcoin] fanquake merged pull request #30144: ci: Add mising -Wno-error=maybe-uninitialized to armhf task (master...2405-ci-arm) https://github.com/bitcoin/bitcoin/pull/30144
<bitcoin-git> bitcoin/master fa8cb05 merge-script: Merge bitcoin/bitcoin#30144: ci: Add mising -Wno-error=maybe-uninitialized...
<bitcoin-git> bitcoin/master fa73431 MarcoFalke: ci: Add mising -Wno-error=maybe-uninitialized to armhf task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0388dd702b8d...fa8cb0516d41
<bitcoin-git> [bitcoin] maflcko opened pull request #30150: doc: Correct pull request prefix for scripts and tools (master...2405-doc-doc) https://github.com/bitcoin/bitcoin/pull/30150
<bitcoin-git> [bitcoin] fanquake merged pull request #30120: Update libsecp256k1 subtree to current master (master...secp256k1_0_5_0) https://github.com/bitcoin/bitcoin/pull/30120
<bitcoin-git> bitcoin/master a057869 fanquake: build: pass --with-ecmult-gen-kb=86 to secp256k1
<bitcoin-git> bitcoin/master ca3d945 fanquake: Squashed 'src/secp256k1/' changes from d8311688bd..06bff6dec8
<bitcoin-git> bitcoin/master f82a940 fanquake: Update libsecp256k1 subtree to latest master
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/2ec0a28a37db...0388dd702b8d
<bitcoin-git> [bitcoin] achow101 opened pull request #30149: contrib: Renew Windows code signing certificate (master...2024-win-cert-renew) https://github.com/bitcoin/bitcoin/pull/30149

2024-05-21

<bitcoin-git> [bitcoin] fanquake merged pull request #30137: build: Remove `--enable-threadlocal` (master...remove_build_thread_local) https://github.com/bitcoin/bitcoin/pull/30137
<bitcoin-git> bitcoin/master 17fe948 fanquake: build: remove --enable-threadlocal
<bitcoin-git> bitcoin/master 5bba433 Hennadii Stepanov: build: Enable `thread_local` for MinGW-w64 builds
<bitcoin-git> bitcoin/master 1e7c20b fanquake: doc: remove comment about using thread_local
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6c13b1375f8f...2ec0a28a37db
<bitcoin-git> [bitcoin] naiyoma opened pull request #30148: cli: restrict multiple exclusive argument usage in bitcoin-cli (master...test/multiple-cli-options) https://github.com/bitcoin/bitcoin/pull/30148
<laanwj> <hebasto> "is bitcoin-git bot on their..." <- i still see it at the matrix side of the bridge
<hebasto> is bitcoin-git bot on their vacation?

2024-05-18

<bitcoin-git> [bitcoin] fanquake opened pull request #30137: build: Remove `--enable-threadlocal` (master...remove_build_thread_local) https://github.com/bitcoin/bitcoin/pull/30137
<bitcoin-git> [bitcoin] rustyrussell opened pull request #30136: doc: note that you can assume C++20. (master...document-cpp-standard) https://github.com/bitcoin/bitcoin/pull/30136

2024-05-17

<bitcoin-git> [bitcoin] brunoerg opened pull request #30134: fuzz: add more coverage for `ScriptPubKeyMan` (master...2024-04-fuzz-spkm-improvements) https://github.com/bitcoin/bitcoin/pull/30134
<bitcoin-git> [bitcoin] theStack opened pull request #30133: test: remove unneeded `-maxorphantx=1000` settings (master...test-remove_maxorphantx_extra_args) https://github.com/bitcoin/bitcoin/pull/30133
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #30132: indexes: Don't wipe indexes again when continuing a prior reindex (master...preserveIndexOnRestart) https://github.com/bitcoin/bitcoin/pull/30132
<bitcoin-git> [bitcoin] achow101 merged pull request #29817: kernel: De-globalize fReindex (master...noGlobalReindex) https://github.com/bitcoin/bitcoin/pull/29817
<bitcoin-git> bitcoin/master b47bd95 TheCharlatan: kernel: De-globalize fReindex
<bitcoin-git> bitcoin/master 058af75 Ava Chow: Merge bitcoin/bitcoin#29817: kernel: De-globalize fReindex
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4877fcdb4263...058af75874ff
<bitcoin-git> [bitcoin] achow101 opened pull request #30131: wallet, tests: Avoid stringop-overflow warning in PollutePubKey (master...fix-pollutpubkey-stringop-overflow) https://github.com/bitcoin/bitcoin/pull/30131
<bitcoin-git> [bitcoin] achow101 merged pull request #30048: crypto: add `NUMS_H` const (master...add-NUMS-H) https://github.com/bitcoin/bitcoin/pull/30048
<bitcoin-git> bitcoin/master 9408a04 josibake: tests, fuzz: use new NUMS_H const
<bitcoin-git> bitcoin/master 4877fcd Ava Chow: Merge bitcoin/bitcoin#30048: crypto: add `NUMS_H` const
<bitcoin-git> bitcoin/master b946f8a josibake: crypto: add NUMS_H const
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2f53f2273da0...4877fcdb4263
<bitcoin-git> [bitcoin] edilmedeiros opened pull request #30130: Increase contrib/signet/miner search space (master...edilmedeiros-issue-30102) https://github.com/bitcoin/bitcoin/pull/30130
<bitcoin-git> [bitcoincore.org] fanquake closed pull request #1023: Bump rexml from 3.2.5 to 3.2.8 (master...dependabot/bundler/rexml-3.2.8) https://github.com/bitcoin-core/bitcoincore.org/pull/1023
<bitcoin-git> [bitcoin] laanwj closed 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

2024-05-16

<bitcoin-git> [bitcoincore.org] dependabot[bot] opened pull request #1023: Bump rexml from 3.2.5 to 3.2.8 (master...dependabot/bundler/rexml-3.2.8) https://github.com/bitcoin-core/bitcoincore.org/pull/1023
<bitcoin-git> [bitcoin] sipa opened pull request #30126: Low-level cluster linearization code (master...202405_clusterlin) https://github.com/bitcoin/bitcoin/pull/30126
<bitcoin-git> [bitcoin-maintainer-tools] laanwj opened pull request #166: Improved check-dnsseeds.py implementation (main...2024-05-new-dnsseeds) https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/166
<bitcoin-git> [bitcoin] theStack opened pull request #30125: test: improve BDB parser (handle internal/overflow pages, support all page sizes) (master...complete_bdb-ro_python_parser2) https://github.com/bitcoin/bitcoin/pull/30125
<bitcoin-git> [bitcoin] ryanofsky merged 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/master 064859b Martin Zumsande: blockstorage: split up FindBlockPos function
<bitcoin-git> bitcoin/master 0d114e3 Martin Zumsande: blockstorage: Add Assume for fKnown / snapshot chainstate
<bitcoin-git> bitcoin/master fdae638 Martin Zumsande: doc: Improve doc for functions involved in saving blocks to disk
<bitcoin-git> [bitcoin] ryanofsky pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/75118a608fc2...2f53f2273da0
<bitcoin-git> [bitcoin] ryanofsky merged pull request #27101: Support JSON-RPC 2.0 when requested by client (master...jsonrpc-2.0) https://github.com/bitcoin/bitcoin/pull/27101
<bitcoin-git> bitcoin/master 09416f9 Matthew Zipkin: test: cover JSONRPC 2.0 requests, batches, and notifications
<bitcoin-git> bitcoin/master df6e375 Matthew Zipkin: rpc: Avoid copies in JSONRPCReplyObj()
<bitcoin-git> bitcoin/master 4202c17 Matthew Zipkin: test: refactor interface_rpc.py
<bitcoin-git> [bitcoin] ryanofsky pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/dd42a5ddea6a...75118a608fc2
<bitcoin-git> [bitcoin] achow101 closed pull request #28765: p2p: Fill reconciliation sets (Erlay) (master...2023-11-erlay2.1) https://github.com/bitcoin/bitcoin/pull/28765
<bitcoin-git> [bitcoin] furszy opened pull request #30122: bench: enable wallet creation benchmarks on all platforms (master...2024_bench_enable_wallet_create) https://github.com/bitcoin/bitcoin/pull/30122
<bitcoin-git> [bitcoin] laanwj closed pull request #29874: test: Add large aligned vmov check for mingw (master...2024-04-forbidden-vmov-check) https://github.com/bitcoin/bitcoin/pull/29874
<bitcoin-git> [bitcoin] fanquake merged pull request #30085: p2p: detect addnode cjdns peers in GetAddedNodeInfo() (master...2024-05-fix-cjdns-detection-in-GetAddedNodeInfo) https://github.com/bitcoin/bitcoin/pull/30085
<bitcoin-git> bitcoin/master 684da97 Jon Atack: p2p, bugfix: detect addnode cjdns peers in GetAddedNodeInfo()
<bitcoin-git> bitcoin/master d0b0474 Jon Atack: test: add GetAddedNodeInfo() CJDNS regression unit test
<bitcoin-git> bitcoin/master dd42a5d merge-script: Merge bitcoin/bitcoin#30085: p2p: detect addnode cjdns peers in GetAddedNo...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ae2658caacc1...dd42a5ddea6a
<bitcoin-git> [bitcoin] fanquake opened pull request #30120: Update libsecp256k1 subtree to current master (master...secp256k1_0_5_0) https://github.com/bitcoin/bitcoin/pull/30120
<bitcoin-git> [bitcoin] fanquake merged pull request #30097: crypto: disable asan for sha256_sse4 with clang and -O0 (master...sha2asan) https://github.com/bitcoin/bitcoin/pull/30097
<bitcoin-git> bitcoin/master ae2658c merge-script: Merge bitcoin/bitcoin#30097: crypto: disable asan for sha256_sse4 with cla...
<bitcoin-git> bitcoin/master 141df0a Cory Fields: crypto: disable asan for sha256_sse4 with clang and -O0
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/71f0f2273f62...ae2658caacc1

2024-05-15

<bitcoin-git> [bitcoin] hebasto closed pull request #30117: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30117
<bitcoin-git> [bitcoin] furszy opened pull request #30118: test: improve robustness of connect_nodes() (master...2024_test_improve_connect_nodes) https://github.com/bitcoin/bitcoin/pull/30118
<bitcoin-git> [bitcoin] Mmgg002 opened pull request #30117: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30117
<bitcoin-git> [bitcoin] sr-gi opened pull request #30116: p2p: Fill reconciliation sets (Erlay) attempt: 2 (master...2023-11-erlay2.1) https://github.com/bitcoin/bitcoin/pull/30116
<bitcoin-git> [bitcoin] achow101 merged pull request #28929: serialization: Support for multiple parameters (master...pr/iparams) https://github.com/bitcoin/bitcoin/pull/28929
<bitcoin-git> bitcoin/master 84502b7 Ryan Ofsky: serialization: Drop references to GetVersion/GetType
<bitcoin-git> bitcoin/master 83436d1 Ryan Ofsky: serialization: Drop unnecessary ParamsStream references
<bitcoin-git> bitcoin/master f3a2b52 Ryan Ofsky: serialization: Support for multiple parameters
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/7a40f2a3f1cf...71f0f2273f62
<bitcoin-git> [bitcoin] theuni opened pull request #30115: rpc: avoid copying into UniValue (master...easy-univalue-moves) https://github.com/bitcoin/bitcoin/pull/30115
<bitcoin-git> [gui] hebasto merged pull request #722: wallet: Allow user to navigate options while encrypting at creation (master...wallet-encryption-navigation) https://github.com/bitcoin-core/gui/pull/722
<bitcoin-git> bitcoin/master 7a40f2a merge-script: Merge bitcoin-core/gui#722: wallet: Allow user to navigate options while e...
<bitcoin-git> bitcoin/master cccddc0 Hernan Marino: Wallet encrypt on create, allow to navigate options
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33303b2b296c...7a40f2a3f1cf
<bitcoin-git> [bitcoin] hebasto closed pull request #30113: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30113
<bitcoin-git> [bitcoin] Mmgg002 opened pull request #30113: Add files via upload (master...master) https://github.com/bitcoin/bitcoin/pull/30113
<bitcoin-git> [bitcoin] 0xB10C opened pull request #30112: rpc: introduce getversion RPC (master...2024-05-getversion-rpc) https://github.com/bitcoin/bitcoin/pull/30112
<bitcoin-git> [bitcoin] glozow opened pull request #30111: locks: introduce mutex for tx download, flush rejection filters on UpdatedBlockTip (master...2024-05-txdownload-mutex) https://github.com/bitcoin/bitcoin/pull/30111
<bitcoin-git> [bitcoin] ryanofsky merged 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/master efcc593 glozow: [refactor] TxOrphanage::HaveTx only by wtxid
<bitcoin-git> bitcoin/master c31f148 glozow: [refactor] TxOrphanage::EraseTx by wtxid
<bitcoin-git> bitcoin/master 7e475b9 glozow: [p2p] don't query orphanage by txid
<bitcoin-git> [bitcoin] ryanofsky pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/42d5a1ff25a8...33303b2b296c
<bitcoin-git> [bitcoin] willcl-ark closed pull request #28222: Use shared_ptr for CNode inside CConnman (master...2023-08-cnode-shared-ptr) https://github.com/bitcoin/bitcoin/pull/28222
<bitcoin-git> [bitcoin] glozow opened pull request #30110: refactor: TxDownloadManager (master...2024-05-txdownload) https://github.com/bitcoin/bitcoin/pull/30110
<bitcoin-git> [bitcoin] fanquake merged pull request #30060: ci: Roll clang in test-each-commit task (master...2405-ci-clang-roll) https://github.com/bitcoin/bitcoin/pull/30060
<bitcoin-git> bitcoin/master 42d5a1f merge-script: Merge bitcoin/bitcoin#30060: ci: Roll clang in test-each-commit task
<bitcoin-git> bitcoin/master fa90ad2 MarcoFalke: ci: Roll test-each-commit Ubuntu
<bitcoin-git> bitcoin/master fa6c82d MarcoFalke: ci: Remove clang version pin in test-each-commit
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3d24189664e6...42d5a1ff25a8
<bitcoin-git> [bitcoin] fanquake closed pull request #27539: init: Fixes for file descriptor accounting (master...2023-04-minimum-file-descriptor-18911) https://github.com/bitcoin/bitcoin/pull/27539
<bitcoin-git> [bitcoin] fanquake merged pull request #30098: refactor: simplify `FormatSubVersion` using strprintf/Join (master...202405-refactor-simplify-FormatSubVersion) https://github.com/bitcoin/bitcoin/pull/30098
<bitcoin-git> bitcoin/master 3d24189 merge-script: Merge bitcoin/bitcoin#30098: refactor: simplify `FormatSubVersion` using s...
<bitcoin-git> bitcoin/master 12d8281 Sebastian Falbesoner: refactor: simplify `FormatSubVersion` using strprintf/Join
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/695d80126f75...3d24189664e6
<bitcoin-git> [bitcoin] kevkevinpal closed pull request #30106: lint: fixed typo in test_runner causing linter warning (master...insuffientTypo) https://github.com/bitcoin/bitcoin/pull/30106
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30106: lint: fixed typo in test_runner causing linter warning (master...insuffientTypo) https://github.com/bitcoin/bitcoin/pull/30106
<bitcoin-git> [bitcoin] fanquake merged pull request #30074: contrib: use ENV flags in get_arch (master...get_arch_env_flags) https://github.com/bitcoin/bitcoin/pull/30074
<bitcoin-git> bitcoin/master b59a027 fanquake: contrib: drop dead get_machine from test sym check
<bitcoin-git> bitcoin/master 695d801 merge-script: Merge bitcoin/bitcoin#30074: contrib: use ENV flags in get_arch
<bitcoin-git> bitcoin/master e6aba46 fanquake: contrib: use env_flags in get_arch
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f5fc3190fbe3...695d80126f75
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30105: test: Added test to ensure log and failure happen when work is less than active chainstate (master...assumeutxoExceedActiveChainstatelog) https://github.com/bitcoin/bitcoin/pull/30105
<bitcoin-git> [bitcoin] achow101 merged 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
<bitcoin-git> bitcoin/master f5fc319 Ava Chow: Merge bitcoin/bitcoin#29086: refactor: Simply include CTxMemPool::Options ...
<bitcoin-git> bitcoin/master cc67d33 Luke Dashjr: refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dbb3113082a7...f5fc3190fbe3

2024-05-14

<bitcoin-git> [gui-qml] hebasto merged pull request #284: Only write options after onboarding (main...write_after_onboard) https://github.com/bitcoin-core/gui-qml/pull/284
<bitcoin-git> gui-qml/main 9e56907 johnny9: qml: only write options after onboarding
<bitcoin-git> gui-qml/main 84d388d merge-script: Merge bitcoin-core/gui-qml#284: Only write options after onboarding
<bitcoin-git> gui-qml/main c0ebff2 johnny9: qml: Set OptionQmlModel initial property values
<bitcoin-git> [gui-qml] hebasto pushed 3 commits to main: https://github.com/bitcoin-core/gui-qml/compare/085805ff8651...84d388d61746
<bitcoin-git> [bitcoin] hebasto opened pull request #30099: build: Enable `thread_local` for MinGW-w64 builds (master...240514-mingw-tl) https://github.com/bitcoin/bitcoin/pull/30099
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30083: kernel: Remove batchpriority from kernel library (master...rmKernelBatchPriority) https://github.com/bitcoin/bitcoin/pull/30083
<bitcoin-git> bitcoin/master dbb3113 Ryan Ofsky: Merge bitcoin/bitcoin#30083: kernel: Remove batchpriority from kernel libr...
<bitcoin-git> bitcoin/master d4b17c7 TheCharlatan: kernel: Remove batchpriority from kernel library
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7fcf4e99791c...dbb3113082a7
<bitcoin-git> [bitcoin-maintainer-tools] fanquake merged pull request #161: fastcopy-chaindata: Leveldb file numbers can exceed 6 digits (main...2024-04-fastcopy-leveldb-bound) https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/161
<bitcoin-git> bitcoin-maintainer-tools/main f9b8456 merge-script: Merge bitcoin-core/bitcoin-maintainer-tools#161: fastcopy-chaindata: Level...
<bitcoin-git> bitcoin-maintainer-tools/main a29e014 laanwj: fastcopy-chaindata: Leveldb file numbers can exceed 6 digits
<bitcoin-git> [bitcoin-maintainer-tools] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/bitcoin-maintainer-tools/compare/eedf258fd62e...f9b845614f7a
<bitcoin-git> [bitcoin] glozow closed pull request #29854: 26.x: backport #29853 ("sign: don't assume we are parsing a sane Miniscript") (26.x...2404_ms_crash_backport_26) https://github.com/bitcoin/bitcoin/pull/29854
<bitcoin-git> [bitcoin] fanquake merged pull request #30078: depends: set AR & RANLIB for CMake (master...set_cmake_ar_global) https://github.com/bitcoin/bitcoin/pull/30078
<bitcoin-git> bitcoin/master 019ad73 fanquake: depends: set RANLIB for CMake
<bitcoin-git> bitcoin/master 43cfb42 fanquake: depends: set NM for CMake
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d6069cb8d6ba...7fcf4e99791c
<bitcoin-git> bitcoin/master 1e4412b fanquake: depends: set AR for CMake

2024-05-13

<bitcoin-git> [bitcoin] theStack opened pull request #30098: refactor: simplify `FormatSubVersion` using strprintf/Join (master...202405-refactor-simplify-FormatSubVersion) https://github.com/bitcoin/bitcoin/pull/30098
<bitcoin-git> [bitcoin] achow101 merged pull request #28233: validation: don't clear cache on periodic flush: 2x block connection speed (master...sync-on-periodic) https://github.com/bitcoin/bitcoin/pull/28233
<bitcoin-git> bitcoin/master d6069cb Ava Chow: Merge bitcoin/bitcoin#28233: validation: don't clear cache on periodic flu...
<bitcoin-git> bitcoin/master 4a6d1d1 Andrew Toth: validation: don't clear cache on periodic flush
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0503cbea9aab...d6069cb8d6ba
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30094: rpc: move UniValue in blockToJSON (master...move-univalue-only) https://github.com/bitcoin/bitcoin/pull/30094
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ff8c606cf1ea...0503cbea9aab
<bitcoin-git> bitcoin/master b77bad3 willcl-ark: rpc: move UniValue in blockToJSON
<bitcoin-git> bitcoin/master 0503cbe Ryan Ofsky: Merge bitcoin/bitcoin#30094: rpc: move UniValue in blockToJSON
<bitcoin-git> [bitcoin] theuni opened pull request #30097: crypto: disable asan for sha256_sse4 with clang and -O0 (master...sha2asan) https://github.com/bitcoin/bitcoin/pull/30097
<bitcoin-git> [bitcoin] vasild opened pull request #30095: util: avoid using thread_local variable that has a destructor (master...thead_local_without_destructor) https://github.com/bitcoin/bitcoin/pull/30095
<bitcoin-git> [bitcoin] glozow merged pull request #29974: fuzz: txorphan tests fixups (master...2024-04-txorphan-fuzz) https://github.com/bitcoin/bitcoin/pull/29974
<bitcoin-git> bitcoin/master ff8c606 glozow: Merge bitcoin/bitcoin#29974: fuzz: txorphan tests fixups
<bitcoin-git> bitcoin/master 58594c7 Sergi Delgado Segura: fuzz: txorphan tests fixups
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7deb761187e...ff8c606cf1ea
<bitcoin-git> [bitcoin] glozow merged 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/master c7deb76 glozow: Merge bitcoin/bitcoin#29994: doc: removed help text saying that peers may ...
<bitcoin-git> bitcoin/master 95897ff kevkevin: doc: removed help text saying that peers may not connect automatically
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b94061902e52...c7deb761187e
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30094: rpc: move UniValue in blockToJSON (master...move-univalue-only) https://github.com/bitcoin/bitcoin/pull/30094
<bitcoin-git> [bitcoin] paplorinc opened pull request #30093: Optimize memory allocation for transaction outputs (master...paplorinc/spend_preallocation) https://github.com/bitcoin/bitcoin/pull/30093
<bitcoin-git> qa-assets/main f7e12aa Niklas Gögge: Merge pull request #178 from stickies-v/rename-timedata-timeoffsets
<bitcoin-git> [qa-assets] dergoegge pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/6caaca83f025...f7e12aaf6587
<bitcoin-git> qa-assets/main 722b5b4 stickies-v: Add timeoffsets input folder
<bitcoin-git> [qa-assets] dergoegge merged pull request #178: Add timeoffsets inputs folder (main...rename-timedata-timeoffsets) https://github.com/bitcoin-core/qa-assets/pull/178
<bitcoin-git> [bitcoin] remyers closed pull request #29442: wallet: Target a pre-defined utxo set composition by adjusting change outputs (master...2024-02-change-target) https://github.com/bitcoin/bitcoin/pull/29442
<bitcoin-git> [bitcoin] fanquake opened pull request #30092: [27.x] Backports and probably finalize (27.x...27_1_rel_prep) https://github.com/bitcoin/bitcoin/pull/30092
<bitcoin-git> [bitcoin] fanquake merged pull request #29888: [27.x] Backports (27.x...27_1_backports) https://github.com/bitcoin/bitcoin/pull/29888
<bitcoin-git> bitcoin/27.x 20e6e8d Luke Dashjr: Change Luke Dashjr seed to dashjr-list-of-p2p-nodes.us
<bitcoin-git> bitcoin/27.x 602cfd5 MarcoFalke: ci: Bump s390x to ubuntu:24.04
<bitcoin-git> bitcoin/27.x a6862c5 fanquake: depends: fix mingw-w64 Qt DEBUG=1 build
<bitcoin-git> [bitcoin] fanquake pushed 14 commits to 27.x: https://github.com/bitcoin/bitcoin/compare/d82283950f5f...c7885ecd778d

2024-05-12

<bitcoin-git> [bitcoin] luke-jr closed pull request #30088: Bugfix: RPC/Mining: getblocktemplate: Delay updating nTransactionsUpdatedLast and time_start until after the new template is cached (master...fix_gbt_stale_cache_use) https://github.com/bitcoin/bitcoin/pull/30088
<bitcoin-git> [gui] hebasto merged pull request #812: Fix create unsigned transaction fee bump (master...2024_gui_fix_create_unsigned_tx_fee_bump) https://github.com/bitcoin-core/gui/pull/812
<bitcoin-git> bitcoin/master 671b7a3 furszy: gui: fix create unsigned transaction fee bump
<bitcoin-git> bitcoin/master b940619 merge-script: Merge bitcoin-core/gui#812: Fix create unsigned transaction fee bump
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ee9491369faa...b94061902e52
<bitcoin-git> [bitcoin] hebasto merged 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/master ee94913 merge-script: Merge bitcoin/bitcoin#29658: Bugfix: GUI: Help messages already have a tra...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/32072866809a...ee9491369faa
<bitcoin-git> bitcoin/master d1ed09a Luke Dashjr: Bugfix: GUI: Help messages already have a trailing newline, so don't add a...

2024-05-11

<bitcoin-git> [gui] hebasto merged pull request #813: Don't permit port in proxy IP option (master...2024-03-proxy-validate) https://github.com/bitcoin-core/gui/pull/813
<bitcoin-git> bitcoin/master 3207286 merge-script: Merge bitcoin-core/gui#813: Don't permit port in proxy IP option
<bitcoin-git> bitcoin/master 10c5275 willcl-ark: gui: don't permit port in proxy IP option
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/182983c6ab2e...32072866809a
<bitcoin-git> [gui] hebasto merged pull request #788: debugwindow: update session ID tooltip (master...session-id-tooltip) https://github.com/bitcoin-core/gui/pull/788
<bitcoin-git> bitcoin/master 182983c merge-script: Merge bitcoin-core/gui#788: debugwindow: update session ID tooltip
<bitcoin-git> bitcoin/master 3bf00e1 Marnix: gui: debugwindow: update session ID tooltip
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b47c393d8a39...182983c6ab2e
<bitcoin-git> [gui] luke-jr opened pull request #820: GUI: Enable customisation of QR Code font (master...qt_fontsel_qrcodes) https://github.com/bitcoin-core/gui/pull/820
<bitcoin-git> [bitcoin] luke-jr opened pull request #30088: Bugfix: RPC/Mining: getblocktemplate: Delay updating nTransactionsUpdatedLast and time_start until after the new template is cached (master...fix_gbt_stale_cache_use) https://github.com/bitcoin/bitcoin/pull/30088
<bitcoin-git> [bitcoin] fanquake merged pull request #30081: refactor: Remove unused code from `subprocess.h` header (master...240510-clean-sp) https://github.com/bitcoin/bitcoin/pull/30081
<bitcoin-git> bitcoin/master 05b6f87 Hennadii Stepanov: refactor, subprocess: Remove unused `Popen::child_created_` data member
<bitcoin-git> bitcoin/master 24b53fc Hennadii Stepanov: refactor, subprocess: Remove `Popen::pid()`
<bitcoin-git> bitcoin/master 9e1ccf5 Hennadii Stepanov: refactor, subprocess: Remove unused `Popen::poll()`
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/4d3f1d08db41...b47c393d8a39
<bitcoin-git> [bitcoin] fanquake merged pull request #29739: build: swap cctools otool for llvm-objdump (master...swap_otool_llvm_objdump) https://github.com/bitcoin/bitcoin/pull/29739
<bitcoin-git> bitcoin/master 4d3f1d0 merge-script: Merge bitcoin/bitcoin#29739: build: swap cctools otool for llvm-objdump
<bitcoin-git> bitcoin/master 7f5ac45 fanquake: build: swap otool for (llvm-)objdump
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2cedb42a928f...4d3f1d08db41
<bitcoin-git> [bitcoin] jonatack opened pull request #30085: p2p: detect addnode cjdns peers in GetAddedNodeInfo() (master...2024-05-fix-cjdns-detection-in-GetAddedNodeInfo) https://github.com/bitcoin/bitcoin/pull/30085
<bitcoin-git> [bitcoin] jonatack opened pull request #30084: script: lief updates (master...2024-05-lief-update) https://github.com/bitcoin/bitcoin/pull/30084

2024-05-10

<bitcoin-git> [bitcoin] TheCharlatan opened pull request #30083: kernel: Remove batchpriority from kernel library (master...rmKernelBatchPriority) https://github.com/bitcoin/bitcoin/pull/30083
<bitcoin-git> [bitcoin] achow101 merged pull request #29252: kernel: Remove key module from kernel library (master...kernelRmKey) https://github.com/bitcoin/bitcoin/pull/29252
<bitcoin-git> bitcoin/master a08d2b3 Ryan Ofsky: tools: Use ECC_Context helper in bitcoin-tx and bitcoin-wallet tools
<bitcoin-git> bitcoin/master 28905c1 Ryan Ofsky: test: Use ECC_Context helper in bench and fuzz tests
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/7066980273aa...2cedb42a928f
<bitcoin-git> bitcoin/master 538fedd Ryan Ofsky: common: Add ECC_Context RAII wrapper for ECC_Start/ECC_Stop
<bitcoin-git> [bitcoin] kevkevinpal reopened 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] achow101 merged 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/master 7066980 Ava Chow: Merge bitcoin/bitcoin#29948: test: add missing comparison of node1's mempo...
<bitcoin-git> bitcoin/master e912717 umiumi: test: add missing comparison of node1's mempool in MempoolPackagesTest
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98dd4e712efa...7066980273aa
<bitcoin-git> [bitcoin] instagibbs opened pull request #30082: test: expand LimitOrphan and EraseForPeer coverage (master...2024-05-orphan_limit_eraseforpeer) https://github.com/bitcoin/bitcoin/pull/30082
<bitcoin-git> [bitcoin] hebasto opened pull request #30081: refactor: Remove unused code from `subprocess.h` header (master...240510-clean-sp) https://github.com/bitcoin/bitcoin/pull/30081
<bitcoin-git> [bitcoin] remyers opened pull request #30080: wallet: add coin selection parameter `add_excess_to_recipient_position` for changeless txs with excess that would be added to fees (master...2024-05-bnb-excess) https://github.com/bitcoin/bitcoin/pull/30080
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #30079: Fee Estimation: Ignore all transactions with an in-block child (master...05-2023-ignore-transactions-with-parents) https://github.com/bitcoin/bitcoin/pull/30079
<bitcoin-git> [bitcoin] fanquake opened pull request #30078: depends: set AR & RANLIB for CMake (master...set_cmake_ar_global) https://github.com/bitcoin/bitcoin/pull/30078

2024-05-09

<bitcoin-git> [bitcoin] theStack opened pull request #30076: test: fix MiniWallet script-path spend (missing parity bit in leaf version) (master...202405-MiniWallet-fix_script_path_spend_missing_sign_bit) https://github.com/bitcoin/bitcoin/pull/30076
<bitcoin-git> [bitcoin] achow101 merged pull request #30006: test: use sleepy wait-for-log in reindex readonly (master...sleepy-wait) https://github.com/bitcoin/bitcoin/pull/30006
<bitcoin-git> bitcoin/master 98dd4e7 Ava Chow: Merge bitcoin/bitcoin#30006: test: use sleepy wait-for-log in reindex read...
<bitcoin-git> bitcoin/master fd6a7d3 Matthew Zipkin: test: use sleepy wait-for-log in reindex readonly
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24572cf76816...98dd4e712efa
<bitcoin-git> [bitcoin] achow101 merged 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/master b2037ad Sebastian Falbesoner: test: add MiniWallet tagging support to avoid UTXO mixing
<bitcoin-git> bitcoin/master 4f34714 Sebastian Falbesoner: test: refactor: move fill_mempool to new module mempool_util
<bitcoin-git> bitcoin/master c8e6d08 Sebastian Falbesoner: test: refactor: eliminate COINBASE_MATURITY magic number in fill_mempool
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/012e540acee4...24572cf76816
<bitcoin-git> [bitcoin] achow101 merged pull request #29122: test: adds outbound eviction functional tests, updates comment in ConsiderEviction (master...2023-12-20-eviction-tests) https://github.com/bitcoin/bitcoin/pull/29122
<bitcoin-git> bitcoin/master d53d848 Sergi Delgado Segura: test: adds outbound eviction tests for non outbound-full-relay peers
<bitcoin-git> bitcoin/master 012e540 Ava Chow: Merge bitcoin/bitcoin#29122: test: adds outbound eviction functional tests...
<bitcoin-git> bitcoin/master a8d9a0e Sergi Delgado Segura: test: adds outbound eviction functional tests, updates comment in Consider...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ceb1e078f8c0...012e540acee4