2023-03-18

<bitcoin-git> [bitcoin] russeree closed pull request #26469: rpc: getblock: implement with block height as input parameter. (master...merge_getblock_getblock_hash) https://github.com/bitcoin/bitcoin/pull/26469
<bitcoin-git> [bitcoin] mxaddict closed pull request #27268: doc: fix typo in interface_usdt_utxocache.py (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27268

2023-03-17

<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/db03248070f3...50171df26c71
<bitcoin-git> bitcoin/master fa1eb0e MarcoFalke: test: Make the unlikely race in p2p_invalid_messages impossible
<bitcoin-git> bitcoin/master 50171df fanquake: Merge bitcoin/bitcoin#27212: test: Make the unlikely race in p2p_invalid_m...
<bitcoin-git> [bitcoin] fanquake closed pull request #27275: build: ignore common editor files (master...gitignore-add-ides) https://github.com/bitcoin/bitcoin/pull/27275
<gribble> https://github.com/bitcoin/bitcoin/issues/27255 | MiniTapscript: port Miniscript to Tapscript by darosior · Pull Request #27255 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] Bushstar opened pull request #27275: build: ignore common editor files (master...gitignore-add-ides) https://github.com/bitcoin/bitcoin/pull/27275

2023-03-16

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27273: system: allow GUI to initialize default data dir (master...conf-file) https://github.com/bitcoin/bitcoin/pull/27273
<bitcoin-git> [bitcoin] achow101 merged 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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09e86d7a1a69...db03248070f3
<bitcoin-git> bitcoin/master dbeca79 ishaanam: test: fix race condition in encrypted wallet rescan tests
<bitcoin-git> bitcoin/master db03248 Andrew Chow: Merge bitcoin/bitcoin#27199: test: fix race condition in encrypted wallet ...
<gribble> https://github.com/bitcoin/bitcoin/issues/27021 | Implement Mini version of BlockAssembler to calculate mining scores by Xekyo · Pull Request #27021 · bitcoin/bitcoin · GitHub
<ajonas> Here is the write-up from this year's survey: https://adamjonas.com/bitcoin/coredev/retro/coredev-2022-retro/. Lots of great feedback in there thanks to those that participated. I'm happy to answer any questions.
<achow101> #topic annual bitcoin core dev survey (ajonas)
<achow101> https://github.com/orgs/bitcoin/projects/1 anything to add/remove/merge?
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<bitcoin-git> [bitcoin] instagibbs opened pull request #27271: Fix fund transaction case at 0-value, 0-fee (master...empty_value_crash) https://github.com/bitcoin/bitcoin/pull/27271
<bitcoin-git> [bitcoin] achow101 merged 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
<bitcoin-git> bitcoin/master 3dd2f64 Sebastian Falbesoner: test: psbt: check non-witness UTXO removal for segwit v1 input
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e695d8536e53...09e86d7a1a69
<bitcoin-git> bitcoin/master e194e3e Sebastian Falbesoner: test: PSBT: eliminate magic numbers for global unsigned tx key (0)
<bitcoin-git> bitcoin/master dd78e3f Sebastian Falbesoner: test: speedup rpc_psbt.py by whitelisting peers (immediate tx relay)
<sipa> Also yes bitcoin.conf can override it, and the GUI settings perhaps too (unsure about this).
<bugs_> unless there is an entry in bitcoin.conf for dbcache
<ajonas> #proposedmeetingtopic annual bitcoin core dev survey
<bitcoin-git> [gui] hernanmarino opened pull request #722: Wallet : Allow user to navigate options while encrypting at creation (master...wallet-encryption-navigation) https://github.com/bitcoin-core/gui/pull/722
<bitcoin-git> [bitcoin] dergoegge opened pull request #27270: refactor, net processing: Avoid CNode::m_relays_txs usage (master...2023-03-no-cnode-txrelays) https://github.com/bitcoin/bitcoin/pull/27270
<gribble> https://github.com/bitcoin/bitcoin/issues/27255 | MiniTapscript: port Miniscript to Tapscript by darosior · Pull Request #27255 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #27269: test: Support decoding segwit address in address_to_scriptpubkey() (master...add-bech32-testnet-address-to-scriptpubkey) https://github.com/bitcoin/bitcoin/pull/27269
<bitcoin-git> [bitcoin] mxaddict opened pull request #27268: Fixed a warning from python linter (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27268
<bitcoin-git> [bitcoin] fanquake merged pull request #26177: refactor / kernel: Move non-gArgs chainparams functionality to kernel (master...tc/2022-09-libbitcoinkernel-chainparams-args) https://github.com/bitcoin/bitcoin/pull/26177
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/ebb15ea75ad1...e695d8536e53
<bitcoin-git> bitcoin/master 76cd4e7 Carl Dong: Decouple SigNetChainParams from ArgsManager
<bitcoin-git> bitcoin/master d938098 Carl Dong: Remove UpdateVersionBitsParameters
<bitcoin-git> bitcoin/master 84b8578 Carl Dong: Decouple RegTestChainParams from ArgsManager
<bitcoin-git> [bitcoin] fanquake closed pull request #27267: Updated copyright years (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27267
<bitcoin-git> [bitcoin] mxaddict opened pull request #27267: Updated copyright years (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27267

