2022-02-21

<bitcoin-git> [gui] Sjors opened pull request #555: Enable Send button when using external signer (master...2022/02/send_button) https://github.com/bitcoin-core/gui/pull/555
<bitcoin-git> [bitcoin] fanquake merged pull request #24137: doc: Rework generate* doc (master...2201-docBlock) https://github.com/bitcoin/bitcoin/pull/24137
<bitcoin-git> bitcoin/master 85ae549 fanquake: Merge bitcoin/bitcoin#24137: doc: Rework generate* doc
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/72f97289c431...85ae549a4687
<bitcoin-git> bitcoin/master fa30e62 MarcoFalke: doc: Rework generate* doc
<laanwj> CDEV: #bitcoin please, this channel is for development not general usage questions
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24404: refactor: Remove confusing P1008R1 violation in ATMPArgs (master...2202-cpp🥲) https://github.com/bitcoin/bitcoin/pull/24404
<bitcoin-git> [bitcoin] fanquake merged pull request #24343: Add descriptor_tests covering tr(), and fix minor bugs (master...202202_trunittests) https://github.com/bitcoin/bitcoin/pull/24343
<bitcoin-git> bitcoin/master 4b2e31a Pieter Wuille: Bugfix: make ToPrivateString work with x-only keys
<bitcoin-git> bitcoin/master 0683f37 Pieter Wuille: Add tr() descriptor unit tests
<bitcoin-git> bitcoin/master 18ad54c Pieter Wuille: Bugfix: set x-only flag when inferring pk() inside tr()
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/cf22191fd8cf...72f97289c431
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24403: Avoid implicit-integer-sign-change in VerifyLoadedChainstate (master...2202-intB) https://github.com/bitcoin/bitcoin/pull/24403
<gribble> https://github.com/bitcoin/bitcoin/issues/24367 | User-facing content and codebase doc fixups from transifex translator feedback by jonatack · Pull Request #24367 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24377 | qt: Update translation source file by hebasto · Pull Request #24377 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24402: refactor: Avoid implicit-integer-sign-change in bech32.cpp (master...2202-intbech) https://github.com/bitcoin/bitcoin/pull/24402
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24072: doc: fix wording of alertnotify to match behaviour (master...alert_notify) https://github.com/bitcoin/bitcoin/pull/24072
<bitcoin-git> bitcoin/master 6981de4 willcl-ark: doc: fix wording of alertnotify
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4acf2332d49d...cf22191fd8cf
<bitcoin-git> bitcoin/master cf22191 MarcoFalke: Merge bitcoin/bitcoin#24072: doc: fix wording of alertnotify to match beha...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24376: doc: bitcoin-wallet fixes (help output and code comment) (master...bitcoin-wallet-trivial) https://github.com/bitcoin/bitcoin/pull/24376
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/abaf943477ad...4acf2332d49d
<bitcoin-git> bitcoin/master 0db3ad3 Kristaps Kaupe: Mention -signet in bitcoin-wallet help output
<bitcoin-git> bitcoin/master 62cc138 Kristaps Kaupe: Rename wallet-tool to bitcoin-wallet in code comment
<bitcoin-git> bitcoin/master 4acf233 MarcoFalke: Merge bitcoin/bitcoin#24376: doc: bitcoin-wallet fixes (help output and co...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24231: streams: Fix read-past-the-end and integer overflows (master...2201-streamIgnore) https://github.com/bitcoin/bitcoin/pull/24231
<bitcoin-git> bitcoin/master fa56c79 MarcoFalke: Make CDataStream work properly on 64-bit systems
<bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/3de5fcc94fcd...abaf943477ad
<bitcoin-git> bitcoin/master fab02f7 MarcoFalke: streams: Fix read-past-the-end and integer overflows
<bitcoin-git> bitcoin/master fa1b89a MarcoFalke: scripted-diff: Rename nReadPos to m_read_pos in streams.h
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24296: ci: use Ubuntu Jammy for Windows cross-compilation CI (master...win_ci_gcc_10_3) https://github.com/bitcoin/bitcoin/pull/24296
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7cc39b183879...3de5fcc94fcd
<bitcoin-git> bitcoin/master a1515cd fanquake: ci: use Ubuntu Jammy for Windows CI
<bitcoin-git> bitcoin/master 3de5fcc MarcoFalke: Merge bitcoin/bitcoin#24296: ci: use Ubuntu Jammy for Windows cross-compil...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24347: rpc: Fix implicit-integer-sign-change in verifychain (master...2202-rpcInt) https://github.com/bitcoin/bitcoin/pull/24347
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5f44c5c428b6...7cc39b183879
<bitcoin-git> bitcoin/master fa8dad0 MarcoFalke: rpc: Fix implicit-integer-sign-change in verifychain
<bitcoin-git> bitcoin/master 7cc39b1 MarcoFalke: Merge bitcoin/bitcoin#24347: rpc: Fix implicit-integer-sign-change in veri...

2022-02-20

<bitcoin-git> [gui] jonatack opened pull request #554: Add and improve peers tab address fields dev notes and tooltips (master...improve-peers-tab-address-fields-extracomments-and-tooltips) https://github.com/bitcoin-core/gui/pull/554
<bitcoin-git> [bitcoin] hebasto opened pull request #24401: wallet: Add external-signer-support specific error message (master...220220-signer) https://github.com/bitcoin/bitcoin/pull/24401
<bitcoin-git> [bitcoin] hebasto closed pull request #24399: new (master...master) https://github.com/bitcoin/bitcoin/pull/24399
<bitcoin-git> [bitcoin] Andreasjuette opened pull request #24399: new (master...master) https://github.com/bitcoin/bitcoin/pull/24399
<hebasto> laanwj: bitcoin-git bot seems down again
<gribble> https://github.com/bitcoin/bitcoin/issues/24133 | index: Improve robustness of coinstatsindex at restart by fjahr · Pull Request #24133 · bitcoin/bitcoin · GitHub

