2024-05-15

<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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dbb3113082a7...f5fc3190fbe3
<bitcoin-git> bitcoin/master cc67d33 Luke Dashjr: refactor: Simply include CTxMemPool::Options in CTxMemPool directly rather...

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
<vasild> maflcko: https://github.com/bitcoin/bitcoin/pull/29421 has a NACK from you and I have addressed your concern. If not ACK, it would be nice if you can at least remove your NACK. Thanks for the review so far!
<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 43cfb42 fanquake: depends: set NM for CMake
<bitcoin-git> bitcoin/master 019ad73 fanquake: depends: set RANLIB 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 4a6d1d1 Andrew Toth: validation: don't clear cache on periodic flush
<bitcoin-git> bitcoin/master d6069cb Ava Chow: Merge bitcoin/bitcoin#28233: validation: don't clear cache on periodic flu...
<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/master 0503cbe Ryan Ofsky: Merge bitcoin/bitcoin#30094: rpc: move UniValue in blockToJSON
<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] 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 10c5275 willcl-ark: gui: don't permit port in proxy IP option
<bitcoin-git> bitcoin/master 3207286 merge-script: Merge bitcoin-core/gui#813: 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 7f5ac45 fanquake: build: swap otool for (llvm-)objdump
<bitcoin-git> bitcoin/master 4d3f1d0 merge-script: Merge bitcoin/bitcoin#29739: build: swap cctools 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/master 538fedd Ryan Ofsky: common: Add ECC_Context RAII wrapper for ECC_Start/ECC_Stop
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/7066980273aa...2cedb42a928f
<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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98dd4e712efa...7066980273aa
<bitcoin-git> bitcoin/master e912717 umiumi: test: add missing comparison of node1's mempool in MempoolPackagesTest
<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 c8e6d08 Sebastian Falbesoner: test: refactor: eliminate COINBASE_MATURITY magic number in fill_mempool
<bitcoin-git> bitcoin/master 4f34714 Sebastian Falbesoner: test: refactor: move fill_mempool to new module mempool_util
<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 012e540 Ava Chow: Merge bitcoin/bitcoin#29122: test: adds outbound eviction functional tests...
<bitcoin-git> bitcoin/master d53d848 Sergi Delgado Segura: test: adds outbound eviction tests for non outbound-full-relay peers
<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
<cfields> summoning sipa for a sanity-check on https://github.com/theuni/bitcoin/commit/db1d199bf93eae046a62245db8f7782a94f25e9d line 416
<bitcoin-git> [bitcoin] hebasto opened pull request #30075: test, subprocess: Improve coverage report correctness (master...240509-coverage) https://github.com/bitcoin/bitcoin/pull/30075
<bitcoin-git> [bitcoin] fanquake opened 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] achow101 merged pull request #28793: contrib: Add asmap-tool (master...2023-11-asmap-tool-nextgen) https://github.com/bitcoin/bitcoin/pull/28793
<bitcoin-git> bitcoin/master ceb1e07 Ava Chow: Merge bitcoin/bitcoin#28793: contrib: Add asmap-tool
<bitcoin-git> bitcoin/master 6abe772 Fabian Jahr: contrib: Add asmap-tool
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/921c61e9a5c8...ceb1e078f8c0
<bitcoin-git> [bitcoin] achow101 merged 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/master b259b0e Alfonso Roman Zubeldia: [Test] Assumeutxo: ensure failure when importing a snapshot twice
<bitcoin-git> bitcoin/master 921c61e Ava Chow: Merge bitcoin/bitcoin#29973: test: Assumeutxo: ensure failure when importi...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f1d9064381d...921c61e9a5c8
<gribble> https://github.com/bitcoin/bitcoin/issues/27795 | Remove Ambiguity of Script ASM Hex and Decimal Integer Representations · Issue #27795 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28793 | contrib: Add asmap-tool by fjahr · Pull Request #28793 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/29973 | test: Assumeutxo: ensure failure when importing a snapshot twice by alfonsoromanz · Pull Request #29973 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/29432 | Stratum v2 Template Provider (take 3) by Sjors · Pull Request #29432 · bitcoin/bitcoin · GitHub
<theStack> achow101: the bdb parser in the test framework assumes a pagesize of 4096 bytes. i wondered where does number comes from? did earlier versions of bitcoin core set a fixed pagesize? (is this even possible?)
<gribble> https://github.com/bitcoin/bitcoin/issues/29888 | [27.x] Backports by fanquake · Pull Request #29888 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/21778 | build: LLD based macOS toolchain by fanquake · Pull Request #21778 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/29739 | build: swap cctools otool for llvm-objdump by fanquake · Pull Request #29739 · bitcoin/bitcoin · GitHub
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/29982 | test: Fix intermittent issue in wallet_backwards_compatibility.py by Randy808 · Pull Request #29982 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26606 | wallet: Implement independent BDB parser by achow101 · Pull Request #26606 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30072 | refactor prep for package rbf by instagibbs · Pull Request #30072 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28984 | Cluster size 2 package rbf by instagibbs · Pull Request #28984 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30072 | refactor prep for package rbf by instagibbs · Pull Request #30072 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28984 | Cluster size 2 package rbf by instagibbs · Pull Request #28984 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30000 | p2p: index TxOrphanage by wtxid, allow entries with same txid by glozow · Pull Request #30000 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28984 | Cluster size 2 package rbf by instagibbs · Pull Request #28984 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa sr-gi[m] theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] instagibbs opened pull request #30072: refactor prep for package rbf (master...2024-05-package_rbf_prep) https://github.com/bitcoin/bitcoin/pull/30072
<bitcoin-git> [bitcoin] fanquake closed pull request #30068: test: assert can't activate snapshot based chainstate more than once (master...assumeutxoActivateTwice) https://github.com/bitcoin/bitcoin/pull/30068
<bitcoin-git> [bitcoin] glozow closed pull request #30071: chore: fix some typos (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30071
<bitcoin-git> [bitcoin] threewebcode opened pull request #30071: chore: fix some typos (master...patch-2) https://github.com/bitcoin/bitcoin/pull/30071
<bitcoin-git> [bitcoin] fanquake merged pull request #30063: build, test: Remove unused `TIMEOUT` environment variable (master...240508-timeout) https://github.com/bitcoin/bitcoin/pull/30063
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/43003255c00f...6f1d9064381d
<bitcoin-git> bitcoin/master 189d0da Hennadii Stepanov: build, test: Remove unused `TIMEOUT` environment variable
<bitcoin-git> bitcoin/master 6f1d906 merge-script: Merge bitcoin/bitcoin#30063: build, test: Remove unused `TIMEOUT` environm...
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30068: test: assert can't activate snapshot based chainstate more than once (master...assumeutxoActivateTwice) https://github.com/bitcoin/bitcoin/pull/30068