2023-03-15

<bitcoin-git> [bitcoin] achow101 merged pull request #26207: rest: add verbose and mempool_sequence query params for mempool/contents (master...rest-verbose-mempool) https://github.com/bitcoin/bitcoin/pull/26207
<bitcoin-git> bitcoin/master 1ff5d61 Andrew Toth: doc: add mempool/contents rest verbose and mempool_sequence args
<bitcoin-git> bitcoin/master a518fff Andrew Toth: rest: add verbose and mempool_sequence query params for mempool/contents
<bitcoin-git> bitcoin/master 52a31dc Andrew Toth: tests: mempool/contents verbose and mempool_sequence query params tests
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/609c95d4a817...ebb15ea75ad1
<bitcoin-git> [bitcoin] achow101 merged pull request #27227: wallet: 25806 follow-up (master...2022_wallet_single_outputs_grouping_process_follow_ups_2) https://github.com/bitcoin/bitcoin/pull/27227
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/cbfbf46e57eb...609c95d4a817
<bitcoin-git> bitcoin/master 805f399 furszy: wallet: do not make two COutputs, use shared_ptr
<bitcoin-git> bitcoin/master 99034b2 furszy: wallet: APS, don't create empty groups
<bitcoin-git> bitcoin/master a9aa041 furszy: wallet: OutputGroup, remove unused effective_feerate member
<bitcoin-git> [bitcoin] achow101 merged pull request #25781: Remove almost all blockstorage globals (master...2208-block-globals-🙅) https://github.com/bitcoin/bitcoin/pull/25781
<bitcoin-git> bitcoin/master fa442b1 MarcoFalke: Pass fImporting to ImportingNow helper class
<bitcoin-git> bitcoin/master fa177d7 MarcoFalke: Move ::fPruneMode into BlockManager
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8c4958bd4c06...cbfbf46e57eb
<bitcoin-git> bitcoin/master fa721f1 MarcoFalke: Move ::nPruneTarget into BlockManager
<bitcoin-git> [bitcoin] theStack opened pull request #27265: test: check that sigop limit also affects ancestor/descendant size (27171 follow-up) (master...202303-test-check_sigops_for_ancestordescendant_sizes) https://github.com/bitcoin/bitcoin/pull/27265
<bitcoin-git> [bitcoin] achow101 closed pull request #27215: wallet: Turn `destdata` entries into `CAddressBookData` fields (master...rm-destdata) https://github.com/bitcoin/bitcoin/pull/27215
<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] rebroad closed pull request #27262: Refine wallet synchronization warning for enhanced clarity (master...UpdateSyncWarningText) https://github.com/bitcoin/bitcoin/pull/27262
<bitcoin-git> [bitcoin] rebroad opened pull request #27262: Refine wallet synchronization warning for enhanced clarity (master...UpdateSyncWarningText) https://github.com/bitcoin/bitcoin/pull/27262
<bitcoin-git> [bitcoin] petertodd opened pull request #27261: Ignore datacarrier limits for dataless OP_RETURN outputs (master...2023-03-allow-empty-op-return) https://github.com/bitcoin/bitcoin/pull/27261
<bitcoin-git> [bitcoin] russeree opened pull request #27260: rpc: enhanced error message for invalid network prefix during address parsing. (master...26290) https://github.com/bitcoin/bitcoin/pull/27260
<bitcoin-git> [bitcoin] fanquake merged pull request #27153: guix: pass `--enable-initfini-array` to release GCC (master...guix_gcc_init_fini_array) https://github.com/bitcoin/bitcoin/pull/27153
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/460e394625fa...8c4958bd4c06
<bitcoin-git> bitcoin/master 127c637 fanquake: guix: pass --enable-initfini-array to release GCC
<bitcoin-git> bitcoin/master 8c4958b fanquake: Merge bitcoin/bitcoin#27153: guix: pass `--enable-initfini-array` to relea...

