2021-07-12

< bitcoin-git> bitcoin/master e0fe658 W. J. van der Laan: Merge bitcoin/bitcoin#22335: doc: recommend `--disable-external-signer` in...
< bitcoin-git> [bitcoin] laanwj merged pull request #22335: doc: recommend `--disable-external-signer` in OpenBSD build guide (master...202106-doc-openbsd_mention_missing_external_signer_support) https://github.com/bitcoin/bitcoin/pull/22335
< bitcoin-git> bitcoin/master e65d1d4 Sebastian Falbesoner: doc: recommend `--disable-external-signer` in OpenBSD build guide
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8ab0c77299a5...e0fe658b863e
< bitcoin-git> [bitcoin] glozow opened pull request #22432: fix incorrect testmempoolaccept doc (master...2021-07-testmempoolaccept-doc) https://github.com/bitcoin/bitcoin/pull/22432

2021-07-11

< shiza> Oh, my bad, I thought this was #bitcoin.
< ZEFRON> 2. When I tried to fork Bitcoin-core I hit a roadblock with my implementation at the inability to gracefully access node.chainman within CheckProofOfWork()
< bitcoin-git> [bitcoin] prayank23 opened pull request #22430: Fix syntax for `getindexinfo` params in help examples (master...getindexinfo) https://github.com/bitcoin/bitcoin/pull/22430
< bitcoin-git> [bitcoin] theStack opened pull request #22429: test: refactor: fix segwit terminology (s/witness_program/witness_script/) (master...202107-test-fix_segwit_terminology) https://github.com/bitcoin/bitcoin/pull/22429
< bitcoin-git> [bitcoin] sanket1729 opened pull request #22428: [Refactor] Rename scriptPubKey -> witness_script (master...witness_script_rename) https://github.com/bitcoin/bitcoin/pull/22428
< bitcoin-git> [bitcoin] hebasto opened pull request #22427: [0.21] gui: Backports for 0.21.2 (0.21...210711-21.2-gui-backports) https://github.com/bitcoin/bitcoin/pull/22427

2021-07-10

< brcolow> I am confused by something. If you look at this line of code: https://github.com/bitcoin/bitcoin/blob/master/src/crypto/sha256_avx2.cpp#L63 it is writing a 32-bit (4byte) integer. In the case of -1996298034 that is, in big endian, 8902 e8ce - then it's converted to little endian which is CEE8 0289 - however what's strange is that WriteLE32 function writes CEE8289 - it skips the
< bitcoin-git> [bitcoin] theStack opened pull request #22423: test: wallet_listtransactions improvements (speedup, cleanup, logging) (master...202106-test-improve-wallet_listtransactions_test) https://github.com/bitcoin/bitcoin/pull/22423
< michaelfolkson> gazza: As the topic of the channel says this channel is for development discussion. #bitcoin for general usage

2021-07-09

< prayank> Cool. Any thoughts on this issue? https://github.com/bitcoin/bitcoin/issues/22368
< bitcoin-git> [bitcoin] sipa opened pull request #22421: Make IsSegWitOutput return true for taproot outputs (master...202107_taproot_is_segwit) https://github.com/bitcoin/bitcoin/pull/22421
< bitcoin-git> [bitcoin] laanwj merged pull request #22253: validation: distinguish between same tx and same-nonwitness-data tx in mempool (master...2021-06-same-txid-diff-wtxid) https://github.com/bitcoin/bitcoin/pull/22253
< bitcoin-git> bitcoin/master fdb4816 glozow: [validation] distinguish same txid different wtxid in mempool
< bitcoin-git> bitcoin/master b7a8cd9 glozow: [test] submit same txid different wtxid as mempool tx
< bitcoin-git> bitcoin/master 8ab0c77 W. J. van der Laan: Merge bitcoin/bitcoin#22253: validation: distinguish between same tx and s...
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d1e4c56309ae...8ab0c77299a5
< bitcoin-git> [bitcoin] lsilva01 opened pull request #22420: Specifies how to set the value of TORGROUP (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22420
<@gribble> https://github.com/bitcoin/bitcoin/issues/22253 | validation: distinguish between same tx and same-nonwitness-data tx in mempool by glozow · Pull Request #22253 · bitcoin/bitcoin · GitHub
< bitcoin-git> bitcoin/master 285a65c Sebastian Falbesoner: test: use script_util helpers for creating P2SH scripts
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22363: test: refactor: use `script_util` helpers for creating P2{PKH,SH,WPKH,WSH} scripts (master...202106-test-refactor-use_scriptpubkey_helpers) https://github.com/bitcoin/bitcoin/pull/22363
< bitcoin-git> bitcoin/master b57b633 Sebastian Falbesoner: test: use script_util helpers for creating P2PKH scripts
< bitcoin-git> bitcoin/master 61b6a01 Sebastian Falbesoner: test: wallet util: fix multisig P2SH-P2WSH script creation
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/efff9c3494a9...d1e4c56309ae
< bitcoin-git> [bitcoin] Terrificdatabytes closed pull request #22419: 0.21 (master...0.21) https://github.com/bitcoin/bitcoin/pull/22419
< bitcoin-git> [bitcoin] Terrificdatabytes opened pull request #22419: 0.21 (master...0.21) https://github.com/bitcoin/bitcoin/pull/22419
< bitcoin-git> [bitcoin] fanquake merged pull request #22176: test: Correct outstanding -Werror=sign-compare errors (master...2021-06-sign-compare) https://github.com/bitcoin/bitcoin/pull/22176
< bitcoin-git> bitcoin/master efff9c3 fanquake: Merge bitcoin/bitcoin#22176: test: Correct outstanding -Werror=sign-compar...
< bitcoin-git> bitcoin/master 4e44f5b Ben Woosley: test: Correct outstanding -Werror=sign-compare errors
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34d1d6a11270...efff9c3494a9
< bitcoin-git> [bitcoin] fanquake merged pull request #22381: guix: Test security-check sanity before performing them (with macOS) (master...20980_macOS_fixups) https://github.com/bitcoin/bitcoin/pull/22381
< bitcoin-git> bitcoin/master bda62ea fanquake: ci: skip running the Linux test-security-check target for now
< bitcoin-git> bitcoin/master 9fdc8af Carl Dong: devtools: Improve *-check.py tool detection
< bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/df2b5dadfb2d...34d1d6a11270
< bitcoin-git> bitcoin/master d6ef354 Carl Dong: lint: Run mypy with --show-error-codes

