2022-10-31

<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2856dee80862...4766cd198172
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c75c0d8e1147...2856dee80862
<bitcoin-git> bitcoin/master 180eac0 omahs: Fix: typos
<bitcoin-git> bitcoin/master 2856dee MacroFake: Merge bitcoin/bitcoin#26402: doc: Fix typos
<bitcoin-git> [bitcoin] aureleoules closed pull request #26300: Add Stale Bot configuration (master...2022-10-stale-bot-config) https://github.com/bitcoin/bitcoin/pull/26300
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26424: doc: correct deriveaddresses RPC name (master...docfix) https://github.com/bitcoin/bitcoin/pull/26424
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f270d2b6391...c75c0d8e1147
<bitcoin-git> bitcoin/master 0f38524 Bitcoin Hodler: doc: correct deriveaddresses RPC name
<bitcoin-git> bitcoin/master c75c0d8 MacroFake: Merge bitcoin/bitcoin#26424: doc: correct deriveaddresses RPC name
<bitcoin-git> [bitcoin] fjahr opened pull request #26426: WIP: Fix coinstatsindex overflow issue (master...202210-coinstatsindex-overflow) https://github.com/bitcoin/bitcoin/pull/26426

2022-10-30

<bitcoin-git> [bitcoin] bitcoinhodler opened pull request #26424: doc: correct RPC name (master...docfix) https://github.com/bitcoin/bitcoin/pull/26424
<bitcoin-git> [bitcoin] hebasto opened pull request #26422: build: Use newest `config.{guess,sub}` available (master...221030-config) https://github.com/bitcoin/bitcoin/pull/26422

2022-10-29

