<bitcoin-git>
[bitcoin] hebasto opened pull request #30216: build: Fix building `fuzz` binary on on SunOS / illumos (master...240602-libevent) https://github.com/bitcoin/bitcoin/pull/30216
<bitcoin-git>
[bitcoin] TheCharlatan closed pull request #28335: RFC: Remove boost usage from kernel api / headers (master...mempoolBoostHeaderPrune) https://github.com/bitcoin/bitcoin/pull/28335
<bitcoin-git>
[bitcoin] achow101 closed pull request #30188: Fix typos in 36 files | Almost only documentation (master...cyon_fix_typos) https://github.com/bitcoin/bitcoin/pull/30188
2024-05-30
<bitcoin-git>
[bitcoin] mzumsande opened pull request #30207: validation: Improve, document and test logic for chains building on invalid blocks (master...202405_invalid_chains) https://github.com/bitcoin/bitcoin/pull/30207
<bitcoin-git>
[bitcoin] vasild opened pull request #30205: test: add mocked Sock that can read/write custom data and/or CNetMessages (master...DynSock) https://github.com/bitcoin/bitcoin/pull/30205
<bitcoin-git>
bitcoin-detached-sigs/27.x b15cfc6 Ava Chow: 27.1: win sig for rc1
2024-05-29
<bitcoin-git>
[bitcoin] theuni opened pull request #30194: refactor: use recommended type hiding on multi_index types (master...multi_index_types) https://github.com/bitcoin/bitcoin/pull/30194
<bitcoin-git>
[bitcoin] m3dwards opened pull request #30193: ci: move ASAN job to GitHub Actions from Cirrus CI (master...move-asan-to-gha) https://github.com/bitcoin/bitcoin/pull/30193
<bitcoin-git>
[bitcoin] fanquake merged 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 fa6d489 MarcoFalke: refactor: Use type-safe time in txorphanage
<bitcoin-git>
bitcoin/master 5895602 merge-script: Merge bitcoin/bitcoin#30170: refactor: Use type-safe time in txorphanage
<bitcoin-git>
[bitcoin] Sajjon opened pull request #30188: Fix typos in 36 files | Almost only documentation (master...cyon_fix_typos) https://github.com/bitcoin/bitcoin/pull/30188
<bitcoin-git>
[bitcoin] kevkevinpal closed 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] maflcko opened pull request #30174: test: Set mocktime in p2p_disconnect_ban.py to avoid intermittent test failure (master...2405-test-bump) https://github.com/bitcoin/bitcoin/pull/30174
<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 de95953 Fabian Jahr: rpc: Optimize serialization disk space of dumptxoutset
<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] 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 141df0a Cory Fields: crypto: disable asan for sha256_sse4 with clang and -O0
<bitcoin-git>
bitcoin/master ae2658c merge-script: Merge bitcoin/bitcoin#30097: crypto: disable asan for sha256_sse4 with cla...
<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 c31f148 glozow: [refactor] TxOrphanage::EraseTx by wtxid
<bitcoin-git>
bitcoin/master efcc593 glozow: [refactor] TxOrphanage::HaveTx only by wtxid
<bitcoin-git>
bitcoin/master 7e475b9 glozow: [p2p] don't query orphanage by txid