2022-06-27

<bitcoin-git> bitcoin/master 1bdbbbd fanquake: build: suppress array-bounds errors in libxkbcommon
<bitcoin-git> bitcoin/master 880d4aa fanquake: build: use BOOST_NO_CXX98_FUNCTION_BASE to suppress warnings
<bitcoin-git> bitcoin/master fffff0a laanwj: Merge bitcoin/bitcoin#25436: build: GCC-12 build improvements
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dde7205c5763...fffff0abb9c7
<bitcoin-git> [bitcoin] S3RK opened pull request #25481: wallet: unify max signature logic (master...wallet_unify_max_sig) https://github.com/bitcoin/bitcoin/pull/25481
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25480: Replace CountSecondsDouble with TicksSecondsDouble (master...2206-ticks-🌗) https://github.com/bitcoin/bitcoin/pull/25480
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #23418: Fix signed integer overflow in prioritisetransaction RPC (master...2111-txPoolPrioOverflow) https://github.com/bitcoin/bitcoin/pull/23418
<bitcoin-git> bitcoin/master fa07f84 MarcoFalke: Fix signed integer overflow in prioritisetransaction RPC
<bitcoin-git> bitcoin/master dde7205 MacroFake: Merge bitcoin/bitcoin#23418: Fix signed integer overflow in prioritisetran...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/aaeb315ff0f7...dde7205c5763
<bitcoin-git> bitcoin/master fa52cf8 MarcoFalke: refactor: Replace feeDelta by m_modified_fee
<bitcoin-git> [bitcoin] laanwj merged pull request #25357: guix: drop `-z,noexecstack` for PPC64 (master...drop_noexecstack_for_ppc64) https://github.com/bitcoin/bitcoin/pull/25357
<bitcoin-git> bitcoin/master 4b6b4fc fanquake: guix: remove usage of -Wl,-z,noexecstack for PPC64 HOST
<bitcoin-git> bitcoin/master 5f082ad fanquake: guix: patch LIEF to fix PPC64 NX default
<bitcoin-git> bitcoin/master 0b5adfd fanquake: guix: use LIEF 0.12.1
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/f52d07436310...aaeb315ff0f7
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25439: rpc: Return incrementalrelayfee in getmempoolinfo (master...2206-rpc-policy-🥙) https://github.com/bitcoin/bitcoin/pull/25439
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1acd3498492...f52d07436310
<bitcoin-git> bitcoin/master f52d074 MacroFake: Merge bitcoin/bitcoin#25439: rpc: Return incrementalrelayfee in getmempool...
<bitcoin-git> bitcoin/master fafee78 MacroFake: rpc: Return incrementalrelayfee in getmempoolinfo
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25476: test: Remove unnecessary mining from importdescriptors test (master...2022-06-importdesctest) https://github.com/bitcoin/bitcoin/pull/25476
<bitcoin-git> bitcoin/master c1acd34 MacroFake: Merge bitcoin/bitcoin#25476: test: Remove unnecessary mining from importde...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe5911ee04b8...c1acd3498492
<bitcoin-git> bitcoin/master e3d8d72 Fabian Jahr: test: Remove unnecessary block mining from importdescriptors test
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25460: ci: Update Windows task image up to `visualstudio2022` (master...220623-vs2022) https://github.com/bitcoin/bitcoin/pull/25460
<bitcoin-git> bitcoin/master b9a5a9b Hennadii Stepanov: ci: Limit ccache cache size properly on "Win64 native" task
<bitcoin-git> bitcoin/master a18c4c1 Hennadii Stepanov: ci: Bump vcpkg to the latest version
<bitcoin-git> bitcoin/master 156bc89 Hennadii Stepanov: ci: Update Windows task image up to visualstudio2022
<bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/0dd34773334c...fe5911ee04b8

2022-06-26

<bytes1440000> Based on the steps shared in https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2022-June/020595.html I tried a few things and think almost all types of coinjoin are vulnerable to this type of attacks.
<bytes1440000> ariard: re: full rbf and related pull requests in bitcoin core
<bitcoin-git> [bitcoin] fjahr opened pull request #25476: test: Remove unnecessary block mining from importdescriptors test (master...2022-06-importdesctest) https://github.com/bitcoin/bitcoin/pull/25476

2022-06-25

<bitcoin-git> [bitcoin] hebasto opened pull request #25472: build: Increase MS Visual Studio minimum version (master...220625-desig) https://github.com/bitcoin/bitcoin/pull/25472
<bitcoin-git> [bitcoin] laanwj merged pull request #25458: guix: parallelize LIEF build (master...lief_parallel_build) https://github.com/bitcoin/bitcoin/pull/25458
<bitcoin-git> bitcoin/master 0dd3477 laanwj: Merge bitcoin/bitcoin#25458: guix: parallelize LIEF build
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1da1c0dd6626...0dd34773334c
<bitcoin-git> bitcoin/master 8d25926 fanquake: guix: parallelize LIEF build

2022-06-24