2023-03-14

<gribble> https://github.com/bitcoin/bitcoin/issues/26715 | Introduce `MockableDatabase` for wallet unit tests by achow101 · Pull Request #26715 · bitcoin/bitcoin · GitHub
<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 opened pull request #27256: refactor: rpc: remove ParseNonRFCJSONValue() (master...2023-03/remove-ParseNonRFCJSONValue) https://github.com/bitcoin/bitcoin/pull/27256
<bitcoin-git> [bitcoin] darosior opened pull request #27255: MiniTapscript: port Miniscript to Tapscript (master...tapminiscript) https://github.com/bitcoin/bitcoin/pull/27255
<bitcoin-git> [bitcoin] willcl-ark closed pull request #26365: wallet: GetEffectiveBalance (master...effective_balance) https://github.com/bitcoin/bitcoin/pull/26365
<bitcoin-git> [bitcoin] fanquake closed pull request #25152: refactor: Split util/system into exception, shell, and fs-specific files (master...2022-05-split-system) https://github.com/bitcoin/bitcoin/pull/25152
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27254: refactor: Extract util/fs from util/system (master...splitSystemFs) https://github.com/bitcoin/bitcoin/pull/27254
<bitcoin-git> bitcoin/master 460e394 Hennadii Stepanov: Merge bitcoin-core/gui#708: Mask values on Transactions View
<bitcoin-git> bitcoin/master 4492de1 pablomartin4btc: qt: mask values on transactions view
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b175bdb9b25c...460e394625fa
<bitcoin-git> [gui] hebasto merged pull request #708: Mask values on Transactions View (master...mask-values-on-transaction-table) https://github.com/bitcoin-core/gui/pull/708
<bitcoin-git> [bitcoin] fanquake merged pull request #27238: refactor: Split logging utilities from system.h (master...splitSystemLogging) https://github.com/bitcoin/bitcoin/pull/27238
<bitcoin-git> bitcoin/master b175bdb fanquake: Merge bitcoin/bitcoin#27238: refactor: Split logging utilities from system...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f50fb178c30e...b175bdb9b25c
<bitcoin-git> bitcoin/master aaced56 Ben Woosley: refactor: Move error() from util/system.h to logging.h
<bitcoin-git> bitcoin/master e7333b4 Ben Woosley: refactor: Extract util/exception from util/system
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #27253: httpserver, rest: fix segmentation fault on evhttp_uri_get_query (master...http-rest-fix-segfault) https://github.com/bitcoin/bitcoin/pull/27253

2023-03-13

