2023-03-10

<bitcoin-git> bitcoin/master 6f5eb7a fanquake: Merge bitcoin/bitcoin#27226: test: Use self.wait_until over wait_until_hel...
<bitcoin-git> bitcoin/master faa6715 MarcoFalke: test: Use self.wait_until over wait_until_helper
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6e662a89851c...6f5eb7a39e71
<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 6e662a8 fanquake: Merge bitcoin/bitcoin#23813: Add test and docs for getblockfrompeer with p...
<bitcoin-git> bitcoin/master fe329dc Fabian Jahr: test: Add test for getblockfrompeer on pruned nodes
<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 f7bdcfc glozow: Merge bitcoin/bitcoin#27025: github: Switch to yaml issue templates
<bitcoin-git> bitcoin/master 3fa1185 willcl-ark: 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] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/23e2bfcbc428...9985013350a2
<bitcoin-git> bitcoin/master 4be57a5 Vasil Dimov: gui: fix comments for BanTableModel and BanTablePriv::refreshBanlist()
<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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8d12127a9c19...1ff135ca7ff7
<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] 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/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...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d5e4f9a43952...2de0559f2cb3
<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] achow101 pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/fc037c8c8395...d5e4f9a43952
<bitcoin-git> bitcoin/master 5ee22cd James O'Beirne: add ChainstateManager.GetSnapshot{BaseHeight,BaseBlock}()
<bitcoin-git> bitcoin/master 637a90b James O'Beirne: add Chainstate::HasCoinsViews()
<bitcoin-git> bitcoin/master c29f26b James O'Beirne: validation: add CChainState::m_disabled and ChainMan::isUsable
<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 fa8481b MarcoFalke: util: Work around ParseHex gcc cross compiler bug
<bitcoin-git> bitcoin/master d4ebdce fanquake: Merge bitcoin/bitcoin#27218: util: Work around ParseHex gcc cross compiler...
<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 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] 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 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] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/5e1aab23347e...4ea3a8b71df0
<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] 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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/dddc936d838e...5e1aab23347e
<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] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2a0c05defd32...dddc936d838e
<bitcoin-git> bitcoin/master dddc936 Andrew Chow: Merge bitcoin/bitcoin#25491: wallet: use Mutex for g_sqlite_mutex instead ...
<bitcoin-git> bitcoin/master 4163093 Vasil Dimov: wallet: use Mutex for g_sqlite_mutex instead of GlobalMutex
<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 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] 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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3b88c8502534...236cd231d01e
<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] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a12b27a2a6da...3b88c8502534
<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] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/74981aa02d2b...a12b27a2a6da
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/25740 | assumeutxo: background validation completion by jamesob · Pull Request #25740 · 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
<larryruane> I'd like to mention that we're covering https://github.com/bitcoin/bitcoin/pull/25325 in review club next week,
<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] 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] fanquake closed pull request #27187: Create pk (master...patch-3) https://github.com/bitcoin/bitcoin/pull/27187
<bitcoin-git> [bitcoin] fanquake closed pull request #27186: Patch 1 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27186
<bitcoin-git> [bitcoin] han0147 opened pull request #27187: Create pk (master...patch-3) https://github.com/bitcoin/bitcoin/pull/27187
<bitcoin-git> [bitcoin] han0147 closed pull request #27185: Create master (master...patch-2) https://github.com/bitcoin/bitcoin/pull/27185
<bitcoin-git> [bitcoin] han0147 opened pull request #27186: Patch 1 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27186
<bitcoin-git> [bitcoin] han0147 opened pull request #27185: Create master (master...patch-2) https://github.com/bitcoin/bitcoin/pull/27185
<bitcoin-git> [bitcoin] fanquake closed pull request #27184: XFj65z15pTke5yJtjDB3Su4BLfKPqTBt81 (master...master) https://github.com/bitcoin/bitcoin/pull/27184
<bitcoin-git> [bitcoin] SombatOeur opened pull request #27184: XFj65z15pTke5yJtjDB3Su4BLfKPqTBt81 (master...master) https://github.com/bitcoin/bitcoin/pull/27184

2023-03-01