2022-02-19

<dongcarl> Trying to rework our logging facilities and use lambdas to delay evaluation instead of what we have now, wondering why this didn't work (tests are failing): https://github.com/bitcoin/bitcoin/commit/32985b1d7f5edd7350c13e05dd62f979348a65fb
<stick> achow101: isn't that related to https://github.com/bitcoin/bitcoin/issues/24368
<gribble> https://github.com/bitcoin/bitcoin/issues/24362 | wallet: Do not match legacy addresses for change type by achow101 · Pull Request #24362 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] hebasto opened pull request #24392: build: Fix cross-compiling depends with cmake (master...220219-cmake) https://github.com/bitcoin/bitcoin/pull/24392
<bitcoin-git> [bitcoin] fanquake opened pull request #24391: build: stop overriding user autoconf flags (master...stop_overriding_user_flags) https://github.com/bitcoin/bitcoin/pull/24391
<bitcoin-git> [bitcoin] hebasto opened pull request #24390: test: Remove suppression no longer needed with headers-only Boost.Test (master...220219-race) https://github.com/bitcoin/bitcoin/pull/24390
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24385: build: remove boost dep from libmultiprocess (master...boost_less_multiprocess) https://github.com/bitcoin/bitcoin/pull/24385
<bitcoin-git> bitcoin/master 07dcf1a fanquake: build: remove boost dep from libmultiprocess
<bitcoin-git> bitcoin/master 28aa0e3 MarcoFalke: Merge bitcoin/bitcoin#24385: build: remove boost dep from libmultiprocess
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a6c3da131c85...28aa0e3ca0a6
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24350: Primitives: Correct CTransaction deserialization docstring (master...rmCTxWitness) https://github.com/bitcoin/bitcoin/pull/24350
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5d254a234d8c...a6c3da131c85
<bitcoin-git> bitcoin/master a6c3da1 MarcoFalke: Merge bitcoin/bitcoin#24350: Primitives: Correct CTransaction deserializat...
<bitcoin-git> bitcoin/master d4b3483 TheCharlatan: Primitives: Correct CTransaction deserialization docstring

2022-02-18

<bitcoin-git> [bitcoin] RandyMcMillan closed pull request #24379: refactor: base58.cpp - preemptively remove deprecated += (master...1645177905-scripted-diff-base58) https://github.com/bitcoin/bitcoin/pull/24379
<bitcoin-git> [gui] w0xlt opened pull request #553: Change address / amount error background (master...change_error_background) https://github.com/bitcoin-core/gui/pull/553
<bitcoin-git> [gui] w0xlt opened pull request #552: PR24067 follow-ups (master...pr24067-follow-ups) https://github.com/bitcoin-core/gui/pull/552
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24384: ci: remove `boost_cxxflags` from MSAN CIs (master...prune_boost_msan) https://github.com/bitcoin/bitcoin/pull/24384
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/66636ca438cb...5d254a234d8c
<bitcoin-git> bitcoin/master 7e02adf fanquake: ci: add missing sqlite_cflags to MSAN fuzz job
<bitcoin-git> bitcoin/master 5d254a2 MarcoFalke: Merge bitcoin/bitcoin#24384: ci: remove `boost_cxxflags` from MSAN CIs
<bitcoin-git> bitcoin/master 54d817c fanquake: ci: remove boost_cxxflags from MSAN CIs
<darosior> Could someone re-kick the ARM ci for https://github.com/bitcoin/bitcoin/pull/24148 please? It still has the 'agent not responding!' thing since last time.
<bitcoin-git> [bitcoin] fanquake opened pull request #24385: build: remove boost dep from libmultiprocess (master...boost_less_multiprocess) https://github.com/bitcoin/bitcoin/pull/24385
<bitcoin-git> [bitcoin] fanquake opened pull request #24384: ci: remove `boost_cxxflags` from MSAN CIs (master...prune_boost_msan) https://github.com/bitcoin/bitcoin/pull/24384
<bitcoin-git> [bitcoin] fanquake closed pull request #23340: build: upgrade to boost 1.77 to fix c++20 compilation (master...bump-boost-version-1.73-btc) https://github.com/bitcoin/bitcoin/pull/23340
<bitcoin-git> [bitcoin] fanquake opened pull request #24383: build: upgrade depends Boost to 1.78.0 (master...23340_rebased) https://github.com/bitcoin/bitcoin/pull/24383
<darosior> Heh, more people even at #bitcoin-hwi
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24381: test: Run symlink regression tests on Windows (master...2202-testWin) https://github.com/bitcoin/bitcoin/pull/24381
<bitcoin-git> [bitcoin] RandyMcMillan opened pull request #24379: scripted-diff: base58.cpp - preemptively remove deprecated += (master...1645177905-scripted-diff-base58) https://github.com/bitcoin/bitcoin/pull/24379
<bitcoin-git> [bitcoin] vasild opened pull request #24378: refactor: make bind() and listen() mockatble/testable (master...mockable_bind_and_listen) https://github.com/bitcoin/bitcoin/pull/24378
<bitcoin-git> [bitcoin] hebasto opened pull request #24377: qt: Update translation source file (master...220218-translate) https://github.com/bitcoin/bitcoin/pull/24377
<laanwj> dongcarl: we were similarly surprised here https://github.com/bitcoin/bitcoin/pull/24338#pullrequestreview-881840898, i think this is really strange c++ behavior
<gribble> https://github.com/bitcoin/bitcoin/issues/23468 | make Python bindings externally usable by jamesob · Pull Request #23468 · bitcoin/bitcoin · GitHub
<laanwj> re: rpc bindings in bitcoin core, the sentiment seems to be 'no', that there is a percieved need for something to be 'well-maintained' doesn't mean it needs to end up on the plate of the maintainers of bitcoin core, see also the discussion in #23468 (and that's about Python, not some language)
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24360: doc: improve -netinfo help based on feedback from users and devs (master...netinfo-doc-improvements) https://github.com/bitcoin/bitcoin/pull/24360
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a618c1e3b79...66636ca438cb
<bitcoin-git> bitcoin/master a4da16f Jon Atack: Improve -netinfo help based on feedback from users and devs
<bitcoin-git> bitcoin/master 66636ca MarcoFalke: Merge bitcoin/bitcoin#24360: doc: improve -netinfo help based on feedback ...
<bitcoin-git> [bitcoin] kristapsk closed pull request #24353: RPC: Return external_signer command in getwalletinfo (master...getwalletinfo-external_signer-2) https://github.com/bitcoin/bitcoin/pull/24353
<bitcoin-git> [bitcoin] kristapsk opened pull request #24376: script: Trivial bitcoin-wallet fixes (help output and code comment) (master...bitcoin-wallet-trivial) https://github.com/bitcoin/bitcoin/pull/24376
<jeremyrubin> i think this is bitcoin-core specific, but are there any well maintained bitcoin core RPC libraries for javascript/typescript?
<bitcoin-git> [bitcoin] ryanofsky opened pull request #24375: Do not use `LocalTestingSetup` in getarg_tests test file. (master...pr/fixt) https://github.com/bitcoin/bitcoin/pull/24375