2024-05-08

<bitcoin-git> [bitcoin] achow101 merged pull request #29292: rpc: improve submitpackage documentation and other improvements (master...2024-01/patch-submitpackage-docs) https://github.com/bitcoin/bitcoin/pull/29292
<bitcoin-git> bitcoin/master 1a875d4 stickies-v: rpc: update min package size error message in submitpackage
<bitcoin-git> bitcoin/master f9ece25 stickies-v: doc: rpc: submitpackage takes sorted array
<bitcoin-git> bitcoin/master 17f7451 stickies-v: test: add bounds checking for submitpackage RPC
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/8a45f572b9e0...43003255c00f
<bitcoin-git> [bitcoin] achow101 merged pull request #29335: test: Handle functional test disk-full error (master...test-disk-full) https://github.com/bitcoin/bitcoin/pull/29335
<bitcoin-git> bitcoin/master 8a45f57 Ava Chow: Merge bitcoin/bitcoin#29335: test: Handle functional test disk-full error
<bitcoin-git> bitcoin/master 357ad11 Brandon Odiwuor: test: Handle functional test disk-full error
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/573f6311658a...8a45f572b9e0
<bitcoin-git> [bitcoin] achow101 merged pull request #26326: net: don't lock cs_main while reading blocks in net processing (master...remove-read-lock-in-net) https://github.com/bitcoin/bitcoin/pull/26326
<bitcoin-git> bitcoin/master 573f631 Ava Chow: Merge bitcoin/bitcoin#26326: net: don't lock cs_main while reading blocks ...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4ff42762fdbe...573f6311658a
<bitcoin-git> bitcoin/master 613a45c Andrew Toth: net: reduce LOCK(cs_main) scope in GETBLOCKTXN
<bitcoin-git> bitcoin/master 75d27fe Andrew Toth: net: reduce LOCK(cs_main) scope in ProcessGetBlockData
<bitcoin-git> [bitcoin] achow101 merged pull request #28336: rpc: parse legacy pubkeys consistently with specific error messages (master...202308-rpc-consistent_legacy_pubkey_parsing_errors) https://github.com/bitcoin/bitcoin/pull/28336
<bitcoin-git> bitcoin/master 98570fe Sebastian Falbesoner: test: add coverage for parsing cryptographically invalid pubkeys
<bitcoin-git> bitcoin/master 100e8a7 Sebastian Falbesoner: rpc: check and throw specific pubkey parsing errors in `HexToPubKey`
<bitcoin-git> bitcoin/master c740b15 Sebastian Falbesoner: rpc: use `HexToPubKey` helper for all legacy pubkey-parsing RPCs
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/43a66c55ec87...4ff42762fdbe
<bitcoin-git> [bitcoin] instagibbs opened pull request #30066: test: add conflicting topology test case (master...2024-05-submit-conflicts) https://github.com/bitcoin/bitcoin/pull/30066
<bitcoin-git> [bitcoin] sr-gi opened pull request #30065: init: fixes file descriptor accounting (master...2024-05-fdcount) https://github.com/bitcoin/bitcoin/pull/30065
<bitcoin-git> [bitcoincore.org] achow101 closed pull request #1020: Add files via upload (master...master) https://github.com/bitcoin-core/bitcoincore.org/pull/1020
<bitcoin-git> [bitcoincore.org] TyG34 opened pull request #1020: Add files via upload (master...master) https://github.com/bitcoin-core/bitcoincore.org/pull/1020
<bitcoin-git> [bitcoin] vasild opened pull request #30064: net: log connections failures via SOCKS5 with less severity (master...consistently_log_connection_failures) https://github.com/bitcoin/bitcoin/pull/30064
<bitcoin-git> [bitcoin] hebasto opened pull request #30063: build, test: Remove unused `TIMEOUT` environment variable (master...240508-timeout) https://github.com/bitcoin/bitcoin/pull/30063
<bitcoin-git> [bitcoin] brunoerg opened 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] maflcko opened 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] maflcko closed pull request #29077: build: Require libc++-16 or later (master...2312-libc++-16-) https://github.com/bitcoin/bitcoin/pull/29077
<bitcoin-git> [bitcoin] fanquake merged pull request #30053: test: added test coverage to loadtxoutset could not open file (master...loadtxoutsetInvalidDumpPath) https://github.com/bitcoin/bitcoin/pull/30053
<bitcoin-git> bitcoin/master 43a66c5 merge-script: Merge bitcoin/bitcoin#30053: test: added test coverage to loadtxoutset cou...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/74f517b4411d...43a66c55ec87
<bitcoin-git> bitcoin/master ee67bba kevkevin: test: added test coverage to loadtxoutset
<bitcoin-git> [bitcoin] luke-jr opened pull request #30059: Add option dbfilesize to control LevelDB target ("max") file size (master...dbfilesize_param) https://github.com/bitcoin/bitcoin/pull/30059
<bitcoin-git> [bitcoin] fanquake merged pull request #30054: ci: Exclude feature_init for now in valgrind task (master...2405-ci-val-init) https://github.com/bitcoin/bitcoin/pull/30054
<bitcoin-git> bitcoin/master 74f517b merge-script: Merge bitcoin/bitcoin#30054: ci: Exclude feature_init for now in valgrind ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09d3ad2861a0...74f517b4411d
<bitcoin-git> bitcoin/master fab179d MarcoFalke: ci: Exclude feature_init for now in valgrind task
<bitcoin-git> [bitcoin] fanquake merged pull request #30025: doc: fix broken relative md links (master...fix-links) https://github.com/bitcoin/bitcoin/pull/30025
<bitcoin-git> bitcoin/master 4b9f49d willcl-ark: doc: fix broken relative md links
<bitcoin-git> bitcoin/master 09d3ad2 merge-script: Merge bitcoin/bitcoin#30025: doc: fix broken relative md links
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4e56df8f915b...09d3ad2861a0