<bitcoin-git> [gui] theStack opened pull request #719: qt: remove confusing "Dust" label from coincontrol dialog (master...gui-nuke_cc_dust_label) https://github.com/bitcoin-core/gui/pull/719
<bitcoin-git> [bitcoin] glozow merged pull request #27235: Avoid integer overflow in CheckDiskSpace (master...2023-03-system-ub) https://github.com/bitcoin/bitcoin/pull/27235
<bitcoin-git> bitcoin/master 05eeba2 dergoegge: [test] Add manual prune startup test case
<bitcoin-git> bitcoin/master 4517419 dergoegge: [util] Avoid integer overflow in CheckDiskSpace
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/73a9892bce41...f50fb178c30e
<bitcoin-git> bitcoin/master f50fb17 glozow: Merge bitcoin/bitcoin#27235: Avoid integer overflow in CheckDiskSpace
<bitcoin-git> [bitcoin] glozow merged pull request #26514: Improve address decoding errors (master...2022-11-improve-address-decode-errors) https://github.com/bitcoin/bitcoin/pull/26514
<bitcoin-git> bitcoin/master 73a9892 glozow: Merge bitcoin/bitcoin#26514: Improve address decoding errors
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f088949fcfe6...73a9892bce41
<bitcoin-git> bitcoin/master 962a093 Aurèle Oulès: Improve address decoding errors
<bitcoin-git> [bitcoin] fanquake merged pull request #27221: test: Default timeout factor to 4 under --valgrind (master...2303-test-valgrind-avoid-timeout-🎛) https://github.com/bitcoin/bitcoin/pull/27221
<bitcoin-git> bitcoin/master f088949 fanquake: Merge bitcoin/bitcoin#27221: test: Default timeout factor to 4 under --val...
<bitcoin-git> bitcoin/master fa27cf4 MarcoFalke: test: Default timeout factor to 4 under --valgrind
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1884b71b1dc1...f088949fcfe6
<bitcoin-git> [bitcoin] fanquake pushed tag v24.1rc1: https://github.com/bitcoin/bitcoin/compare/v24.1rc1
<bitcoin-git> [bitcoin] fanquake merged pull request #27247: [24.x] Bump version to v24.1rc1 (24.x...24_1_rc1) https://github.com/bitcoin/bitcoin/pull/27247
<bitcoin-git> bitcoin/24.x cc4e315 fanquake: doc: update manual pages for v24.1rc1
<bitcoin-git> bitcoin/24.x 787affb fanquake: doc: update version in bips.md to v24.1
<bitcoin-git> bitcoin/24.x 5077e02 fanquake: build: bump version to v24.1rc1
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/47c49039239f...9e05de1d7081
<bitcoin-git> [bitcoin] fanquake merged pull request #27251: [24.x] qt: 24.1rc1 translations update (24.x...230313-24.1rc1-tr) https://github.com/bitcoin/bitcoin/pull/27251
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/c8c85ca16e6a...47c49039239f
<bitcoin-git> bitcoin/24.x a2f8a83 Hennadii Stepanov: qt: 24.1rc1 translations update
<bitcoin-git> bitcoin/24.x 47c4903 fanquake: Merge bitcoin/bitcoin#27251: [24.x] qt: 24.1rc1 translations update
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #23599: [WIP] DRAFT NOMERGE Tidy up RPCTxSerializationFlags (master...2111-txSerF) https://github.com/bitcoin/bitcoin/pull/23599
<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] hebasto opened pull request #27251: [24.x] qt: 24.1rc1 translations update (24.x...230313-24.1rc1-tr) https://github.com/bitcoin/bitcoin/pull/27251

2023-03-12

<bitcoin-git> [bitcoin] JoaoLobo94 closed pull request #27250: test (master...test) https://github.com/bitcoin/bitcoin/pull/27250
<bitcoin-git> [bitcoin] JoaoLobo94 opened pull request #27250: test (master...test) https://github.com/bitcoin/bitcoin/pull/27250
<bitcoin-git> [bitcoin] fanquake opened pull request #27247: [24.x] Bump version to v24.1rc1 (24.x...24_1_rc1) https://github.com/bitcoin/bitcoin/pull/27247
<bitcoin-git> [bitcoin] fanquake merged pull request #27230: Update src/secp256k1 subtree to upstream release v0.3.0 (master...secp256k1) https://github.com/bitcoin/bitcoin/pull/27230
<bitcoin-git> bitcoin/master 763079a Pieter Wuille: Squashed 'src/secp256k1/' changes from 21ffe4b22a9..bdf39000b9c
<bitcoin-git> bitcoin/master e5c7fcb Pieter Wuille: Update src/secp256k1 subtree to upstream libsecp256k1 v0.3.0
<bitcoin-git> bitcoin/master 1884b71 fanquake: Merge bitcoin/bitcoin#27230: Update src/secp256k1 subtree to upstream rele...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/40d0b0a524df...1884b71b1dc1
<bitcoin-git> [bitcoin] fjahr closed pull request #25718: net: Add -allowinbound config option (master...2022-07-allowinbound) https://github.com/bitcoin/bitcoin/pull/25718