2022-02-17

<bitcoin-git> [bitcoin] achow101 merged pull request #24281: docs: Update to match new default wallet type (master...doc-fix-default-wallet) https://github.com/bitcoin/bitcoin/pull/24281
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/edc0d327f1a0...3a618c1e3b79
<bitcoin-git> bitcoin/master 3a618c1 Andrew Chow: Merge bitcoin/bitcoin#24281: docs: Update to match new default wallet type...
<bitcoin-git> bitcoin/master 8e9699c Bitcoin Hodler: Update doc to match new default wallet type
<bitcoin-git> [bitcoin] theStack opened pull request #24374: contrib: refactor: simplify linearize scripts (master...202202-contrib-simplify_linearize_script) https://github.com/bitcoin/bitcoin/pull/24374
<core-meetingbot`> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt / http://gnusha.org/bitcoin-core-dev/proposedwalletmeetingtopics.txt
<luke-jr> might be nice to investigate a disappeared-Bitcoin system and see if the logs say why
<hebasto> for now we have multiple claims that macos removes Bitcoin Core; assuming it could be related to lack of notarization
<fanquake> users are reporting their bitcoin core apps just flat out disappearing
<gribble> https://github.com/bitcoin/bitcoin/issues/24365 | wallet: Dont generate keys for wallets with private keys disabled during upgradewallet by achow101 · Pull Request #24365 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/15774 | macOS App Notarization · Issue #15774 · bitcoin/bitcoin · GitHub
<laanwj> what we could do is look at the milestone of course https://github.com/bitcoin/bitcoin/milestone/52
<laanwj> welcome to the weekly general bitcoin-core meeting, there have been no proposed topics for this week, any last minute ones?
<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 larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball
<core-meetingbot`> Meeting started Thu Feb 17 19:00:11 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] fanquake merged pull request #24349: fuzz: Split script formatting from script fuzz target (master...2202-fuzzFaster) https://github.com/bitcoin/bitcoin/pull/24349
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/003523d239aa...edc0d327f1a0
<bitcoin-git> bitcoin/master fae3f17 MarcoFalke: fuzz: Split script formatting from script fuzz target
<bitcoin-git> bitcoin/master edc0d32 fanquake: Merge bitcoin/bitcoin#24349: fuzz: Split script formatting from script fuz...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24372: bench: Avoid deprecated use of volatile += (master...2202-20) https://github.com/bitcoin/bitcoin/pull/24372
<bitcoin-git> [bitcoin] fanquake merged pull request #24338: util: Work around libstdc++ create_directories issue (master...2022-02-create-directories) https://github.com/bitcoin/bitcoin/pull/24338
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/922c49a13895...003523d239aa
<bitcoin-git> bitcoin/master 1f46b6e laanwj: util: Work around libstdc++ create_directories issue
<bitcoin-git> bitcoin/master b223c3c laanwj: test: Add functional test for symlinked blocks directory
<bitcoin-git> bitcoin/master ddb75c2 Hennadii Stepanov: test: Add fs_tests/create_directories unit test
<bitcoin-git> [bitcoin] klementtan opened pull request #24371: util: Fix `ReadBinaryFile` beyond maxsize (master...fix-readwritefile) https://github.com/bitcoin/bitcoin/pull/24371
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jonatack opened pull request #24370: doc: mention quality filter in getnodeaddresses and -addrinfo helps (master...mention-quality-filter-in-getnodeaddresses-and-addrinfo) https://github.com/bitcoin/bitcoin/pull/24370
<bitcoin-git> [bitcoin] laanwj opened pull request #24369: util: Add missing rseq to syscall sandbox (master...2022-02-rseq) https://github.com/bitcoin/bitcoin/pull/24369
<bitcoin-git> [bitcoin] laanwj merged pull request #23819: ConnectBlock: don't serialize block hash twice (master...faster_block_connected_usdt) https://github.com/bitcoin/bitcoin/pull/23819
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/df0825046acc...922c49a13895
<bitcoin-git> bitcoin/master eb8b22d William Casarin: block_connected: re-use previous GetTimeMicros
<bitcoin-git> bitcoin/master 80e1c55 William Casarin: block_connected: don't serialize block hash twice
<bitcoin-git> bitcoin/master 922c49a laanwj: Merge bitcoin/bitcoin#23819: ConnectBlock: don't serialize block hash twic...
<gribble> https://github.com/bitcoin/bitcoin/issues/24367 | User-facing content and codebase doc fixups from transifex translator feedback by jonatack · Pull Request #24367 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jonatack opened pull request #24367: User-facing content fixups from transifex translator feedback (master...fixes-based-on-transifex-translator-feedback) https://github.com/bitcoin/bitcoin/pull/24367
<bitcoin-git> [bitcoin] laanwj merged pull request #24331: util: Revert back `MoveFileExW` call for MinGW-w64 (master...220213-rename) https://github.com/bitcoin/bitcoin/pull/24331
<bitcoin-git> bitcoin/master dc01cbc Hennadii Stepanov: test: Add fs_tests/rename unit test
<bitcoin-git> bitcoin/master df08250 laanwj: Merge bitcoin/bitcoin#24331: util: Revert back `MoveFileExW` call for MinG...
<bitcoin-git> bitcoin/master d4999d4 Hennadii Stepanov: util: Revert back MoveFileExW call for MinGW-w64
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/97611921bed8...df0825046acc
<fanquake> which at this point is most of the things here: https://github.com/bitcoin/bitcoin/milestone/52
<bitcoin-git> [bitcoin] fanquake merged pull request #24348: build: Fix Guix build for Windows (attempt 2) (master...220215-guix) https://github.com/bitcoin/bitcoin/pull/24348
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/03c8c6937ee0...97611921bed8
<bitcoin-git> bitcoin/master 7f2f35f Hennadii Stepanov: build: Fix gcc-cross-x86_64-w64-mingw32-10.3.0 in Guix
<bitcoin-git> bitcoin/master b3617a9 Hennadii Stepanov: build: Point Guix to recent commit on the master branch
<bitcoin-git> bitcoin/master 9761192 fanquake: Merge bitcoin/bitcoin#24348: build: Fix Guix build for Windows (attempt 2)...
<jonatack> laanwj: wrt 23542, potential privacy gain but if many DNS seeds take advantage of it before the seeder and bitcoin core code reading them are updated... be good to have those updated before this release (or the next one)
<gribble> https://github.com/bitcoin/bitcoin/issues/23542 | net: open p2p connections to nodes that listen on non-default ports by vasild · Pull Request #23542 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24366 | Transifex translators feedback · Issue #24366 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24177: validation, refactor: add missing thread safety lock assertions (master...add-missing-lock-assertions-in-validation) https://github.com/bitcoin/bitcoin/pull/24177
<bitcoin-git> bitcoin/master f485a07 Jon Atack: Add missing thread safety lock assertions in validation.h
<bitcoin-git> bitcoin/master 37af8a2 Jon Atack: Add missing thread safety lock assertions in validation.cpp
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b304b657828c...03c8c6937ee0
<bitcoin-git> bitcoin/master 03c8c69 MarcoFalke: Merge bitcoin/bitcoin#24177: validation, refactor: add missing thread safe...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24359: doc: Fix typos (master...fix-the-the-comment) https://github.com/bitcoin/bitcoin/pull/24359
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1e8aa02ec5cc...b304b657828c
<bitcoin-git> bitcoin/master ba4906f Taeik Lim: doc: Fix typos
<bitcoin-git> bitcoin/master b304b65 MarcoFalke: Merge bitcoin/bitcoin#24359: doc: Fix typos
<bitcoin-git> [bitcoin] achow101 opened pull request #24365: wallet: Don't generate keys for wallets with private keys disabled during upgradewallet (master...upgrade-disable-privkeys) https://github.com/bitcoin/bitcoin/pull/24365
<bitcoin-git> [bitcoin] jamesob opened pull request #24364: refactor: remove duplicate code from BlockAssembler (master...2022-02-ba-dup-code) https://github.com/bitcoin/bitcoin/pull/24364

