<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/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] 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] 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] 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] 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>
[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] 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] 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/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 #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] 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>
[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] 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/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] 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