<bitcoin-git> [bitcoin] mzumsande opened pull request #25471: rpc: Disallow gettxoutsetinfo queries for a specific block with `use_index=false` (master...202206_gettxoutsetinfo_check) https://github.com/bitcoin/bitcoin/pull/25471
<bitcoin-git> [bitcoin] hebasto reopened pull request #25460: ci: Update Windows task image up to visualstudio2022 (master...220623-vs2022) https://github.com/bitcoin/bitcoin/pull/25460
<bitcoin-git> [bitcoin] Crypt-iQ closed pull request #25433: validation: remove unused using directives (master...remove_using) https://github.com/bitcoin/bitcoin/pull/25433
<bitcoin-git> [bitcoin] fanquake opened pull request #25466: ci: add unused-using-decls to clang-tidy (master...tidy_using_directives) https://github.com/bitcoin/bitcoin/pull/25466
<bitcoin-git> [bitcoin] fanquake opened pull request #25465: build: remove unneeded var exporting (master...uncrazy_libsecp) https://github.com/bitcoin/bitcoin/pull/25465
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25456: rpc: Use steady_clock for getrpcinfo durations (master...2206-rpc-steady-duration-🎴) https://github.com/bitcoin/bitcoin/pull/25456
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f697c068ebd0...1da1c0dd6626
<bitcoin-git> bitcoin/master fabae35 MacroFake: rpc: Use steady_clock for getrpcinfo durations
<bitcoin-git> bitcoin/master 1da1c0d MacroFake: Merge bitcoin/bitcoin#25456: rpc: Use steady_clock for getrpcinfo durations
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25464: rpc: Fix Univalue push_backV OOM in listtransactions (master...2206-univalue-oom-🛃) https://github.com/bitcoin/bitcoin/pull/25464
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25438: refactor: remove unused methods in classes `CDBIterator,CDBWrapper,CCoinsViewDBCursor` (master...202206-txdb-refactor_remove_unused_getvaluesize_method) https://github.com/bitcoin/bitcoin/pull/25438
<bitcoin-git> bitcoin/master fb38c6e Sebastian Falbesoner: refactor: remove unused methods `{CDBIterator,CCoinsViewDBCursor}::GetValu...
<bitcoin-git> bitcoin/master e4b4db5 Sebastian Falbesoner: refactor: remove unused method `CDBWrapper::CompactRange`
<bitcoin-git> bitcoin/master f697c06 MacroFake: Merge bitcoin/bitcoin#25438: refactor: remove unused methods in classes `C...
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2598720d6c1e...f697c068ebd0
<bitcoin-git> [bitcoin] luke-jr opened pull request #25463: Bugfix: Do not define HAVE_O_CLOEXEC for LevelDB when O_CLOEXEC is not available (master...fix_leveldb_no_cloexec) https://github.com/bitcoin/bitcoin/pull/25463
<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #25462: index: ignore BlockConnected if pindex is in chain (master...fix_dupe_filterfile) https://github.com/bitcoin/bitcoin/pull/25462

2022-06-23

<bitcoin-git> [bitcoin] hebasto closed pull request #25460: ci: Update Windows task image up to visualstudio2022 (master...220623-vs2022) https://github.com/bitcoin/bitcoin/pull/25460
<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
<jamesob> [shill] if anyone is looking to dispose of their glut of spare review time :), I might recommend checking out these nice taproot unittests that first-time contributor david-bakin wrote: https://github.com/bitcoin/bitcoin/pull/25097
<gribble> https://github.com/bitcoin/bitcoin/issues/25290 | [kernel 3a/n] Decouple `CTxMemPool` from `ArgsManager` by dongcarl · Pull Request #25290 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22558 | psbt: Taproot fields for PSBT by achow101 · Pull Request #22558 · bitcoin/bitcoin · GitHub
<laanwj> there's 8 blockers and 2 chasing concept ACK in https://github.com/bitcoin/bitcoin/projects/8
<bitcoin-git> [bitcoin] jamesob opened pull request #25461: test: test RBF rule #3 (master...2022-06-test-rbf-rule3) https://github.com/bitcoin/bitcoin/pull/25461
<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 Jun 23 19:00:20 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] hebasto opened pull request #25460: ci: Update Windows task image up to visualstudio2022 (master...220623-vs2022) https://github.com/bitcoin/bitcoin/pull/25460
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25420: rpc: small description/help improvements in blockchain.cpp (master...rpc-description-improvements-blockchain) https://github.com/bitcoin/bitcoin/pull/25420
<bitcoin-git> [bitcoin] laanwj merged pull request #25457: Use more specific path when including `memenv.h` header (master...220623-memenv) https://github.com/bitcoin/bitcoin/pull/25457
<bitcoin-git> bitcoin/master f3b5c1e Hennadii Stepanov: Use more specific path when including `memenv.h` header
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e05564d706f0...2598720d6c1e
<bitcoin-git> bitcoin/master 2598720 laanwj: Merge bitcoin/bitcoin#25457: Use more specific path when including `memenv...
<bitcoin-git> [bitcoin] fanquake merged pull request #25446: p2p: Set CNode::m_relays_txs=true when receiving BIP37 filters (master...2022-06-22778-fix) https://github.com/bitcoin/bitcoin/pull/25446
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01e9e2d1ca7f...e05564d706f0
<bitcoin-git> bitcoin/master e7a9133 dergoegge: [net processing] Set CNode::m_relays_txs=true when receiving BIP37 filters
<bitcoin-git> bitcoin/master e05564d fanquake: Merge bitcoin/bitcoin#25446: p2p: Set CNode::m_relays_txs=true when receiv...
<bitcoin-git> [bitcoin] fanquake opened pull request #25458: guix: parallelize LIEF build (master...lief_parallel_build) https://github.com/bitcoin/bitcoin/pull/25458
<bitcoin-git> [bitcoin] hebasto opened pull request #25457: Use more specific path when including `memenv.h` header (master...220623-memenv) https://github.com/bitcoin/bitcoin/pull/25457
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25456: rpc: Use steady_clock for getrpcinfo durations (master...2206-rpc-steady-duration-🎴) https://github.com/bitcoin/bitcoin/pull/25456
<bitcoin-git> [bitcoin] fanquake closed pull request #25455: Create mweb_db.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25455
<bitcoin-git> [bitcoin] TheTpyicalCoder opened pull request #25455: Create mweb_db.h (master...patch-1) https://github.com/bitcoin/bitcoin/pull/25455
<in3rsha> Is the Compact Size field (e.g. the one used for indicating the number of inputs in a tx) something that Satoshi came up with for bitcoin or is it found in other network protocols?
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25451: test: `-whitebind` and `-bind` with `-listen=0` should throw an error (master...2022-06-test-whitebind-bind-listen0) https://github.com/bitcoin/bitcoin/pull/25451
<bitcoin-git> bitcoin/master 01e9e2d MacroFake: Merge bitcoin/bitcoin#25451: test: `-whitebind` and `-bind` with `-listen...
<bitcoin-git> bitcoin/master ceec680 brunoerg: test: `-whitebind` and `-bind` with `-listen=0` should throw an error
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc83710fdcc0...01e9e2d1ca7f
<bitcoin-git> bitcoin/master 8927bb8 Hennadii Stepanov: refactor: Fix style in `initTranslations()` function
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b9122e95f0f4...bc83710fdcc0
<bitcoin-git> bitcoin/master 3f51d0b Hennadii Stepanov: qt6: Fix type registration
<bitcoin-git> bitcoin/master ad73447 Hennadii Stepanov: qt6: Do not use deprecated `QLibraryInfo::path` in Qt 6
<bitcoin-git> [gui] laanwj merged pull request #623: Getting ready to Qt 6 (9/n). Apply Qt 6 specific changes (master...220622-qt6) https://github.com/bitcoin-core/gui/pull/623