2024-05-07

<bitcoin-git> [bitcoin] stickies-v opened pull request #30058: Encapsulate warnings in generalized node::Warnings and remove globals (master...2024-04/move-warnings-node) https://github.com/bitcoin/bitcoin/pull/30058
<bitcoin-git> [gui] hebasto merged pull request #819: Fix misleading signmessage error with segwit (master...signmessage-error-fix) https://github.com/bitcoin-core/gui/pull/819
<bitcoin-git> bitcoin/master 4e56df8 merge-script: Merge bitcoin-core/gui#819: Fix misleading signmessage error with segwit
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8efd03ad0472...4e56df8f915b
<bitcoin-git> bitcoin/master fb9f150 willcl-ark: gui: fix misleading signmessage error with segwit
<bitcoin-git> [bitcoin] achow101 merged pull request #29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma keep to bitcoin-config.h includes (master...2402-iwyu-bitcoin-config-) https://github.com/bitcoin/bitcoin/pull/29494
<bitcoin-git> bitcoin/master 8efd03a Ava Chow: Merge bitcoin/bitcoin#29494: build: Assume HAVE_CONFIG_H, Add IWYU pragma ...
<bitcoin-git> bitcoin/master fa09451 MarcoFalke: Add lint check for bitcoin-config.h include IWYU pragma
<bitcoin-git> bitcoin/master dddd40b MarcoFalke: scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ef09f535b7b5...8efd03ad0472
<vasild> well, the intention is to warn if one opens a commit that does not belong to any branch. E.g. that commit may only be in an unmerged pull request. I think before people were fooled that some change existed in https://github.com/bitcoin/bitcoin/ this way
<vasild> When I visit the topmost commit at https://github.com/bitcoin/bitcoin/commit/ef09f535b7b540d997f8c2bfa67b3386711bc8b4 there is a message "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository." which is strange. Surely that commit belongs to the master branch. I think it was not shown before.
<bitcoin-git> [bitcoin] vasild closed pull request #22563: addrman: treat Tor/I2P/CJDNS as a single group (master...addrman_per_group_bucketing) https://github.com/bitcoin/bitcoin/pull/22563
<bitcoin-git> [bitcoin] maflcko opened pull request #30054: ci: Exclude feature_init for now in valgrind task (master...2405-ci-val-init) https://github.com/bitcoin/bitcoin/pull/30054
<bitcoin-git> [bitcoin] fanquake merged pull request #29984: net: Replace ifname check with IFF_LOOPBACK in Discover (master...2024-04-iff-loopback) https://github.com/bitcoin/bitcoin/pull/29984
<bitcoin-git> bitcoin/master ef09f53 merge-script: Merge bitcoin/bitcoin#29984: net: Replace ifname check with IFF_LOOPBACK i...
<bitcoin-git> bitcoin/master 7766dd2 laanwj: net: Replace ifname check with IFF_LOOPBACK in Discover
<bitcoin-git> bitcoin/master a68fed1 laanwj: net: Fix misleading comment for Discover
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/63d0b930f821...ef09f535b7b5