<gribble> https://github.com/bitcoin/bitcoin/issues/26328 | netinfo: fix relaytxes doc, display 3 relaytxes states by jonatack · Pull Request #26328 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #26421: build: copy config.{guess,sub} post autogen in zmq package (master...fix_macos_zeromq_older_ubuntu) https://github.com/bitcoin/bitcoin/pull/26421
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26404: test: fix intermittent failure in rpc_getblockfrompeer.py (master...202210_testfix_blockfrompeer) https://github.com/bitcoin/bitcoin/pull/26404
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/984a01589b7b...4f270d2b6391
<bitcoin-git> bitcoin/master 8a9f1e4 Martin Zumsande: test: fix intermittent failure in rpc_getblockfrompeer.py
<bitcoin-git> bitcoin/master 4f270d2 MacroFake: Merge bitcoin/bitcoin#26404: test: fix intermittent failure in rpc_getbloc...
<bitcoin-git> [bitcoin] TheQuantumPhysicist closed pull request #24922: Isolate the storage abstraction layer from the application/serialization layer (master...feat/storage-isolation) https://github.com/bitcoin/bitcoin/pull/24922
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26408: test: Remove spam from debug log (master...2210-fix-noisy-tests) https://github.com/bitcoin/bitcoin/pull/26408
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8b050762b1b4...984a01589b7b
<bitcoin-git> bitcoin/master 984a015 MacroFake: Merge bitcoin/bitcoin#26408: test: Remove spam from debug log
<bitcoin-git> bitcoin/master ef97b89 Jeff Ruane: Exclude rand from debug log
<gribble> https://github.com/bitcoin/bitcoin/issues/17487 | coins: allow write to disk without cache drop by jamesob · Pull Request #17487 · bitcoin/bitcoin · GitHub
<BlueMatt[m]> so, kinda annoying that no flush happens if bitcoin core is idle for an hour, but ultimately the issue could also appear in prod if there's a reorg while a node that just crashed is offline
<BlueMatt[m]> the issue was basically that some folks were running bitcoin core on regtest and calling `generatetoaddress`, some software was seeing the block, persisting its "latest chain tip", then the bitcoin node was crashing (even after an hour, but basically docker container shutdown was just kill'ing) and on restart the block was gone. the aforementioned software would then later load its "latest chain tip", not have any idea where that
<bitcoin-git> [bitcoin] jamesob opened pull request #26419: log: mempool: log removal reason in validation interface (master...2022-10-log-mempool-removal-reason) https://github.com/bitcoin/bitcoin/pull/26419
<bitcoin-git> [bitcoin] achow101 opened pull request #26418: Fix signing of multi_a and rawtr scripts with wallets that only have corresponding keys (master...fix-psbt-multia) https://github.com/bitcoin/bitcoin/pull/26418

2022-10-28

<bitcoin-git> [bitcoin] mzumsande opened pull request #26417: test: fix intermittent failure in feature_index_prune.py (master...202210_testfix_indexprune) https://github.com/bitcoin/bitcoin/pull/26417
<bitcoin-git> [bitcoin] achow101 merged pull request #26409: refactor: Silence GCC Wmissing-field-initializers in ChainstateManagerOpts (master...2210-gcc-🏾) https://github.com/bitcoin/bitcoin/pull/26409
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1bad29fe0209...8b050762b1b4
<bitcoin-git> bitcoin/master fa29ef0 MacroFake: refactor: Silence GCC Wmissing-field-initializers in ChainstateManagerOpts
<bitcoin-git> bitcoin/master 8b05076 Andrew Chow: Merge bitcoin/bitcoin#26409: refactor: Silence GCC Wmissing-field-initiali...
<bitcoin-git> [bitcoin] achow101 closed pull request #26416: Initialize optional members of ChainstateManagerOpts to nullopt (master...fix-warnings) https://github.com/bitcoin/bitcoin/pull/26416
<bitcoin-git> [bitcoin] achow101 opened pull request #26416: Initialize optional members of ChainstateManagerOpts to nullopt (master...fix-warnings) https://github.com/bitcoin/bitcoin/pull/26416
<bitcoin-git> [bitcoin] achow101 closed pull request #24975: bench: remove from available_coins with reference, vout size (master...pool_bench) https://github.com/bitcoin/bitcoin/pull/24975
<bitcoin-git> [bitcoin] andrewtoth opened pull request #26415: rpc,rest: read raw block in getblock verbosity 0 and rest_block bin and hex (master...read-raw-block) https://github.com/bitcoin/bitcoin/pull/26415
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25949: doc: clarify `blocksdir` setting (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25949
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26278: test: Actually set sequence in MiniWallet create_self_transfer_multi (master...2210-test-seq-🕕) https://github.com/bitcoin/bitcoin/pull/26278
<bitcoin-git> [bitcoin] kouloumos opened pull request #26414: test: Move tx creation to create_self_transfer_multi (master...modify-create_self_transfer) https://github.com/bitcoin/bitcoin/pull/26414
<bitcoin-git> [bitcoin] instagibbs closed pull request #26265: POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes (master...relax_too_small_tx) https://github.com/bitcoin/bitcoin/pull/26265
<bitcoin-git> [bitcoin] fanquake opened pull request #26413: [22.1] Backports (22.x...22_1_backports) https://github.com/bitcoin/bitcoin/pull/26413
<bitcoin-git> [bitcoin] fanquake opened pull request #26411: [23.1] Backports (23.x...23_1_backports) https://github.com/bitcoin/bitcoin/pull/26411
<bitcoin-git> [bitcoin] fanquake opened pull request #26410: [24.x] rc3 backports (24.x...24_x_rc3) https://github.com/bitcoin/bitcoin/pull/26410
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26377: test: Make `system_tests/run_command` test locale and platform agnostic (master...221024-nonloc) https://github.com/bitcoin/bitcoin/pull/26377
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f37bd15d472f...1bad29fe0209
<bitcoin-git> bitcoin/master 884304e Hennadii Stepanov: test: Make `system_tests/run_command` locale agnostic
<bitcoin-git> bitcoin/master 1bad29f MacroFake: Merge bitcoin/bitcoin#26377: test: Make `system_tests/run_command` test lo...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26409: refactor: Silence GCC Wmissing-field-initializers in ChainstateManagerOpts (master...2210-gcc-🏾) https://github.com/bitcoin/bitcoin/pull/26409
<bitcoin-git> [bitcoin] jbrr opened pull request #26408: test: Remove spam from debug log (master...2210-fix-noisy-tests) https://github.com/bitcoin/bitcoin/pull/26408

2022-10-27

<bitcoin-git> [bitcoin] mzumsande opened pull request #26404: test: fix intermittent failure in rpc_getblockfrompeer.py (master...202210_testfix_blockfrompeer) https://github.com/bitcoin/bitcoin/pull/26404
<bitcoin-git> [bitcoin] achow101 merged pull request #25685: wallet: Faster transaction creation by removing pre-set-inputs fetching responsibility from Coin Selection (master...2022_wallet_faster_coin_selection) https://github.com/bitcoin/bitcoin/pull/25685
<bitcoin-git> bitcoin/master 37e7887 furszy: wallet: skip manually selected coins from 'AvailableCoins' result
<bitcoin-git> bitcoin/master 295852f furszy: wallet: encapsulate pre-selected-inputs lookup into its own function
<bitcoin-git> [bitcoin] achow101 pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/551c8e9526d2...f37bd15d472f
<bitcoin-git> bitcoin/master 94c0766 furszy: wallet: skip available coins fetch if "other inputs" are disallowed
<bitcoin-git> [bitcoin] sipa reopened pull request #26076: Switch hardened derivation marker to h in descriptors (master...2022/09/descriptors_h) https://github.com/bitcoin/bitcoin/pull/26076
<bitcoin-git> [bitcoin] sipa closed pull request #26076: Switch hardened derivation marker to h in descriptors (master...2022/09/descriptors_h) https://github.com/bitcoin/bitcoin/pull/26076
<BlueMatt[m]> is there any reason to think bitcoin core rpc would not return stale forked-off blocks if requested by hash?
<bitcoin-git> [bitcoin] instagibbs opened pull request #26403: Ephemeral anchors (master...ephemeral-anchors) https://github.com/bitcoin/bitcoin/pull/26403
<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
<luke-jr> vasild: [19:48:08] <luke-jr> https://github.com/bitcoin/bitcoin/pull/26374
<josie[m]> id start contributing to the bitcoin GUI if we had built in tetris :D
<laanwj> fjahr: hah yes... a long time ago there used to be this awful system that paid out per commit... this encouraged a lot of people to try to get *something* into bitcoin core, the most trivial and cosmetic changes
<achow101> luke-jr: I think org owners are also the only ones that can add new members? and also migrate repos in/out of the org (e.g. we might want to move libmultiprocess into bitcoin-core)
<jonatack> vasild: yes, it doesn't appear in, say, https://github.com/orgs/bitcoin-core/people that frequent contributors can see higher access privileges
<luke-jr> FWIW, lack of bitcoin org ownership prevented me from adding Kalle to the bips repo a while back, but I'm not sure I want that kind of access (in terms of becoming a possible target)
<achow101> speaking of permissions, of the current owners of the bitcoin and bitcoin-core orgs, only 1 is a current maintainer, the rest former
<gribble> https://github.com/bitcoin/bitcoin/issues/26359 | p2p, refactor: #23443 (Erlay support signaling) follow-ups by naumenkogs · Pull Request #26359 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26265 | POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytes by instagibbs · Pull Request #26265 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26398 | Relax MIN_STANDARD_TX_NONWITNESS_SIZE to preclude 64 non-witness bytes only by instagibbs · Pull Request #26398 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/orgs/bitcoin/projects/1/views/1 6 blockers, 5 chasing concept ACK
<laanwj> welcome to the weekly general bitcoin-core-dev meeting
<laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard b10c BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo
<core-meetingbot> Meeting started Thu Oct 27 19:02:12 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] omahs opened pull request #26402: Fix: typos (master...master) https://github.com/bitcoin/bitcoin/pull/26402
<jonatack> lightlike: that twitter poll only had 160 respondants; it may be interesting to do one from an account with more reach like the bitcoin core org one
<bitcoin-git> [bitcoin] achow101 closed pull request #26349: rpc: make `address` field optional `list{transactions, sinceblock}` response (master...issue_26338) https://github.com/bitcoin/bitcoin/pull/26349
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd478890c513...551c8e9526d2
<bitcoin-git> bitcoin/master eb679a7 w0xlt: rpc: make `address` field optional
<bitcoin-git> bitcoin/master 551c8e9 Andrew Chow: Merge bitcoin/bitcoin#26349: rpc: make `address` field optional `list{tran...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26388: ci: Use `macos-ventura-xcode:14.1` image for "macOS native" task (master...221025-ventura) https://github.com/bitcoin/bitcoin/pull/26388
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/39710f563558...bd478890c513
<bitcoin-git> bitcoin/master 7028365 Hennadii Stepanov: ci: Make `getopt` path architecture agnostic
<bitcoin-git> bitcoin/master da16893 Hennadii Stepanov: ci: Use `macos-ventura-xcode:14.1` image for "macOS native" task
<bitcoin-git> bitcoin/master bd47889 MacroFake: Merge bitcoin/bitcoin#26388: ci: Use `macos-ventura-xcode:14.1` image for ...
<bitcoin-git> [bitcoin] mruddy reopened pull request #24957: prune, import: allow pruning to work during loadblock import (master...issue_23852_import_prune) https://github.com/bitcoin/bitcoin/pull/24957
<bitcoin-git> [gui] hebasto merged pull request #665: Switch to the selected wallet after loading (master...load_wallet_signal) https://github.com/bitcoin-core/gui/pull/665
<bitcoin-git> bitcoin/master b8b59ff w0xlt: gui: update the screen after loading wallet
<bitcoin-git> bitcoin/master 39710f5 Hennadii Stepanov: Merge bitcoin-core/gui#665: Switch to the selected wallet after loading
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2242de16cc59...39710f563558
<bitcoin-git> [bitcoin] glozow merged pull request #26382: [24.x] p2p: Handle IsContinuationOfLowWorkHeadersSync return value correctly when new headers sync is started (24.x...2022-10-backport-26355) https://github.com/bitcoin/bitcoin/pull/26382
<bitcoin-git> [bitcoin] glozow pushed 2 commits to 24.x: https://github.com/bitcoin/bitcoin/compare/bb5bcf32baeb...d22cc74837a3
<bitcoin-git> bitcoin/24.x e23def8 dergoegge: [net processing] Handle IsContinuationOfLowWorkHeadersSync return value co...
<bitcoin-git> bitcoin/24.x d22cc74 glozow: Merge bitcoin/bitcoin#26382: [24.x] p2p: Handle IsContinuationOfLowWorkHea...
<bitcoin-git> [bitcoin] theStack closed pull request #26369: rpc: fix `getblockstats` for genesis block (master...202210-rpc-support_getblockstats_for_genesis_block) https://github.com/bitcoin/bitcoin/pull/26369
<bitcoin-git> [bitcoin] glozow merged pull request #26394: Fix typo in comment SHA256-SHA512 (master...patch-3) https://github.com/bitcoin/bitcoin/pull/26394
<bitcoin-git> bitcoin/master 0cc23fc Elichai Turkel: Fix typo in comment SHA256->SHA512
<bitcoin-git> bitcoin/master 2242de1 glozow: Merge bitcoin/bitcoin#26394: Fix typo in comment SHA256->SHA512
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ec92d23fb892...2242de16cc59
<bitcoin-git> [bitcoin] ViralTaco opened pull request #26399: Fix #24049: signed integer overflow in `SeenLocal` (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26399

2022-10-26

<bitcoin-git> [bitcoin] instagibbs opened pull request #26398: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 64 non-witness bytes exactly (master...relax_too_small_tx_equality) https://github.com/bitcoin/bitcoin/pull/26398
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26395: rpc: add missing lock around chainman.ActiveTip() (master...add-missing-lock) https://github.com/bitcoin/bitcoin/pull/26395
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e25de33e7bfe...ec92d23fb892
<bitcoin-git> bitcoin/master f5ff3d7 Andrew Toth: rpc: add missing lock around chainman.ActiveTip()
<bitcoin-git> bitcoin/master ec92d23 MacroFake: Merge bitcoin/bitcoin#26395: rpc: add missing lock around chainman.ActiveT...
<bitcoin-git> [gui] hebasto closed pull request #473: Enable a non-linear network traffic option (click to toggle between linear and non-linear) (master...NonLinearTraffic) https://github.com/bitcoin-core/gui/pull/473
<bitcoin-git> [gui] hebasto closed pull request #457: Add abitlity to resize peerTable and banTable (master...peer-table-splitter) https://github.com/bitcoin-core/gui/pull/457
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26396: net: Avoid SetTxRelay for feeler connections (master...2210-feeler-less-memory-🥑) https://github.com/bitcoin/bitcoin/pull/26396
<bitcoin-git> [gui] hebasto closed pull request #414: Toggle chain from menu (using Settings) (master...2021/08/toggle_network) https://github.com/bitcoin-core/gui/pull/414
<bitcoin-git> [bitcoin] andrewtoth opened pull request #26395: rpc: add missing lock around chainman.ActiveTip() (master...add-missing-lock) https://github.com/bitcoin/bitcoin/pull/26395
<bitcoin-git> [bitcoin] achow101 merged pull request #26341: test: add BIP158 false-positive element check in rpc_scanblocks.py (master...202210-test-check_for_false_positives_in_scanblocks) https://github.com/bitcoin/bitcoin/pull/26341
<bitcoin-git> bitcoin/master 3bca6cd Sebastian Falbesoner: test: add compact block filter (BIP158) helper routines
<bitcoin-git> bitcoin/master fa54d30 Sebastian Falbesoner: test: check for false-positives in rpc_scanblocks.py
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/88502ecf08c9...e25de33e7bfe
<bitcoin-git> bitcoin/master 25ee74d Sebastian Falbesoner: test: add SipHash implementation for generic data in Python
<bitcoin-git> [gui] hebasto closed pull request #363: Peers window: Show direction in a new column, with clearer icon (master...qt_peers_directionarrow) https://github.com/bitcoin-core/gui/pull/363
<bitcoin-git> [bitcoin] achow101 merged pull request #23927: rpc: Pruning nodes can not fetch blocks before syncing past their height (master...2021-12-prunefutureblockfetch) https://github.com/bitcoin/bitcoin/pull/23927
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/48af307481af...88502ecf08c9
<bitcoin-git> bitcoin/master 7fa851f Fabian Jahr: rpc: Pruned nodes can not fetch unsynced blocks
<bitcoin-git> bitcoin/master 5826bf5 Fabian Jahr: test: Add test for getblockfrompeer on syncing pruned nodes
<bitcoin-git> bitcoin/master 88502ec Andrew Chow: Merge bitcoin/bitcoin#23927: rpc: Pruning nodes can not fetch blocks befor...
<bitcoin-git> [bitcoin] achow101 merged pull request #25957: wallet: fast rescan with BIP157 block filters for descriptor wallets (master...202208-speedup_descriptor_wallet_rescan_with_block_filters) https://github.com/bitcoin/bitcoin/pull/25957
<bitcoin-git> bitcoin/master 8452791 Sebastian Falbesoner: wallet: support fetching scriptPubKeys with minimum descriptor range index
<bitcoin-git> bitcoin/master c051026 Sebastian Falbesoner: wallet: add method for retrieving the end range for a ScriptPubKeyMan
<bitcoin-git> [bitcoin] achow101 pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/69b10212ea53...48af307481af
<bitcoin-git> bitcoin/master 088e38d Sebastian Falbesoner: add chain interface methods for using BIP 157 block filters
<bitcoin-git> [bitcoin] elichai opened pull request #26394: Fix typo in comment SHA256-SHA512 (master...patch-3) https://github.com/bitcoin/bitcoin/pull/26394
<bitcoin-git> [bitcoin] mruddy opened pull request #26393: build: make configure --enable-debug override CXXFLAGS from depends (master...build_depends_debug_flags) https://github.com/bitcoin/bitcoin/pull/26393
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26381: test: Fix intermittent issue in p2p_sendtxrcncl.py (master...2210-test-race-🥒) https://github.com/bitcoin/bitcoin/pull/26381
<bitcoin-git> bitcoin/master fa590cf MacroFake: test: Fix intermittent issue in p2p_sendtxrcncl.py
<bitcoin-git> bitcoin/master fae0439 MacroFake: test: Check correct disconnect reason in p2p_sendtxrcncl.py
<bitcoin-git> bitcoin/master fa3da83 MacroFake: test: Check debug log as well in p2p_sendtxrcncl.py
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a1fff275e7b6...69b10212ea53
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25704: refactor: Remove almost all validation option globals (master...2207-val-globals-💧) https://github.com/bitcoin/bitcoin/pull/25704
<bitcoin-git> bitcoin/master cccca83 MacroFake: Move ::nMinimumChainWork into ChainstateManager
<bitcoin-git> [bitcoin] MarcoFalke pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/cf288377c035...a1fff275e7b6
<bitcoin-git> bitcoin/master faf4487 MacroFake: Move ::nMaxTipAge into ChainstateManager
<bitcoin-git> bitcoin/master fa29d0b MacroFake: Move ::hashAssumeValid into ChainstateManager
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26275: Fix crash on deriveaddresses when index is 2147483647 (2^31-1) (master...fix-deriveaddresses-crash) https://github.com/bitcoin/bitcoin/pull/26275
<bitcoin-git> bitcoin/master cf28837 MacroFake: Merge bitcoin/bitcoin#26275: Fix crash on deriveaddresses when index is 21...
<bitcoin-git> bitcoin/master 9153ff3 muxator: rpc: add non-regression test about deriveaddresses crash when index is 214...
<bitcoin-git> bitcoin/master addf9d6 muxator: rpc: fix crash in deriveaddresses when derivation index is 2147483647
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/28cf75697186...cf288377c035
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #26287: Temporarily disable -mempoolfullrbf for the main chain (master...2210-fullrbf-🚡) https://github.com/bitcoin/bitcoin/pull/26287
<bitcoin-git> [bitcoin] kcalvinalvin opened pull request #26390: index: Compare deserialized block hash with the block hash from the blockindex (master...2022-07-13-blockfilter-check-block-hash) https://github.com/bitcoin/bitcoin/pull/26390
<bitcoin-git> [bitcoin] fanquake merged pull request #23578: Add external signer taproot support (master...2021/11/taproot_signer) https://github.com/bitcoin/bitcoin/pull/23578
<bitcoin-git> bitcoin/master 796b020 Sjors Provoost: wallet: add taproot support to external signer
<bitcoin-git> bitcoin/master 28cf756 fanquake: Merge bitcoin/bitcoin#23578: Add external signer taproot support
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bfce05cc3411...28cf75697186
<ariard> "The level of support for RBF and LN in the Bitcoin ecosystem" yeah here dual-funding and consort have most faster than last year expecations, I think acinq is thinking to use it in prod soon and we have also LDK users interested by dual-funding/splicing, WIP support, dunno in the CLN ecosystem

2022-10-25

<ariard> " yes as of today, though note the rational laid out there https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-October/021093.html, imho lightning change the attacker incentives games
<gribble> https://github.com/bitcoin/bitcoin/issues/26282 | wallet: have prune error take precedence over assumedvalid by jamesob · Pull Request #26282 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/1846866 | HTTP Error 404: Not Found
<glozow> My understanding of the full RBF discussion so far https://github.com/glozow/bitcoin-notes/blob/full-rbf/full-rbf.md
<glozow> If somebody could help get in touch with miners it would be really nice to hear what their plans are and/or what a reasonable timeline could be. It's the biggest missing piece of information for me, but I don't think we can speculate whether/when they'll do something because it's rational or because a Bitcoin Core option makes it easy.
<bitcoin-git> [bitcoin] hebasto opened pull request #26388: ci: Use macos-ventura-xcode:14.1 image for "macOS native" task (master...221025-ventura) https://github.com/bitcoin/bitcoin/pull/26388
<bitcoin-git> [bitcoin] dergoegge opened pull request #26387: doc: Fixup TryLowWorkHeadersSync comment (#26355 follow-up) (master...2022-10-tlwhs-doc-fixup) https://github.com/bitcoin/bitcoin/pull/26387
<bitcoin-git> [bitcoin] fanquake merged pull request #26372: build, msvc: Drop no longer required macro definitions for leveldb (master...221023-msvc-cleanup) https://github.com/bitcoin/bitcoin/pull/26372
<bitcoin-git> bitcoin/master bfce05c fanquake: Merge bitcoin/bitcoin#26372: build, msvc: Drop no longer required macro de...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1c5c951713a9...bfce05cc3411
<bitcoin-git> bitcoin/master 393be86 Hennadii Stepanov: build, msvc: Drop no longer required macro definitions for leveldb

2022-10-24

<bitcoin-git> [bitcoin] sipa opened pull request #26383: Add feature_taproot case involved invalid internal pubkey (master...202210_invalid_internal) https://github.com/bitcoin/bitcoin/pull/26383
<bytes1440000> Context: Recent default that is being discussed in some PRs in bitcoin core and on mailing list
<bytes1440000> I am not sure how useful is this poll with 25 votes but I am not a big twitter influencer. It was about "defaults" in bitcoin projects and kind of mixed response: https://twitter.com/1440000bytes/status/1584311735741140992
<bitcoin-git> [bitcoin] aureleoules reopened pull request #24865: rpc: Enable wallet import on pruned nodes and add test (master...2022-04-importwallet-pruned) https://github.com/bitcoin/bitcoin/pull/24865
<bitcoin-git> [bitcoin] aureleoules closed pull request #24865: rpc: Enable wallet import on pruned nodes and add test (master...2022-04-importwallet-pruned) https://github.com/bitcoin/bitcoin/pull/24865
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3d0fca128813...1c5c951713a9
<bitcoin-git> bitcoin/master e1eadaa Aurèle Oulès: Revert "test: check importing wallets when blocks are pruned throw an erro...
<bitcoin-git> bitcoin/master 1c5c951 MacroFake: Merge bitcoin/bitcoin#26380: Revert "test: check importing wallets when bl...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26380: Revert "test: check importing wallets when blocks are pruned throw an error" (master...2210-test-revert-📒) https://github.com/bitcoin/bitcoin/pull/26380
<bitcoin-git> [bitcoin] glozow opened pull request #26382: [24.x] p2p: Handle IsContinuationOfLowWorkHeadersSync return value correctly when new headers sync is started (24.x...2022-10-backport-26355) https://github.com/bitcoin/bitcoin/pull/26382
<bitcoin-git> [bitcoin] glozow merged pull request #26355: p2p: Handle IsContinuationOfLowWorkHeadersSync return value correctly when new headers sync is started (master...2022-10-nbits-headerssync) https://github.com/bitcoin/bitcoin/pull/26355
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3db23fd821e0...3d0fca128813
<bitcoin-git> bitcoin/master 7ad15d1 dergoegge: [net processing] Handle IsContinuationOfLowWorkHeadersSync return value co...
<bitcoin-git> bitcoin/master 3d0fca1 glozow: Merge bitcoin/bitcoin#26355: p2p: Handle IsContinuationOfLowWorkHeadersSyn...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26381: test: Fix intermittent issue in p2p_sendtxrcncl.py (master...2210-test-race-🥒) https://github.com/bitcoin/bitcoin/pull/26381
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26380: Revert "test: check importing wallets when blocks are pruned throw an error" (master...2210-test-revert-📒) https://github.com/bitcoin/bitcoin/pull/26380
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25555: refactor: Move m_num_unconnecting_headers_msgs out of cs_main guard (master...2207-p2p-less-cs_main-🍘) https://github.com/bitcoin/bitcoin/pull/25555
<gribble> https://github.com/bitcoin/bitcoin/issues/20728 | ci: Provide `COMMIT_RANGE` variable for non-PRs by hebasto · Pull Request #20728 · bitcoin/bitcoin · GitHub
<hebasto> #20728 is going to make the CI lint task for our v24.0 release branch (https://cirrus-ci.com/github/bitcoin/bitcoin/24.x) green again. Maybe some fresh reviews?
<bitcoin-git> [bitcoin] hebasto opened pull request #26379: qt: 24.0rc3 translations update (24.x...221024-24.0rc3-tr) https://github.com/bitcoin/bitcoin/pull/26379
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26378: refactor: Pass reference to last header, not pointer (master...2210-p2p-less-pointers-🍟) https://github.com/bitcoin/bitcoin/pull/26378
<bitcoin-git> [bitcoin] hebasto opened pull request #26377: test: Make `system_tests/run_command` test locale and platform agnostic (master...221024-nonloc) https://github.com/bitcoin/bitcoin/pull/26377
<bitcoin-git> [gui] hebasto closed pull request #610: wallet: Detect `DuplicateAddress` earlier (master...220529-dupaddr) https://github.com/bitcoin-core/gui/pull/610
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/c2d46d7434b3...40b69fb06e49
<bitcoin-git> bitcoin/23.x 38d4601 Hennadii Stepanov: Prevent data race for `pathHandlers`
<bitcoin-git> bitcoin/23.x 40b69fb MacroFake: Merge bitcoin/bitcoin#26033: [23.x] Prevent data race for `pathHandlers`
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26033: [23.x] Prevent data race for `pathHandlers` (23.x...220907-23.x-mutex) https://github.com/bitcoin/bitcoin/pull/26033
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26034: [22.x] Prevent data race for `pathHandlers` (22.x...220907-22.x-mutex) https://github.com/bitcoin/bitcoin/pull/26034
<bitcoin-git> bitcoin/22.x 6164618 MacroFake: Merge bitcoin/bitcoin#26034: [22.x] Prevent data race for `pathHandlers`
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/2d3161fdd578...616461896454
<bitcoin-git> bitcoin/22.x 2c6c628 Hennadii Stepanov: Prevent data race for `pathHandlers`
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26350: [22.x] Revert "build: Use Homebrew's sqlite package if it is available" (22.x...revert_slow_macos_sqlite_22_x) https://github.com/bitcoin/bitcoin/pull/26350
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/cfb0eea91e4b...2d3161fdd578
<bitcoin-git> bitcoin/22.x bf42d7d fanquake: Revert "build: Use Homebrew's sqlite package if it is available"
<bitcoin-git> bitcoin/22.x 63d2ee9 fanquake: doc: remove brew install sqlite from macOS docs
<bitcoin-git> bitcoin/22.x 2d3161f MacroFake: Merge bitcoin/bitcoin#26350: [22.x] Revert "build: Use Homebrew's sqlite p...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26333: [23.x] Revert "build: Use Homebrew's sqlite package if it is available" (23.x...revert_slow_macos_sqlite_23_x) https://github.com/bitcoin/bitcoin/pull/26333
<bitcoin-git> bitcoin/23.x 7698366 fanquake: doc: remove brew install sqlite from macOS docs
<bitcoin-git> bitcoin/23.x c2d46d7 MacroFake: Merge bitcoin/bitcoin#26333: [23.x] Revert "build: Use Homebrew's sqlite p...
<bitcoin-git> bitcoin/23.x 419bdc5 fanquake: Revert "build: Use Homebrew's sqlite package if it is available"
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/45c9f4afa414...c2d46d7434b3
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26376: test: Use type-safe NodeSeconds for TestMemPoolEntryHelper (master...2210-time-🏾) https://github.com/bitcoin/bitcoin/pull/26376
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26361: NO MERGE gui test [skip ci] [ci skip] (master...2210-no-merge-gui-test-🏌) https://github.com/bitcoin/bitcoin/pull/26361
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8fb3fd2ba4ce...3db23fd821e0
<bitcoin-git> bitcoin/master a079103 Jon Atack: gui: update peers window "Transaction Relay" label and tooltip
<bitcoin-git> bitcoin/master 3db23fd MacroFake: Merge bitcoin-core/gui#676: Update peers window "Transaction Relay" label ...
<bitcoin-git> [gui] MarcoFalke merged pull request #676: Update peers window "Transaction Relay" label and tooltip (master...update-peers-transaction-relay-label-and-tooltip) https://github.com/bitcoin-core/gui/pull/676
<bitcoin-git> [gui] MarcoFalke merged pull request #673: Use fallback value for Version and User Agent during peer connection (master...2022-09-display-fallback-for-gui-peers-version-and-user-agent) https://github.com/bitcoin-core/gui/pull/673
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c05673577d64...8fb3fd2ba4ce
<bitcoin-git> bitcoin/master 8fb3fd2 MacroFake: Merge bitcoin-core/gui#673: Use fallback value for Version and User Agent ...
<bitcoin-git> bitcoin/master c2a21c0 Jon Atack: gui: use fallback value for Version and User Agent during peer connection
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26358: doc: Rearrange a few lines in the dependency graph of libraries (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26358
<bitcoin-git> bitcoin/master 1184a66 Stacie Waleyko: doc: Rearrange some lines in the dependency graph of libraries
<bitcoin-git> bitcoin/master c056735 MacroFake: Merge bitcoin/bitcoin#26358: doc: Rearrange a few lines in the dependency ...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/50cc8ef5a72b...c05673577d64
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26370: Update build-osx.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26370
<sipa> bitcoin core doesn't require the peer to ping ever, at all
<bitcoin-git> [bitcoin] andrewtoth opened pull request #26375: validation, zmq: pass block in UpdatedBlockTip to avoid duplicate read (master...no-read-zmq) https://github.com/bitcoin/bitcoin/pull/26375
<bitcoin-git> [bitcoin] fanquake merged pull request #26302: refactor: Use type-safe time point for CWallet::m_next_resend (master...2210-wallet-time-🤗) https://github.com/bitcoin/bitcoin/pull/26302
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6d4048468430...50cc8ef5a72b
<bitcoin-git> bitcoin/master fa51cc9 MacroFake: refactor: Use type-safe time point for CWallet::m_next_resend
<bitcoin-git> bitcoin/master 50cc8ef fanquake: Merge bitcoin/bitcoin#26302: refactor: Use type-safe time point for CWalle...
<bitcoin-git> [bitcoin] fanquake closed pull request #26374: Update banman.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26374
<bitcoin-git> [bitcoin] Md-Shamim-Ahmmed opened pull request #26374: Update banman.cpp (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26374

2022-10-23

<ariard> that type of PR: https://github.com/bitcoin/bitcoin/pull/25434#issuecomment-1288227190 blocked on lot of context across layers, let me think that it could be interesting to have a board/wiki page on "Mempool" subjects and to know if progress is blocked on the mailing list/meeting discussions/conceptual code review/lack of review bandwidth etc
<bitcoin-git> [bitcoin] hebasto opened pull request #26373: Update minisketch subtree to latest upstream (master...221023-ms-subtree) https://github.com/bitcoin/bitcoin/pull/26373
<jamesob> for anyone playing at home, this is in fact the case per Core implementation based on the fact that `peer.m_ping_start` is initialized to 0 and subsequently only set in this one function (https://github.com/jamesob/bitcoin/blob/447f50e4aed9a8b1d80e1891cda85801aeb80b4e/src/net_processing.cpp#L5023), which is invoked at the beginning of every
<sipa> i suspect bitcoin core has always done this, but other implementations may or may not have relied on the assumption that it always is
<bitcoin-git> [bitcoin] hebasto opened pull request #26372: build, msvc: Drop no longer required macro definitions for leveldb (master...221023-msvc-cleanup) https://github.com/bitcoin/bitcoin/pull/26372
<bitcoin-git> [bitcoin] SatoshiBTCXBT closed pull request #26371: Satoshi btcxbt patch 16 (master...SatoshiBTCXBT-patch-16) https://github.com/bitcoin/bitcoin/pull/26371
<bitcoin-git> [bitcoin] SatoshiBTCXBT opened pull request #26371: Satoshi btcxbt patch 16 (master...SatoshiBTCXBT-patch-16) https://github.com/bitcoin/bitcoin/pull/26371
<bitcoin-git> [bitcoin] atErik opened pull request #26370: Update build-osx.md (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26370

2022-10-22

<bitcoin-git> [bitcoin] theStack opened pull request #26369: rpc: fix `getblockstats` for genesis block (master...202210-rpc-support_getblockstats_for_genesis_block) https://github.com/bitcoin/bitcoin/pull/26369

2022-10-21

<bitcoin-git> [bitcoin] brunoerg opened pull request #26366: p2p, rpc, test: `getpeerinfo` clean-ups + add test coverage for invalid command (master...2022-10-getpeerinfo-improv) https://github.com/bitcoin/bitcoin/pull/26366
<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/25685 | wallet: Faster transaction creation by removing pre-set-inputs fetching responsibility from Coin Selection by furszy · Pull Request #25685 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr furszy gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack josibake jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos Murch nehan NicolasDorier
<core-meetingbot> Meeting started Fri Oct 21 19:01:47 2022 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] willcl-ark opened pull request #26365: wallet: GetEffectiveBalance (master...effective_balance) https://github.com/bitcoin/bitcoin/pull/26365
<bitcoin-git> [bitcoin] fanquake closed pull request #26363: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/26363
<bitcoin-git> [bitcoin] Ivanoffinvest opened pull request #26363: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/26363
<MacroFake> I've modified Drahtbot to notify of inter-repo conflicts. It will look like https://github.com/bitcoin/bitcoin/pull/26361#issuecomment-1286841617 and should also help to remind devs that the gui exists and when there is a conflict to review.
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #26361: NO MERGE gui test [skip ci] [ci skip] (master...2210-no-merge-gui-test-🏌) https://github.com/bitcoin/bitcoin/pull/26361
<bitcoin-git> bitcoin/master ff138f9 Sebastian Falbesoner: doc: add `scanblocks` to list of descriptor RPCs
<bitcoin-git> bitcoin/master 6d40484 MacroFake: Merge bitcoin/bitcoin#26352: doc: add `scanblocks` to list of descriptor R...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26352: doc: add `scanblocks` to list of descriptor RPCs (master...202210-doc-add_scanblocks_to_doc_descriptors) https://github.com/bitcoin/bitcoin/pull/26352
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8c5c98db47d0...6d4048468430
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26248: net: Set relay in version msg to peers with relay permission in -blocksonly mode (master...2210-version-relay-🥐) https://github.com/bitcoin/bitcoin/pull/26248
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f2859c3aa86e...8c5c98db47d0
<bitcoin-git> bitcoin/master dddd1ac MacroFake: net: Set relay in version msg to peers with relay permission
<bitcoin-git> bitcoin/master 8c5c98d MacroFake: Merge bitcoin/bitcoin#26248: net: Set relay in version msg to peers with r...
<bitcoin-git> [bitcoin] fanquake closed pull request #20017: rpc: Add RPCContext (master...2020-09-rpcontext) https://github.com/bitcoin/bitcoin/pull/20017
<bitcoin-git> [bitcoin] aureleoules closed pull request #25903: Use static member functions from class instead of instances (master...2022-08-tidy-use-static-functions) https://github.com/bitcoin/bitcoin/pull/25903
<bitcoin-git> [bitcoin] fanquake opened pull request #26360: build: remove threadinterrupt from libbitcoinkernel (master...kernel_remove_threadinterrupt) https://github.com/bitcoin/bitcoin/pull/26360
<bitcoin-git> [bitcoin] fanquake merged pull request #25727: util, config: error on startup if `conf` or `reindex` are set in config file (master...josibake-update-config-errors) https://github.com/bitcoin/bitcoin/pull/25727
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/6da45649c273...f2859c3aa86e
<bitcoin-git> bitcoin/master 5e744f4 josibake: util: disallow setting conf in bitcoin.conf
<bitcoin-git> bitcoin/master 2e3826c josibake: util: warn if reindex is used in conf
<bitcoin-git> bitcoin/master deba6fe josibake: test: update feature_config_args.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/085f83940d4e...6da45649c273
<bitcoin-git> bitcoin/master fafc96a MacroFake: test: Test year 2106 block timestamps
<bitcoin-git> bitcoin/master 6da4564 fanquake: Merge bitcoin/bitcoin#26259: test: Test year 2106 block timestamps
<bitcoin-git> [bitcoin] fanquake merged pull request #26259: test: Test year 2106 block timestamps (master...2210-test-2106-🍓) https://github.com/bitcoin/bitcoin/pull/26259
<bitcoin-git> [bitcoin] fanquake merged pull request #26344: wallet: Fix sendall with watchonly wallets and specified inputs (master...fix-sendall-watchonly) https://github.com/bitcoin/bitcoin/pull/26344
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fabc0310480b...085f83940d4e
<bitcoin-git> bitcoin/master 6bcd7e2 Andrew Chow: wallet: Correctly check ismine for sendall
<bitcoin-git> bitcoin/master 708b72b Andrew Chow: test: Test that sendall works with watchonly spending specific utxos
<bitcoin-git> bitcoin/master b132c85 Andrew Chow: wallet: Check utxo prevout index out of bounds in sendall
<bitcoin-git> [bitcoin] naumenkogs opened pull request #26359: p2p, refactor: #23443 (Erlay support signaling) follow-ups (master...2021-11-erlay1_followup) https://github.com/bitcoin/bitcoin/pull/26359
<bitcoin-git> [bitcoin] satsie opened pull request #26358: doc: Rearrange a few lines in the dependency graph of libraries (master...patch-1) https://github.com/bitcoin/bitcoin/pull/26358

2022-10-20

<gribble> https://github.com/bitcoin/bitcoin/issues/24911 | [POC] [RFC] build: Separate GUI application build system · Issue #24911 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26287 | Temporarily disable -mempoolfullrbf for the main chain by MarcoFalke · Pull Request #26287 · bitcoin/bitcoin · GitHub
<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
<NorrinRadd> ariard i read it. it basically kills zero conf but he also said there's something worse; replacements will be further incentized by changes in exchange rates, where customers will adjust their sats paid lower if bitcoin goes up in price after the purchase was made. which creates business risk for the zero conf merchants.
<glozow> ariard: my impression is an agreement that it is inevitable, but if it happens before users have a lot of access to LN, it might just make Bitcoin worse
<gribble> https://github.com/bitcoin/bitcoin/issues/25600 | p2p: Advertise `NODE_FULL_RBF` and connect to 4 outbound full-rbf peers if `-mempoolfullrbf` is set by ariard · Pull Request #25600 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26323 | Make full RBF default, but defer mainnet enablement by ajtowns · Pull Request #26323 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26305 | Enable `mempoolfullrbf=1` by default by ariard · Pull Request #26305 · bitcoin/bitcoin · GitHub
<ariard> on the other hand, advocating the coinjoin/lightning-side, the pinning vector has been exercised on mainet https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-July/020737.html
<ariard> this mail published today is a good resume of the alternatives and dimensions of analysis https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-October/021075.html
<gribble> https://github.com/bitcoin/bitcoin/issues/26323 | Make full RBF default, but defer mainnet enablement by ajtowns · Pull Request #26323 · bitcoin/bitcoin · GitHub
<jarolrod> development on bitcoin-core/gui-qml has been slow, at times it's only been me working on it, but that is where the future of the gui is
<ariard> achow101: tbh, few contributors have already to live in a multi repo world, in the sense monitoring libsecp256k1, the bips repo, the bolts repo, maybe a lightning implem, maybe bitcoin-inquisition, sounds more a question of personal time-management
<hebasto> re "is not that obvious that there is a separate GUI repo" it is clearly documented, starting from https://github.com/bitcoin/bitcoin/blob/master/README.md
<hebasto> quoting fanquake from oct 15 "I think merging GUI development back into the main repo would quite be a regression. As far as I'm aware, for non-GUI contributors, it's been a great filter for keeping all the not-related-to-bitcoin GUI stuff out of their inboxes (probably similar for the thousands of bitcoin/bitcoin subscribers)."
<achow101> While I agree that we should want to have components of Bitcoin Core separated into separate repos, I think doing so now is premature. We should perhaps wait until it is possible to fully separate componenets before doing so. That way, cloning the main repo does not fetch the GUI repo, and work on each specific component requires going to each individual repo to even get the code.
<achow101> contributors as the GUI is in the main repo, so work can be done in a fork of the main repo before realizing that the GUI repo exists. There was also a concern about funding as some funders may not recognize that the GUI repo is in fact part of Bitcoin Core.
<jarolrod> i don't have a strong opinion on wether we move in the development from bitcoin-core/gui into bitcoin/bitcoin
<bitcoin-git> [bitcoin] NorrinRadd opened pull request #26356: test: Use a consistent assert functions: ref #23119 (master...issue/23119/part-1) https://github.com/bitcoin/bitcoin/pull/26356
<gribble> https://github.com/bitcoin/bitcoin/issues/25515 | net, test: Virtualise CConnman and add initial PeerManager unit tests by dergoegge · Pull Request #25515 · bitcoin/bitcoin · GitHub