2023-01-17

<bitcoin-git> bitcoin/master 01ec530 MarcoFalke: Merge bitcoin/bitcoin#26716: ci: Build python from source in "lint" task
<bitcoin-git> bitcoin/master 123043e Hennadii Stepanov: ci: Bump lint task image to Ubuntu Jammy
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/89fb354f2827...01ec5308bf61
<bitcoin-git> bitcoin/master 9b86114 Hennadii Stepanov: ci: Use pyenv's `python-build` to install Python in lint task
<bitcoin-git> [bitcoin] jamesob opened pull request #26906: test: add an easy way to run linters locally (master...2023-01-lint-container) https://github.com/bitcoin/bitcoin/pull/26906
<bitcoin-git> [bitcoin] fanquake merged pull request #26625: test: Run mempool_packages.py with MiniWallet (master...2212-test-mini-wallet-🕎) https://github.com/bitcoin/bitcoin/pull/26625
<bitcoin-git> bitcoin/master faec09f MarcoFalke: test: Return chain of MiniWallet txs from MiniWallet chain method
<bitcoin-git> bitcoin/master fa2d821 MarcoFalke: test: Return wtxid from create_self_transfer_multi
<bitcoin-git> bitcoin/master faa12d4 MarcoFalke: test: Refactor MiniWallet sign_tx
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/f41252f19da6...89fb354f2827
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26905: refactor: Remove duplication of `clang-tidy`'s check names (master...230117-errors) https://github.com/bitcoin/bitcoin/pull/26905
<bitcoin-git> bitcoin/master 06fc293 Hennadii Stepanov: refactor: Remove duplication of clang-tidy's check names
<bitcoin-git> bitcoin/master f41252f MarcoFalke: Merge bitcoin/bitcoin#26905: refactor: Remove duplication of `clang-tidy`'...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ccd3d8d2c0d5...f41252f19da6
<bitcoin-git> [gui] MarcoFalke opened pull request #697: Remove reindex special case from the progress bar label (master...2301-gui-reindex-👖) https://github.com/bitcoin-core/gui/pull/697
<bitcoin-git> [bitcoin] fanquake merged pull request #25093: doc: Fix incorrect sendmany RPC doc (master...2205-doc-rpc-opt-🚈) https://github.com/bitcoin/bitcoin/pull/25093
<bitcoin-git> bitcoin/master fa96f93 MarcoFalke: test: Add test for missing and omitted required arg
<bitcoin-git> bitcoin/master fa95f20 MarcoFalke: doc: Fix incorrect sendmany RPC doc
<bitcoin-git> bitcoin/master ccd3d8d fanquake: Merge bitcoin/bitcoin#25093: doc: Fix incorrect sendmany RPC doc
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/635f1900d048...ccd3d8d2c0d5
<bitcoin-git> [bitcoin] hebasto opened pull request #26905: clang-tidy: Treat all warnings as errors (master...230117-errors) https://github.com/bitcoin/bitcoin/pull/26905
<bitcoin-git> [bitcoin] fanquake opened pull request #26904: build: move rpc/request from util lib to common (master...move_rpc_request_out_util) https://github.com/bitcoin/bitcoin/pull/26904
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26884: test: wallet: add coverage for `-spendzeroconfchange` setting (master...202301-test-add_nospendzeroconfchange_coverage) https://github.com/bitcoin/bitcoin/pull/26884
<bitcoin-git> bitcoin/master 603d295 Sebastian Falbesoner: test: wallet: add coverage for `-spendzeroconfchange` setting
<bitcoin-git> bitcoin/master 635f190 MarcoFalke: Merge bitcoin/bitcoin#26884: test: wallet: add coverage for `-spendzerocon...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b7f6a89a3e51...635f1900d048
<bitcoin-git> bitcoin/master 5011203 Sebastian Falbesoner: test: remove `-spendzeroconfchange` setting from mempool_limit.py
<bitcoin-git> [gui] hebasto merged pull request #686: clang-tidy: Force checks for headers in `src/qt` (master...221216-tidy) https://github.com/bitcoin-core/gui/pull/686
<bitcoin-git> bitcoin/master b7f6a89 Hennadii Stepanov: Merge bitcoin-core/gui#686: clang-tidy: Force checks for headers in `src/q...
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/10a5f1903725...b7f6a89a3e51
<bitcoin-git> bitcoin/master 69eacf2 Hennadii Stepanov: clang-tidy, qt: Fix `modernize-use-default-member-init` in headers
<bitcoin-git> bitcoin/master 7b7cd11 Hennadii Stepanov: clang-tidy, qt: Force checks for headers in `src/qt`
<bitcoin-git> [bitcoin] pstratem opened pull request #26903: Fix BaseIndex::Commit false error. (master...2023-01-17-baseindex-commit-error) https://github.com/bitcoin/bitcoin/pull/26903
<bitcoin-git> [bitcoin] fanquake merged pull request #26833: build: allow NO_BOOST=1 & NO_LIBEVENT=1 in depends (master...allow_depends_no_boost_no_event) https://github.com/bitcoin/bitcoin/pull/26833
<bitcoin-git> bitcoin/master 10a5f19 fanquake: Merge bitcoin/bitcoin#26833: build: allow NO_BOOST=1 & NO_LIBEVENT=1 in de...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7799f53542a8...10a5f1903725
<bitcoin-git> bitcoin/master 0cee156 fanquake: build: allow NO_BOOST=1 in depends
<bitcoin-git> bitcoin/master 7fdeb80 fanquake: build: allow NO_LIBEVENT=1 in depends
<bitcoin-git> [bitcoin] fanquake merged pull request #26039: refactor: Run type check against RPCArgs (1/2) (master...2209-rpc-type-🔤) https://github.com/bitcoin/bitcoin/pull/26039
<bitcoin-git> bitcoin/master 7799f53 fanquake: Merge bitcoin/bitcoin#26039: refactor: Run type check against RPCArgs (1/2)
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8339f3cea841...7799f53542a8
<bitcoin-git> bitcoin/master faf9672 MarcoFalke: test: Fix wrong types passed to RPCs
<bitcoin-git> bitcoin/master fa9f6d7 MarcoFalke: rpc: Run type check against RPCArgs
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26886: test: add `rescan utxos` inside MiniWallet's initialization (master...miniwallet-rescan_utxos) https://github.com/bitcoin/bitcoin/pull/26886
<bitcoin-git> bitcoin/master 0377d6b kouloumos: test: add `rescan_utxos` in MiniWallet's initialization
<bitcoin-git> bitcoin/master 42029a7 kouloumos: test: remove redundant blocks generation logic
<bitcoin-git> bitcoin/master 6bd098a kouloumos: test: simplify tests by using the pre-mined chain
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/04e54fd21fdf...8339f3cea841