2022-06-22

<bitcoin-git> [bitcoin] sdaftuar opened pull request #25454: p2p, refactor: Avoid multiple getheaders messages in flight to the same peer (master...2022-06-single-getheaders) https://github.com/bitcoin/bitcoin/pull/25454
<jamesob> is this build literally failing because of trailing whitespace? is this lint rule new? https://github.com/bitcoin/bitcoin/pull/24232/checks?check_run_id=7009097110
<bitcoin-git> [bitcoin] fanquake closed pull request #25452: Changes Readme a bit (master...master) https://github.com/bitcoin/bitcoin/pull/25452
<bitcoin-git> [bitcoin] adityagupta26 opened pull request #25452: Changes Readme a bit (master...master) https://github.com/bitcoin/bitcoin/pull/25452
<bitcoin-git> [bitcoin] brunoerg opened pull request #25451: test: `-whitebind` and `-bind` with `-listen=0` should throw an error (master...2022-06-test-whitebind-bind-listen0) https://github.com/bitcoin/bitcoin/pull/25451
<bitcoin-git> [bitcoin] luke-jr opened pull request #25449: [21.x] Qt: Handle exceptions instead of crash (0.21...qt_handle_exceptions_pr260-21-corepr) https://github.com/bitcoin/bitcoin/pull/25449
<bitcoin-git> [bitcoin] chinggg opened pull request #25447: fuzz: add low level target for txorphanage (master...fuzz-txorphan) https://github.com/bitcoin/bitcoin/pull/25447
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25444: ci: macOS task imrovements (master...220622-ci) https://github.com/bitcoin/bitcoin/pull/25444
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ddd7a39aa960...b9122e95f0f4
<bitcoin-git> bitcoin/master 8e017f3 Hennadii Stepanov: ci, refactor: Add `MACOS_NATIVE_TASK_TEMPLATE`
<bitcoin-git> bitcoin/master b9122e9 MacroFake: Merge bitcoin/bitcoin#25444: ci: macOS task imrovements
<bitcoin-git> bitcoin/master 0bb7a1f Hennadii Stepanov: ci: Improve naming related to "macOS 12 native x86_64" task
<hebasto> laanwj: re https://github.com/bitcoin/bitcoin/pull/23045#issuecomment-1162974161 -- that's for sure that upstream has the same problem
<bitcoin-git> [bitcoin] laanwj merged pull request #25414: doc: Update Arch Linux build example (master...arch-less-deps) https://github.com/bitcoin/bitcoin/pull/25414
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0808c88d7bd9...ddd7a39aa960
<bitcoin-git> bitcoin/master f67b6fc Igor Bubelov: Update Arch Linux build example
<bitcoin-git> bitcoin/master ddd7a39 laanwj: Merge bitcoin/bitcoin#25414: doc: Update Arch Linux build example
<bitcoin-git> [bitcoin] laanwj merged pull request #25443: test: Fail if connect_nodes fails (master...2206-test-fail-connect-👇) https://github.com/bitcoin/bitcoin/pull/25443
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a085a554913a...0808c88d7bd9
<bitcoin-git> bitcoin/master faee330 MacroFake: test: Fail if connect_nodes fails
<bitcoin-git> bitcoin/master 0808c88 laanwj: Merge bitcoin/bitcoin#25443: test: Fail if connect_nodes fails
<bitcoin-git> [bitcoin] dergoegge opened pull request #25446: [net processing] Set CNode::m_relays_txs=true when receiving BIP37 filters (master...2022-06-22778-fix) https://github.com/bitcoin/bitcoin/pull/25446
<bitcoin-git> bitcoin/master 175fb26 Vasil Dimov: net: remove now unused Sock::Release()
<bitcoin-git> bitcoin/master a724c39 Vasil Dimov: net: rename Sock::Reset() to Sock::Close() and make it private
<bitcoin-git> bitcoin/master e8ff3f0 Vasil Dimov: net: remove CloseSocket()
<bitcoin-git> [bitcoin] laanwj merged pull request #25428: Remove Sock::Release() and CloseSocket() (master...remove_Sock_Release_and_CloseSocket) https://github.com/bitcoin/bitcoin/pull/25428
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b1a824dd06aa...a085a554913a
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25445: test: Return new_utxo from create_self_transfer in MiniWallet (master...2206-test-miniwallet-new-utxo-🤶) https://github.com/bitcoin/bitcoin/pull/25445
<bitcoin-git> [bitcoin] hebasto opened pull request #25444: ci: macOS task imrovements (master...220622-ci) https://github.com/bitcoin/bitcoin/pull/25444
<bitcoin-git> [gui] jarolrod closed pull request #423: Make initTranslations a member function of BitcoinApplication class (master...move-init-translations) https://github.com/bitcoin-core/gui/pull/423
<bitcoin-git> [bitcoin] laanwj merged pull request #24291: build: Remove negated --enable-fuzz checks from build system (master...2202-fuzzNoBoost) https://github.com/bitcoin/bitcoin/pull/24291
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e3b06e8dd898...b1a824dd06aa
<bitcoin-git> bitcoin/master fa7cbc6 MarcoFalke: build: Remove negated --enable-fuzz checks from build system
<bitcoin-git> bitcoin/master b1a824d laanwj: Merge bitcoin/bitcoin#24291: build: Remove negated --enable-fuzz checks fr...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25443: test: Fail if connect_nodes fails (master...2206-test-fail-connect-👇) https://github.com/bitcoin/bitcoin/pull/25443
<bitcoin-git> [bitcoin] S3RK closed pull request #24752: wallet: increase BnB upper limit (master...bnb_increase_upper_limit) https://github.com/bitcoin/bitcoin/pull/24752
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25440: log: Use consistent wording in random.cpp log (master...random-log) https://github.com/bitcoin/bitcoin/pull/25440
<bitcoin-git> bitcoin/master c01ae8f Igor Bubelov: Use consistent wording in log
<bitcoin-git> bitcoin/master e3b06e8 MacroFake: Merge bitcoin/bitcoin#25440: log: Use consistent wording in random.cpp log
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1b71c7688639...e3b06e8dd898
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25435: test: Remove from_node from create_self_transfer* MiniWallet helpers (master...2206-test-miniwallet-no-node-🎳) https://github.com/bitcoin/bitcoin/pull/25435
<bitcoin-git> bitcoin/master fa8421b MacroFake: test: Remove from_node from create_self_transfer* MiniWallet helpers
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a4e066af8573...1b71c7688639
<bitcoin-git> bitcoin/master 1b71c76 MacroFake: Merge bitcoin/bitcoin#25435: test: Remove from_node from create_self_trans...
<bitcoin-git> [bitcoin] laanwj merged pull request #24352: Add doc/design/libraries.md (master...pr/libs) https://github.com/bitcoin/bitcoin/pull/24352
<bitcoin-git> bitcoin/master dc1e7ad Ryan Ofsky: Add doc/design/libraries.md
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/58b9d6cf9e9b...a4e066af8573
<bitcoin-git> bitcoin/master a4e066a laanwj: Merge bitcoin/bitcoin#24352: Add doc/design/libraries.md
<bitcoin-git> [gui] laanwj merged pull request #620: Replace `QRegExp` with `QRegularExpression` (master...regexp-obsolete) https://github.com/bitcoin-core/gui/pull/620
<bitcoin-git> bitcoin/master ace9af5 w0xlt: qt: Replace `QRegExp` with `QRegularExpression`
<bitcoin-git> bitcoin/master c378535 w0xlt: qt: Add a function that extracts the suffix from a filter
<bitcoin-git> bitcoin/master 67364eb w0xlt: test, qt: Add tests for `GUIUtil::extractFirstSuffixFromFilter`
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/174b821e64d6...58b9d6cf9e9b
<sipa> bitcoinboi: Seems like a question for bitcoin.stackexchange.com more than here.
<bitcoin-git> [bitcoin] achow101 merged pull request #25427: wallet: remove extra wtx lookup in AddToSpends (master...2022_wallet_AddToSpends_extra_wtx_lookup) https://github.com/bitcoin/bitcoin/pull/25427
<bitcoin-git> bitcoin/master 32e5edc furszy: wallet: avoid extra wtx lookup in AddToSpends
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7377ed778c6d...174b821e64d6
<bitcoin-git> bitcoin/master 174b821 Andrew Chow: Merge bitcoin/bitcoin#25427: wallet: remove extra wtx lookup in AddToSpends