<bitcoin-git> [gui] hebasto opened pull request #716: Adjust plural forms for translations (master...230301-plurals) https://github.com/bitcoin-core/gui/pull/716
<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] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4d24e9c57196...74981aa02d2b
<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
<bitcoin-git> [bitcoin] fanquake merged pull request #27169: Update translations for 25.0 soft translation string freeze (master...230227-translation) https://github.com/bitcoin/bitcoin/pull/27169
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/cb40639bdf04...4d24e9c57196
<bitcoin-git> bitcoin/master 369023d Hennadii Stepanov: qt: Periodic translation updates from Transifex
<bitcoin-git> bitcoin/master 7b0cbf4 Hennadii Stepanov: qt: Bump Transifex slug for 25.x
<bitcoin-git> bitcoin/master 9172cc6 Hennadii Stepanov: qt: Update translation source file
<bitcoin-git> [bitcoin] dergoegge reopened pull request #26621: refactor: Continue moving application data from CNode to Peer (master...2022-11-cnode-appdata-move-1) https://github.com/bitcoin/bitcoin/pull/26621
<bitcoin-git> [bitcoin] dergoegge closed pull request #26621: refactor: Continue moving application data from CNode to Peer (master...2022-11-cnode-appdata-move-1) https://github.com/bitcoin/bitcoin/pull/26621
<bitcoin-git> [bitcoin] Sjors opened pull request #27180: 26032 followups (master...2023/03/pr26032-followups) https://github.com/bitcoin/bitcoin/pull/27180

2023-02-28

<gribble> https://github.com/bitcoin/bitcoin/issues/27129 | failure in feature_bip68_sequence.py · Issue #27129 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #27179: guix: use osslsigncode 2.5 (master...osslsigncode_2_4) https://github.com/bitcoin/bitcoin/pull/27179
<bitcoin-git> [bitcoin] fanquake merged pull request #27165: Make miniscript_{stable,smart} fuzzers avoid too large scripts (master...202302_miniscript_fuzz_limits) https://github.com/bitcoin/bitcoin/pull/27165
<bitcoin-git> bitcoin/master 213fffa Pieter Wuille: Enforce type consistency in miniscript_stable fuzz test
<bitcoin-git> bitcoin/master e1f3041 Pieter Wuille: Simplify miniscript fuzzer NodeInfo struct
<bitcoin-git> bitcoin/master 5abb0f5 Pieter Wuille: Do base type propagation in miniscript_stable fuzzer
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/4398cfb22b9c...cb40639bdf04
<bitcoin-git> [bitcoin] fanquake merged pull request #27173: valgrind: remove libsecp256k1 suppression (master...valgrind_supp_prune_secp256k1) https://github.com/bitcoin/bitcoin/pull/27173
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a8080c0def0b...4398cfb22b9c
<bitcoin-git> bitcoin/master 29b62c0 fanquake: valgrind: remove libsecp256k1 suppression
<bitcoin-git> bitcoin/master 4398cfb fanquake: Merge bitcoin/bitcoin#27173: valgrind: remove libsecp256k1 suppression
<bitcoin-git> [bitcoin] glozow merged pull request #23897: refactor: Move calculation logic out from `CheckSequenceLocksAtTip()` (master...211229-lockpoints) https://github.com/bitcoin/bitcoin/pull/23897
<bitcoin-git> bitcoin/master 75db62b Hennadii Stepanov: refactor: Move calculation logic out from `CheckSequenceLocksAtTip()`
<bitcoin-git> bitcoin/master a8080c0 glozow: Merge bitcoin/bitcoin#23897: refactor: Move calculation logic out from `Ch...
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/8303f11e1068...a8080c0def0b
<bitcoin-git> bitcoin/master 3bc434f Hennadii Stepanov: refactor: Add `CalculateLockPointsAtTip()` function
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9384536eb302...8303f11e1068
<bitcoin-git> bitcoin/master b20b34f Ryan Ofsky: refactor: Use new GetConfigFilePath function
<bitcoin-git> [bitcoin] achow101 merged pull request #27170: refactor: Stop using gArgs global in system.cpp (master...pr/nogarg) https://github.com/bitcoin/bitcoin/pull/27170
<bitcoin-git> bitcoin/master 9a9d5da Ryan Ofsky: refactor: Stop using gArgs global in system.cpp
<bitcoin-git> bitcoin/master 8303f11 Andrew Chow: Merge bitcoin/bitcoin#27170: refactor: Stop using gArgs global in system.c...
<stickies-v> does anyone know where the bitcoin-git bot source code is hosted and/or who's maintaining it?
<stickies-v> has anyone thought about some kind of alerting system when the CI on your PR fails? I think it could be nice if e.g. bitcoin-git bot here sends you a DM (assuming nicknames are the same), or drahtbot tags the author as assigned in the PR (looks like you can't assign the author as reviewer). nothing too intrusive, just a gentle notification
<bitcoin-git> [bitcoin] brunoerg opened pull request #27177: test: fix intermittent issue in `feature_bip68_sequence` (master...2023-02-fix-feature-bip68-test) https://github.com/bitcoin/bitcoin/pull/27177
<bitcoin-git> [bitcoin] stickies-v opened pull request #27176: docs: GetDataDirNet and GetDataDirBase don't create datadir (master...docs-getdatadir-no-create) https://github.com/bitcoin/bitcoin/pull/27176
<bitcoin-git> [bitcoin] glozow opened pull request #27174: [ci] bump lint task to lunar for git v2.38 (master...2023-03-lint-bump-git-lunar) https://github.com/bitcoin/bitcoin/pull/27174
<bitcoin-git> [bitcoin] fanquake opened pull request #27173: valgrind: remove libsecp256k1 suppression (master...valgrind_supp_prune_secp256k1) https://github.com/bitcoin/bitcoin/pull/27173
<bitcoin-git> [bitcoin] fanquake merged pull request #27157: init: Return ChainstateLoadStatus::INTERRUPTED when verification was interrupted. (master...202302_verifydb_followup) https://github.com/bitcoin/bitcoin/pull/27157
<bitcoin-git> bitcoin/master 7dff7da Martin Zumsande: init: Return more fitting ChainStateLoadStatus if verification was interru...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e60a58f1913e...519ec2650e7a
<bitcoin-git> bitcoin/master 519ec26 fanquake: Merge bitcoin/bitcoin#27157: init: Return ChainstateLoadStatus::INTERRUPTE...
<bitcoin-git> bitcoin/master c5825e1 Ryan Ofsky: doc: add explanation for fail_on_insufficient_dbcache
<bitcoin-git> [bitcoin] fanquake merged pull request #27118: depends: harden libevent (master...harden_libevent) https://github.com/bitcoin/bitcoin/pull/27118
<bitcoin-git> bitcoin/master ff4a73a fanquake: depends: use FORTIFY_SOURCE=3 with libevent
<bitcoin-git> bitcoin/master e60a58f fanquake: Merge bitcoin/bitcoin#27118: depends: harden libevent
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/710cab1d43e5...e60a58f1913e
<bitcoin-git> [bitcoin] fanquake opened 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] fanquake closed pull request #25081: tracing: lock contention analysis (master...2022-05-lock-tracking-2) https://github.com/bitcoin/bitcoin/pull/25081
<bitcoin-git> [bitcoin] theStack opened pull request #27171: test: add coverage for sigop limit policy (`-bytespersigop` setting) (master...202302-add_bytespersigop_test) https://github.com/bitcoin/bitcoin/pull/27171