2023-01-16

<bitcoin-git> [bitcoin] achow101 merged pull request #26325: rpc: Return accurate results for scanblocks (master...2022-10-improve-scanblocks) https://github.com/bitcoin/bitcoin/pull/26325
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b55b11f92a47...04e54fd21fdf
<bitcoin-git> bitcoin/master 5ca7a7b Aurèle Oulès: rpc: Return accurate results for scanblocks
<bitcoin-git> bitcoin/master 04e54fd Andrew Chow: Merge bitcoin/bitcoin#26325: rpc: Return accurate results for scanblocks
<bitcoin-git> [bitcoin] achow101 merged pull request #25375: rpc: add minconf/maxconf options to sendall and fund transaction calls (master...fundrawtransaction_minconf) https://github.com/bitcoin/bitcoin/pull/25375
<bitcoin-git> bitcoin/master a07a413 Juan Pablo Civile: Wallet/RPC: Allow specifying min & max chain depth for inputs used by fund...
<bitcoin-git> bitcoin/master cfe5aeb ishaanam: rpc: add minconf and maxconf options to sendall
<bitcoin-git> bitcoin/master b55b11f Andrew Chow: Merge bitcoin/bitcoin#25375: rpc: add minconf/maxconf options to sendall a...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/599e941c1947...b55b11f92a47
<bitcoin-git> [bitcoin] rodentrabies opened pull request #26902: wallet: do not backdate locktime if it may lead to fingerprinting (master...avoid-locktime-backdating) https://github.com/bitcoin/bitcoin/pull/26902
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26900: refactor: Add BlockManager getters (master...2301-blockman-fun-💭) https://github.com/bitcoin/bitcoin/pull/26900
<bitcoin-git> [bitcoin] brunoerg opened pull request #26899: p2p: set `-dnsseed` and `-listen` false if `maxconnections=0` (master...2023-01-maxconnections-0) https://github.com/bitcoin/bitcoin/pull/26899
<bitcoin-git> [bitcoin] dergoegge opened pull request #26898: fuzz: Add PartiallyDownloadedBlock target (master...2023-11-pdb-fuzz) https://github.com/bitcoin/bitcoin/pull/26898
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26657: test: Run feature_bip68_sequence.py with MiniWallet (master...test-feature_bip68_sequence-mini-wallet) https://github.com/bitcoin/bitcoin/pull/26657
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/6b7ccb98a59f...599e941c1947
<bitcoin-git> bitcoin/master e5b9127 Miles Liu: test: Add signs P2TR and RAWSCRIPT to MiniWallet sign_tx
<bitcoin-git> bitcoin/master d0a909a Miles Liu: test: Add "include immature coinbase" flag to MiniWallet get_utxos
<bitcoin-git> bitcoin/master fc0caaf Miles Liu: test: Add "include mempool" flag to MiniWallet rescan_utxos
<bitcoin-git> [bitcoin] aureleoules closed pull request #26865: [PoC] Integrate SonarCloud (master...2023-01-sonarcloud) https://github.com/bitcoin/bitcoin/pull/26865
<bitcoin-git> [bitcoin] hebasto reopened pull request #26749: refactor: Use move semanitcs instead of custom swap functions (master...221224-move) https://github.com/bitcoin/bitcoin/pull/26749
<bitcoin-git> [bitcoin] hebasto closed pull request #26749: refactor: Use move semanitcs instead of custom swap functions (master...221224-move) https://github.com/bitcoin/bitcoin/pull/26749
<bitcoin-git> [bitcoin] fanquake closed pull request #26897: Add checkpoint 2020 05 16 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26897
<bitcoin-git> [bitcoin] fanquake opened pull request #26896: build: Remove port-forwarding runtime setting options from configure (master...remove_network_compile_time_default_setting) https://github.com/bitcoin/bitcoin/pull/26896
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26251: refactor: add kernel/cs_main.h (master...move_cs_main_own_file) https://github.com/bitcoin/bitcoin/pull/26251
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2182149dc58f...6b7ccb98a59f
<bitcoin-git> bitcoin/master 282019c fanquake: refactor: add kernel/cs_main.*
<bitcoin-git> bitcoin/master 6b7ccb9 MarcoFalke: Merge bitcoin/bitcoin#26251: refactor: add kernel/cs_main.h
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26879: [23.x] ci: replace Intel macOS CI job (23.x...23_remove_intel_macos_ci) https://github.com/bitcoin/bitcoin/pull/26879
<bitcoin-git> bitcoin/23.x 53fd827 Hennadii Stepanov: ci: Make `getopt` path architecture agnostic
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/ffef91a5c18a...dd04f2dda5fa
<bitcoin-git> bitcoin/23.x 192759e Hennadii Stepanov: ci, refactor: Add `MACOS_NATIVE_TASK_TEMPLATE`
<bitcoin-git> bitcoin/23.x 6a5bb10 Hennadii Stepanov: ci: Improve naming related to "macOS 12 native x86_64" task
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26631: test: add coverage for dust mempool policy (`-dustrelayfee` setting) (master...202212-test-add_dustrelayfee_coverage) https://github.com/bitcoin/bitcoin/pull/26631
<bitcoin-git> bitcoin/master d6fc1d6 Sebastian Falbesoner: test: add coverage for dust mempool policy (`-dustrelayfee` setting)
<bitcoin-git> bitcoin/master 2182149 MarcoFalke: Merge bitcoin/bitcoin#26631: test: add coverage for dust mempool policy (`...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/08d2a3ab4b69...2182149dc58f
<bitcoin-git> bitcoin/master 8a5dbe2 Sebastian Falbesoner: test: add `CScript` method for checking for witness program
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26891: ci: Update "Win64 native" task (master...230113-vcpkg) https://github.com/bitcoin/bitcoin/pull/26891
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ac4c79a26786...08d2a3ab4b69
<bitcoin-git> bitcoin/master 1039ed4 Hennadii Stepanov: ci: Bump vcpkg to the latest version 2023.01.09
<bitcoin-git> bitcoin/master 08d2a3a MarcoFalke: Merge bitcoin/bitcoin#26891: ci: Update "Win64 native" task
<bitcoin-git> bitcoin/master 46c31ee Hennadii Stepanov: ci: Bump `ccache` version to the latest 4.7.4 in "Win64 native" task
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26892: test: refactor: simplify p2p_permissions.py by using MiniWallet (master...202301-test-use_MiniWallet_in_p2p_permissions) https://github.com/bitcoin/bitcoin/pull/26892
<bitcoin-git> bitcoin/master ac4c79a MarcoFalke: Merge bitcoin/bitcoin#26892: test: refactor: simplify p2p_permissions.py b...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/53ae1022eaa3...ac4c79a26786
<bitcoin-git> bitcoin/master 8cbd926 Sebastian Falbesoner: test: refactor: simplify p2p_permissions.py by using MiniWallet
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26894: test: Remove redundant key_to_p2pkh call (master...test-redundant-assignment) https://github.com/bitcoin/bitcoin/pull/26894
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3dd2762cf839...53ae1022eaa3
<bitcoin-git> bitcoin/master 61360e0 Kolby ML: test: Remove redundant function call
<bitcoin-git> bitcoin/master 53ae102 MarcoFalke: Merge bitcoin/bitcoin#26894: test: Remove redundant key_to_p2pkh call
<bitcoin-git> [bitcoin] achow101 closed pull request #26895: Update BitcoinCore.md (master...master) https://github.com/bitcoin/bitcoin/pull/26895
<bitcoin-git> [bitcoin] ThatGuy000001 opened pull request #26895: Update BitcoinCore.md (master...master) https://github.com/bitcoin/bitcoin/pull/26895
<bitcoin-git> [bitcoin] KolbyML opened pull request #26894: test: Remove redundant function call (master...test-redundant-assignment) https://github.com/bitcoin/bitcoin/pull/26894