2021-07-08

<@gribble> https://github.com/bitcoin/bitcoin/issues/21800 | mempool/validation: mempool ancestor/descendant limits for packages by glozow · Pull Request #21800 · bitcoin/bitcoin · GitHub
< bitcoin-git> [gui] ryanofsky opened pull request #379: Prompt to reset settings when settings.json cannot be read (master...pr/badset) https://github.com/bitcoin-core/gui/pull/379
<@gribble> https://github.com/bitcoin/bitcoin/issues/21859 | Add minisketch subtree and integrate in build/test by sipa · Pull Request #21859 · 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
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22412 | Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) by luke-jr · Pull Request #22412 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont bind on 0.0.0.0 if binds are restricted to Tor by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
< laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard 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 lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos
< core-meetingbot> Meeting started Thu Jul 8 19:00:22 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22408: test: add tests for `bad-txns-prevout-null` reject reason (master...202107-test-add_test_for_bad-txns-prevout-null) https://github.com/bitcoin/bitcoin/pull/22408
< bitcoin-git> bitcoin/master 1f44958 Sebastian Falbesoner: test: add `bad-txns-prevout-null` test to mempool_accept.py
< bitcoin-git> bitcoin/master df2b5da MarcoFalke: Merge bitcoin/bitcoin#22408: test: add tests for `bad-txns-prevout-null` r...
< bitcoin-git> bitcoin/master aa0a5bb Sebastian Falbesoner: test: add `bad-txns-prevout-null` test case to invalid_txs.py
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d96861642200...df2b5dadfb2d
< bitcoin-git> [gui] hebasto closed pull request #225: Fix PaymentServer::handleURIOrFile warning message (master...210224-server) https://github.com/bitcoin-core/gui/pull/225
< bitcoin-git> [bitcoin] laanwj merged pull request #22179: Torv2 removal followups (master...torv2_removal_followup) https://github.com/bitcoin/bitcoin/pull/22179
< bitcoin-git> bitcoin/master a164cd3 Vasil Dimov: net: simplify CNetAddr::IsRoutable()
< bitcoin-git> bitcoin/master bdb6209 Vasil Dimov: fuzz: reduce possible networks check
< bitcoin-git> bitcoin/master 00b875b Vasil Dimov: addrman: remove invalid addresses when unserializing
< bitcoin-git> [bitcoin] laanwj pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4129134e844f...d96861642200
< bitcoin-git> [bitcoin] fanquake opened pull request #22418: [WIIP] release: Remove gitian (master...remove_gitian) https://github.com/bitcoin/bitcoin/pull/22418
< bitcoin-git> [bitcoin] luke-jr opened pull request #22417: util/system: Close non-std fds before execing slave processes (master...bpchild_closefds) https://github.com/bitcoin/bitcoin/pull/22417
< bitcoin-git> [bitcoin] fanquake merged pull request #22366: [0.21] fuzz: add missing ECCVerifyHandle to base_encode_decode (0.21...backport_22279) https://github.com/bitcoin/bitcoin/pull/22366
< bitcoin-git> bitcoin/0.21 513613d MarcoFalke: Cleanup -includeconf error message
< bitcoin-git> bitcoin/0.21 70eac6f MarcoFalke: Fix crash when parsing command line with -noincludeconf=0
< bitcoin-git> bitcoin/0.21 c5357fa Andrew Poelstra: fuzz: add missing ECCVerifyHandle to base_encode_decode
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to 0.21: https://github.com/bitcoin/bitcoin/compare/4c29b63cfba3...bd2f4164c6be