2023-03-11

<bitcoin-git> [bitcoin] fjahr opened pull request #27245: http: Detect remote disconnect - 2nd attempt (master...202303-pr19434) https://github.com/bitcoin/bitcoin/pull/27245
<bitcoin-git> [bitcoin] fanquake merged pull request #27239: refactor: Consistently use context args over gArgs in node/interfaces (master...2303-args-consistent-🏯) https://github.com/bitcoin/bitcoin/pull/27239
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/87af64a1a1c9...40d0b0a524df
<bitcoin-git> bitcoin/master fa3e9b4 MarcoFalke: refactor: Consistently use args over gArgs in init.cpp
<bitcoin-git> bitcoin/master fa89112 MarcoFalke: refactor: Consistently use context args over gArgs in node/interfaces
<bitcoin-git> bitcoin/master 40d0b0a fanquake: Merge bitcoin/bitcoin#27239: refactor: Consistently use context args over ...
<bitcoin-git> [bitcoin] fanquake merged pull request #27236: util: fix argsman dupe key error (master...argsman-dupe-key) https://github.com/bitcoin/bitcoin/pull/27236
<bitcoin-git> bitcoin/master 87af64a fanquake: Merge bitcoin/bitcoin#27236: util: fix argsman dupe key error
<bitcoin-git> bitcoin/master 8fcbdad willcl-ark: util: fix argsman dupe key error
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d53a85ddfb5...87af64a1a1c9
<bitcoin-git> [bitcoin] fanquake merged pull request #27220: doc: update broken str util reference links on developer-notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27220
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7f1d95f5288...3d53a85ddfb5
<bitcoin-git> bitcoin/master 3d53a85 fanquake: Merge bitcoin/bitcoin#27220: doc: update broken str util reference links o...
<bitcoin-git> bitcoin/master da347de pablomartin4btc: doc: update broken links

2023-03-10

<achow101> currently changing them requires using bitcoin.conf options, which means restarting to change
<gribble> https://github.com/bitcoin/bitcoin/issues/20870 | Option to ignore small inputs when internal wallet is building TXes? · Issue #20870 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<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/master 54c4d03 TheCharlatan: doc: Show how less noisy clang-tidy output can be achieved
<bitcoin-git> bitcoin/master c7f1d95 fanquake: Merge bitcoin/bitcoin#27205: doc: Show how less noisy clang-tidy output ca...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/99b64eec1bcc...c7f1d95f5288
<bitcoin-git> [bitcoin] fanquake closed pull request #27240: Year update (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27240
<bitcoin-git> [bitcoin] MuhammadFathurNurRizky opened pull request #27240: Year update (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27240
<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 5c938e7 ekzyis: Use string interpolation for default value of -listen
<bitcoin-git> bitcoin/master 99b64ee fanquake: Merge bitcoin/bitcoin#27232: Use string interpolation for default value of...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3e7dd4ff3369...99b64eec1bcc
<bitcoin-git> [gui] fanquake closed pull request #539: Scale network graph based on time interval (master...1643263956-network-graph-issue-532) https://github.com/bitcoin-core/gui/pull/539
<bitcoin-git> [bitcoin] fanquake merged pull request #27171: test: add coverage for sigop limit policy (`-bytespersigop` setting) (master...202302-add_bytespersigop_test) https://github.com/bitcoin/bitcoin/pull/27171
<bitcoin-git> bitcoin/master 3e7dd4f fanquake: Merge bitcoin/bitcoin#27171: test: add coverage for sigop limit policy (`-...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6f5eb7a39e71...3e7dd4ff3369
<bitcoin-git> bitcoin/master 89cd20c Sebastian Falbesoner: test: add coverage for sigop limit policy (`-bytespersigop` setting)
<bitcoin-git> [bitcoin] fanquake merged 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6e662a89851c...6f5eb7a39e71
<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] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f7bdcfc83f57...6e662a89851c
<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
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27236: util: fix argsman dupe key error (master...argsman-dupe-key) https://github.com/bitcoin/bitcoin/pull/27236
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #18933: rpc: Add submit option to generateblock (master...2004-rpcBlock) https://github.com/bitcoin/bitcoin/pull/18933
<martinus> fanquake: ah right, there's https://github.com/bitcoin/bitcoin/issues/26916