2023-01-15

<bitcoin-git> bitcoin/master f4a11d7 furszy: gui: bugfix, catch invalid networks combination crash
<bitcoin-git> bitcoin/master 3dd2762 Hennadii Stepanov: Merge bitcoin-core/gui#690: Catch invalid networks combination crash
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c2a1288a210...3dd2762cf839
<bitcoin-git> [gui] hebasto merged pull request #690: Catch invalid networks combination crash (master...2022_gui_catch_netparam_crash) https://github.com/bitcoin-core/gui/pull/690
<bitcoin-git> [bitcoin] fanquake closed pull request #26893: Update CONTRIBUTING.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26893
<bitcoin-git> [bitcoin] SmashedFrenzy16 opened pull request #26893: Update CONTRIBUTING.md (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26893
<bitcoin-git> [bitcoin] mruddy closed pull request #26535: reindex: allow finalized blk files to use read-only permissions (master...issue_2039_readonly_finalized_blk_files) https://github.com/bitcoin/bitcoin/pull/26535
<bitcoin-git> [bitcoin] theStack opened pull request #26892: test: refactor: simplify p2p_permissions.py by using MiniWallet (master...202301-test-use_MiniWallet_in_p2p_permissions) https://github.com/bitcoin/bitcoin/pull/26892

2023-01-14

<bitcoin-git> [bitcoin] fanquake merged pull request #26835: contrib: add PE Canary check to security-check (master...win_sec_canary) https://github.com/bitcoin/bitcoin/pull/26835
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8915e4d9f5b7...0c2a1288a210
<bitcoin-git> bitcoin/master 6ba17d4 fanquake: scripts: add PE Canary check to security-check
<bitcoin-git> bitcoin/master 0c2a128 fanquake: Merge bitcoin/bitcoin#26835: contrib: add PE Canary check to security-check
<bitcoin-git> [bitcoin] vasild closed pull request #25871: contrib: add vasild to trusted keys (master...vasild_key) https://github.com/bitcoin/bitcoin/pull/25871

2023-01-13