2021-07-07

< bitcoin-git> [bitcoin] jamesob opened pull request #22415: Make m_mempool optional in CChainState (master...2021-07-mempool-ptr) https://github.com/bitcoin/bitcoin/pull/22415
< prayank> Overall goal: Get feedback for my project which is related to testing bitcoin core in a different way from people who are involved in testing core regularly
< prayank> Hi everyone 👋 I wanted to get some feedback on few things related to testing in Bitcoin Core. So, created this form with 5 simple questions. Will be helpful if you could answer them:
<@gribble> https://github.com/bitcoin/bitcoin/issues/21500 | wallet, rpc: add an option to list private descriptors by S3RK · Pull Request #21500 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #22205: doc: Condense README.md (master...master) https://github.com/bitcoin/bitcoin/pull/22205
< bitcoin-git> [bitcoin] fanquake merged pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< bitcoin-git> bitcoin/master 4129134 fanquake: Merge bitcoin/bitcoin#22402: doc: Install Rosetta on M1-macOS for qt in de...
< bitcoin-git> bitcoin/master cdb41d5 Hennadii Stepanov: doc: Install Rosetta on M1-macOS for qt in depends
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/137f3b9ba385...4129134e844f
< bitcoin-git> [bitcoin] fanquake merged pull request #22405: build: remove --enable-glibc-back-compat from Guix build (master...remove_glibc_back_compat_guix) https://github.com/bitcoin/bitcoin/pull/22405
< bitcoin-git> bitcoin/master 4516e5e fanquake: lint: exclude Guix patches from spell-checking
< bitcoin-git> bitcoin/master de6ca41 fanquake: guix: no-longer pass --enable-glibc-back-compat to Guix
< bitcoin-git> bitcoin/master 84dd81f fanquake: build: remove glibc backcompat requirement for Linux symbol checks
< bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/914c0cad9776...137f3b9ba385
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22399: fuzz: Rework CTxDestination fuzzing (master...2107-fuzzDest) https://github.com/bitcoin/bitcoin/pull/22399
< bitcoin-git> bitcoin/master fa42800 MarcoFalke: fuzz: Simplify CTxDestination fuzzing in the script target
< bitcoin-git> bitcoin/master fab9986 MarcoFalke: fuzz: Improve ConsumeTxDestination
< bitcoin-git> bitcoin/master fa40c09 MarcoFalke: fuzz: Move ConsumeTxDestination to cpp file
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/692b78793bda...914c0cad9776
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #22412: Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) (master...bugfix_pushback_bool) https://github.com/bitcoin/bitcoin/pull/22412
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #22412: Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) (master...bugfix_pushback_bool) https://github.com/bitcoin/bitcoin/pull/22412
< bitcoin-git> [bitcoin] luke-jr opened pull request #22412: Bugfix: Workaround UniValue push_back(bool) limitation with push_back(UniValue(bool)) (master...bugfix_pushback_bool) https://github.com/bitcoin/bitcoin/pull/22412
< bitcoin-git> bitcoin/master 692b787 fanquake: Merge bitcoin/bitcoin#22360: doc: Remove unused section from release proce...
< bitcoin-git> [bitcoin] fanquake merged pull request #22360: doc: Remove unused section from release process (master...2106-docRel) https://github.com/bitcoin/bitcoin/pull/22360
< bitcoin-git> bitcoin/master fa051d3 MarcoFalke: doc: Remove unused section from release process
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/088b348dbe82...692b78793bda
< bitcoin-git> [bitcoin] luke-jr closed pull request #18479: RPC: Show fee in results for signrawtransaction* for segwit inputs (master...rpc_sign_show_fees) https://github.com/bitcoin/bitcoin/pull/18479
< bitcoin-git> [bitcoin] luke-jr closed pull request #18972: net: Add blockfilters white{bind,list} permission flag (master...neutrino_whitelist) https://github.com/bitcoin/bitcoin/pull/18972

2021-07-06

< bitcoin-git> [bitcoin] luke-jr closed pull request #20551: RPC/Net: Allow changing the connection_type for addnode onetry (master...rpc_onetry_conntype) https://github.com/bitcoin/bitcoin/pull/20551
< bitcoin-git> [bitcoin] luke-jr closed pull request #17356: RPC: Internal named params (master...internal_named_params) https://github.com/bitcoin/bitcoin/pull/17356
< bitcoin-git> [bitcoin] sipa opened pull request #22410: Avoid GCC 7.1 ABI change warning in guix build (master...202107_nopsabi) https://github.com/bitcoin/bitcoin/pull/22410
< bitcoin-git> [bitcoin] S3RK opened pull request #22409: configure: keep relative paths in debug info (master...debug_keep_relative_path) https://github.com/bitcoin/bitcoin/pull/22409
< bitcoin-git> [bitcoin] fanquake merged pull request #22406: build: remove --enable-determinism configure option (master...remove_enable_determinism) https://github.com/bitcoin/bitcoin/pull/22406
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a62fc35a150d...088b348dbe82
< bitcoin-git> bitcoin/master e462878 fanquake: build: remove --enable-determinism configure option
< bitcoin-git> bitcoin/master 088b348 fanquake: Merge bitcoin/bitcoin#22406: build: remove --enable-determinism configure ...
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< bitcoin-git> [bitcoin] sipa closed pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< fanquake> I wonder if we can further restrict permissions to prevent that from happening. There's really no need for anyone to ever push their development branches to bitcoin/bitcoin.
< fanquake> wumpus / sipa : can you delete the "please-delete-accidental-push" and "checktemplateverify-rebase-4-15-21" branches that have been pushed to bitcoin/bitcoin