2024-05-06

<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30053: test: added test coverage to loadtxoutset could not open file (master...loadtxoutsetInvalidDumpPath) https://github.com/bitcoin/bitcoin/pull/30053
<bitcoin-git> [bitcoin] achow101 merged pull request #29845: rpc: return warnings as an array instead of just a single one (master...2024-04/make-warnings-arr) https://github.com/bitcoin/bitcoin/pull/29845
<bitcoin-git> bitcoin/master 63d0b93 Ava Chow: Merge bitcoin/bitcoin#29845: rpc: return warnings as an array instead of j...
<bitcoin-git> bitcoin/master 42fb531 stickies-v: rpc: return warnings as an array instead of just a single one
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fdb41e08c4a4...63d0b930f821
<bitcoin-git> [bitcoin] instagibbs closed pull request #30032: p2p: Allow 1P1C to fetch parent from compact block extra_txn (master...2024-05-opportunistic-extratxn) https://github.com/bitcoin/bitcoin/pull/30032
<bitcoin-git> [bitcoin] josibake closed pull request #30046: Compare `COutPoints` lexicographically (master...lexicographically-sort-outpoints) https://github.com/bitcoin/bitcoin/pull/30046
<bitcoin-git> [bitcoin] fanquake reopened 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] fanquake merged pull request #29773: build, bench, msvc: Add missing benchmarks (master...240330-msvc-bench) https://github.com/bitcoin/bitcoin/pull/29773
<bitcoin-git> bitcoin/master 31a15f0 Hennadii Stepanov: bench: Disable WalletCreate* benchmarks when building with MSVC
<bitcoin-git> bitcoin/master 23dc0c1 Hennadii Stepanov: msvc, bench: Add missing source files to bench_bitcoin project
<bitcoin-git> bitcoin/master fdb41e0 merge-script: Merge bitcoin/bitcoin#29773: build, bench, msvc: Add missing benchmarks
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/00ac1b963d08...fdb41e08c4a4
<bitcoin-git> [bitcoin] josibake opened pull request #30051: crypto, refactor: add method for applying the taptweak (master...add-apply-taptweak-method) https://github.com/bitcoin/bitcoin/pull/30051
<bitcoin-git> [bitcoin] josibake opened pull request #30050: refactor, wallet: get serialized size of `CRecipient`s directly (master...serialize-size-for-crecipient) https://github.com/bitcoin/bitcoin/pull/30050
<bitcoin-git> [bitcoin] hebasto opened pull request #30049: build, test, doc: Temporarily remove Android-related stuff (master...240503-android) https://github.com/bitcoin/bitcoin/pull/30049
<bitcoin-git> [bitcoin] josibake opened pull request #30048: crypto: add `NUMS_H` const (master...add-NUMS-H) https://github.com/bitcoin/bitcoin/pull/30048
<bitcoin-git> [bitcoin] josibake opened pull request #30047: refactor: Model the bech32 charlimit as an Enum (master...model-bech32-limit-as-enum) https://github.com/bitcoin/bitcoin/pull/30047
<bitcoin-git> [bitcoin] josibake opened pull request #30046: Compare `COutPoints` lexicographically (master...lexicographically-sort-outpoints) https://github.com/bitcoin/bitcoin/pull/30046
<bitcoin-git> [bitcoin] fanquake merged 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/master 00ac1b9 merge-script: Merge bitcoin/bitcoin#29960: depends: pass verbose through to cmake based ...
<bitcoin-git> bitcoin/master 7c69baf Max Edwards: depends: pass verbose through to cmake based make
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f7b81c7e1edb...00ac1b963d08
<bitcoin-git> [bitcoin] fanquake merged pull request #30031: msvc: Compile `test\fuzz\miniscript.cpp` (master...240503-msvc-fuzz-miniscript) https://github.com/bitcoin/bitcoin/pull/30031
<bitcoin-git> bitcoin/master 9155b73 Hennadii Stepanov: build, msvc: Compile test\fuzz\miniscript.cpp
<bitcoin-git> bitcoin/master f7b81c7 merge-script: Merge bitcoin/bitcoin#30031: msvc: Compile `test\fuzz\miniscript.cpp`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/eb0bdbdd753b...f7b81c7e1edb