2022-06-21

<bitcoin-git> [bitcoin] laanwj merged pull request #25389: guix: use libtool 2.4.7 (master...guix_libtool_2_4_7) https://github.com/bitcoin/bitcoin/pull/25389
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c3a41ad980cc...7377ed778c6d
<bitcoin-git> bitcoin/master 679ecdd fanquake: guix: use libtool 2.4.7
<bitcoin-git> bitcoin/master 4a81ef4 fanquake: doc: update configure ar doc to mention libtool 2.4.7
<bitcoin-git> bitcoin/master 7377ed7 laanwj: Merge bitcoin/bitcoin#25389: guix: use libtool 2.4.7
<bitcoin-git> [bitcoin] laanwj merged pull request #25314: p2p: always set nTime for self-advertisements (master...202206_missing_ntime) https://github.com/bitcoin/bitcoin/pull/25314
<bitcoin-git> bitcoin/master 99b9e5f Martin Zumsande: p2p: always set nTime for self-advertisements
<bitcoin-git> bitcoin/master c3a41ad laanwj: Merge bitcoin/bitcoin#25314: p2p: always set nTime for self-advertisements
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34869114a724...c3a41ad980cc
<bitcoin-git> [bitcoin] hebasto closed pull request #25160: ci: Add "macOS 12 native arm64" task (master...220517-ci) https://github.com/bitcoin/bitcoin/pull/25160
<bitcoin-git> [bitcoin] bubelov opened pull request #25440: log: Use consistent wording in random.cpp log (master...random-log) https://github.com/bitcoin/bitcoin/pull/25440
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25439: rpc: Return incrementalrelayfee in getmempoolinfo (master...2206-rpc-policy-🥙) https://github.com/bitcoin/bitcoin/pull/25439
<bitcoin-git> [bitcoin] fanquake merged pull request #25394: build: add *_STANDARD vars to depends gen_id (master...cache_bust_cxx_c_standard) https://github.com/bitcoin/bitcoin/pull/25394
<bitcoin-git> bitcoin/master 3486911 fanquake: Merge bitcoin/bitcoin#25394: build: add *_STANDARD vars to depends gen_id
<bitcoin-git> bitcoin/master f862f4a fanquake: build: add *_STANDARD vars to depends gen_id
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5884a47c367f...34869114a724
<seejee> hi everyone! I've had a (very small) PR open for several weeks, and I'd love another approval on it if anyone has some time (and hopefully a merge). it fixes a bug related to BIP-30 in block verification and checklevel=4. Thanks in advance! https://github.com/bitcoin/bitcoin/pull/24851
<bitcoin-git> [bitcoin] theStack opened pull request #25438: refactor: remove unused methods `{CDBIterator,CCoinsViewDBCursor}::GetValueSize()` (master...202206-txdb-refactor_remove_unused_getvaluesize_method) https://github.com/bitcoin/bitcoin/pull/25438
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #25218: refactor: introduce generic 'Result' classes and connect them to CreateTransaction and GetNewDestination (master...2022_generic_result) https://github.com/bitcoin/bitcoin/pull/25218
<bitcoin-git> [gui] hebasto opened pull request #623: Getting ready to Qt 6 (9/n). Apply Qt 6 specific changes (master...220622-qt6) https://github.com/bitcoin-core/gui/pull/623
<bitcoin-git> [bitcoin] laanwj merged pull request #25422: build: globally define NOMINMAX when building with mingw-w64 (master...no_min_max_preprocessor) https://github.com/bitcoin/bitcoin/pull/25422
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/18d9189cc934...5884a47c367f
<bitcoin-git> bitcoin/master 58a9601 fanquake: build: globally define NOMINMAX
<bitcoin-git> bitcoin/master 5884a47 laanwj: Merge bitcoin/bitcoin#25422: build: globally define NOMINMAX when building...
<bitcoin-git> [gui] hebasto merged pull request #612: refactor: Drop unused `QFrame`s in `SendCoinsEntry` (master...220530-sendcoins) https://github.com/bitcoin-core/gui/pull/612
<bitcoin-git> bitcoin/master 6420fb2 Hennadii Stepanov: qt, refactor: Drop unused `QFrame`s in `SendCoinsEntry`
<bitcoin-git> [bitcoin] hebasto pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b1788072657d...18d9189cc934
<bitcoin-git> bitcoin/master f3c7603 Hennadii Stepanov: qt, refactor: Convert `SendCoinsEntry` to a sub-`QWidget`
<bitcoin-git> bitcoin/master 3262542 Hennadii Stepanov: qt, refactor: Fix `sendcoinsentry.ui` indentation
<bitcoin-git> [bitcoin] fanquake opened pull request #25437: guix: remove explicit glibc stack protector disabling (master...glibc_ssp_dont_need_disabling) https://github.com/bitcoin/bitcoin/pull/25437
<bitcoin-git> [bitcoin] fanquake opened pull request #25436: build: GCC-12 build improvements (master...libxkbcommon_gcc_12) https://github.com/bitcoin/bitcoin/pull/25436
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25435: test: Remove from_node from create_self_transfer* MiniWallet helpers (master...2206-test-miniwallet-no-node-🎳) https://github.com/bitcoin/bitcoin/pull/25435
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25430: test: refactor: save MiniWallet mode explicitly (master...202205-test-refactor-save_mode_for_MiniWallet) https://github.com/bitcoin/bitcoin/pull/25430
<bitcoin-git> bitcoin/master b178807 MacroFake: Merge bitcoin/bitcoin#25430: test: refactor: save MiniWallet mode explicit...
<bitcoin-git> bitcoin/master be8d0db Sebastian Falbesoner: test: refactor: save MiniWallet mode explicitly
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1d39c9ca0672...b1788072657d
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25218: refactor: introduce generic 'Result' classes and connect them to CreateTransaction and GetNewDestination (master...2022_generic_result) https://github.com/bitcoin/bitcoin/pull/25218
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #25218: refactor: introduce generic 'Result' classes and connect them to CreateTransaction and GetNewDestination (master...2022_generic_result) https://github.com/bitcoin/bitcoin/pull/25218
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25218: refactor: introduce generic 'Result' classes and connect them to CreateTransaction and GetNewDestination (master...2022_generic_result) https://github.com/bitcoin/bitcoin/pull/25218
<bitcoin-git> [bitcoin] laanwj merged pull request #25425: build: Fix `::_wsystem` check (master...220620-wsystem) https://github.com/bitcoin/bitcoin/pull/25425
<bitcoin-git> bitcoin/master 1d39c9c laanwj: Merge bitcoin/bitcoin#25425: build: Fix `::_wsystem` check
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09a76e43fd60...1d39c9ca0672
<bitcoin-git> bitcoin/master b5f6a46 Hennadii Stepanov: build: Fix `::_wsystem` check
<bitcoin-git> [bitcoin] w0xlt opened pull request #25434: mempool: Add option to bypass contextual timelocks in testmempoolaccept (master...bypass-timelocks) https://github.com/bitcoin/bitcoin/pull/25434