2021-07-05

< bitcoin-git> [bitcoin] theStack opened pull request #22408: test: add tests for `bad-txns-prevout-null` reject reason (master...202107-test-add_test_for_bad-txns-prevout-null) https://github.com/bitcoin/bitcoin/pull/22408
< bitcoin-git> [gui] jarolrod closed pull request #358: make GUIUtil::ThemedLabel UI form friendly (master...themedlabel-forms) https://github.com/bitcoin-core/gui/pull/358
< bitcoin-git> [bitcoin] promag opened pull request #22407: rpc: Return block time in getblockchaininfo (master...2021-07-getblockchaininfo-time) https://github.com/bitcoin/bitcoin/pull/22407
< bitcoin-git> [gui] hebasto closed pull request #374: Fix #367 (master...Fix367) https://github.com/bitcoin-core/gui/pull/374
< bitcoin-git> [gui] hebasto merged pull request #375: Emit dataChanged signal to dynamically re-sort Peers table (master...210628-sort) https://github.com/bitcoin-core/gui/pull/375
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/484d4ee226e2...a62fc35a150d
< bitcoin-git> bitcoin/master 986bf78 Hennadii Stepanov: qt: Emit dataChanged signal to dynamically re-sort Peers table
< bitcoin-git> bitcoin/master a62fc35 Hennadii Stepanov: Merge bitcoin-core/gui#375: Emit dataChanged signal to dynamically re-sort...
< bitcoin-git> bitcoin/master cd46c11 Hennadii Stepanov: qt: Draw "eye" sign at the beginning of watch-only addresses
< bitcoin-git> bitcoin/master 484d4ee Hennadii Stepanov: Merge bitcoin-core/gui#365: Draw "eye" sign at the beginning of watch-only...
< bitcoin-git> bitcoin/master 9ea1da6 Hennadii Stepanov: qt: Do not extend recent transaction width to address/label string
< bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/271155984574...484d4ee226e2
< bitcoin-git> [gui] hebasto merged pull request #365: Draw "eye" sign at the beginning of watch-only addresses (master...210614-tx) https://github.com/bitcoin-core/gui/pull/365
< bitcoin-git> [bitcoin] fanquake opened pull request #22406: build: remove --enable-determinism configure option (master...remove_enable_determinism) https://github.com/bitcoin/bitcoin/pull/22406
< bitcoin-git> [bitcoin] fanquake opened pull request #22405: build: remove --enable-glibc-back-compat from Guix build (master...remove_glibc_back_compat_guix) https://github.com/bitcoin/bitcoin/pull/22405
< bitcoin-git> [bitcoin] fanquake merged pull request #22365: guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs (master...2021-06-glibc-2.24) https://github.com/bitcoin/bitcoin/pull/22365
< bitcoin-git> bitcoin/master dc4137a Carl Dong: guix: Build depends/qt with our platform definition
< bitcoin-git> bitcoin/master 647f7e5 Carl Dong: guix: Also sort SHA256SUMS.part
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c609e1054549...271155984574
< bitcoin-git> bitcoin/master 16b0a93 Carl Dong: guix: Rebase toolchain on glibc 2.24 (2.27 for riscv64)
< bitcoin-git> [bitcoin] hebasto opened pull request #22402: doc: Install Rosetta on M1-macOS for qt in depends (master...210705-rosetta) https://github.com/bitcoin/bitcoin/pull/22402
< laanwj> shiza: here's the code to do it; it's the hash of the list of sha512 file hashes: https://github.com/bitcoin-core/bitcoin-maintainer-tools/blob/master/treehash512.py
< shiza> I asked #bitcoin how to compute the "Tree-SHA512" of a rev, without success...
< bitcoin-git> [bitcoin] fanquake merged pull request #22292: bench, doc: benchmarking updates and fixups (master...benchmarking-updates) https://github.com/bitcoin/bitcoin/pull/22292
< bitcoin-git> bitcoin/master d8513fe Jon Atack: doc: update doc/benchmarking.md
< bitcoin-git> bitcoin/master 10f4ce2 Jon Atack: bench: bench.h fixes and improvements
< bitcoin-git> bitcoin/master 84e2d5b Jon Atack: bench: bench_bitcoin.cpp help fixups
< bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/7a49fdc58115...c609e1054549

2021-07-04

< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22399: fuzz: Rework CTxDestination fuzzing (master...2107-fuzzDest) https://github.com/bitcoin/bitcoin/pull/22399

2021-07-03

< bitcoin-git> [bitcoin] amitiuttarwar reopened pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387
< bitcoin-git> [bitcoin] amitiuttarwar closed pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387
< bitcoin-git> [bitcoin] hebasto opened pull request #22397: build: Fix macOS Apple Silicon build with miniupnpc and libnatpmp (master...210703-brew-arm) https://github.com/bitcoin/bitcoin/pull/22397
< bitcoin-git> [bitcoin] bliotti opened pull request #22393: added info to bitcoin.conf doc (master...patch-1) https://github.com/bitcoin/bitcoin/pull/22393

2021-07-02

< michaelfolkson> There should be a couple of points discussing Taproot support in the wallet in the release notes right? https://github.com/bitcoin-core/bitcoin-devwiki/wiki/22.0-Release-Notes-draft
< 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
< achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard 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 lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
< core-meetingbot> Meeting started Fri Jul 2 19:05:24 2021 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<@gribble> https://github.com/bitcoin/bitcoin/issues/21514 | p2p: Ignore ports on I2P addresses by vasild · Pull Request #21514 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake opened pull request #22392: scripts: use LIEF for ELF security & symbol checks (master...lief_elf) https://github.com/bitcoin/bitcoin/pull/22392
< vasild> sdaftuar: I put your questions/feedback on the nounsolicitedaddr message here: https://github.com/vasild/bitcoin/wiki/BIP-nounsolicitedaddr#Comments_and_feedback_temporary_here_for_convenience
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22211 | net: relay I2P addresses even if not reachable (by us) by vasild · Pull Request #22211 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22179 | Torv2 removal followups by vasild · Pull Request #22179 · bitcoin/bitcoin · GitHub
< michaelfolkson> flow: For now logs are on the gnusha site https://gnusha.org/bitcoin-core-dev/
< flow> there are no meeting logs for 2021 @ https://www.erisian.com.au/meetbot/bitcoin-core-dev/ while https://bitcoincore.org/en/meetings/ still links to it. Is this known? Any chance to put the logs there? (And I know there was at least one meeting in 2021, so don't try to trick me :))
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> bitcoin/master 7a49fdc MarcoFalke: Merge bitcoin/bitcoin#22388: ci: use Ubuntu 20.04 as the default Docker co...
< bitcoin-git> bitcoin/master 7fc1e14 fanquake: ci: use Ubuntu 20.04 as the default Docker container
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddc6979b8baa...7a49fdc58115
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ddc6979b8baa...7a49fdc58115
< bitcoin-git> bitcoin/master 7fc1e14 fanquake: ci: use Ubuntu 20.04 as the default Docker container
< bitcoin-git> bitcoin/master 7a49fdc MarcoFalke: Merge bitcoin/bitcoin#22388: ci: use Ubuntu 20.04 as the default Docker co...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> [bitcoin] fanquake opened pull request #22390: system: skip trying to set the locale on NetBSD (master...netbsd_dont_set_locale) https://github.com/bitcoin/bitcoin/pull/22390
< bitcoin-git> [bitcoin] fanquake opened pull request #22390: system: skip trying to set the locale on NetBSD (master...netbsd_dont_set_locale) https://github.com/bitcoin/bitcoin/pull/22390
< bitcoin-git> [bitcoin] fanquake opened pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> [bitcoin] fanquake opened pull request #22388: ci: use Ubuntu 20.04 as the default Docker container (master...ci_ubuntu_20_04) https://github.com/bitcoin/bitcoin/pull/22388
< bitcoin-git> [bitcoin] sipa opened pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387
< bitcoin-git> [bitcoin] sipa opened pull request #22387: Rate limit the processing of rumoured addresses (master...202106_rate_limit_addr) https://github.com/bitcoin/bitcoin/pull/22387

2021-07-01