2023-03-09

<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
<gribble> https://github.com/bitcoin/bitcoin/issues/24008 | assumeutxo: net_processing changes by jamesob · Pull Request #24008 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27039 | blockstorage: do not flush block to disk if it is already there by pinheadmz · Pull Request #27039 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27101 | Support JSON-RPC 2.0 when requested by client by pinheadmz · Pull Request #27101 · bitcoin/bitcoin · GitHub
<achow101> anything to add/remove/merge? https://github.com/orgs/bitcoin/projects/1
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<bitcoin-git> [bitcoin] dergoegge opened pull request #27235: Avoid integer overflow in CheckDiskSpace (master...2023-03-system-ub) https://github.com/bitcoin/bitcoin/pull/27235
<bitcoin-git> [bitcoin] glozow merged pull request #27025: github: Switch to yaml issue templates (master...yaml-issue-templates) https://github.com/bitcoin/bitcoin/pull/27025
<bitcoin-git> bitcoin/master 3fa1185 willcl-ark: github: Switch to yaml issue templates
<bitcoin-git> bitcoin/master f7bdcfc glozow: Merge bitcoin/bitcoin#27025: github: Switch to yaml issue templates
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9985013350a2...f7bdcfc83f57
<gribble> https://github.com/bitcoin/bitcoin/issues/27214 | addrman: Enable selecting addresses by network by amitiuttarwar · Pull Request #27214 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27233: refactor: Replace GetTimeMicros by SystemClock (master...2303-time-🎁) https://github.com/bitcoin/bitcoin/pull/27233
<bitcoin-git> [gui] hebasto merged pull request #717: Use the stored CSubNet entry when unbanning (master...gui_unban) https://github.com/bitcoin-core/gui/pull/717
<bitcoin-git> bitcoin/master 9985013 Hennadii Stepanov: Merge bitcoin-core/gui#717: 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] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/23e2bfcbc428...9985013350a2
<bitcoin-git> bitcoin/master a981af4 Vasil Dimov: gui: use the stored CSubNet entry when unbanning
<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 #25696: build: Re-enable external signer on Windows (master...220725-boost) https://github.com/bitcoin/bitcoin/pull/25696
<bitcoin-git> bitcoin/master 1a0d8e1 Hennadii Stepanov: build: Re-enable external signer on Windows
<bitcoin-git> bitcoin/master 23e2bfc Andrew Chow: Merge bitcoin/bitcoin#25696: build: Re-enable external signer on Windows
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/710fd571ff4c...23e2bfcbc428
<bitcoin-git> bitcoin/master 989451d Luke Dashjr: configure: Detect compatibility of Boost.Process rather than hardcode non-...
<bitcoin-git> [bitcoin] jonatack opened pull request #27231: rpc: fix logging RPC when "none" values are passed, add test coverage, improve docs (master...2023-03-logging-fixes-and-test-coverage) https://github.com/bitcoin/bitcoin/pull/27231

2023-03-08