2022-06-20

<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #25433: validation: remove unused using directives (master...remove_using) https://github.com/bitcoin/bitcoin/pull/25433
<bitcoin-git> [gui] hebasto merged pull request #615: If -prune=0 is set, Uncheck Prune on Intro page (master...jadi-prune-uncheck) https://github.com/bitcoin-core/gui/pull/615
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e16f6441044f...09a76e43fd60
<bitcoin-git> bitcoin/master 40566e2 Jadi: If -prune=0 is set, Uncheck Prune on Intro page
<bitcoin-git> bitcoin/master 09a76e4 Hennadii Stepanov: Merge bitcoin-core/gui#615: If -prune=0 is set, Uncheck Prune on Intro page
<bitcoin-git> [bitcoin] laanwj merged pull request #25378: build: use sqlite 3380500 in depends (master...sqlite_3380500) https://github.com/bitcoin/bitcoin/pull/25378
<bitcoin-git> bitcoin/master 9d6a7b2 fanquake: build: sqlite 3380500 in depends
<bitcoin-git> bitcoin/master e16f644 laanwj: Merge bitcoin/bitcoin#25378: build: use sqlite 3380500 in depends
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6c6cc7989cac...e16f6441044f
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bc28ca3afb7f...6c6cc7989cac
<bitcoin-git> bitcoin/master 6c6cc79 laanwj: Merge bitcoin/bitcoin#25424: build, qt: Fix `QMAKE_CXXFLAGS` expression fo...
<bitcoin-git> bitcoin/master 71d33bf Hennadii Stepanov: build, qt: Fix `QMAKE_CXXFLAGS` expression for `mingw32` host
<bitcoin-git> [bitcoin] laanwj merged pull request #25424: build, qt: Fix `QMAKE_CXXFLAGS` expression for `mingw32` host (master...220620-cxxflags) https://github.com/bitcoin/bitcoin/pull/25424
<bitcoin-git> [bitcoin] laanwj merged pull request #25118: wallet: unify “allow/block other inputs“ concept (master...2022_coinControl_unify_allowOtherInputs) https://github.com/bitcoin/bitcoin/pull/25118
<bitcoin-git> bitcoin/master b4e2d4d furszy: wallet: move "use-only coinControl inputs" below the selected inputs lookup
<bitcoin-git> bitcoin/master 8dea74a furszy: refactor: use GetWalletTx in SelectCoins instead of access mapWallet
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/57a491bee17a...bc28ca3afb7f
<bitcoin-git> bitcoin/master 25749f1 furszy: wallet: unify “allow/block other inputs“ concept
<bitcoin-git> [bitcoin] laanwj merged pull request #25388: refactor: move policy constants to policy (master...25295_cleanup_all_constants) https://github.com/bitcoin/bitcoin/pull/25388
<bitcoin-git> bitcoin/master 05fc5fd fanquake: refactor: Move DEFAULT_ANCESTOR_SIZE_LIMIT to policy/policy.h
<bitcoin-git> bitcoin/master a34aa4c fanquake: refactor: Move DEFAULT_DESCENDANT_LIMIT to policy/policy.h
<bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/a09033e22c4f...57a491bee17a
<bitcoin-git> bitcoin/master da8d304 CAnon: refactor: Move DEFAULT_ANCESTOR_LIMIT to policy/policy.h
<bitcoin-git> [bitcoin] theStack opened pull request #25430: test: refactor: save MiniWallet mode explicitly (master...202205-test-refactor-save_mode_for_MiniWallet) https://github.com/bitcoin/bitcoin/pull/25430
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #25429: refactor: Avoid UniValue copies (master...2206-uni-copy-👾) https://github.com/bitcoin/bitcoin/pull/25429
<bitcoin-git> [gui] hebasto closed pull request #606: Replace QRegExp with QRegularExpression (master...regexp-obsolete) https://github.com/bitcoin-core/gui/pull/606
<bitcoin-git> [bitcoin] vasild opened pull request #25428: Remove Sock::Release() and CloseSocket() (master...remove_Sock_Release_and_CloseSocket) https://github.com/bitcoin/bitcoin/pull/25428
<bitcoin-git> [bitcoin] furszy opened pull request #25427: wallet: remove extra wtx lookup in AddToSpends (master...2022_wallet_AddToSpends_extra_wtx_lookup) https://github.com/bitcoin/bitcoin/pull/25427
<bitcoin-git> [gui] w0xlt opened pull request #620: qt: replace `QRegExp` with `QRegularExpression` (master...regexp-obsolete) https://github.com/bitcoin-core/gui/pull/620
<bitcoin-git> [bitcoin] vasild opened pull request #25426: net: add new method Sock::GetSockName() that wraps getsockname() and use it in GetBindAddress() (master...getsockname) https://github.com/bitcoin/bitcoin/pull/25426
<bitcoin-git> [bitcoin] hebasto opened pull request #25425: build: Fix `::_wsystem` check (master...220620-wsystem) https://github.com/bitcoin/bitcoin/pull/25425
<bitcoin-git> [bitcoin] hebasto opened pull request #25424: build, qt: Fix `QMAKE_CXXFLAGS` expression for `mingw32` host (master...220620-cxxflags) https://github.com/bitcoin/bitcoin/pull/25424
<bitcoin-git> [bitcoin] fanquake opened pull request #25422: build: globally define NOMINMAX when building with mingw-w64 (master...no_min_max_preprocessor) https://github.com/bitcoin/bitcoin/pull/25422
<bitcoin-git> [bitcoin] jnewbery closed pull request #24970: net processing: Move cleanSubVer, fPreferredDownload and nLocalHostNonce to Peer (master...202204_net_net_processing) https://github.com/bitcoin/bitcoin/pull/24970
<bitcoin-git> [bitcoin] vasild opened pull request #25421: net: convert standalone IsSelectableSocket() and SetSocketNonBlocking() to Sock methods (master...convert_IsSelectableSocket_and_SetSocketNonBlocking) https://github.com/bitcoin/bitcoin/pull/25421
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #25419: refactor: Remove space between two greater-than signs (master...master) https://github.com/bitcoin/bitcoin/pull/25419
<bitcoin-git> [bitcoin] MarnixCroes opened pull request #25420: rpc: small description/help improvements in blockchain.cpp (master...rpc-description-improvements-blockchain) https://github.com/bitcoin/bitcoin/pull/25420
<bitcoin-git> [bitcoin] ebraminio opened pull request #25419: refactor: Remove space between two greater-than signs (master...master) https://github.com/bitcoin/bitcoin/pull/25419
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25409: doc: fix typos (master...MarnixCroes2022-06-fix-typo) https://github.com/bitcoin/bitcoin/pull/25409
<bitcoin-git> bitcoin/master 20c58a3 Marnix: doc: typo fix
<bitcoin-git> bitcoin/master a09033e MacroFake: Merge bitcoin/bitcoin#25409: doc: fix typos
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8e7eeb597144...a09033e22c4f
<gribble> https://github.com/bitcoin/bitcoin/issues/24148 | Miniscript support in Output Descriptors by darosior · Pull Request #24148 · bitcoin/bitcoin · GitHub