<bitcoin-git> [bitcoin] hebasto opened pull request #26891: ci: Update "Win64 native" task (master...230113-vcpkg) https://github.com/bitcoin/bitcoin/pull/26891
<bitcoin-git> [bitcoin] achow101 opened pull request #26890: Introduce a Code of Conduct (master...add-code-of-conduct) https://github.com/bitcoin/bitcoin/pull/26890
<bitcoin-git> [bitcoin] fanquake closed pull request #26824: build: fix configuring with only bitcoin-util (master...fix_bitcoin_util_configure) https://github.com/bitcoin/bitcoin/pull/26824
<bitcoin-git> bitcoin/master 8915e4d fanquake: Merge bitcoin/bitcoin#26824: build: fix configuring with only bitcoin-util
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/32834034a3a6...8915e4d9f5b7
<bitcoin-git> bitcoin/master 0f883df fanquake: build: fix configuring with only bitcoin-util
<bitcoin-git> [bitcoin] hebasto closed pull request #25037: build: Create `noinst_LTLIBRARIES` conditionally (master...220429-targets) https://github.com/bitcoin/bitcoin/pull/25037
<bitcoin-git> [bitcoin] furszy opened pull request #26889: wallet: set keypool size instead of access global args manager from spkm (master...2022_spkm_keypool_size) https://github.com/bitcoin/bitcoin/pull/26889
<bitcoin-git> [bitcoin] vasild opened pull request #26888: net: simplify the call to vProcessMsg.splice() (master...simplify_vProcessMsg_splice) https://github.com/bitcoin/bitcoin/pull/26888
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26882: test: skip sqlite3 tests if it isn't available (master...func_tests_check_import_sqlite) https://github.com/bitcoin/bitcoin/pull/26882
<bitcoin-git> bitcoin/master eea73d4 fanquake: test: skip sqlite3 tests if it isn't available
<bitcoin-git> bitcoin/master 3283403 MarcoFalke: Merge bitcoin/bitcoin#26882: test: skip sqlite3 tests if it isn't available
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/07c54de55003...32834034a3a6
<bitcoin-git> [bitcoin] ajtowns opened pull request #26887: RPC: make RPCResult::MatchesType return useful errors (master...202301-rpc-matchestype) https://github.com/bitcoin/bitcoin/pull/26887
<bitcoin-git> [bitcoin] kouloumos opened pull request #26886: test: add `rescan utxos` inside MiniWallet's initialization (master...miniwallet-rescan_utxos) https://github.com/bitcoin/bitcoin/pull/26886
<bitcoin-git> [bitcoin] fanquake merged pull request #26691: Update secp256k1 subtree to libsecp256k1 version 0.2.0 (master...secp256k1) https://github.com/bitcoin/bitcoin/pull/26691
<bitcoin-git> bitcoin/master 3d8a6ae Pieter Wuille: Update secp256k1 subtree to upstream libsecp256k1 version 0.2.0
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/dcae3c19b82c...07c54de55003
<bitcoin-git> bitcoin/master 9d47e7b Pieter Wuille: Squashed 'src/secp256k1/' changes from 44c2452fd3..21ffe4b22a
<bitcoin-git> bitcoin/master 4462cb0 Pieter Wuille: Adapt to libsecp256k1 API changes
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26867: doc: Mention restoring wallet via GUI (master...2023_01_DocWalletRestoreGUI) https://github.com/bitcoin/bitcoin/pull/26867
<bitcoin-git> bitcoin/master dcae3c1 MarcoFalke: Merge bitcoin/bitcoin#26867: doc: Mention restoring wallet via GUI
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f4ef856375c5...dcae3c19b82c
<bitcoin-git> bitcoin/master 9b158ae John Moffett: Update to mention restoring wallet via GUI
<bitcoin-git> bitcoin/master dc9bad5 John Moffett: Change dots to an ellipsis and fix capitalization
<bitcoin-git> [bitcoin] theStack opened pull request #26884: test: wallet: add coverage for `-spendzeroconfchange` setting (master...202301-test-add_nospendzeroconfchange_coverage) https://github.com/bitcoin/bitcoin/pull/26884

2023-01-12