2022-02-16

<bitcoin-git> [bitcoin] hebasto opened pull request #24363: ci: Catch assertion error message into logs for test_bitcoin.exe (master...220216-assert) https://github.com/bitcoin/bitcoin/pull/24363
<bitcoin-git> [bitcoin] achow101 opened pull request #24362: wallet: Do not match legacy addresses for change type (master...rm-legacy-change) https://github.com/bitcoin/bitcoin/pull/24362
<bitcoin-git> [bitcoin] sipa opened pull request #24361: Descriptor unit tests and simplifications (master...202202_desctests) https://github.com/bitcoin/bitcoin/pull/24361
<gribble> https://github.com/bitcoin/bitcoin/issues/24338 | util: Work around libstdc++ create_directories issue by laanwj · Pull Request #24338 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] dongcarl closed pull request #24332: [kernel 2/n] Decouple from `netaddress`+`asmap`, parts of `timedata`+`init/common` (master...2022-02-libbitcoinkernel-p2-minimal) https://github.com/bitcoin/bitcoin/pull/24332
<bitcoin-git> [bitcoin] jonatack opened pull request #24360: doc: improve -netinfo help based on feedback from users and devs (master...netinfo-doc-improvements) https://github.com/bitcoin/bitcoin/pull/24360
<bitcoin-git> [bitcoin] acktsap opened pull request #24359: node, wallet: Fix 'the the' in comments (master...fix-the-the-comment) https://github.com/bitcoin/bitcoin/pull/24359
<bitcoin-git> [bitcoin] 0xB10C opened pull request #24358: test: USDT tracepoint interface tests (master...2022-02-tracepoint-tests-a) https://github.com/bitcoin/bitcoin/pull/24358
<bitcoin-git> [bitcoin] vasild opened pull request #24357: refactor: make setsockopt() and SetSocketNoDelay() mockable/testable (master...mockable_SetSocketNoDelay_and_setsockopt) https://github.com/bitcoin/bitcoin/pull/24357
<bitcoin-git> [bitcoin] vasild opened pull request #24356: refactor: replace CConnman::SocketEvents() with mockable Sock::WaitMany() (master...WaitMany) https://github.com/bitcoin/bitcoin/pull/24356
<bitcoin-git> [bitcoin] dev7ba closed pull request #24318: doc: ZMQ documentation fix regarding topics (master...zmqDocFix) https://github.com/bitcoin/bitcoin/pull/24318
<bitcoin-git> [bitcoin] hebasto opened pull request #24355: util, refactor: Add UNIQUE_NAME helper macro (master...220216-unique) https://github.com/bitcoin/bitcoin/pull/24355
<laanwj> i meannn it's the same discussion every time but clearly bitcoin and cryptocurrency is still experimental on several levels, which makes it useful as a warning/disclaimer, and also not in some other ways, it's really not worth getting into that discussion over a single word in the documentation
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24295: Remove std::move from fs wrapper to work around -D_LIBCPP_DEBUG=1 bug (master...2202-bug) https://github.com/bitcoin/bitcoin/pull/24295
<bitcoin-git> [bitcoin] kristapsk opened pull request #24353: RPC: Return external_signer command in getwalletinfo (master...getwalletinfo-external_signer-2) https://github.com/bitcoin/bitcoin/pull/24353