2022-06-19

<bitcoin-git> [bitcoin] fanquake closed pull request #25415: refactor: Move some default mempool values ​​to `policy.h` (master...move_default_values) https://github.com/bitcoin/bitcoin/pull/25415
<bitcoin-git> [bitcoin] w0xlt opened pull request #25415: refactor: Move some default mempool values ​​to `policy.h` (master...move_default_values) https://github.com/bitcoin/bitcoin/pull/25415
<bitcoin-git> [bitcoin] bubelov opened pull request #25414: doc: Update Arch Linux build example (master...arch-less-deps) https://github.com/bitcoin/bitcoin/pull/25414

2022-06-18

<bitcoin-git> [bitcoin] brunoerg opened pull request #25412: rest: add `/deploymentinfo` endpoint (master...2022-06-rest-deploymentinfo) https://github.com/bitcoin/bitcoin/pull/25412
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #25410: wallet: fix warning: "argument name 'feerate' in comment does not match parameter name" (master...2022_wallet_25005_follow-up) https://github.com/bitcoin/bitcoin/pull/25410
<bitcoin-git> bitcoin/master 8e7eeb5 MacroFake: Merge bitcoin/bitcoin#25410: wallet: fix warning: "argument name 'feerate'...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8be652e43964...8e7eeb597144
<bitcoin-git> bitcoin/master 7ca8726 furszy: wallet: fix warning: "argument name 'feerate' in comment does not match pa...
<bitcoin-git> [bitcoin] furszy opened pull request #25410: wallet: fix warning: "argument name 'feerate' in comment does not match parameter name" (master...2022_wallet_25005_follow-up) https://github.com/bitcoin/bitcoin/pull/25410
<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> [bitcoin] MarnixCroes opened pull request #25409: doc: fix typo in devtools/test-symbol-check.py (master...MarnixCroes2022-06-fix-typo) https://github.com/bitcoin/bitcoin/pull/25409
<sudoforge> i'm not sure if this fits into "development discussion", but figured it's better discussed here than #bitcoin
<sudoforge> has there been any discussion about moving the source of truth for this and #bitcoin to matrix?