<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26850: ci: Stop and remove CI container (master...2301-ci-container-stop-💺) https://github.com/bitcoin/bitcoin/pull/26850
<bitcoin-git> bitcoin/master f4ef856 MarcoFalke: Merge bitcoin/bitcoin#26850: ci: Stop and remove CI container
<bitcoin-git> bitcoin/master fa0584e MarcoFalke: ci: Stop and remove CI container
<bitcoin-git> bitcoin/master fa5dccb MarcoFalke: scripted-diff: ci: Rework docker naming
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fcd1a57be060...f4ef856375c5
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26827: doc: use "std lib clock" over "C++11 clock" (master...doc_std_lib_clocks) https://github.com/bitcoin/bitcoin/pull/26827
<bitcoin-git> bitcoin/master fcd1a57 MarcoFalke: Merge bitcoin/bitcoin#26827: doc: use "std lib clock" over "C++11 clock"
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edc3d1b296e3...fcd1a57be060
<bitcoin-git> bitcoin/master 672f7ad fanquake: doc: remove usages of C++11
<bitcoin-git> [bitcoin] stickies-v opened pull request #26883: refactor: follow-ups for #26695 (master...w/n26695-followups) https://github.com/bitcoin/bitcoin/pull/26883
<bitcoin-git> [bitcoin] fanquake opened pull request #26882: test: skip sqlite3 tests if it isn't available (master...func_tests_check_import_sqlite) https://github.com/bitcoin/bitcoin/pull/26882
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26880: [24.x] ci: replace Intel macOS CI job (24.x...2301-ci-24.x-🎉) https://github.com/bitcoin/bitcoin/pull/26880
<bitcoin-git> bitcoin/24.x ce2a072 MacroFake: ci: Allow PIP_PACKAGES on centos
<bitcoin-git> bitcoin/24.x 50ad39d Hennadii Stepanov: ci: Make `getopt` path architecture agnostic
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/0da38b6b0e74...5148145b3597
<bitcoin-git> bitcoin/24.x 644c030 MacroFake: ci: Remove unused package
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26854: test: Fix intermittent timeout in p2p_permissions.py (master...2301-test-timeout-p2p-perm-💙) https://github.com/bitcoin/bitcoin/pull/26854
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd7400453267...edc3d1b296e3
<bitcoin-git> bitcoin/master fa1bf4e MarcoFalke: test: Fix intermittent timeout in p2p_permissions.py
<bitcoin-git> bitcoin/master edc3d1b MarcoFalke: Merge bitcoin/bitcoin#26854: test: Fix intermittent timeout in p2p_permiss...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26880: [24.x] ci: replace Intel macOS CI job (24.x...2301-ci-24.x-🎉) https://github.com/bitcoin/bitcoin/pull/26880
<bitcoin-git> [bitcoin] fanquake opened pull request #26879: [23.x] ci: reaplce intel macos ci job (23.x...23_remove_intel_macos_ci) https://github.com/bitcoin/bitcoin/pull/26879
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26877: doc: move errant release note to doc/ (master...move_rel_notes) https://github.com/bitcoin/bitcoin/pull/26877
<bitcoin-git> bitcoin/master c28d461 fanquake: doc: move errant release note to doc/
<bitcoin-git> bitcoin/master bd74004 MarcoFalke: Merge bitcoin/bitcoin#26877: doc: move errant release note to doc/
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/535adce2721f...bd7400453267
<bitcoin-git> [bitcoin] fanquake opened pull request #26878: [24.x] Backports (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26878
<bitcoin-git> [bitcoin] fanquake merged pull request #26825: build: remove already tested headers from AC_CHECK_HEADERS (master...remove_already_tested_headers) https://github.com/bitcoin/bitcoin/pull/26825
<bitcoin-git> bitcoin/master 535adce fanquake: Merge bitcoin/bitcoin#26825: build: remove already tested headers from AC_...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fbe5e1220a35...535adce2721f
<bitcoin-git> bitcoin/master 94d0c41 fanquake: build: remove already tested headers from AC_CHECK_HEADERS
<bitcoin-git> [bitcoin] fanquake opened pull request #26877: doc: move errant release note to doc/ (master...move_rel_notes) https://github.com/bitcoin/bitcoin/pull/26877

2023-01-11