2022-02-15

<gribble> https://github.com/bitcoin/bitcoin/issues/21883 | doc: remove experimental word. by jaanauati · Pull Request #21883 · bitcoin/bitcoin · GitHub
<ronoaldo> I'm not sure if this is the proper place to ask but the bitcoin client qt displays "This is experimental software." when you go to about -> About Bitcoin Core. Is there a goal to consider the software no longer experimental? Like, it won't be experimental when a milestone/feature set is reached.
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24117: index: make indices robust against init aborts (master...202201_index_startup) https://github.com/bitcoin/bitcoin/pull/24117
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/7164e00e1bc4...1e8aa02ec5cc
<bitcoin-git> bitcoin/master 0243907 Martin Zumsande: index: Don't commit without valid m_best_block_index
<bitcoin-git> bitcoin/master bfcd60f Martin Zumsande: test: activate all index types in feature_init.py
<bitcoin-git> bitcoin/master 1e8aa02 MarcoFalke: Merge bitcoin/bitcoin#24117: index: make indices robust against init abort...
<gribble> https://github.com/bitcoin/bitcoin/issues/15218 | validation: Flush state after initial sync by andrewtoth · Pull Request #15218 · bitcoin/bitcoin · GitHub
<luke-jr> [12:01:42] <yanmaani> Why doesn't Bitcoin Core sync db after completing ibd? <-- that's #15218 (included in Knots)
<willcl_ark> I'm curious about which transactions could remain in `mapDeltas` after writing (and erasing) every transaction from `vinfo` as part of `DumpMempool` here: https://github.com/bitcoin/bitcoin/blob/master/src/validation.cpp#L4590-L4597
<bitcoin-git> [bitcoin] ryanofsky opened pull request #24352: RFC: Add doc/design/libraries.md (master...pr/libs) https://github.com/bitcoin/bitcoin/pull/24352
<gribble> https://github.com/bitcoin/bitcoin/issues/17487 | coins: allow write to disk without cache drop by jamesob · Pull Request #17487 · bitcoin/bitcoin · GitHub
<Kiminuo> Hey, if anyone has a moment. Could you express your concept ACK / NACK for https://github.com/bitcoin/bitcoin/pull/24339
<bitcoin-git> [bitcoin] fanquake closed pull request #24300: guix: point to latest upstream master (master...reenable_win_guix) https://github.com/bitcoin/bitcoin/pull/24300
<yanmaani> start bitcoin again, wait for it to sync up, kill it with -9
<yanmaani> to reproduce: install bitcoin core, sync it until it's like a week behind, close it orderly
<yanmaani> Why doesn't Bitcoin Core sync db after completing ibd?
<provoostenator> Can move to #bitcoin-dev if the answer is "complicated" :-)
<michaelfolkson> provoostenator: Probably should be in #bitcoin-dev (and I think only luke-jr can answer it) but BIP 148, 149 weren't given single digits and allocated at similar time. But they were entitled to be SegWit specific rather than general activation mechanism
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #24350: Primitives: Correct CTransaction deserialization docstring (master...rmCTxWitness) https://github.com/bitcoin/bitcoin/pull/24350
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24349: fuzz: Split script formatting from script fuzz target (master...2202-fuzzFaster) https://github.com/bitcoin/bitcoin/pull/24349
<bitcoin-git> [bitcoin] hebasto opened pull request #24348: build: Fix Guix build for Windows (attempt #2) (master...220215-guix) https://github.com/bitcoin/bitcoin/pull/24348
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24347: rpc: Fix implicit-integer-sign-change in verifychain (master...2202-rpcInt) https://github.com/bitcoin/bitcoin/pull/24347
<bitcoin-git> [bitcoin] fanquake merged pull request #24256: [22.x] build: Bump depends packages (zmq, libXau) (22.x...backport_centos_8) https://github.com/bitcoin/bitcoin/pull/24256
<bitcoin-git> bitcoin/22.x 685ac6a fanquake: build: fix depends zeromq dash compatibility
<bitcoin-git> bitcoin/22.x 4b92a6b fanquake: build: libXau 1.0.9
<bitcoin-git> bitcoin/22.x b5d12ed MarcoFalke: ci: Bump CentOS 8 image
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/a06915dece9f...eff97097239f
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24324: test: refactor: remove unneeded bytes<->hex conversions in `byte_to_base58` (master...202202-test-refactor_simplify-byte_to_base58) https://github.com/bitcoin/bitcoin/pull/24324
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/566df80624b0...7164e00e1bc4
<bitcoin-git> bitcoin/master f11dad2 Sebastian Falbesoner: test: refactor: remove unneeded bytes<->hex conversions in `byte_to_base58...
<bitcoin-git> bitcoin/master 7164e00 MarcoFalke: Merge bitcoin/bitcoin#24324: test: refactor: remove unneeded bytes<->hex c...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24336: Print enable_fuzz_binary in configure (master...2202-buildFuzz) https://github.com/bitcoin/bitcoin/pull/24336
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/444b6b342df6...566df80624b0
<bitcoin-git> bitcoin/master faef344 MarcoFalke: Print enable_fuzz_binary in configure
<bitcoin-git> bitcoin/master 566df80 MarcoFalke: Merge bitcoin/bitcoin#24336: Print enable_fuzz_binary in configure
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24340: util: Add missing unlinkat to syscall sandbox (master...2202-gcc12) https://github.com/bitcoin/bitcoin/pull/24340
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/493b1156d843...444b6b342df6
<bitcoin-git> bitcoin/master fa45597 MarcoFalke: util: Add missing unlinkat to syscall sandbox
<bitcoin-git> bitcoin/master 444b6b3 MarcoFalke: Merge bitcoin/bitcoin#24340: util: Add missing unlinkat to syscall sandbox...
<bitcoin-git> [bitcoin] fanquake merged pull request #24345: doc: Release process: fix broken link to Guix building docs (master...guix-link) https://github.com/bitcoin/bitcoin/pull/24345
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6b8e4977b832...493b1156d843
<bitcoin-git> bitcoin/master 64645fa Jeremy Rand: Release process: fix broken link to Guix building docs
<bitcoin-git> bitcoin/master 493b115 fanquake: Merge bitcoin/bitcoin#24345: doc: Release process: fix broken link to Guix...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24342: test: remove `import socket` in test_ipv6_local (master...2022-02-remove-socket-import) https://github.com/bitcoin/bitcoin/pull/24342
<bitcoin-git> bitcoin/master 460fa8e brunoerg: test: remove `import socket` in test_ipv6_local
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1695d6661bf2...6b8e4977b832
<bitcoin-git> bitcoin/master 6b8e497 MarcoFalke: Merge bitcoin/bitcoin#24342: test: remove `import socket` in test_ipv6_loc...
<bitcoin-git> [gui] hebasto merged pull request #509: Respect dialog modality and fix a regression in wallet unlock (master...211217-unlock) https://github.com/bitcoin-core/gui/pull/509
<bitcoin-git> [bitcoin] hebasto pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/8fe6f5a6fbcd...1695d6661bf2
<bitcoin-git> bitcoin/master 66afa28 Hennadii Stepanov: qt, refactor: Replace BitcoinGUI::trayIconActivated with a lambda
<bitcoin-git> bitcoin/master c3ca836 Hennadii Stepanov: qt, refactor: Replace BitcoinGUI::macosDockIconActivated with a lambda
<bitcoin-git> bitcoin/master 78189da Hennadii Stepanov: qt, refactor: Fill up trayIconMenu before connections
<bitcoin-git> [bitcoin] JeremyRand opened pull request #24345: doc: Release process: fix broken link to Guix building docs (master...guix-link) https://github.com/bitcoin/bitcoin/pull/24345
<bitcoin-git> [gui] jonatack opened pull request #549: gui, refactor: use std::chrono for formatDurationStr() helper (master...formatDurationStr-std-chrono) https://github.com/bitcoin-core/gui/pull/549

2022-02-14

<bitcoin-git> [bitcoin] thonkle closed pull request #24116: Document listening on port 0 assigns a random unused port (master...doc-port-0) https://github.com/bitcoin/bitcoin/pull/24116
<bitcoin-git> [bitcoin] thonkle opened pull request #24344: init: Add bounds checking to -port (master...disallow-port-0) https://github.com/bitcoin/bitcoin/pull/24344
<bitcoin-git> [bitcoin] sipa opened pull request #24343: Add descriptor_tests covering tr(), and fix infer bug (master...202202_trunittests) https://github.com/bitcoin/bitcoin/pull/24343
<bitcoin-git> [bitcoin] brunoerg opened pull request #24342: test: remove `import socket` in test_ipv6_local (master...2022-02-remove-socket-import) https://github.com/bitcoin/bitcoin/pull/24342
<bitcoin-git> [bitcoin] fanquake merged pull request #24326: build: minor cleanups to native_clang package (master...remove_unused_clang_include_dir) https://github.com/bitcoin/bitcoin/pull/24326
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/988058defbb6...8fe6f5a6fbcd
<bitcoin-git> bitcoin/master dbcaba8 fanquake: build: remove unused include dir from clang package
<bitcoin-git> bitcoin/master 4255b46 fanquake: build: remove -f from clang cp invocation
<bitcoin-git> bitcoin/master 8fe6f5a fanquake: Merge bitcoin/bitcoin#24326: build: minor cleanups to native_clang package...
<bitcoin-git> [bitcoin] fanquake opened pull request #24341: build: remove some no-longer-needed var unexporting from configure (master...remove_redundant_un_export) https://github.com/bitcoin/bitcoin/pull/24341
<bitcoin-git> [bitcoin] fanquake merged pull request #24254: build: Add Boost.Process usage check (master...220203-bp) https://github.com/bitcoin/bitcoin/pull/24254
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9011d4d8ae61...988058defbb6
<bitcoin-git> bitcoin/master abc057c Hennadii Stepanov: build: Add Boost.Process usage check
<bitcoin-git> bitcoin/master 988058d fanquake: Merge bitcoin/bitcoin#24254: build: Add Boost.Process usage check
<bitcoin-git> [bitcoin] fanquake merged pull request #23955: build: add support for NetBSD in depends (master...depends_support_netbsd) https://github.com/bitcoin/bitcoin/pull/23955
<bitcoin-git> bitcoin/master 7b06ffc fanquake: build: add NetBSD support to depends
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c23bf06492dd...9011d4d8ae61
<bitcoin-git> bitcoin/master 9011d4d fanquake: Merge bitcoin/bitcoin#23955: build: add support for NetBSD in depends
<bitcoin-git> bitcoin/master bcd36e1 fanquake: build: correct depends FreeBSD C{XX}FLAGS
<bitcoin-git> [bitcoin] laanwj merged pull request #24115: ARMv8 SHA2 Intrinsics (master...armv8-shani) https://github.com/bitcoin/bitcoin/pull/24115
<bitcoin-git> bitcoin/master 48a72fa Pavol Rusnak: Add sha256_arm_shani to build system
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/3ce40e64d4ae...c23bf06492dd
<bitcoin-git> bitcoin/master fe06298 Pavol Rusnak: Implement sha256_arm_shani::Transform
<bitcoin-git> bitcoin/master c2b7934 Pavol Rusnak: Rename SHANI to X86_SHANI to allow future implementation of ARM_SHANI
<prayank> Issue related to Mac in which bitcoin-qt disappears: https://twitter.com/coinforensics/status/1493273820614074368
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24340: util: Add missing unlinkat to syscall sandbox (master...2202-gcc12) https://github.com/bitcoin/bitcoin/pull/24340
<gribble> https://github.com/bitcoin/bitcoin/issues/24266 | util: Avoid buggy std::filesystem:::create_directories() call by hebasto · Pull Request #24266 · bitcoin/bitcoin · GitHub
<laanwj> MarcoFalke: your patch subtly changes behavior https://github.com/bitcoin/bitcoin/pull/24338#issuecomment-1039207790
<bitcoin-git> [bitcoin] kiminuo opened pull request #24339: Improve RPC help by explicitly mentioning output types (master...feature/2022-02-output-types) https://github.com/bitcoin/bitcoin/pull/24339
<bitcoin-git> [bitcoin] laanwj opened pull request #24338: util: Work around libstdc++ create_directories issue (master...2022-02-create-directories) https://github.com/bitcoin/bitcoin/pull/24338
<bitcoin-git> [bitcoin] hebasto opened pull request #24337: build: Define `PROVIDE_FUZZ_MAIN_FUNCTION` macro only when needed (master...220214-fuzz) https://github.com/bitcoin/bitcoin/pull/24337
<Guest71> I want to contribute to bitcoin-core
<bitcoin-git> [bitcoin] fanquake merged pull request #24309: test: test that OP_1-OP_16 (but not lower/higher) start witness programs (master...cherrypick_test_13062) https://github.com/bitcoin/bitcoin/pull/24309
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af0b578041b7...3ce40e64d4ae
<bitcoin-git> bitcoin/master 34d0e07 Pieter Wuille: Test that OP_1-OP_16 (but not lower/higher) start witness programs
<bitcoin-git> bitcoin/master 3ce40e6 fanquake: Merge bitcoin/bitcoin#24309: test: test that OP_1-OP_16 (but not lower/hig...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24187: Followups for getdeploymentinfo (master...202201-getdepinfo-extra) https://github.com/bitcoin/bitcoin/pull/24187
<bitcoin-git> [bitcoin] MarcoFalke pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/e0367e84b3f2...af0b578041b7
<bitcoin-git> bitcoin/master 555eafa Anthony Towns: doc: getdeploymentinfo release notes tweaks
<bitcoin-git> bitcoin/master 32f04e6 Anthony Towns: rpc documentation improvements
<bitcoin-git> bitcoin/master 5179656 Anthony Towns: trivial: comment tweaks
<bitcoin-git> [bitcoin] fanquake merged pull request #24301: build: header-only Boost (master...boost_test_header_only) https://github.com/bitcoin/bitcoin/pull/24301
<bitcoin-git> bitcoin/master 39e66e9 fanquake: build: use header-only Boost unit test
<bitcoin-git> bitcoin/master 2037a3b fanquake: build: header-only Boost
<bitcoin-git> bitcoin/master 5d399f9 fanquake: build: remove native B2 package
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/fd25d3493d6e...e0367e84b3f2
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24319: refactor: Avoid unsigned integer overflow in core_write (master...2202-intW) https://github.com/bitcoin/bitcoin/pull/24319
<bitcoin-git> bitcoin/master fa60656 MarcoFalke: refactor: Avoid unsigned integer overflow in core_write
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3eec29ed3aa1...fd25d3493d6e
<bitcoin-git> bitcoin/master fd25d34 MarcoFalke: Merge bitcoin/bitcoin#24319: refactor: Avoid unsigned integer overflow in ...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24336: Print enable_fuzz_binary in configure (master...2202-buildFuzz) https://github.com/bitcoin/bitcoin/pull/24336
<bitcoin-git> [bitcoin] laanwj merged pull request #24180: script: Handle request exception and check svg image in getcoins.py (master...master) https://github.com/bitcoin/bitcoin/pull/24180
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/25a91a571a4f...3eec29ed3aa1
<bitcoin-git> bitcoin/master 3eec29e laanwj: Merge bitcoin/bitcoin#24180: script: Handle request exception and check sv...
<bitcoin-git> bitcoin/master 7c7dbe4 sh15h4nk: improved getcoins.py

2022-02-13

<bitcoin-git> [bitcoin] dongcarl opened pull request #24332: [kernel 2/n] Decouple from `netaddress`+`asmap`, parts of `timedata`+`init/common` (master...2022-02-libbitcoinkernel-p2-minimal) https://github.com/bitcoin/bitcoin/pull/24332
<bitcoin-git> [bitcoin] sh15h4nk reopened pull request #24180: script: handled request exception and added image sanitization (master...master) https://github.com/bitcoin/bitcoin/pull/24180
<bitcoin-git> [bitcoin] sh15h4nk closed pull request #24180: script: handled request exception and added image sanitization (master...master) https://github.com/bitcoin/bitcoin/pull/24180
<bitcoin-git> [bitcoin] hebasto opened pull request #24331: util: Revert back `MoveFileExW` call for MinGW-w64 (master...220213-rename) https://github.com/bitcoin/bitcoin/pull/24331
<bitcoin-git> [bitcoin] fanquake merged pull request #24276: build, refactor: Improve package version usage (master...220206-underscore) https://github.com/bitcoin/bitcoin/pull/24276
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b1aa3b1959ca...25a91a571a4f
<bitcoin-git> bitcoin/master 25a91a5 fanquake: Merge bitcoin/bitcoin#24276: build, refactor: Improve package version usag...
<bitcoin-git> bitcoin/master 4bb7821 Hennadii Stepanov: build, refactor: Use conventional version notation for boost package
<bitcoin-git> bitcoin/master edc9a6a Hennadii Stepanov: build, refactor: Reuse expat package version in its download path
<gribble> https://github.com/bitcoin/bitcoin/issues/24148 | Miniscript support in Output Descriptors by darosior · Pull Request #24148 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24147 | Miniscript integration by darosior · Pull Request #24147 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24330: doc: release-process: Specify remote name in "git fetch" (master...git-fetch) https://github.com/bitcoin/bitcoin/pull/24330
<bitcoin-git> bitcoin/master 876b91c Jeremy Rand: release-process: Specify remote name in "git fetch"
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b6b7815ddcff...b1aa3b1959ca
<bitcoin-git> bitcoin/master b1aa3b1 MarcoFalke: Merge bitcoin/bitcoin#24330: doc: release-process: Specify remote name in ...
<bitcoin-git> [bitcoin] JeremyRand opened pull request #24330: doc: release-process: Specify remote name in "git fetch" (master...git-fetch) https://github.com/bitcoin/bitcoin/pull/24330

2022-02-12

<bitcoin-git> [gui] hebasto opened pull request #547: Override BitcoinApplication::event() to handle QEvent::Quit (master...220212-quit) https://github.com/bitcoin-core/gui/pull/547
<bitcoin-git> [bitcoin] fanquake closed pull request #24287: Bugfix: gen-manpages: Handle tagged versions correctly (master...fix_genmanpages_tagver) https://github.com/bitcoin/bitcoin/pull/24287
<bitcoin-git> [bitcoin] fanquake merged pull request #24277: build: Fix `make deploy` for Windows when building out of source tree (master...220206-deploy) https://github.com/bitcoin/bitcoin/pull/24277
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3bb93940703e...b6b7815ddcff
<bitcoin-git> bitcoin/master b6b7815 fanquake: Merge bitcoin/bitcoin#24277: build: Fix `make deploy` for Windows when bui...
<bitcoin-git> bitcoin/master a5f67b4 Hennadii Stepanov: build: Fix `make deploy` for Windows when building out of source tree
<bitcoin-git> [bitcoin] fanquake closed pull request #24327: MIT Vulnerability from Lack of Definition and Escape from the Law. (master...master) https://github.com/bitcoin/bitcoin/pull/24327
<bitcoin-git> [bitcoin] PublicResourceLicense opened pull request #24327: MIT Vulnerability from Lack of Definition and Escape from the Law. (master...master) https://github.com/bitcoin/bitcoin/pull/24327