< jonatack> musing, fanquake and achow101 are at the top of https://github.com/bitcoin-core/gitian.sigs/graphs/contributors by a fair measure, makes sense
< jonatack> musing, fanquake and achow101 are at the top of https://github.com/bitcoin-core/gitian.sigs/graphs/contributors by a fair measure, makes sense
<@gribble> https://github.com/bitcoin/bitcoin/issues/21515 | Erlay: bandwidth-efficient transaction relay protocol by naumenkogs · Pull Request #21515 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21859 | Add minisketch subtree and integrate in build/test by sipa · Pull Request #21859 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21859 | Add minisketch subtree and integrate in build/test by sipa · Pull Request #21859 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21515 | Erlay: bandwidth-efficient transaction relay protocol by naumenkogs · Pull Request #21515 · 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
< 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
< harding> We've had to update the expiration on laanwj's key before, which created some confusion but not much. On Bitcoin.org years ago, we saw that 99% of people who downloaded binaries didn't download the SHASUMs file, so most people aren't verifying in any case.
< harding> We've had to update the expiration on laanwj's key before, which created some confusion but not much. On Bitcoin.org years ago, we saw that 99% of people who downloaded binaries didn't download the SHASUMs file, so most people aren't verifying in any case.
< jonatack> looking at https://github.com/bitcoin/bitcoin/commits/master/doc/release-process.md to see who has been interested in the process, there are a few non-maintainers who have been interested, as well as the maintainers, generally
< jonatack> looking at https://github.com/bitcoin/bitcoin/commits/master/doc/release-process.md to see who has been interested in the process, there are a few non-maintainers who have been interested, as well as the maintainers, generally
< laanwj> harding: this is not a major version update (0.21.0 to 0.21.1) ... but i agree all of this is manouvring around auto-updates just being a bad idea for bitcoin in the first place, and people who use it through a package manager sign up for that
< laanwj> harding: this is not a major version update (0.21.0 to 0.21.1) ... but i agree all of this is manouvring around auto-updates just being a bad idea for bitcoin in the first place, and people who use it through a package manager sign up for that
< sipa> i think the message really isn't so much "warning, this has taproot, do you like that?", but it is "warning: the package maintainer you trust has power to make your system update to new consensus rules, you should be aware of that risk, and evaluate whether that's an acceptable way to use bitcoin"
< sipa> it can also say "in this case, it is following the bitcoin core upstream release which has the taproot update included"
< sipa> it can also say "in this case, it is following the bitcoin core upstream release which has the taproot update included"
< sipa> i think the message really isn't so much "warning, this has taproot, do you like that?", but it is "warning: the package maintainer you trust has power to make your system update to new consensus rules, you should be aware of that risk, and evaluate whether that's an acceptable way to use bitcoin"
< earnestly> sipa: Wouldn't bitcoin core ship with its own prefered defaults allowing users to override them?
< earnestly> sipa: Wouldn't bitcoin core ship with its own prefered defaults allowing users to override them?
< harding> Some packages in debian come shipped in a not-completely-functional state; you have to flip some flag in /etc/defaults/package-name. You can have Bitcoin Core 0.21.1+ require you put "taproot = yes" in that file before it'll run.
< harding> Some packages in debian come shipped in a not-completely-functional state; you have to flip some flag in /etc/defaults/package-name. You can have Bitcoin Core 0.21.1+ require you put "taproot = yes" in that file before it'll run.
< laanwj> right, it's for good reason we resisted bitcoin being part of package repositories for a long time
< laanwj> right, it's for good reason we resisted bitcoin being part of package repositories for a long time
< sipa> this is the reason why bitcoin core's own release mechanism explicitly does not have an auto-upgrade mechanism
< sipa> this is the reason why bitcoin core's own release mechanism explicitly does not have an auto-upgrade mechanism
<@gribble> https://github.com/bitcoin/bitcoin/issues/22365 | guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs by dongcarl · Pull Request #22365 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22365 | guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs by dongcarl · Pull Request #22365 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21711 | guix: Add full installation and usage documentation by dongcarl · Pull Request #21711 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21711 | guix: Add full installation and usage documentation by dongcarl · Pull Request #21711 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont extra bind for Tor if binds are restricted by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont extra bind for Tor if binds are restricted by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22122 | ci: Bump macOS image to big-sur-xcode-12.5 by MarcoFalke · Pull Request #22122 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22122 | ci: Bump macOS image to big-sur-xcode-12.5 by MarcoFalke · Pull Request #22122 · bitcoin/bitcoin · GitHub
< laanwj> we're getting pretty close to the 22.0 branch-off point, but some PRs are still open https://github.com/bitcoin/bitcoin/milestone/47
< laanwj> we're getting pretty close to the 22.0 branch-off point, but some PRs are still open https://github.com/bitcoin/bitcoin/milestone/47
< core-meetingbot> Meeting started Thu Jul 1 19:00:11 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard 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 lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos
< laanwj> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard 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 lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos
< core-meetingbot> Meeting started Thu Jul 1 19:00:11 2021 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22385: refactor: Use DeploymentEnabled to hide VB deployments (master...2107-dep) https://github.com/bitcoin/bitcoin/pull/22385
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #22385: refactor: Use DeploymentEnabled to hide VB deployments (master...2107-dep) https://github.com/bitcoin/bitcoin/pull/22385
< bitcoin-git> [bitcoin] MarcoFalke pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/a926d6dfd291...ddc6979b8baa
< bitcoin-git> bitcoin/master 36a4ba0 Anthony Towns: versionbits: correct doxygen comments
< bitcoin-git> bitcoin/master eccd736 Anthony Towns: versionbits: Use dedicated lock instead of cs_main
< bitcoin-git> bitcoin/master 2b0d291 Anthony Towns: [refactor] Add deploymentstatus.h
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19438: Introduce deploymentstatus (master...202007-deployment-refactor) https://github.com/bitcoin/bitcoin/pull/19438
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19438: Introduce deploymentstatus (master...202007-deployment-refactor) https://github.com/bitcoin/bitcoin/pull/19438
< bitcoin-git> bitcoin/master eccd736 Anthony Towns: versionbits: Use dedicated lock instead of cs_main
< bitcoin-git> bitcoin/master 2b0d291 Anthony Towns: [refactor] Add deploymentstatus.h
< bitcoin-git> bitcoin/master 36a4ba0 Anthony Towns: versionbits: correct doxygen comments
< bitcoin-git> [bitcoin] MarcoFalke pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/a926d6dfd291...ddc6979b8baa
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22310: test: Add functional test for replacement relay fee check (master...2021-06-add-rbf5-test) https://github.com/bitcoin/bitcoin/pull/22310
< bitcoin-git> bitcoin/master a926d6d MarcoFalke: Merge bitcoin/bitcoin#22310: test: Add functional test for replacement rel...
< bitcoin-git> bitcoin/master c4ddee6 Antoine Riard: test: Add test for replacement relay fee check
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/091d35c70e88...a926d6dfd291
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/091d35c70e88...a926d6dfd291
< bitcoin-git> bitcoin/master c4ddee6 Antoine Riard: test: Add test for replacement relay fee check
< bitcoin-git> bitcoin/master a926d6d MarcoFalke: Merge bitcoin/bitcoin#22310: test: Add functional test for replacement rel...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #22310: test: Add functional test for replacement relay fee check (master...2021-06-add-rbf5-test) https://github.com/bitcoin/bitcoin/pull/22310
< vasild> sdaftuar: "what fraction of the network should receive any given announced address, over some time period" -- some simulations are at https://github.com/bitcoin/bitcoin/pull/21528#issuecomment-865658016, I guess a good starting point for that.
< vasild> sdaftuar: "what fraction of the network should receive any given announced address, over some time period" -- some simulations are at https://github.com/bitcoin/bitcoin/pull/21528#issuecomment-865658016, I guess a good starting point for that.
< vasild> sdaftuar: "to what extent it makes sense for nodes that don't understand, say, i2p addresses to be participating in i2p address relay at all" -- https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki contains this sentence: "Clients are RECOMMENDED to gossip addresses from all known networks even if they are currently not connected to some of them. That could help multi-homed nodes and
< vasild> sdaftuar: "to what extent it makes sense for nodes that don't understand, say, i2p addresses to be participating in i2p address relay at all" -- https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki contains this sentence: "Clients are RECOMMENDED to gossip addresses from all known networks even if they are currently not connected to some of them. That could help multi-homed nodes and
< vasild> "A low-resource attacker can gain full control of information flows between all users who chose to use Bitcoin over Tor" :-O
< vasild> "A low-resource attacker can gain full control of information flows between all users who chose to use Bitcoin over Tor" :-O
< bitcoin-git> bitcoin/master 091d35c Hennadii Stepanov: Merge bitcoin-core/gui#377: Translations update
< bitcoin-git> bitcoin/master c7f74f1 Hennadii Stepanov: Translations update
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2749613020ed...091d35c70e88
< bitcoin-git> [gui] hebasto merged pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
< bitcoin-git> [gui] hebasto merged pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
< bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2749613020ed...091d35c70e88
< bitcoin-git> bitcoin/master c7f74f1 Hennadii Stepanov: Translations update
< bitcoin-git> bitcoin/master 091d35c Hennadii Stepanov: Merge bitcoin-core/gui#377: Translations update
< vasild> btw, to be clear - the last commit from 22112 is kind of optional - it is only to convert the addrmans of early users who run un-relased bitcoin core
< vasild> btw, to be clear - the last commit from 22112 is kind of optional - it is only to convert the addrmans of early users who run un-relased bitcoin core
< bitcoin-git> [bitcoin] jlopp opened pull request #22383: prefer to use txindex if available for GetTransaction (master...GetTransactionPerformance) https://github.com/bitcoin/bitcoin/pull/22383
< bitcoin-git> [bitcoin] jlopp opened pull request #22383: prefer to use txindex if available for GetTransaction (master...GetTransactionPerformance) https://github.com/bitcoin/bitcoin/pull/22383
< bitcoin-git> [gui] hebasto opened pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
< hebasto> laanwj: ^ I've noted FF is checked in https://github.com/bitcoin/bitcoin/issues/20851 since yesterday
< hebasto> laanwj: ^ I've noted FF is checked in https://github.com/bitcoin/bitcoin/issues/20851 since yesterday
< bitcoin-git> [gui] hebasto opened pull request #377: Translations update (master...210701-tr) https://github.com/bitcoin-core/gui/pull/377
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22112 | Force port 0 in I2P by vasild · Pull Request #22112 · bitcoin/bitcoin · GitHub
< jonatack> a choice should probably made between the I2P options outlined in https://github.com/bitcoin/bitcoin/issues/21389#issuecomment-866925116 (a non-choice would also be a choice, but worth mentioning it)
< jonatack> a choice should probably made between the I2P options outlined in https://github.com/bitcoin/bitcoin/issues/21389#issuecomment-866925116 (a non-choice would also be a choice, but worth mentioning it)
<@gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont extra bind for Tor if binds are restricted by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/20234 | net: dont extra bind for Tor if binds are restricted by vasild · Pull Request #20234 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/19438 | Introduce deploymentstatus by ajtowns · Pull Request #19438 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/19438 | Introduce deploymentstatus by ajtowns · Pull Request #19438 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21711 | guix: Add full installation and usage documentation by dongcarl · Pull Request #21711 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/21711 | guix: Add full installation and usage documentation by dongcarl · Pull Request #21711 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22381 | guix: Test security-check sanity before performing them (with macOS) by fanquake · Pull Request #22381 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22365 | guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs by dongcarl · Pull Request #22365 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22365 | guix: Avoid relying on newer symbols by rebasing our cross toolchains on older glibcs by dongcarl · Pull Request #22365 · bitcoin/bitcoin · GitHub
<@gribble> https://github.com/bitcoin/bitcoin/issues/22381 | guix: Test security-check sanity before performing them (with macOS) by fanquake · Pull Request #22381 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] fanquake closed pull request #20980: guix: Test security-check sanity before performing them (master...2020-12-guix-mingw-extra-flags) https://github.com/bitcoin/bitcoin/pull/20980
< bitcoin-git> [bitcoin] fanquake closed pull request #20980: guix: Test security-check sanity before performing them (master...2020-12-guix-mingw-extra-flags) https://github.com/bitcoin/bitcoin/pull/20980
< bitcoin-git> [bitcoin] fanquake opened pull request #22381: guix: Test security-check sanity before performing them (with macOS) (master...20980_macOS_fixups) https://github.com/bitcoin/bitcoin/pull/22381
< bitcoin-git> [bitcoin] fanquake opened pull request #22381: guix: Test security-check sanity before performing them (with macOS) (master...20980_macOS_fixups) https://github.com/bitcoin/bitcoin/pull/22381
< bitcoin-git> [bitcoin] fanquake merged pull request #22348: build: Fix cross build for Windows with Boost Process (master...210627-boost) https://github.com/bitcoin/bitcoin/pull/22348
< bitcoin-git> [bitcoin] fanquake merged pull request #22348: build: Fix cross build for Windows with Boost Process (master...210627-boost) https://github.com/bitcoin/bitcoin/pull/22348
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/185acdb5e818...2749613020ed
< bitcoin-git> bitcoin/master 67669ab Hennadii Stepanov: build: Fix Boost Process compatibility with mingw-w64 compiler
< bitcoin-git> bitcoin/master 2749613 fanquake: Merge bitcoin/bitcoin#22348: build: Fix cross build for Windows with Boost...
< bitcoin-git> bitcoin/master 2749613 fanquake: Merge bitcoin/bitcoin#22348: build: Fix cross build for Windows with Boost...
< bitcoin-git> bitcoin/master 67669ab Hennadii Stepanov: build: Fix Boost Process compatibility with mingw-w64 compiler
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/185acdb5e818...2749613020ed
< bitcoin-git> [bitcoin] fanquake merged pull request #22334: wallet: do not spam about non-existent spk managers (master...stop_non_existing_spkman_spam) https://github.com/bitcoin/bitcoin/pull/22334
< bitcoin-git> [bitcoin] fanquake merged pull request #22334: wallet: do not spam about non-existent spk managers (master...stop_non_existing_spkman_spam) https://github.com/bitcoin/bitcoin/pull/22334
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa46e489820b...185acdb5e818
< bitcoin-git> bitcoin/master 6084d2c S3RK: wallet: do not spam about non-existent spk managers
< bitcoin-git> bitcoin/master 185acdb fanquake: Merge bitcoin/bitcoin#22334: wallet: do not spam about non-existent spk ma...
< bitcoin-git> bitcoin/master 185acdb fanquake: Merge bitcoin/bitcoin#22334: wallet: do not spam about non-existent spk ma...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fa46e489820b...185acdb5e818
< bitcoin-git> bitcoin/master 6084d2c S3RK: wallet: do not spam about non-existent spk managers
< bitcoin-git> bitcoin/master fa46e48 fanquake: Merge bitcoin/bitcoin#22379: wallet: erase spkmans rather than setting to ...
< bitcoin-git> bitcoin/master b945a31 Andrew Chow: wallet: erase spkmans rather than setting to nullptr
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ef2d400fa42...fa46e489820b
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ef2d400fa42...fa46e489820b
< bitcoin-git> bitcoin/master b945a31 Andrew Chow: wallet: erase spkmans rather than setting to nullptr
< bitcoin-git> bitcoin/master fa46e48 fanquake: Merge bitcoin/bitcoin#22379: wallet: erase spkmans rather than setting to ...
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3ef2d400fa42...fa46e489820b
< bitcoin-git> bitcoin/master b945a31 Andrew Chow: wallet: erase spkmans rather than setting to nullptr
< bitcoin-git> bitcoin/master fa46e48 fanquake: Merge bitcoin/bitcoin#22379: wallet: erase spkmans rather than setting to ...