<bitcoin-git> [bitcoin] achow101 merged pull request #26675: wallet: For feebump, ignore abandoned descendant spends (master...2022_12_Bumpfee_ignore_abandoned) https://github.com/bitcoin/bitcoin/pull/26675
<bitcoin-git> bitcoin/master f9ce0ea John Moffett: For feebump, ignore abandoned descendant spends
<bitcoin-git> bitcoin/master fbe5e12 Andrew Chow: Merge bitcoin/bitcoin#26675: wallet: For feebump, ignore abandoned descend...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f6a8e5e0246...fbe5e1220a35
<bitcoin-git> [bitcoin] achow101 merged pull request #26695: bench: BlockAssembler on a mempool with packages (master...2022-12-bench-miner) https://github.com/bitcoin/bitcoin/pull/26695
<bitcoin-git> bitcoin/master a2de971 glozow: [refactor] add helper to apply ArgsManager to BlockAssembler::Options
<bitcoin-git> bitcoin/master c058852 glozow: [refactor] parameterize BlockAssembler::Options in PrepareBlock
<bitcoin-git> bitcoin/master cba5934 glozow: [miner] allow bypassing TestBlockValidity
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/908212506dfc...2f6a8e5e0246
<bitcoin-git> [bitcoin] achow101 merged pull request #26821: refactor: Make `ThreadHTTP` return void (master...220105-http) https://github.com/bitcoin/bitcoin/pull/26821
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/329d7e379d09...908212506dfc
<bitcoin-git> bitcoin/master 45553e1 Hennadii Stepanov: refactor: Make `ThreadHTTP` return void
<bitcoin-git> bitcoin/master 9082125 Andrew Chow: Merge bitcoin/bitcoin#26821: refactor: Make `ThreadHTTP` return void
<bitcoin-git> [bitcoin] instagibbs opened pull request #26875: Tests: Fill out dust limit unit test for known types except bare multisig (master...add_dust_limits) https://github.com/bitcoin/bitcoin/pull/26875
<bitcoin-git> [bitcoin] fanquake opened pull request #26873: doc: add databases/py-sqlite3 to FreeBSD test suite deps (master...freebsd_doc_py_sqlite) https://github.com/bitcoin/bitcoin/pull/26873
<bitcoin-git> [bitcoin] fanquake closed pull request #26328: doc: fix -netinfo relaytxes help (master...update-netinfo-relaytxes-help) https://github.com/bitcoin/bitcoin/pull/26328
<bitcoin-git> bitcoin/master 0f5fc4f Jon Atack: doc: fix up -netinfo relaytxes help
<bitcoin-git> bitcoin/master 329d7e3 fanquake: Merge bitcoin/bitcoin#26328: doc: fix -netinfo relaytxes help
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9887fc789886...329d7e379d09
<bitcoin-git> [bitcoin] dergoegge closed pull request #26872: fuzz: Mock CMainSignals in process_message(s) targets (master...2023-01-fuzz-mock-signals) https://github.com/bitcoin/bitcoin/pull/26872
<bitcoin-git> [bitcoin] fanquake closed pull request #26758: refactor: Add `performance-no-automatic-move` clang-tidy check (master...221227-tidy-nam) https://github.com/bitcoin/bitcoin/pull/26758
<bitcoin-git> bitcoin/master 9567bfe Hennadii Stepanov: clang-tidy: Add `performance-no-automatic-move` check
<bitcoin-git> bitcoin/master 9887fc7 MarcoFalke: Merge bitcoin/bitcoin#26758: refactor: Add `performance-no-automatic-move`...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b168b71a5d30...9887fc789886
<bitcoin-git> [bitcoin] dergoegge opened pull request #26872: fuzz: Mock CMainSignals in process_message(s) targets (master...2023-01-fuzz-mock-signals) https://github.com/bitcoin/bitcoin/pull/26872
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26730: test: add coverage for `purpose` arg in `listlabels` (master...2022-12-wallet-labels-verbose) https://github.com/bitcoin/bitcoin/pull/26730
<bitcoin-git> bitcoin/master c467cff brunoerg: test: add coverage for `purpose` arg in `listlabels`
<bitcoin-git> bitcoin/master b168b71 MarcoFalke: Merge bitcoin/bitcoin#26730: test: add coverage for `purpose` arg in `list...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/26002570ab60...b168b71a5d30
<bitcoin-git> [bitcoin] glozow merged pull request #26646: validation, bugfix: provide more info in *MempoolAcceptResult (master...package-single-tx-result) https://github.com/bitcoin/bitcoin/pull/26646
<bitcoin-git> [bitcoin] glozow pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/dbca00ef76e5...26002570ab60
<bitcoin-git> bitcoin/master be2e4d9 glozow: [validation] when quitting early in AcceptPackage, set package_state and t...
<bitcoin-git> bitcoin/master 5d35b4a glozow: [test] package validation quits early due to non-policy, non-missing-input...
<bitcoin-git> bitcoin/master 1605886 glozow: [validation] return effective feerate from mempool validation
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26838: doc: I2P documentation updates (master...2023-01-i2p-documentation-updates) https://github.com/bitcoin/bitcoin/pull/26838
<bitcoin-git> bitcoin/master 295849a jonatack: doc: update/clarify/de-emphasize I2P transient address section
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/4586ae2da1a4...dbca00ef76e5
<bitcoin-git> bitcoin/master 0ed9cc5 jonatack: doc: clarify -i2pacceptincoming help documentation
<bitcoin-git> bitcoin/master dffa319 jonatack: doc: update bandwidth section of I2P documentation
<bitcoin-git> [bitcoin] fanquake closed pull request #26866: ci: remove ccache version pin in MSVC CI (master...fix_ccache_install) https://github.com/bitcoin/bitcoin/pull/26866
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26870: ci: eatmydata (master...2301-ci-eatmydata-🖲) https://github.com/bitcoin/bitcoin/pull/26870
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26870: ci: eatmydata (master...2301-ci-eatmydata-🖲) https://github.com/bitcoin/bitcoin/pull/26870
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24567: Enforce BIP 68 from genesis (master...2203-lessCode-🚖) https://github.com/bitcoin/bitcoin/pull/24567
<bitcoin-git> [bitcoin] andyoknen closed pull request #26862: Customize onion port & disable bind if service not started (master...feat/customize-onion-port) https://github.com/bitcoin/bitcoin/pull/26862
<bitcoin-git> [bitcoin] 1440000bytes opened pull request #26868: [WIP] doc: add MAINTAINERS.md (master...maintainers) https://github.com/bitcoin/bitcoin/pull/26868
<bitcoin-git> [bitcoin] achow101 merged pull request #26679: wallet: Skip rescanning if wallet is more recent than tip (master...skip-newer-wallet-rescan) https://github.com/bitcoin/bitcoin/pull/26679
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68f88bc03f2d...4586ae2da1a4
<bitcoin-git> bitcoin/master 3784009 Andrew Chow: wallet: Skip rescanning if wallet is more recent than tip
<bitcoin-git> bitcoin/master 4586ae2 Andrew Chow: Merge bitcoin/bitcoin#26679: wallet: Skip rescanning if wallet is more rec...

2023-01-10

