<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
<bitcoin-git>
[bitcoin] prayank23 opened pull request #24075: rpc: add error for genesis block in `getblockstats` (master...getblockstats-genesis) https://github.com/bitcoin/bitcoin/pull/24075
2022-01-14
<bitcoin-git>
[bitcoin] MarcoFalke closed pull request #24038: wallet: Use MTP for locktime checks, not adjusted time (master...2201-lockstuff) https://github.com/bitcoin/bitcoin/pull/24038
<bitcoin-git>
[bitcoin] willcl-ark opened pull request #24072: rpc: fix wording of alertnotify to match behaviour (master...alert_notify) https://github.com/bitcoin/bitcoin/pull/24072
<bitcoin-git>
[bitcoin] theStack opened pull request #24069: refactor: replace RecursiveMutex `m_cs_callbacks_pending` with Mutex (and rename) (master...202201-refactor_replace_recursive_mutex_callbacks) https://github.com/bitcoin/bitcoin/pull/24069
<bitcoin-git>
[bitcoin] prayank23 reopened 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] MarcoFalke opened pull request #24067: wallet: Actually treat (un)confirmed txs as (un)confirmed (master...2201-crappyCode) https://github.com/bitcoin/bitcoin/pull/24067
<bitcoin-git>
[bitcoin] whitslack opened pull request #24066: contrib/init: (OpenRC) use -daemonwait to wait for startup completion (master...openrc-daemonwait) https://github.com/bitcoin/bitcoin/pull/24066
<bitcoin-git>
[bitcoin] whitslack closed pull request #22354: contrib/init: (OpenRC) use -startupnotify to wait for startup completion [alternative] (master...openrc-startupnotify-bkg) https://github.com/bitcoin/bitcoin/pull/22354
<bitcoin-git>
[bitcoin] whitslack closed pull request #22285: contrib/init: (OpenRC) use -startupnotify to wait for startup completion (master...openrc-startupnotify) https://github.com/bitcoin/bitcoin/pull/22285
<bitcoin-git>
[bitcoin] fanquake opened pull request #24065: build: explicitly disable support for external signing on Windows & OpenBSD (master...no_external_signer_win_openbsd) https://github.com/bitcoin/bitcoin/pull/24065
<bitcoin-git>
[bitcoin] theStack opened pull request #24062: refactor: replace RecursiveMutex `cs_most_recent_block` with Mutex (and rename) (master...202201-refactor_replace_recursive_mutex_cs_last_block) https://github.com/bitcoin/bitcoin/pull/24062
2022-01-13
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24035: test: use MiniWallet for mempool_accept.py (master...202201-test-use_MiniWallet_for_mempool_accept_etc) https://github.com/bitcoin/bitcoin/pull/24035
<bitcoin-git>
[bitcoin] fanquake opened pull request #24057: build: point to latest commit on 1.4.0 branch (master...actually_fix_guix) https://github.com/bitcoin/bitcoin/pull/24057
<bitcoin-git>
[bitcoin] brunoerg opened pull request #24054: test: rest /tx with an invalid/unknown txid (master...2022-01-rest-functional) https://github.com/bitcoin/bitcoin/pull/24054
<bitcoin-git>
[bitcoin] laanwj merged pull request #24048: build: Improve error message when pkg-config is not installed (master...220112-m4) https://github.com/bitcoin/bitcoin/pull/24048
<bitcoin-git>
[bitcoin] hebasto opened pull request #24048: build: Improve error message when pkg-config is not installed (master...220112-m4) https://github.com/bitcoin/bitcoin/pull/24048
<bitcoin-git>
[gui] shaavan opened pull request #524: Replace int with std::chrono in for the timer->setInterval() argument (master...220112-chrono) https://github.com/bitcoin-core/gui/pull/524
<bitcoin-git>
[gui] hebasto merged pull request #517: refactor, qt: Use std::chrono for parameters of QTimer methods (master...220106-chrono) https://github.com/bitcoin-core/gui/pull/517
<bitcoin-git>
bitcoin/master 3c4f5d2 Hennadii Stepanov: scripted-diff: Rename functions to drop mention of boost
<bitcoin-git>
bitcoin/master e0ae541 Hennadii Stepanov: Merge bitcoin-core/gui#523: scripted-diff: Rename functions to drop mentio...
<bitcoin-git>
[bitcoin] fanquake merged pull request #24042: build: Point Guix to the current top of the "version-1.4.0" branch (master...220111-guix) https://github.com/bitcoin/bitcoin/pull/24042
<bitcoin-git>
[bitcoin] vincenzopalazzo closed pull request #24016: [WIP] utils: introduce a runtime error in case of overflow in GetArgInt (master...vincenzopalazzo/cmd_atoi) https://github.com/bitcoin/bitcoin/pull/24016
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #24039: bug fix: prevent UnicodeDecodeError when opening log file in feature_init.py (master...2022-01-feature_init-fix) https://github.com/bitcoin/bitcoin/pull/24039
<bitcoin-git>
bitcoin/master 9d3e95d sogoagain: [bugfix] prevent UnicodeDecodeError errors when opening log file in featur...
<bitcoin-git>
[bitcoin] hebasto opened pull request #24042: build: Point Guix to the current top of the "version-1.4.0" branch (master...220111-guix) https://github.com/bitcoin/bitcoin/pull/24042
<bitcoin-git>
[bitcoin] ryanofsky opened pull request #24041: Restore atoi compatibility with old versions of Bitcoin Core (master...pr/green) https://github.com/bitcoin/bitcoin/pull/24041
<bitcoin-git>
[bitcoin] sogoagain opened pull request #24039: bug fix: prevent UnicodeDecodeError when opening log file in feature_init.py (master...2022-01-feature_init-fix) https://github.com/bitcoin/bitcoin/pull/24039
<bitcoin-git>
[gui] hebasto opened pull request #523: scripted-diff: Rename functions to drop mention of boost (master...220111-boostpath) https://github.com/bitcoin-core/gui/pull/523
<bitcoin-git>
[bitcoin] theStack closed pull request #24025: test: MiniWallet: support default `from_node` for sending/creating txs (master...202201-test-MiniWallet-use_default_node_send_create_txs) https://github.com/bitcoin/bitcoin/pull/24025
<bitcoin-git>
[bitcoin] theStack opened pull request #24035: test: use MiniWallet for mempool_accept.py (master...202201-test-use_MiniWallet_for_mempool_accept_etc) https://github.com/bitcoin/bitcoin/pull/24035
<bitcoin-git>
[bitcoin] brunoerg opened pull request #24034: p2p, refactor: delete anchors.dat after trying to connect to that peers (master...2022-02-anchors-delete) https://github.com/bitcoin/bitcoin/pull/24034
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #24033: log: Remove GetAdjustedTime from IBD header progress estimation (master...2201-logNoNonsense) https://github.com/bitcoin/bitcoin/pull/24033
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23497: Add `src/node/` and `src/wallet/` code to `node::` and `wallet::` namespaces (master...pr/names) https://github.com/bitcoin/bitcoin/pull/23497
<bitcoin-git>
[bitcoin] sipa opened pull request #24028: Explain in the generate* RPC docs that they are only for testing (master...202201_rpcmining_lol_no) https://github.com/bitcoin/bitcoin/pull/24028
<bitcoin-git>
[bitcoin] mzumsande opened pull request #24021: Rename and move PoissonNextSend functions (master...202201_jnewbery_poisson_rename) https://github.com/bitcoin/bitcoin/pull/24021
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23994: Consolidate all uses of the fast range mapping technique in util/fastrange.h (master...202201_fastrange) https://github.com/bitcoin/bitcoin/pull/23994
<bitcoin-git>
[bitcoin] vincenzopalazzo opened pull request #24016: [WIP] utils: introduce a runtime error in case of overflow in GetArgInt (master...vincenzopalazzo/cmd_atoi) https://github.com/bitcoin/bitcoin/pull/24016
<bitcoin-git>
[bitcoin] stickies-v opened 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] fanquake closed pull request #24011: [contrib] Displaying the time spent in the guix build (master...bitcoin-upstream) https://github.com/bitcoin/bitcoin/pull/24011
<bitcoin-git>
[bitcoin] rojarsmith opened pull request #24011: [contrib] Displaying the time spent in the guix build (master...bitcoin-upstream) https://github.com/bitcoin/bitcoin/pull/24011
2022-01-07
<bitcoin-git>
[bitcoin] laanwj merged pull request #22093: build: Try posix-specific CXX first for mingw32 host (master...210528-posix) https://github.com/bitcoin/bitcoin/pull/22093
<bitcoin-git>
[bitcoin] sipa opened pull request #23994: Consolidate all uses of the fast range mapping technique in util/fastrange.h (master...202201_fastrange) https://github.com/bitcoin/bitcoin/pull/23994
<bitcoin-git>
[gui] hebasto opened pull request #517: refactor, qt: Use std::chrono for parameters of QTimer methods (master...220106-chrono) https://github.com/bitcoin-core/gui/pull/517
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23938: ci: Clone entire bitcoin-core/qa-assets repo only when run fuzzing (master...220102-assets) https://github.com/bitcoin/bitcoin/pull/23938
<bitcoin-git>
bitcoin/master 3401630 Carl Dong: style-only: Rename *Chainstate return values
<bitcoin-git>
bitcoin/master 1dd5827 Carl Dong: docs: Make LoadChainstate comment more accurate
<bitcoin-git>
bitcoin/master 6b83576 Carl Dong: node/chainstate: Use MAX_FUTURE_BLOCK_TIME
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23832: Refactor: Changes time variables from int to chrono (master...time_refactor) https://github.com/bitcoin/bitcoin/pull/23832
<bitcoin-git>
bitcoin/master 17fdbef fanquake: Merge bitcoin/bitcoin#23970: Remove pointless and confusing shift in Relay...
<bitcoin-git>
[bitcoin] laanwj merged pull request #23834: wallettool: Check that the dumpfile checksum is the correct size (master...dump-checksum-size) https://github.com/bitcoin/bitcoin/pull/23834
<bitcoin-git>
bitcoin/master ac617cc Andrew Chow: wallettool: Check that the dumpfile checksum is the correct size
<bitcoin-git>
bitcoin/master 801aaac laanwj: Merge bitcoin/bitcoin#23834: wallettool: Check that the dumpfile checksum ...
<bitcoin-git>
[bitcoin] darosior closed pull request #23982: tests: use a cached datadir for wallet_descriptor.py (master...cache_chain_wallet_descriptor) https://github.com/bitcoin/bitcoin/pull/23982
<bitcoin-git>
[bitcoin] darosior opened pull request #23982: tests: use a cached datadir for wallet_descriptor.py (master...cache_chain_wallet_descriptor) https://github.com/bitcoin/bitcoin/pull/23982
<bitcoin-git>
[bitcoin] MarcoFalke merged pull request #23784: bitcoin-tx: Require that input amount is provided for witness transactions (master...bitcoin-tx_check_witness_input_amount) https://github.com/bitcoin/bitcoin/pull/23784
<bitcoin-git>
bitcoin/master c337b27 Ben Woosley: Require that input amount is provided for bitcoin-tx witness transactions