<bitcoin-git> [bitcoin] sipa opened pull request #27230: Update src/secp256k1 subtree to upstream release v0.3.0 (master...secp256k1) https://github.com/bitcoin/bitcoin/pull/27230
<bitcoin-git> [bitcoin] pablomartin4btc reopened pull request #27220: doc: update broken str util reference links on developer-notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27220
<bitcoin-git> [bitcoin] pablomartin4btc closed pull request #27220: doc: update broken str util reference links on developer-notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27220
<bitcoin-git> [bitcoin] pablomartin4btc reopened pull request #27220: doc: update broken str util reference links on developer-notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27220
<bitcoin-git> [bitcoin] pablomartin4btc closed pull request #27220: doc: update broken str util reference links on developer-notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27220
<bitcoin-git> [bitcoin] fanquake merged pull request #26996: test: Flatten miniwallet array and remove random fee in longpoll (master...2301-test-log-😀) https://github.com/bitcoin/bitcoin/pull/26996
<bitcoin-git> bitcoin/master 710fd57 fanquake: Merge bitcoin/bitcoin#26996: test: Flatten miniwallet array and remove ran...
<bitcoin-git> bitcoin/master fa0abcd MarcoFalke: test: Flatten miniwallet array and remove random fee in longpoll
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ff135ca7ff7...710fd571ff4c
<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...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d12127a9c19...1ff135ca7ff7
<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] furszy opened pull request #27227: wallet: 25806 follow-up (master...2022_wallet_single_outputs_grouping_process_follow_ups_2) https://github.com/bitcoin/bitcoin/pull/27227
<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] willcl-ark opened pull request #27225: doc: docment json rpc endpoints (master...document-json-endpoint) https://github.com/bitcoin/bitcoin/pull/27225
<bitcoin-git> [bitcoin] fanquake merged pull request #26968: doc: Fixup remove 'omitted...' doc for rpc getrawtransaction when verbose is 2 (master...doc-rpcrawtransaction-verbose2) https://github.com/bitcoin/bitcoin/pull/26968
<bitcoin-git> bitcoin/master 8d12127 fanquake: Merge bitcoin/bitcoin#26968: doc: Fixup remove 'omitted...' doc for rpc g...
<bitcoin-git> bitcoin/master 3e947d7 dougEfish: doc: remove 'omitted...' doc for rpc getrawtransaction when verbose is 2
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/69ba5727d545...8d12127a9c19
<bitcoin-git> [bitcoin] fanquake merged pull request #27180: doc: DummySignInput mention external signer (master...2023/03/pr26032-followups) https://github.com/bitcoin/bitcoin/pull/27180
<bitcoin-git> bitcoin/master 6fc5f4f Sjors Provoost: doc: DummySignInput mention external signer
<bitcoin-git> bitcoin/master 69ba572 fanquake: Merge bitcoin/bitcoin#27180: doc: DummySignInput mention external signer
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2de0559f2cb3...69ba5727d545
<bitcoin-git> [bitcoin] fanquake merged pull request #27189: util: Use steady clock in SeedStrengthen, FindBestImplementation, FlushStateToDisk (master...2303-bench-with-steady-clock-🙂) https://github.com/bitcoin/bitcoin/pull/27189
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d5e4f9a43952...2de0559f2cb3
<bitcoin-git> bitcoin/master 1111e2f MarcoFalke: Use steady clock in SeedStrengthen and FindBestImplementation
<bitcoin-git> bitcoin/master 2de0559 fanquake: Merge bitcoin/bitcoin#27189: util: Use steady clock in SeedStrengthen, Fin...
<bitcoin-git> bitcoin/master fa1b4e5 MarcoFalke: Use steady clock in FlushStateToDisk
<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] johnny9 closed pull request #27223: Update chainparams for 25.x (master...chainparams25-030723) https://github.com/bitcoin/bitcoin/pull/27223
<kalle> Can someone enable cirrus CI on the bitcoin/bips repo plox?

2023-03-07