<bitcoin-git> [bitcoin] achow101 merged pull request #26186: rpc: Sanitize label name in various RPCs with tests (master...2022-09-test-label-invalid) https://github.com/bitcoin/bitcoin/pull/26186
<bitcoin-git> bitcoin/master 67e7ba8 Aurèle Oulès: rpc: Sanitize label name in various RPCs
<bitcoin-git> bitcoin/master 552b51e Aurèle Oulès: refactor: Add sanity checks in LabelFromValue
<bitcoin-git> bitcoin/master 65e78bd Aurèle Oulès: test: Invalid label name coverage
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b264410e012a...68f88bc03f2d
<bitcoin-git> [bitcoin] jonatack closed pull request #26516: rpc: Always return getpeerinfo "relaytxes" field (master...2022-11-getpeerinfo-relayxes) https://github.com/bitcoin/bitcoin/pull/26516
<bitcoin-git> [gui] john-moffett opened pull request #696: Switch RPCConsole wallet selection to the one most recently opened/restored/created (master...2023_01_SwitchRPCConsoleToOpenedWallet) https://github.com/bitcoin-core/gui/pull/696
<bitcoin-git> [bitcoin] john-moffett opened pull request #26867: doc: Mention restoring wallet via GUI (master...2023_01_DocWalletRestoreGUI) https://github.com/bitcoin/bitcoin/pull/26867
<bitcoin-git> [bitcoin] Empact closed pull request #26301: refactor: Extract util/exception from util/system (master...2022-10-util-exception) https://github.com/bitcoin/bitcoin/pull/26301
<bitcoin-git> [bitcoin] Fi3 closed pull request #23049: [WIP] net: implement a StratumV2 Template Provider in core (master...add_sv2) https://github.com/bitcoin/bitcoin/pull/23049
<bitcoin-git> [bitcoin] fanquake closed pull request #26864: doc: net: fix link to onion address encoding scheme [ONIONADDRESS] (master...202301-doc-fix_torspec_link) https://github.com/bitcoin/bitcoin/pull/26864
<bitcoin-git> [bitcoin] fanquake opened pull request #26866: ci: remove ccache version pin in MSVC CI (master...fix_ccache_install) https://github.com/bitcoin/bitcoin/pull/26866
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1c9457bc8b06...b264410e012a
<bitcoin-git> bitcoin/master b264410 MarcoFalke: Merge bitcoin/bitcoin#26864: doc: net: fix link to onion address encoding ...
<bitcoin-git> bitcoin/master 3076f18 Sebastian Falbesoner: doc: net: fix link to onion address encoding scheme [ONIONADDRESS]
<bitcoin-git> [bitcoin] aureleoules opened pull request #26865: [PoC] Integrate SonarCloud (master...2023-01-sonarcloud) https://github.com/bitcoin/bitcoin/pull/26865
<bitcoin-git> [bitcoin] theStack opened pull request #26864: doc: net: fix link to onion address encoding scheme [ONIONADDRESS] (master...202301-doc-fix_torspec_link) https://github.com/bitcoin/bitcoin/pull/26864
<bitcoin-git> [bitcoin] brunoerg opened pull request #26863: test: merge banning test from p2p_disconnect_ban to rpc_setban (master...2023-01-merge-ban-test) https://github.com/bitcoin/bitcoin/pull/26863
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26856: ci: Run one task with all tests on credits (master...2301-ci-credits-tests-fun-👱) https://github.com/bitcoin/bitcoin/pull/26856
<bitcoin-git> bitcoin/master fae885b MarcoFalke: ci: Run one task with all tests on credits
<bitcoin-git> bitcoin/master 1c9457b MarcoFalke: Merge bitcoin/bitcoin#26856: ci: Run one task with all tests on credits
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0e81d119e09d...1c9457bc8b06
<bitcoin-git> [bitcoin] Sjors closed pull request #21928: wallet: allow toggling external_signer flag (master...2021/05/hww-toggle) https://github.com/bitcoin/bitcoin/pull/21928
<bitcoin-git> [bitcoin] andyoknen opened pull request #26862: Customize onion port & disable bind if service not started (master...feat/customize-onion-port) https://github.com/bitcoin/bitcoin/pull/26862
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26851: ci: Remove unused busybox workaround (master...2301-ci-busybox-🙉) https://github.com/bitcoin/bitcoin/pull/26851
<bitcoin-git> bitcoin/master 0e81d11 MarcoFalke: Merge bitcoin/bitcoin#26851: ci: Remove unused busybox workaround
<bitcoin-git> bitcoin/master fac424f MarcoFalke: ci: Create named symbol for BINS_SCRATCH_DIR
<bitcoin-git> bitcoin/master fadfae4 MarcoFalke: ci: Remove unused busybox workaround
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1aedc3b6c81b...0e81d119e09d
<bitcoin-git> [bitcoin] achow101 closed pull request #26841: tests: Allow tests to use a loopback address other than 127.0.0.1 for more test runner parallelism (master...tests-allow-other-locahost) https://github.com/bitcoin/bitcoin/pull/26841

2023-01-09

<bitcoin-git> [bitcoin] achow101 closed pull request #26618: rpc: Prevent unloading a wallet when rescanning (master...2022-11-unloadwallet-with-rescan) https://github.com/bitcoin/bitcoin/pull/26618
<bitcoin-git> bitcoin/master 1aedc3b Andrew Chow: Merge bitcoin/bitcoin#26618: rpc: Prevent unloading a wallet when rescanni...
<bitcoin-git> bitcoin/master 109cbb8 Aurèle Oulès: doc: Add release notes for #26618
<bitcoin-git> bitcoin/master b13902d Aurèle Oulès: rpc: Prevent unloading a wallet when rescanning
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/39363a4b9451...1aedc3b6c81b
<bitcoin-git> [gui] john-moffett opened pull request #695: Fix: misleading RPC console wallet message (master...2023_01_FixNoWalletRPCConsoleMessage) https://github.com/bitcoin-core/gui/pull/695
<bitcoin-git> [bitcoin] vasild opened pull request #26859: fuzz: extend ConsumeNetAddr() to return I2P and CJDNS addresses (master...ConsumeNetAddr_I2P_CJDNS) https://github.com/bitcoin/bitcoin/pull/26859
<bitcoin-git> [bitcoin] aureleoules opened pull request #26858: wallet: Use defined purposes instead of inlining (master...2023-01-purpose-refactor) https://github.com/bitcoin/bitcoin/pull/26858
<bitcoin-git> [bitcoin] jamesob opened pull request #26857: OP_VAULT draft (master...2023-01-opvault) https://github.com/bitcoin/bitcoin/pull/26857
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26856: ci: Run one task with all tests on credits (master...2301-ci-credits-tests-fun-👱) https://github.com/bitcoin/bitcoin/pull/26856
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26854: test: Fix intermittent timeout in p2p_permissions.py (master...2301-test-timeout-p2p-perm-💙) https://github.com/bitcoin/bitcoin/pull/26854
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26822: p2p, rpc: don't allow past absolute timestamp in `setban` (master...2023-01-fix-ban-time) https://github.com/bitcoin/bitcoin/pull/26822
<bitcoin-git> bitcoin/master abccb27 brunoerg: test: add coverage for absolute timestamp in `setban`
<bitcoin-git> bitcoin/master 39363a4 MarcoFalke: Merge bitcoin/bitcoin#26822: p2p, rpc: don't allow past absolute timestamp...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/49aefc2c2e3c...39363a4b9451
<bitcoin-git> bitcoin/master b99f1f2 brunoerg: p2p, rpc: don't allow past absolute timestamp in `setban`
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26851: ci: Remove unused busybox workaround (master...2301-ci-busybox-🙉) https://github.com/bitcoin/bitcoin/pull/26851
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26850: ci: Stop and remove CI container (master...2301-ci-container-stop-💺) https://github.com/bitcoin/bitcoin/pull/26850
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26843: ci: Fix ci_native_fuzz_msan CONTAINER_NAME (master...2301-ci-fix-name-msan-🕒) https://github.com/bitcoin/bitcoin/pull/26843
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/adc41cf3b22f...49aefc2c2e3c
<bitcoin-git> bitcoin/master fa4e98c MarcoFalke: ci: Fix ci_native_fuzz_msan CONTAINER_NAME
<bitcoin-git> bitcoin/master 49aefc2 MarcoFalke: Merge bitcoin/bitcoin#26843: ci: Fix ci_native_fuzz_msan CONTAINER_NAME