2023-02-27

<bitcoin-git> [bitcoin] ryanofsky opened pull request #27170: refactor: Stop using gArgs global in system.cpp (master...pr/nogarg) https://github.com/bitcoin/bitcoin/pull/27170
<bitcoin-git> [bitcoin] glozow merged pull request #26878: [24.x] Backports (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26878
<bitcoin-git> bitcoin/24.x 428dcd5 Andrew Chow: wallet: Skip rescanning if wallet is more recent than tip
<bitcoin-git> bitcoin/24.x cbcdafa Sebastian Falbesoner: test: wallet: check that labels are migrated to watchonly wallet
<bitcoin-git> bitcoin/24.x 342abfb Sebastian Falbesoner: wallet: fully migrate address book entries for watchonly/solvable wallets
<bitcoin-git> [bitcoin] glozow pushed 20 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/2b87e905857b...c8c85ca16e6a
<bitcoin-git> [bitcoin] achow101 merged pull request #26032: wallet: skip R-value signature grinding for external signers (master...2022/09/external-signer-feerate) https://github.com/bitcoin/bitcoin/pull/26032
<bitcoin-git> bitcoin/master 807de2c Sjors Provoost: wallet: skip R-value grinding for external signers
<bitcoin-git> bitcoin/master 710cab1 Andrew Chow: Merge bitcoin/bitcoin#26032: wallet: skip R-value signature grinding for e...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/82793f198491...710cab1d43e5
<bitcoin-git> bitcoin/master 72b763e Sjors Provoost: wallet: annotate bools in descriptor SPKM FillPSBT()
<bitcoin-git> [bitcoin] hebasto reopened pull request #26878: [24.x] Backports (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26878
<bitcoin-git> [bitcoin] hebasto closed pull request #26878: [24.x] Backports (24.x...24_x_backports) https://github.com/bitcoin/bitcoin/pull/26878
<gribble> https://github.com/bitcoin/bitcoin/issues/26878 | [24.x] Backports by fanquake · Pull Request #26878 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake merged pull request #27146: Fix various libbitcoinkernel DLL build problems (master...fix-dll-exports3) https://github.com/bitcoin/bitcoin/pull/27146
<bitcoin-git> bitcoin/master 130490a Cory Fields: build: always build bitcoin-chainstate against static libbitcoinkernel
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/a2877f7ad3a5...82793f198491
<bitcoin-git> bitcoin/master 545a74e Cory Fields: build: fix bitcoin-chainstate when libbitcoinkernel is static
<bitcoin-git> bitcoin/master 9c253d2 Cory Fields: build: don't define DLL_EXPORT for windows
<bitcoin-git> [bitcoin] hebasto opened pull request #27169: Update translations for 25.0 string freeze (master...230227-translation) https://github.com/bitcoin/bitcoin/pull/27169
<bitcoin-git> [bitcoin] fanquake merged pull request #25227: Handle invalid hex encoding in ParseHex (master...2205-reject-non-hex-🌲) https://github.com/bitcoin/bitcoin/pull/25227
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/873dcc19102f...a2877f7ad3a5
<bitcoin-git> bitcoin/master fa3549a MarcoFalke: test: Add hex parse unit tests
<bitcoin-git> bitcoin/master faab273 MarcoFalke: util: Return empty vector on invalid hex encoding
<bitcoin-git> bitcoin/master a2877f7 fanquake: Merge bitcoin/bitcoin#25227: Handle invalid hex encoding in ParseHex
<bitcoin-git> [bitcoin] sipa closed pull request #26486: p2p: Batch send NOTFOUND messages (master...202211_batchnotfound) https://github.com/bitcoin/bitcoin/pull/26486
<bitcoin-git> [bitcoin] glozow merged pull request #27058: contrib: Improve verify-commits.py to work with maintainers leaving (master...improve-verify-commits) https://github.com/bitcoin/bitcoin/pull/27058
<bitcoin-git> bitcoin/master 5497c14 Andrew Chow: verify-commits: Use merge-tree in clean merge check
<bitcoin-git> bitcoin/master 76923bf Andrew Chow: verify-commits: Remove all allowed commit exceptions
<bitcoin-git> bitcoin/master 53b07b2 Andrew Chow: verify-commits: Move trusted-keys valid sig check into verify-commits itse...
<bitcoin-git> [bitcoin] glozow pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/be2e748f378f...873dcc19102f