2022-06-17

<bitcoin-git> [bitcoin] achow101 merged pull request #25005: wallet: remove extra wtx lookup in 'AvailableCoins' + several code cleanups. (master...2022_availableBalance_improvements) https://github.com/bitcoin/bitcoin/pull/25005
<bitcoin-git> bitcoin/master 9472ca0 furszy: wallet: AvailableCoins, don't call 'wtx.tx->vout[i]' multiple times
<bitcoin-git> bitcoin/master 91902b7 furszy: wallet: IsLockedCoin, 'COutPoint' arg instead of (hash, index)
<bitcoin-git> bitcoin/master 4ce235e furszy: wallet: return 'CoinsResult' struct in `AvailableCoins`
<bitcoin-git> [bitcoin] achow101 pushed 10 commits to master: https://github.com/bitcoin/bitcoin/compare/f8586b25f6a4...8be652e43964
<bitcoin-git> [bitcoin] laanwj merged pull request #25289: test: implement 'bech32m' mode for `getnewdestination()` helper (master...202206-test-add_bech32m_mode_for_getnewdestination) https://github.com/bitcoin/bitcoin/pull/25289
<bitcoin-git> bitcoin/master 1999dcf Sebastian Falbesoner: test: add helpers for creating P2TR scripts/addresses from output key
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/e5df0ba0d97e...f8586b25f6a4
<bitcoin-git> bitcoin/master dcf36fe Sebastian Falbesoner: test: implement 'bech32m' mode for `getnewdestination()` helper
<bitcoin-git> bitcoin/master f8586b2 laanwj: Merge bitcoin/bitcoin#25289: test: implement 'bech32m' mode for `getnewdes...
<bitcoin-git> [bitcoin] mzumsande opened pull request #25404: p2p, doc: Use MAX_BLOCKS_TO_ANNOUNCE consistently (master...202206_max_block_announce) https://github.com/bitcoin/bitcoin/pull/25404
<bitcoin-git> bitcoin/master b8c146b fanquake: build: systemtap 4.7
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1b0469199bda...e5df0ba0d97e
<bitcoin-git> bitcoin/master e5df0ba laanwj: Merge bitcoin/bitcoin#25360: build: SystemTap 4.7 (RISC-V support)
<bitcoin-git> [bitcoin] laanwj merged pull request #25360: build: SystemTap 4.7 (RISC-V support) (master...systemtap_4_7) https://github.com/bitcoin/bitcoin/pull/25360
<bitcoin-git> [bitcoin] laanwj merged pull request #25281: build: Remove unused `LIBBITCOIN_KERNEL` variable (master...220605-kernel) https://github.com/bitcoin/bitcoin/pull/25281
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/015717e2b873...1b0469199bda
<bitcoin-git> bitcoin/master ce1c810 Hennadii Stepanov: build: Remove unused `LIBBITCOIN_KERNEL` variable
<bitcoin-git> bitcoin/master 1b04691 laanwj: Merge bitcoin/bitcoin#25281: build: Remove unused `LIBBITCOIN_KERNEL` vari...
<gribble> https://github.com/bitcoin/bitcoin/issues/25281 | build: Remove unused `LIBBITCOIN_KERNEL` variable by hebasto · Pull Request #25281 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] laanwj merged pull request #25299: doc: Correct comments re. units of constants (master...2022-06-prune-target) https://github.com/bitcoin/bitcoin/pull/25299
<bitcoin-git> bitcoin/master 241c4d0 Ben Woosley: doc: Correct comment describing value of MAX_FILE_SIZE_PSBT as in MiB
<bitcoin-git> bitcoin/master 015717e laanwj: Merge bitcoin/bitcoin#25299: doc: Correct comments re. units of constants
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/3b3c66f85959...015717e2b873
<bitcoin-git> bitcoin/master 64f81a3 darosior: doc: Correct nPruneTarget misidentifying units of variable
<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/25351 | rpc, wallet: Scan mempool after import* - Second attempt by fjahr · Pull Request #25351 · 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 Jun 17 19:00:39 2022 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] laanwj merged pull request #25392: scripts: remove no-longer-needed ignored exports (master...drop_no_longer_needed_export_ignores) https://github.com/bitcoin/bitcoin/pull/25392
<bitcoin-git> bitcoin/master 84e56b4 fanquake: scripts: remove no-longer-needed ignored exports
<bitcoin-git> bitcoin/master 3b3c66f laanwj: Merge bitcoin/bitcoin#25392: scripts: remove no-longer-needed ignored expo...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/874529665c1c...3b3c66f85959
<bitcoin-git> [bitcoin] fanquake opened pull request #25394: build: add *_STANDARD vars to depends gen_id (master...cache_bust_cxx_c_standard) https://github.com/bitcoin/bitcoin/pull/25394
<laanwj> is something unclear to you in the motivation https://github.com/bitcoin/bips/blob/master/bip-0322.mediawiki#Motivation ?

