<bitcoin-git>
[bitcoin] stratospher opened pull request #27264: p2p: Improve diversification of new connections (master...p2p-diverse-new-conn) https://github.com/bitcoin/bitcoin/pull/27264
<bitcoin-git>
[bitcoin] pinheadmz closed pull request #27263: logging: accept "none" as argument for rpc logging (master...logging-none) https://github.com/bitcoin/bitcoin/pull/27263
<bitcoin-git>
[bitcoin] pinheadmz opened pull request #27263: logging: accept "none" as argument for rpc logging (master...logging-none) https://github.com/bitcoin/bitcoin/pull/27263
<bitcoin-git>
[gui] rebroad opened pull request #720: Correct poor grammar in wallet synchronization warning. (master...UpdateSyncWarningText) https://github.com/bitcoin-core/gui/pull/720
<bitcoin-git>
[bitcoin] dergoegge opened pull request #27257: refactor, net: End friendship of CNode, CConnman and ConnmanTestMsg (master...2023-03-cnode-friends) https://github.com/bitcoin/bitcoin/pull/27257
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25756: rest: Remove support for a number of `-deprecatedrest` options (master...rest/query-params-3-cleanup) https://github.com/bitcoin/bitcoin/pull/25756
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25755: rest: Use from_blockhash and txdetails query parameters (master...rest/query-params-2-update-endpoints) https://github.com/bitcoin/bitcoin/pull/25755
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25754: rest: Extend HTTPRequest interface to support querying path (parameters) (master...rest/query-params-1-path-interface) https://github.com/bitcoin/bitcoin/pull/25754
<bitcoin-git>
[bitcoin] stickies-v closed pull request #25753: rest: Move format string from path-like parameter to query parameter (master...rest/query-params-0-prep) https://github.com/bitcoin/bitcoin/pull/25753
<bitcoin-git>
[bitcoin] fanquake merged pull request #27205: doc: Show how less noisy clang-tidy output can be achieved (master...dev-notes-clang-tidy) https://github.com/bitcoin/bitcoin/pull/27205
<bitcoin-git>
[bitcoin] fanquake merged pull request #27232: Use string interpolation for default value of -listen (master...use-string-interpolation-for-default-value-of-listen) https://github.com/bitcoin/bitcoin/pull/27232
<bitcoin-git>
bitcoin/master faa6715 MarcoFalke: test: Use self.wait_until over wait_until_helper
<bitcoin-git>
bitcoin/master 6f5eb7a fanquake: Merge bitcoin/bitcoin#27226: test: Use self.wait_until over wait_until_hel...
<bitcoin-git>
[bitcoin] fanquake merged pull request #23813: Add test and docs for getblockfrompeer with pruning (master...2021-12-getblockfrompeer-follow-up) https://github.com/bitcoin/bitcoin/pull/23813
<bitcoin-git>
bitcoin/master cd761e6 Fabian Jahr: rpc: Add note on guarantees to getblockfrompeer
<bitcoin-git>
bitcoin/master fe329dc Fabian Jahr: test: Add test for getblockfrompeer on pruned nodes
<bitcoin-git>
bitcoin/master 6e662a8 fanquake: Merge bitcoin/bitcoin#23813: Add test and docs for getblockfrompeer with p...
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27239: refactor: Consistenly use context args over gArgs in node/interfaces (master...2303-args-consistent-🏯) https://github.com/bitcoin/bitcoin/pull/27239
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #27238: refactor: Split logging utilities from system.h (master...splitSystemLogging) https://github.com/bitcoin/bitcoin/pull/27238
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27237: 2303 test block header throw 📞 (master...2303-test-block-header-throw-📞) https://github.com/bitcoin/bitcoin/pull/27237
<BlueMatt[m]>
<achow101> "that leads into the second (part..." <- I'd think that's a really bad idea - github is already a huge potential target, and we've seen dev accounts for such things compromised (not bitcoin specifically, but generally). I'd prefer we do multisig binary upload on our own hardware.
<willcl_ark>
I did come across an issue related to SigStore recently which, if we moved to a more GitHub-based release process, could be worth integrating now that SigStore is up and running? https://github.com/bitcoin/bitcoin/issues/21524
<bitcoin-git>
bitcoin/master a981af4 Vasil Dimov: gui: use the stored CSubNet entry when unbanning
<bitcoin-git>
bitcoin/master 4be57a5 Vasil Dimov: gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()
<bitcoin-git>
[bitcoin] ekzyis opened pull request #27232: Use string interpolation for default value of -listen (master...use-string-interpolation-for-default-value-of-listen) https://github.com/bitcoin/bitcoin/pull/27232
<bitcoin-git>
[bitcoin] achow101 merged pull request #26194: rpc, wallet: use the same `next_index` key in `listdescriptors` and `importdescriptors` (master...next_index_listdescriptors) https://github.com/bitcoin/bitcoin/pull/26194
<bitcoin-git>
bitcoin/master 1ff135c Andrew Chow: Merge bitcoin/bitcoin#26194: rpc, wallet: use the same `next_index` key in...
<bitcoin-git>
bitcoin/master b082f28 w0xlt: rpc, wallet: use the same `next_index` in listdescriptors and importdescri...
<MacroFake>
kalle: GitHub Actions requests write access as the CI, last time we checked. Which seems inappropriate. Not sure if this is relevant for the BIPs repo, but for Bitcoin Core we'd also want to be able to easily switch providers or run locally, so there is a single entry point script to be maximally flexible.
<bitcoin-git>
[bitcoin] Sjors opened pull request #27228: test: skip backward compatibility tests under valgrind (master...2023/03/valgrind_prev_release) https://github.com/bitcoin/bitcoin/pull/27228
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27226: test: Use self.wait_until over wait_until_helper (master...2303-test-wait-self-🛩) https://github.com/bitcoin/bitcoin/pull/27226
<bitcoin-git>
bitcoin/master 1111e2f MarcoFalke: Use steady clock in SeedStrengthen and FindBestImplementation
<bitcoin-git>
bitcoin/master fa1b4e5 MarcoFalke: Use steady clock in FlushStateToDisk
<bitcoin-git>
bitcoin/master 2de0559 fanquake: Merge bitcoin/bitcoin#27189: util: Use steady clock in SeedStrengthen, Fin...
<kalle>
Someone pointed out Github Actions may be a better choice over Cirrus CI, so I tried that and it ultimately felt more intuitive. Anyway, would be nice ifs omeone gave https://github.com/bitcoin/bips/pull/1432 a quick look.
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27218: util: Work around ParseHex gcc cross compiler bug (master...2303-util-workaround-gcc-🔹) https://github.com/bitcoin/bitcoin/pull/27218
<bitcoin-git>
[bitcoin] achow101 merged pull request #26742: http: Track active requests and wait for last to finish - 2nd attempt (master...202212-pr19420) https://github.com/bitcoin/bitcoin/pull/26742
<bitcoin-git>
bitcoin/master 660bdbf João Barbosa: http: Release server before waiting for event base loop exit
<bitcoin-git>
bitcoin/master 60978c8 Fabian Jahr: test: Reduce extended timeout on abortnode test
<bitcoin-git>
bitcoin/master 8c6d007 João Barbosa: http: Track active requests and wait for last to finish
2023-03-06
<bitcoin-git>
[bitcoin] achow101 merged pull request #25806: wallet: group outputs only once, decouple it from Coin Selection (master...2022_wallet_single_outputs_grouping_process) https://github.com/bitcoin/bitcoin/pull/25806
<bitcoin-git>
bitcoin/master d8e749b furszy: test: wallet, add coverage for outputs grouping process
<bitcoin-git>
bitcoin/master 461f082 furszy: refactor: make OutputGroup::m_outputs field a vector of shared_ptr
<bitcoin-git>
bitcoin/master 06ec8f9 furszy: wallet: make OutputGroup "positive_only" filter explicit
<bitcoin-git>
[bitcoin] achow101 opened pull request #27217: wallet: Replace use of purpose strings with an enum (master...address-purpose-enums) https://github.com/bitcoin/bitcoin/pull/27217
<bitcoin-git>
[bitcoin] achow101 opened pull request #27215: wallet: Turn `destdata` entries into `CAddressBookData` fields (master...rm-destdata) https://github.com/bitcoin/bitcoin/pull/27215
<bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #27214: addrman: Enable selecting addresses by network (master...2023-03-select-by-network) https://github.com/bitcoin/bitcoin/pull/27214
<bitcoin-git>
[bitcoin] amitiuttarwar opened pull request #27213: p2p: Diversify automatic outbound connections with respect to networks (master...2023-03-network-outbounds) https://github.com/bitcoin/bitcoin/pull/27213
<bitcoin-git>
[bitcoin] achow101 merged pull request #27155: doc: Expand scantxoutset help text to cover tr() and miniscript (master...scantxoutset_tr_ms) https://github.com/bitcoin/bitcoin/pull/27155
<bitcoin-git>
bitcoin/master 5e1aab2 Andrew Chow: Merge bitcoin/bitcoin#27155: doc: Expand scantxoutset help text to cover t...
<bitcoin-git>
bitcoin/master e4ede64 Greg Sanders: Expand scantxoutset help text to cover tr() and miniscript
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27212: test: Make the unlikely race in p2p_invalid_messages impossible? (master...2303-test-race-less-👾) https://github.com/bitcoin/bitcoin/pull/27212
<bitcoin-git>
[bitcoin] achow101 merged pull request #25491: wallet: use Mutex for g_sqlite_mutex instead of GlobalMutex (master...g_sqlite_mutex) https://github.com/bitcoin/bitcoin/pull/25491
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27209: ci: Remove unused EXPECTED_TESTS_DURATION_IN_SECONDS env var (master...2303-ci-travis-leftover-no-🎞) https://github.com/bitcoin/bitcoin/pull/27209
2023-03-05
<bitcoin-git>
[bitcoin] TheCharlatan opened pull request #27205: doc: Show how less noisy clang-tidy output can be achieved (master...dev-notes-clang-tidy) https://github.com/bitcoin/bitcoin/pull/27205
<bitcoin-git>
[bitcoin] theStack opened pull request #27200: test: psbt: check non-witness UTXO removal for segwit v1 input (master...202303-test-psbt_non_witness_utxo_drop) https://github.com/bitcoin/bitcoin/pull/27200
2023-03-04
<bitcoin-git>
[bitcoin] ishaanam opened pull request #27199: test: fix race condition in encrypted wallet rescan tests (master...rescanblockchain_test_fix) https://github.com/bitcoin/bitcoin/pull/27199
<bitcoin-git>
[bitcoin] fanquake merged pull request #27192: util: add missing include and fix function signature (master...fix-readbinaryfile) https://github.com/bitcoin/bitcoin/pull/27192
<bitcoin-git>
bitcoin/master 8847ce4 Cory Fields: util: add missing include and fix function signature
<bitcoin-git>
bitcoin/master 40c6c85 fanquake: Merge bitcoin/bitcoin#27192: util: add missing include and fix function si...
<bitcoin-git>
bitcoin/master 987f1bb hernanmarino: Fixed a couple of typos in comments to make linter happy
<bitcoin-git>
bitcoin/master 236cd23 fanquake: Merge bitcoin/bitcoin#27197: Fix typos in comments to make linter happy
2023-03-03
<bitcoin-git>
[bitcoin] hernanmarino opened pull request #27197: Fixed typos in comments to make linter happy (master...fix-typos-linter) https://github.com/bitcoin/bitcoin/pull/27197
<bitcoin-git>
[bitcoin] furszy opened pull request #27195: bumpfee: allow send coins back to yourself (master...2022_bumpfee_send_coins_back_to_yourself) https://github.com/bitcoin/bitcoin/pull/27195
<bitcoin-git>
bitcoin/master 545ff92 stickies-v: refactor: use string_view for RPC named argument values
<bitcoin-git>
[bitcoin] fanquake merged pull request #26612: refactor: RPC: pass named argument value as string_view (master...rpc-convert-string-view) https://github.com/bitcoin/bitcoin/pull/26612
<bitcoin-git>
bitcoin/master 1d02e59 stickies-v: test: add cases to JSON parsing
<bitcoin-git>
bitcoin/master 7727603 stickies-v: refactor: reduce unnecessary complexity in ParseNonRFCJSONValue
2023-03-02
<bitcoin-git>
[bitcoin] fanquake merged pull request #27183: doc: Update Transifex links and slug format in Release Process (master...230301-transifex) https://github.com/bitcoin/bitcoin/pull/27183
<bitcoin-git>
bitcoin/master 9c371e5 Hennadii Stepanov: doc: Update Transifex links and slug format in Release Process
<bitcoin-git>
bitcoin/master a12b27a fanquake: Merge bitcoin/bitcoin#27183: doc: Update Transifex links and slug format i...
<bitcoin-git>
[bitcoin] theuni opened pull request #27192: util: add missing include and fix function signature (master...fix-readbinaryfile) https://github.com/bitcoin/bitcoin/pull/27192
<bitcoin-git>
[bitcoin] mzumsande opened pull request #27191: blockstorage: add an assert to avoid running oom with `-fastprune` (master...202302_fastprune_oom) https://github.com/bitcoin/bitcoin/pull/27191
<bitcoin-git>
[bitcoin] MarcoFalke opened pull request #27189: Use steady clock in SeedStrengthen and FindBestImplementation (master...2303-bench-with-steady-clock-🙂) https://github.com/bitcoin/bitcoin/pull/27189
<bitcoin-git>
[bitcoin] achow101 merged pull request #27172: guix: switch to some `minimal` versions of packages in our manifest (master...guix_more_minimal) https://github.com/bitcoin/bitcoin/pull/27172
<bitcoin-git>
bitcoin/master 1475515 fanquake: guix: use coreutils-minimal over coreutils
<bitcoin-git>
bitcoin/master 2c9eb4a fanquake: guix: use cmake-minimal over cmake
<bitcoin-git>
bitcoin/master 4445621 fanquake: guix: use bash-minimal over bash
<bitcoin-git>
[bitcoin] hebasto opened pull request #27183: doc: Update Transifex links and slug format in Release Process (master...230301-transifex) https://github.com/bitcoin/bitcoin/pull/27183