<bitcoin-git> [bitcoin] achow101 merged pull request #25740: assumeutxo: background validation completion (master...2022-07-au.complete) https://github.com/bitcoin/bitcoin/pull/25740
<bitcoin-git> bitcoin/master c29f26b James O'Beirne: validation: add CChainState::m_disabled and ChainMan::isUsable
<bitcoin-git> bitcoin/master 5ee22cd James O'Beirne: add ChainstateManager.GetSnapshot{BaseHeight,BaseBlock}()
<bitcoin-git> [bitcoin] achow101 pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/fc037c8c8395...d5e4f9a43952
<bitcoin-git> bitcoin/master 637a90b James O'Beirne: add Chainstate::HasCoinsViews()
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27224: refactor: Remove CAddressBookData::destdata (master...pr/nodest) https://github.com/bitcoin/bitcoin/pull/27224
<bitcoin-git> [bitcoin] achow101 merged pull request #27150: Deduplicate bitcoind and bitcoin-qt init code (master...pr/oneconfig) https://github.com/bitcoin/bitcoin/pull/27150
<bitcoin-git> bitcoin/master d172b5c Ryan Ofsky: Add InitError(error, details) overload
<bitcoin-git> bitcoin/master c361df9 Ryan Ofsky: scripted-diff: Remove double newlines after some init errors
<bitcoin-git> bitcoin/master 3db2874 Ryan Ofsky: Extend bilingual_str support for tinyformat
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/d4ebdceaef13...fc037c8c8395
<bitcoin-git> [bitcoin] johnny9 opened pull request #27223: Update chainparams for 25.x (master...chainparams25-030723) https://github.com/bitcoin/bitcoin/pull/27223
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27221: test: Default timeout factor to 4 under --valgrind (master...2303-test-valgrind-avoid-timeout-🎛) https://github.com/bitcoin/bitcoin/pull/27221
<jonatack1> if helpful for anyone, this list of bitcoin/lightning IRC channels ought to be up to date: https://github.com/jonatack/bitcoin-development/blob/master/irc-channels.txt
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #27220: doc: update broken links on developer-notes (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27220
<achow101> darosior: #bitcoin-core-gui
<bitcoin-git> [bitcoin] fanquake merged pull request #27218: util: Work around ParseHex gcc cross compiler bug (master...2303-util-workaround-gcc-🔹) https://github.com/bitcoin/bitcoin/pull/27218
<gribble> https://github.com/bitcoin/bitcoin/issues/27021 | Implement Mini version of BlockAssembler to calculate mining scores by Xekyo · Pull Request #27021 · bitcoin/bitcoin · GitHub
<bitcoin-git> bitcoin/master d4ebdce fanquake: Merge bitcoin/bitcoin#27218: util: Work around ParseHex gcc cross compiler...
<bitcoin-git> bitcoin/master fa8481b MarcoFalke: util: Work around ParseHex gcc cross compiler bug
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/86bacd75e76e...d4ebdceaef13
<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 60978c8 Fabian Jahr: test: Reduce extended timeout on abortnode test
<bitcoin-git> bitcoin/master 660bdbf João Barbosa: http: Release server before waiting for event base loop exit
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4ea3a8b71df0...86bacd75e76e
<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 461f082 furszy: refactor: make OutputGroup::m_outputs field a vector of shared_ptr
<bitcoin-git> bitcoin/master d8e749b furszy: test: wallet, add coverage for outputs grouping process
<bitcoin-git> bitcoin/master 06ec8f9 furszy: wallet: make OutputGroup "positive_only" filter explicit
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/5e1aab23347e...4ea3a8b71df0
<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] pinheadmz opened pull request #27216: Add wallet method to detect if a key is "fresh" (master...used-addr-ui) https://github.com/bitcoin/bitcoin/pull/27216
<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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dddc936d838e...5e1aab23347e
<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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2a0c05defd32...dddc936d838e
<bitcoin-git> bitcoin/master 4163093 Vasil Dimov: wallet: use Mutex for g_sqlite_mutex instead of GlobalMutex
<bitcoin-git> bitcoin/master dddc936 Andrew Chow: Merge bitcoin/bitcoin#25491: wallet: use Mutex for g_sqlite_mutex instead ...
<bitcoin-git> [bitcoin] glozow merged 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
<bitcoin-git> bitcoin/master 2a0c05d glozow: Merge bitcoin/bitcoin#27209: ci: Remove unused EXPECTED_TESTS_DURATION_IN_...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/40c6c85c0581...2a0c05defd32
<bitcoin-git> bitcoin/master 3fffff5 MarcoFalke: ci: Remove unused EXPECTED_TESTS_DURATION_IN_SECONDS env var
<bitcoin-git> [gui] vasild opened pull request #717: gui: use the stored CSubNet entry when unbanning (master...gui_unban) https://github.com/bitcoin-core/gui/pull/717
<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 40c6c85 fanquake: Merge bitcoin/bitcoin#27192: util: add missing include and fix function si...
<bitcoin-git> bitcoin/master 8847ce4 Cory Fields: util: add missing include and fix function signature
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/236cd231d01e...40c6c85c0581
<bitcoin-git> [bitcoin] fanquake merged pull request #27197: Fix typos in comments to make linter happy (master...fix-typos-linter) https://github.com/bitcoin/bitcoin/pull/27197
<bitcoin-git> bitcoin/master 987f1bb hernanmarino: Fixed a couple of typos in comments to make linter happy
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3b88c8502534...236cd231d01e
<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] 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