2022-06-16

<bitcoin-git> [bitcoin] laanwj merged pull request #22380: build: add and use C_STANDARD and CXX_STANDARD in depends (master...set_std_c_version_depends) https://github.com/bitcoin/bitcoin/pull/22380
<bitcoin-git> bitcoin/master 8745296 laanwj: Merge bitcoin/bitcoin#22380: build: add and use C_STANDARD and CXX_STANDAR...
<bitcoin-git> bitcoin/master f7595f1 fanquake: build: add and use CXX_STANDARD in depends
<bitcoin-git> bitcoin/master 7e7b3e4 fanquake: build: add and use C_STANDARD in depends
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7f2c983e1cfd...874529665c1c
<bitcoin-git> [bitcoin] laanwj merged pull request #24864: contrib: Use asmap for ASN lookup in makeseeds (master...2022-04-makeseeds-use-asmap) https://github.com/bitcoin/bitcoin/pull/24864
<bitcoin-git> bitcoin/master 667e316 laanwj: contrib: Update makeseeds to asmap-nextgen
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/b0c830634907...7f2c983e1cfd
<bitcoin-git> bitcoin/master b541803 laanwj: contrib: Use asmap for ASN lookup in makeseeds
<bitcoin-git> bitcoin/master ae00b9e Jon Atack: contrib: add seeds progress indicator and remove asmap one in makeseeds sc...
<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/23443 | p2p: Erlay support signaling by naumenkogs · Pull Request #23443 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/7219 | Make RBF policies optional by luke-jr · Pull Request #7219 · bitcoin/bitcoin · GitHub
<ariard> luke-jr: in anycase, core is a software for both node and miners operators, what's the dynamics of the bitcoin system w.r.t policy adoption are beyond the scope of the discussion?