<bitcoin-git>
[bitcoin] PastaPastaPasta opened pull request #24185: refactor: only use explicit reinterpret/const casts, not implicit (master...explicit-reinterpret-cast) https://github.com/bitcoin/bitcoin/pull/24185
<bitcoin-git>
[bitcoin] pg156 opened pull request #24183: test: use MiniWallet for mempool_updatefromblock.py (master...mempool-updatefromblock-miniwallet) https://github.com/bitcoin/bitcoin/pull/24183
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #24178: p2p: Respond to getheaders if we have sufficient chainwork (master...2022-01-headers-response-requires-minchainwork) https://github.com/bitcoin/bitcoin/pull/24178
<bitcoin-git>
bitcoin/master 5e8975e fanquake: fs: consistently use fsbridge for fopen()
<bitcoin-git>
bitcoin/master 21f781a fanquake: fs: consistently use fsbridge for {i,o}fstream
<bitcoin-git>
bitcoin/master 486261d fanquake: fs: add missing <cassert> include
<bitcoin-git>
[gui] RandyMcMillan opened pull request #539: gui: scale network graph based on time interval (master...1643263956-network-graph-issue-532) https://github.com/bitcoin-core/gui/pull/539
<bitcoin-git>
bitcoin/master 3d22371 Andrew Chow: Merge bitcoin/bitcoin#16795: rpc: have raw transaction decoding infer outp...
<bitcoin-git>
[bitcoin] hebasto opened pull request #24172: doc: Add pre-splitoff translation update to `release-process.md` (master...220126-tr) https://github.com/bitcoin/bitcoin/pull/24172
<bitcoin-git>
[bitcoin] sdaftuar opened pull request #24171: p2p: Sync chain more readily from inbound peers during IBD (master...2022-01-download-from-inbound) https://github.com/bitcoin/bitcoin/pull/24171
<bitcoin-git>
[bitcoin] mzumsande opened pull request #24170: p2p, rpc: Manual block-relay-only connections with addnode (master...202112_manual_blocksonly) https://github.com/bitcoin/bitcoin/pull/24170
<bitcoin-git>
[bitcoin] hebasto opened pull request #24168: Fix some race conditions in `BanMan::DumpBanlist()` (master...220126-dump) https://github.com/bitcoin/bitcoin/pull/24168
<bitcoin-git>
bitcoin/master dd405ad MarcoFalke: Merge bitcoin/bitcoin#24154: test: add functional test for `-maxtipage` pa...
<bitcoin-git>
bitcoin/master 75656ad Sebastian Falbesoner: test: add functional test for `-maxtipage` parameter
<bitcoin-git>
[bitcoin] kallewoof opened pull request #24162: rpc: add require_checksum flag to deriveaddresses (master...202201-deriveaddr-nochecksum) https://github.com/bitcoin/bitcoin/pull/24162
<bitcoin-git>
[bitcoin] kallewoof opened pull request #24161: rpc/doc: describe using combo(privkey) to get checksum and then list … (master...202201-derivefromprivkey) https://github.com/bitcoin/bitcoin/pull/24161
<bitcoin-git>
[bitcoin] w0xlt opened pull request #24157: p2p: Replace RecursiveMutex `cs_totalBytesSent` with Mutex and rename it (master...cs_totalBytesSent_mutex) https://github.com/bitcoin/bitcoin/pull/24157
<bitcoin-git>
[bitcoin] laanwj merged pull request #23839: Linux: build with and test for control flow instrumentation on x86_64 (master...control_flow_linux_x86_64) https://github.com/bitcoin/bitcoin/pull/23839
<bitcoin-git>
bitcoin/master 6ca5efa fanquake: script rename control flow check to MACHO specific
<bitcoin-git>
[bitcoin] glozow opened pull request #24152: policy / validation: CPFP fee bumping within packages (master...package-cpfp) https://github.com/bitcoin/bitcoin/pull/24152
<bitcoin-git>
[bitcoin] jonatack opened pull request #24150: refactor: move index class members from protected to private (master...move-index-class-members-from-protected-to-private) https://github.com/bitcoin/bitcoin/pull/24150
<bitcoin-git>
[bitcoin] darosior opened pull request #24149: Signing support for Miniscript Descriptors (master...miniscript_wallet_signing) https://github.com/bitcoin/bitcoin/pull/24149
<bitcoin-git>
[bitcoin] darosior opened pull request #24148: Miniscript support in Output Descriptors (master...miniscript_wallet_watchonly) https://github.com/bitcoin/bitcoin/pull/24148
<bitcoin-git>
[gui] luke-jr opened pull request #537: Point out position of invalid characters in Bech32 addresses (master...gui_bech32_errpos) https://github.com/bitcoin-core/gui/pull/537
<bitcoin-git>
[bitcoin] shaavan opened pull request #24141: Rename message_command variables in src/net* and src/rpc/net.cpp (master...220124-message) https://github.com/bitcoin/bitcoin/pull/24141
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24057: guix: point to recent commit on the master branch (master...actually_fix_guix) https://github.com/bitcoin/bitcoin/pull/24057
<bitcoin-git>
bitcoin/master e8a6c88 fanquake: build: point to latest commit on the master branch
<bitcoin-git>
bitcoin/master 8588591 fanquake: guix: ignore additioanl failing certvalidator test
<bitcoin-git>
bitcoin/master 9ec3991 MarcoFalke: Merge bitcoin/bitcoin#24057: guix: point to recent commit on the master br...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #24139: Avoid unsigned integer overflow in bitcoin-tx (master...2201-utilTxOverflow) https://github.com/bitcoin/bitcoin/pull/24139
<bitcoin-git>
[bitcoin] mzumsande opened pull request #24138: index: Commit MuHash and best block together for coinstatsindex (master...202201_coinstatsindex_commits) https://github.com/bitcoin/bitcoin/pull/24138
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24102: mempool: Run coin.IsSpent only once in a row (master...2201-mempoolCoinOnce) https://github.com/bitcoin/bitcoin/pull/24102
<bitcoin-git>
bitcoin/master fa2bcc4 MarcoFalke: Run coin.IsSpent only once in a row
<bitcoin-git>
[bitcoin] w0xlt opened pull request #24125: p2p: Replace RecursiveMutex `cs_tx_inventory` with Mutex and rename it (master...cs_tx_inventory_mutex) https://github.com/bitcoin/bitcoin/pull/24125
2022-01-21
<bitcoin-git>
[bitcoin] fanquake opened pull request #24123: [POC] build: enable Pointer Authentication and Branch Target Identification for aarch64 (Linux) (master...mbranch_protection_aarch64_linux) https://github.com/bitcoin/bitcoin/pull/24123
<bitcoin-git>
[bitcoin] theStack opened pull request #24122: refactor: replace RecursiveMutex `cs_vProcessMsg` with Mutex (and rename) (master...202201-refactor_replace_RecursiveMutex_cs_vProcess) https://github.com/bitcoin/bitcoin/pull/24122
<bitcoin-git>
[bitcoin] w0xlt opened pull request #24121: wallet: treat P2TR address with invalid x-only pubkey as invalid (master...validate_P2TR_invalid_pk) https://github.com/bitcoin/bitcoin/pull/24121
<bitcoin-git>
[bitcoin] mzumsande opened pull request #24117: index: make indices robust against init aborts (master...202201_index_startup) https://github.com/bitcoin/bitcoin/pull/24117
<bitcoin-git>
[bitcoin] thonkle opened pull request #24116: Document listening on port 0 assigns a random unused port (master...doc-port-0) https://github.com/bitcoin/bitcoin/pull/24116
<bitcoin-git>
[bitcoin] fanquake opened pull request #24111: build: force CRCCheck in Windows installer (master...force_win_installer_crccheck) https://github.com/bitcoin/bitcoin/pull/24111
<bitcoin-git>
[bitcoin] w0xlt opened pull request #24108: Replace RecursiveMutex `cs_addrLocal` with Mutex, and rename it (master...change_cs_addrLocal) https://github.com/bitcoin/bitcoin/pull/24108
<bitcoin-git>
[bitcoin] fanquake merged pull request #24065: build: explicitly disable support for external signing on Windows (master...no_external_signer_win_openbsd) https://github.com/bitcoin/bitcoin/pull/24065
<bitcoin-git>
[bitcoin] w0xlt opened pull request #24103: Replace RecursiveMutex `m_cs_chainstate` with Mutex, and rename it (master...m_cs_chainstate_mutex) https://github.com/bitcoin/bitcoin/pull/24103
<bitcoin-git>
bitcoin/master bd52684 brunoerg: test: rest /tx with an invalid/unknown txid
<bitcoin-git>
bitcoin/master 5c3bfee MarcoFalke: Merge bitcoin/bitcoin#24054: test: rest /tx with an invalid/unknown txid
2022-01-18
<bitcoin-git>
[bitcoin] w0xlt opened pull request #24099: Replace `RecursiveMutex cs_mapLocalHost` with Mutex, and rename it (master...mutex-mapLocalHost) https://github.com/bitcoin/bitcoin/pull/24099
<bitcoin-git>
[bitcoin] stickies-v opened pull request #24098: rest: Use query parameters to control resource loading (master...rest/use-query-parameters) https://github.com/bitcoin/bitcoin/pull/24098
<bitcoin-git>
[bitcoin] stickies-v closed pull request #24012: rest: Use query parameters to control resource loading (master...rest/use-query-parameters) https://github.com/bitcoin/bitcoin/pull/24012
<bitcoin-git>
[bitcoin] achow101 merged pull request #22317: doc: Highlight DNS requests part in tor.md (master...highlight-dns-request) https://github.com/bitcoin/bitcoin/pull/22317
<bitcoin-git>
bitcoin/master 86a4a15 Prayank: Highlight DNS request part
<bitcoin-git>
bitcoin/master 869c6e2 Andrew Chow: Merge bitcoin/bitcoin#22317: doc: Highlight DNS requests part in tor.md
<bitcoin-git>
[bitcoin] hebasto opened pull request #24097: Replace RecursiveMutex m_cs_banned with Mutex, and rename it (master...220118-banman) https://github.com/bitcoin/bitcoin/pull/24097
<bitcoin-git>
[bitcoin] achow101 opened pull request #24091: wallet: Consolidate CInputCoin and COutput (master...consolidate-coutput-cinputcoin) https://github.com/bitcoin/bitcoin/pull/24091
<bitcoin-git>
[bitcoin] RandyMcMillan opened pull request #24090: net/p2p: change nScore data type to int64_t (master...1642450390-issue-24049) https://github.com/bitcoin/bitcoin/pull/24090
<bitcoin-git>
[bitcoin] brunoerg opened pull request #24084: doc: add information about status code 404 for some endpoints (rest) (master...2022-01-rest-doc) https://github.com/bitcoin/bitcoin/pull/24084
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23373: test: Parse command line arguments from unit and fuzz tests, make addrman consistency check ratio easier to change (master...checkaddrman_in_tests) https://github.com/bitcoin/bitcoin/pull/23373
<bitcoin-git>
bitcoin/master 92a0f7e Vasil Dimov: test: parse the command line arguments in unit tests
<bitcoin-git>
bitcoin/master 6f7c756 Vasil Dimov: fuzz: parse the command line arguments in fuzz tests
<bitcoin-git>
bitcoin/master 6dff621 Vasil Dimov: bench: put addrman check ratio in a variable
<bitcoin-git>
[bitcoin] S3RK opened pull request #24083: Revert "Add to spends only transcations from me" (master...restore_wallet_conflicts) https://github.com/bitcoin/bitcoin/pull/24083
<bitcoin-git>
[bitcoin] theStack opened pull request #24079: refactor: replace RecursiveMutex `cs SubVer` with Mutex (and rename) (master...202201-refactor_replace_RecursiveMutex_cs_subver) https://github.com/bitcoin/bitcoin/pull/24079
2022-01-15
<bitcoin-git>
[bitcoin] hebasto opened pull request #24078: net, refactor: Rename CNetMessage::m_command with CNetMessage::m_type (master...220115-message) https://github.com/bitcoin/bitcoin/pull/24078
<bitcoin-git>
[bitcoin] TheQuantumPhysicist opened pull request #24077: Replace uint256 specific implementations of base_uint::GetHex() and base_uint::SetHex() with proper ones that don't depend on uint256 (master...fix/arith_uint256-specializations) https://github.com/bitcoin/bitcoin/pull/24077
<bitcoin-git>
[bitcoin] prayank23 closed pull request #24075: rpc: add error for genesis block in `getblockstats` (master...getblockstats-genesis) https://github.com/bitcoin/bitcoin/pull/24075