2023-02-25

<bitcoin-git> [bitcoin] sipa opened pull request #27165: Improve miniscript_{stable,smart} fuzzer ability to avoid too large scripts (master...202302_miniscript_fuzz_limits) https://github.com/bitcoin/bitcoin/pull/27165

2023-02-24

<bitcoin-git> [bitcoin] mzumsande opened pull request #27157: 25574 followups (VerifyDB error handling) (master...202302_verifydb_followup) https://github.com/bitcoin/bitcoin/pull/27157
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/25634 | wallet, tests: Expand and test when the blank wallet flag should be un/set by achow101 · Pull Request #25634 · 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
<core-meetingbot> Meeting started Fri Feb 24 19:01:16 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] instagibbs opened pull request #27155: Expand scantxoutset help text to cover tr() and miniscript (master...scantxoutset_tr_ms) https://github.com/bitcoin/bitcoin/pull/27155
<bitcoin-git> [bitcoin] glozow merged pull request #27154: doc: mention sanitizer suppressions in developer docs (master...sanitizers_dev_notes) https://github.com/bitcoin/bitcoin/pull/27154
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6758bd7de75d...be2e748f378f
<bitcoin-git> bitcoin/master 84ca5b3 fanquake: doc: mention sanitizer suppressions in developer docs
<bitcoin-git> bitcoin/master be2e748 glozow: Merge bitcoin/bitcoin#27154: doc: mention sanitizer suppressions in develo...
<bitcoin-git> [bitcoin] fanquake opened pull request #27154: doc: mention sanitizer suppressions in developer docs (master...sanitizers_dev_notes) https://github.com/bitcoin/bitcoin/pull/27154
<bitcoin-git> [bitcoin] glozow merged pull request #27135: Remove MarcoFalke fingerprint, update trusted-git-root (master...2302-revert-a-commit-🌻) https://github.com/bitcoin/bitcoin/pull/27135
<bitcoin-git> bitcoin/master fab17f0 MarcoFalke: Revert "[contrib] verify-commits: Add MarcoFalke fingerprint"
<bitcoin-git> bitcoin/master 6758bd7 glozow: Merge bitcoin/bitcoin#27135: Remove MarcoFalke fingerprint, update trusted...
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/cb25c21921c7...6758bd7de75d
<bitcoin-git> [bitcoin] fanquake opened 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 merged pull request #27151: util: Remove duplicate include (master...2023-02-rm-extra-include) https://github.com/bitcoin/bitcoin/pull/27151
<bitcoin-git> bitcoin/master cb25c21 fanquake: Merge bitcoin/bitcoin#27151: util: Remove duplicate include
<bitcoin-git> bitcoin/master e846269 Andrew Chow: util: Remove duplicate include
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1258af40c0d3...cb25c21921c7