2024-05-05

<bitcoin-git> [bitcoin] hebasto closed pull request #30040: util, refactor: Switch to value-initialization (master...240504-initialization) https://github.com/bitcoin/bitcoin/pull/30040
<bitcoin-git> [bitcoin] laanwj closed pull request #30005: [PoC, nomerge] PCP IPv4 portmap+IPv6 pinhole test (master...2024-04-pcp-pinhole-test) https://github.com/bitcoin/bitcoin/pull/30005
<bitcoin-git> [bitcoin] laanwj opened pull request #30043: net: Replace libnatpmp with built-in PCP implementation (master...2024-05-pcp) https://github.com/bitcoin/bitcoin/pull/30043

2024-05-04

<bitcoin-git> [bitcoin] hebasto opened pull request #30040: util, refactor: Switch to value-initialization (master...240504-initialization) https://github.com/bitcoin/bitcoin/pull/30040
<bitcoin-git> [bitcoin] maciejsszmigiero opened pull request #30039: dbwrapper: Bump LevelDB max file size to 128 MiB to avoid system slowdown from high disk cache flush rate (master...dbwrapper-bump-max-file-size) https://github.com/bitcoin/bitcoin/pull/30039
<bitcoin-git> [bitcoin] fanquake merged pull request #28657: miniscript: make operator""_mst consteval (master...202310_miniscript_consteval) https://github.com/bitcoin/bitcoin/pull/28657
<bitcoin-git> bitcoin/master eb0bdbd merge-script: Merge bitcoin/bitcoin#28657: miniscript: make operator""_mst consteval
<bitcoin-git> bitcoin/master 6331710 Pieter Wuille: miniscript: make operator_mst consteval
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/61d3280c3a36...eb0bdbdd753b
<bitcoin-git> [bitcoin] fanquake merged pull request #29907: test: Fix `test/streams_tests.cpp` compilation on SunOS / illumos (master...240418-char) https://github.com/bitcoin/bitcoin/pull/29907
<bitcoin-git> bitcoin/master 976e5d8 Hennadii Stepanov: test: Fix `test/streams_tests.cpp` compilation on SunOS / illumos
<bitcoin-git> bitcoin/master 61d3280 merge-script: Merge bitcoin/bitcoin#29907: test: Fix `test/streams_tests.cpp` compilatio...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd597c33e3e5...61d3280c3a36
<bitcoin-git> [bitcoin-maintainer-tools] fanquake merged pull request #163: Remove guix-verify tool (main...2024-05-remove-guix-verify) https://github.com/bitcoin-core/bitcoin-maintainer-tools/pull/163
<bitcoin-git> bitcoin-maintainer-tools/main eedf258 merge-script: Merge bitcoin-core/bitcoin-maintainer-tools#163: Remove guix-verify tool
<bitcoin-git> bitcoin-maintainer-tools/main 33599e1 laanwj: Remove guix-verify tool
<bitcoin-git> [bitcoin-maintainer-tools] fanquake pushed 2 commits to main: https://github.com/bitcoin-core/bitcoin-maintainer-tools/compare/be7591d0f99e...eedf258fd62e
<bitcoin-git> [bitcoin] fanquake merged pull request #25972: build: no-longer disable WARN_CXXFLAGS when CXXFLAGS is set (master...use_cxxflags_with_depends) https://github.com/bitcoin/bitcoin/pull/25972
<bitcoin-git> bitcoin/master bec6a88 fanquake: ci: remove -Warray-bounds from -Werror for win64
<bitcoin-git> bitcoin/master b088062 fanquake: ci: remove -Wdocumentation from -Werror in multiprocess CI
<bitcoin-git> bitcoin/master 7469ac7 fanquake: ci: disable -Werror=maybe-uninitialized for Windows builds
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f5b6f621fff7...bd597c33e3e5