2023-01-08

<bitcoin-git> [bitcoin] mzumsande opened pull request #26847: p2p: track AddrMan totals by network and table, improve precision of adding fixed seeds (master...202212_addrman_tracknets) https://github.com/bitcoin/bitcoin/pull/26847
<bitcoin-git> [bitcoin] fanquake closed pull request #26846: Update CONTRIBUTING.md to improve grammar (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26846
<bitcoin-git> [bitcoin] CodeMaster7000 opened pull request #26846: Update CONTRIBUTING.md to improve grammar (master...patch-2) https://github.com/bitcoin/bitcoin/pull/26846

2023-01-07

<bitcoin-git> [bitcoin] fanquake closed pull request #26845: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/26845
<bitcoin-git> [bitcoin] JuanPabloLeber opened pull request #26845: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/26845
<bitcoin-git> [bitcoin] whitslack opened pull request #26844: Net: Pass `MSG_MORE` flag when sending non-final network messages (round 2) (master...MSG_MORE) https://github.com/bitcoin/bitcoin/pull/26844
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26843: ci: Fix ci_native_fuzz_msan CONTAINER_NAME (master...2301-ci-fix-name-msan-🕒) https://github.com/bitcoin/bitcoin/pull/26843
<bitcoin-git> [bitcoin] fanquake closed pull request #26842: Setting up stuff (master...HardiskTest) https://github.com/bitcoin/bitcoin/pull/26842
<bitcoin-git> [bitcoin] HardiskFromYT opened pull request #26842: Setting up stuff (master...HardiskTest) https://github.com/bitcoin/bitcoin/pull/26842
<bitcoin-git> [bitcoin] achow101 opened pull request #26841: tests: Allow tests to use a loopback address other than 127.0.0.1 for more test runner parallelism (master...tests-allow-other-locahost) https://github.com/bitcoin/bitcoin/pull/26841
<bitcoin-git> [bitcoin] KolbyML opened pull request #26840: refactor: importpubkey, importprivkey, importaddress, importmulti, and importdescriptors rpc (master...refactor-imports) https://github.com/bitcoin/bitcoin/pull/26840

2023-01-06

<bitcoin-git> [bitcoin] john-moffett opened pull request #26839: Add support for RNDR/RNDRRS for AArch64 on Linux (master...2023_01_RNDRSupportLinux) https://github.com/bitcoin/bitcoin/pull/26839
<bitcoin-git> [bitcoin] jonatack opened pull request #26838: doc: I2P documentation updates (master...2023-01-i2p-documentation-updates) https://github.com/bitcoin/bitcoin/pull/26838
<bitcoin-git> [bitcoin] vasild opened pull request #26837: I2P network optimizations (master...i2p_session_pool) https://github.com/bitcoin/bitcoin/pull/26837
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26805: tests: Use unique port for ZMQ tests to allow for multiple test instances (master...parallel-zmq-test) https://github.com/bitcoin/bitcoin/pull/26805
<bitcoin-git> bitcoin/master c6119f4 Andrew Chow: tests: Use unique port for ZMQ tests
<bitcoin-git> bitcoin/master adc41cf MarcoFalke: Merge bitcoin/bitcoin#26805: tests: Use unique port for ZMQ tests to allow...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/911a40ead256...adc41cf3b22f
<bitcoin-git> [bitcoin] furszy opened pull request #26836: wallet: finish addressbook encapsulation (master...2022_wallet_finish_addressbook_encapsulation) https://github.com/bitcoin/bitcoin/pull/26836
<bitcoin-git> [bitcoin] fanquake opened pull request #26835: scripts: add PE Canary check to security-check (master...win_sec_canary) https://github.com/bitcoin/bitcoin/pull/26835
<bitcoin-git> [bitcoin] fanquake merged pull request #26557: build: Update Boost to 1.81.0 in depends (master...221123-boost) https://github.com/bitcoin/bitcoin/pull/26557
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2cfe37962343...911a40ead256
<bitcoin-git> bitcoin/master 2427468 Hennadii Stepanov: doc: Update Boost version in doc/dependencies.md
<bitcoin-git> bitcoin/master e8b4201 Hennadii Stepanov: build: Update Boost to 1.81.0 in depends
<bitcoin-git> bitcoin/master 911a40e fanquake: Merge bitcoin/bitcoin#26557: build: Update Boost to 1.81.0 in depends
<bitcoin-git> [bitcoin] fanquake opened pull request #26834: contrib: remove install_db4.sh (master...remove_install_db4) https://github.com/bitcoin/bitcoin/pull/26834
<bitcoin-git> [bitcoin] fanquake opened pull request #26833: build: allow NO_BOOST=1 & NO_LIBEVENT=1 in depends (master...allow_depends_no_boost_no_event) https://github.com/bitcoin/bitcoin/pull/26833