2023-02-23

<bitcoin-git> [bitcoin] achow101 opened pull request #27151: util: Remove duplicate include (master...2023-02-rm-extra-include) https://github.com/bitcoin/bitcoin/pull/27151
<bitcoin-git> [bitcoin] achow101 merged pull request #27073: Convert ArgsManager::GetDataDir to a read-only function (master...2022-02-cli-datadir) https://github.com/bitcoin/bitcoin/pull/27073
<bitcoin-git> bitcoin/master 56e370f willcl-ark: util: add ArgsManager datadir helper functions
<bitcoin-git> bitcoin/master 64c1054 willcl-ark: util: make GetDataDir read-only & create datadir..
<bitcoin-git> bitcoin/master 1258af4 Andrew Chow: Merge bitcoin/bitcoin#27073: Convert ArgsManager::GetDataDir to a read-onl...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c033720b2bc7...1258af40c0d3
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27150: Deduplicate bitcoind and bitcoin-qt init code (master...pr/oneconfig) https://github.com/bitcoin/bitcoin/pull/27150
<bitcoin-git> [bitcoin] achow101 merged pull request #16195: util: Use void* throughout support/lockedpool.h (master...2019-06-arena-key) https://github.com/bitcoin/bitcoin/pull/16195
<bitcoin-git> bitcoin/master c033720 Andrew Chow: Merge bitcoin/bitcoin#16195: util: Use void* throughout support/lockedpool...
<bitcoin-git> bitcoin/master f36d1d5 Jeffrey Czyz: Use void* throughout support/lockedpool.h
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b7702bd546ed...c033720b2bc7
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/26152 | Bump unconfirmed ancestor transactions to target feerate by Xekyo · Pull Request #26152 · bitcoin/bitcoin · GitHub
<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
<gribble> https://github.com/bitcoin/bitcoin/issues/22693 | RPC/Wallet: Add "use_txids" to output of getaddressinfo by luke-jr · Pull Request #22693 · bitcoin/bitcoin · GitHub
<achow101> https://github.com/orgs/bitcoin/projects/1/views/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
<core-meetingbot> Meeting started Thu Feb 23 19:00:08 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] achow101 merged pull request #25943: rpc: Add a parameter to sendrawtransaction which sets a maximum value for unspendable outputs. (master...wip-opreturn_nz) https://github.com/bitcoin/bitcoin/pull/25943
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/32f9ce0f52b7...b7702bd546ed
<bitcoin-git> bitcoin/master b7702bd Andrew Chow: Merge bitcoin/bitcoin#25943: rpc: Add a parameter to sendrawtransaction wh...
<bitcoin-git> bitcoin/master 7013da0 David Gumberg: Add release note for PR#25943
<bitcoin-git> bitcoin/master 04f270b David Gumberg: Add test for unspendable transactions and parameter 'maxburnamount' to sen...
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25429: refactor: Avoid UniValue copies (master...2206-uni-copy-👾) https://github.com/bitcoin/bitcoin/pull/25429
<jamesob> instagibbs: actually there's more stuff. It's the second set of commits here (from f7596bf on): https://github.com/bitcoin/bitcoin/pull/15606/commits
<bitcoin-git> [bitcoin] hebasto closed pull request #25020: contrib: Check symbols in the `bitcoinconsensus` shared library (master...220428-shared) https://github.com/bitcoin/bitcoin/pull/25020
<bitcoin-git> [bitcoin] hebasto closed pull request #24994: build: Build `libbitcoinconsensus` from its own convenience library (master...220426-consensus) https://github.com/bitcoin/bitcoin/pull/24994