<bitcoin-git>
[bitcoin] josibake opened pull request #27703: doc: filter out merge-script from list of authors (master...josibake-update-release-process-script) https://github.com/bitcoin/bitcoin/pull/27703
<bitcoin-git>
[bitcoin] fanquake merged pull request #27695: test: Add test to check tx in the last block can be downloaded (master...2305-test-tx-block-upload-) https://github.com/bitcoin/bitcoin/pull/27695
<bitcoin-git>
bitcoin/master fa4c16b MarcoFalke: test: Add test to check tx in the last block can be downloaded
<bitcoin-git>
bitcoin/master 7be7e62 fanquake: Merge bitcoin/bitcoin#27695: test: Add test to check tx in the last block ...
<bitcoin-git>
bitcoin/master fadc849 MarcoFalke: test: Split up test_notfound_on_unannounced_tx test case
<bitcoin-git>
[bitcoin] fanquake merged pull request #27458: build: Detect USDT the same way how it is used in the code (master...230413-freebsd) https://github.com/bitcoin/bitcoin/pull/27458
<bitcoin-git>
bitcoin/master 2f1403a fanquake: Merge bitcoin/bitcoin#27458: build: Detect USDT the same way how it is use...
<bitcoin-git>
[bitcoin] hebasto opened pull request #27696: build: Do not define `ENABLE_ZMQ` when ZMQ is not available (master...230518-zmq) https://github.com/bitcoin/bitcoin/pull/27696
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27695: test: Add test to check tx in the last block can be downloaded (master...2305-test-tx-block-upload-) https://github.com/bitcoin/bitcoin/pull/27695
2023-05-17
<bitcoin-git>
[bitcoin] ryanofsky merged pull request #25193: indexes: Read the locator's top block during init, allow interaction with reindex-chainstate (master...202205_index_allow_reindex_chainstate) https://github.com/bitcoin/bitcoin/pull/25193
<bitcoin-git>
bitcoin/master 4e8a765 Ryan Ofsky: Merge bitcoin/bitcoin#25193: indexes: Read the locator's top block during ...
<bitcoin-git>
bitcoin/master 60bec3c Martin Zumsande: index: Use first block from locator instead of looking for fork point
<bitcoin-git>
[bitcoin] fanquake merged pull request #27668: guix: document when certain patches can be dropped (master...guix_patch_doc) https://github.com/bitcoin/bitcoin/pull/27668
<bitcoin-git>
bitcoin/master a09269a fanquake: guix: document when certain guix patches can be dropped
<bitcoin-git>
bitcoin/master 594f05d fanquake: Merge bitcoin/bitcoin#27668: guix: document when certain patches can be dr...
<bitcoin-git>
[bitcoin] hebasto opened pull request #27684: Avoid lock order inversion in `Chainstate::ConnectTip` function (master...230516-punish) https://github.com/bitcoin/bitcoin/pull/27684
<bitcoin-git>
[bitcoin] brunoerg opened pull request #27678: fuzz: net, add `recv_flood_size`, `prefer_evict` in `ConsumeNode` (master...2023-05-fuzz-net-consumenode) https://github.com/bitcoin/bitcoin/pull/27678
<bitcoin-git>
[bitcoin] theuni opened pull request #27676: macOS: Bump minimum required runtime version and prepare for building with upstream LLVM (master...macos-min-bump) https://github.com/bitcoin/bitcoin/pull/27676
<bitcoin-git>
[bitcoin] Sjors opened pull request #27673: ConnectTip: don't log total disk read time in bench (master...2023/05/div-zero) https://github.com/bitcoin/bitcoin/pull/27673
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27672: fuzz: Print error message when FUZZ is missing (master...2305-fuzz-log-FUZZ-) https://github.com/bitcoin/bitcoin/pull/27672
<bitcoin-git>
[bitcoin] fanquake opened pull request #27668: guix: document when certain patches can be dropped (master...guix_patch_doc) https://github.com/bitcoin/bitcoin/pull/27668
<bitcoin-git>
[bitcoin] achow101 opened pull request #27666: wallet, bench: Move commonly used functions to their own file and fix a bug (master...wallet-bench-refactor) https://github.com/bitcoin/bitcoin/pull/27666
<bitcoin-git>
[bitcoin] theStack opened pull request #27653: test: add unit test coverage for Python ECDSA implementation (master...202305-test-add_ecdsa_signing_unittest) https://github.com/bitcoin/bitcoin/pull/27653
<bitcoin-git>
[bitcoin] glozow opened pull request #27609: rpc: allow submitpackage to be called outside of regtest (master...open-submitpackage) https://github.com/bitcoin/bitcoin/pull/27609
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #27608: p2p: Avoid prematurely clearing download state for other peers (master...2023-05-download-bug) https://github.com/bitcoin/bitcoin/pull/27608
<bitcoin-git>
[bitcoin] furszy opened pull request #27607: init: verify blocks data existence only once for all the indexers (master...2023_index_decouple_has_data_checks) https://github.com/bitcoin/bitcoin/pull/27607
<bitcoin-git>
[bitcoin] fanquake merged pull request #27491: refactor: Move chain constants to the util library (master...kernelChainType) https://github.com/bitcoin/bitcoin/pull/27491
<bitcoin-git>
bitcoin/master 401453d TheCharlatan: refactor: Introduce ChainType getters for ArgsManager
<bitcoin-git>
bitcoin/master 3f19875 Hennadii Stepanov: scripted-diff: Use platform-agnostic `ALWAYS_INLINE` macro
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27605: refactor: Replace global find_value function with UniValue::find_value method (master...2305-univalue-no-dangling-) https://github.com/bitcoin/bitcoin/pull/27605
<bitcoin-git>
[bitcoin] kevkevinpal opened pull request #27603: test: added coverage to mining_basic.py (master...test/mining/emptyBlockVtx) https://github.com/bitcoin/bitcoin/pull/27603
2023-05-08
<bitcoin-git>
[bitcoin] sr-gi opened pull request #27602: net: avoid serving non-announced txs as a result of a MEMPOOL message (master...mempool-not-inved) https://github.com/bitcoin/bitcoin/pull/27602
<bitcoin-git>
[bitcoin] furszy opened pull request #27601: wallet: don't duplicate change output if already exist (master...2023_wallet_double_change_output) https://github.com/bitcoin/bitcoin/pull/27601
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #27600: Make peer eviction slightly more aggresive to make room for whitelisted inbound connections (master...whitebind-evict) https://github.com/bitcoin/bitcoin/pull/27600
<bitcoin-git>
[bitcoin] st3b1t opened pull request #27588: rpc: append rpcauth.py hash in config and show pass (master...rpcauth-show-pass-writeless) https://github.com/bitcoin/bitcoin/pull/27588
<bitcoin-git>
[bitcoin] fanquake merged pull request #27405: util: Use steady clock instead of system clock to measure durations (master...2304-steady-over-millis-) https://github.com/bitcoin/bitcoin/pull/27405
<bitcoin-git>
bitcoin/master fa97621 MarcoFalke: qt: Use steady clock to throttle GUI notifications
<bitcoin-git>
[bitcoin] fanquake merged pull request #27554: test: Treat `bitcoin-wallet` binary in the same way as others (master...230502-toolwallet) https://github.com/bitcoin/bitcoin/pull/27554
<bitcoin-git>
[bitcoin] hebasto opened pull request #27580: msvc: Cleanup after upgrading libsecp256k1 up to 0.3.0 (master...230505-cleanup) https://github.com/bitcoin/bitcoin/pull/27580
<bitcoin-git>
[bitcoin] benthecarman opened pull request #27578: Allow accepting non-standard transactions on mainnet (master...non-std-tx-mainnet) https://github.com/bitcoin/bitcoin/pull/27578
<bitcoin-git>
[bitcoin] mzumsande opened pull request #27577: p2p: give seednodes time before falling back to fixed seeds (master...202304_seednode_fixedseed_interaction) https://github.com/bitcoin/bitcoin/pull/27577
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #27576: kernel: Remove args, chainparams, chainparamsbase from kernel library (master...rmKernelArgs) https://github.com/bitcoin/bitcoin/pull/27576
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27570: refactor: Remove need to pass chainparams from BlockManager methods (master...2305-blockman-chain-params-) https://github.com/bitcoin/bitcoin/pull/27570
2023-05-03
<bitcoin-git>
[bitcoin] achow101 merged pull request #24957: prune, import: allow pruning to work during loadblock import (master...issue_23852_import_prune) https://github.com/bitcoin/bitcoin/pull/24957