2024-05-03

<bitcoin-git> [bitcoin] paplorinc opened pull request #30035: test: Add a few more corner cases to the base58 test suite (master...paplorinc/base58-tests) https://github.com/bitcoin/bitcoin/pull/30035
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30034: ci: add markdown link check job (master...link-check-action) https://github.com/bitcoin/bitcoin/pull/30034
<achow101> Created https://github.com/bitcoin-core/meta for us to propose and discuss more specfic changes to the moderation guidelines
<bitcoin-git> [bitcoin] achow101 merged pull request #30024: doc: replace remaining "520" magic nums with MAX_SCRIPT_ELEMENT_SIZE (master...2024-05-MAX_SCRIPT_ELEMENT_SIZE) https://github.com/bitcoin/bitcoin/pull/30024
<bitcoin-git> bitcoin/master f5b6f62 Ava Chow: Merge bitcoin/bitcoin#30024: doc: replace remaining "520" magic nums with ...
<bitcoin-git> bitcoin/master ffc6745 Jon Atack: Replace remaining "520" magic numbers with MAX_SCRIPT_ELEMENT_SIZE
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f9486de6a96b...f5b6f621fff7
<bitcoin-git> [bitcoin] achow101 merged pull request #30029: test: remove duplicate `WITNESS_SCALE_FACTOR` constant definition (master...05-2024-remove-duplicate-defination) https://github.com/bitcoin/bitcoin/pull/30029
<bitcoin-git> bitcoin/master f9486de Ava Chow: Merge bitcoin/bitcoin#30029: test: remove duplicate `WITNESS_SCALE_FACTOR`...
<bitcoin-git> bitcoin/master af3c181 ismaelsadeeq: [test]: remove duplicate WITNESS_SCALE_FACTOR
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/70e4d6ff1d26...f9486de6a96b
<bitcoin-git> [bitcoin] instagibbs opened pull request #30032: p2p: Allow 1P1C to fetch parent from compact block extra_txn (master...2024-05-opportunistic-extratxn) https://github.com/bitcoin/bitcoin/pull/30032
<bitcoin-git> [bitcoin] hebasto reopened pull request #30031: msvc: Compile `test\fuzz\miniscript.cpp` (master...240503-msvc-fuzz-miniscript) https://github.com/bitcoin/bitcoin/pull/30031
<bitcoin-git> [bitcoin] hebasto closed pull request #30031: msvc: Compile `test\fuzz\miniscript.cpp` (master...240503-msvc-fuzz-miniscript) https://github.com/bitcoin/bitcoin/pull/30031
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30026: refactor, test: Always initialize pointer (master...240502-msvc-c4703) https://github.com/bitcoin/bitcoin/pull/30026
<bitcoin-git> bitcoin/master 70e4d6f Ryan Ofsky: Merge bitcoin/bitcoin#30026: refactor, test: Always initialize pointer
<bitcoin-git> bitcoin/master bd2de7a Hennadii Stepanov: refactor, test: Always initialize pointer
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99d7538cdb2a...70e4d6ff1d26
<bitcoin-git> [bitcoin] hebasto opened pull request #30031: msvc: Compile `test\fuzz\miniscript.cpp` (master...240503-msvc-fuzz-miniscript) https://github.com/bitcoin/bitcoin/pull/30031
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #30029: test: remove duplicate `WITNESS_SCALE_FACTOR` constant defination (master...05-2024-remove-duplicate-defination) https://github.com/bitcoin/bitcoin/pull/30029
<bitcoin-git> [bitcoin] fanquake merged pull request #30012: opportunistic 1p1c followups (master...2024-05-1p1c-followups) https://github.com/bitcoin/bitcoin/pull/30012
<bitcoin-git> bitcoin/master c2ada05 glozow: [doc] remove redundant PackageToValidate comment
<bitcoin-git> bitcoin/master 9a762ef glozow: [txpackages] use std::lexicographical_compare instead of sorting hex strin...
<bitcoin-git> bitcoin/master 8496f69 glozow: [refactor] make MempoolAcceptResult::m_replaced_transactions non-optional
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/5127844cabbe...99d7538cdb2a
<bitcoin-git> [bitcoin] fanquake merged pull request #30017: refactor, fuzz: Make 64-bit shift explicit (master...240501-fix-shift) https://github.com/bitcoin/bitcoin/pull/30017
<bitcoin-git> bitcoin/master b50d127 Hennadii Stepanov: refactor: Make 64-bit shift explicit
<bitcoin-git> bitcoin/master 5127844 merge-script: Merge bitcoin/bitcoin#30017: refactor, fuzz: Make 64-bit shift explicit
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62ef33a718c9...5127844cabbe

2024-05-02

<bitcoin-git> [bitcoin] hebasto opened pull request #30026: refactor, test: Always initialize pointer (master...240502-msvc-c4703) https://github.com/bitcoin/bitcoin/pull/30026
<bitcoin-git> [bitcoin] achow101 merged pull request #29617: test: Validate UTXO snapshot with coin height base height & amount MAX_MONEY supply (master...2024/03/assumeUTXO-tests) https://github.com/bitcoin/bitcoin/pull/29617
<bitcoin-git> bitcoin/master 62ef33a Ava Chow: Merge bitcoin/bitcoin#29617: test: Validate UTXO snapshot with coin height...