2022-04-08

<gribble> https://github.com/bitcoin/bitcoin/issues/979 | Move WALLET_UPDATE_DEBUG output to normal debug.log by luke-jr · Pull Request #979 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24792 | Update libsecp256k1 subtree to current master by fanquake · Pull Request #24792 · bitcoin/bitcoin · GitHub
<jonatack> see https://github.com/bitcoin/bitcoin/issues/24805#issuecomment-1092917376 in "[meta] Collect time offset samples" for a patch that adds getpeerinfo timeoffset to -netinfo, if helpful to anyone
<bitcoin-git> [gui] laanwj closed pull request #575: qt: Remove dbus notification code (master...2022-04-qt-implicit-dbus) https://github.com/bitcoin-core/gui/pull/575
<bitcoin-git> [bitcoin] laanwj pushed tag v23.0rc4: https://github.com/bitcoin/bitcoin/compare/v23.0rc4
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/308a2022c0f4...b6253829c182
<bitcoin-git> bitcoin/23.x 5f86355 laanwj: build: Bump rc to 23.0rc4
<bitcoin-git> bitcoin/23.x d37081e laanwj: qt: 23.0rc4 translations update
<bitcoin-git> bitcoin/23.x b625382 laanwj: doc: Update manual pages for 23.0rc4
<bitcoin-git> [bitcoin] laanwj merged pull request #24807: [23.x] Final rc4 backports (23.x...final_rc4_backports) https://github.com/bitcoin/bitcoin/pull/24807
<bitcoin-git> bitcoin/23.x 69cc83d Jon Atack: Add DEBUG_LOCKCONTENTION documentation to the developer notes
<bitcoin-git> bitcoin/23.x 6374e24 Jon Atack: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
<bitcoin-git> [bitcoin] laanwj pushed 4 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/1ea76767d081...308a2022c0f4
<bitcoin-git> bitcoin/23.x e3e4be9 Luke Dashjr: RPC: Switch getblockfrompeer back to standard param name blockhash
<bitcoin-git> [bitcoin] jonatack opened pull request #24808: doc: update RPC argument and field naming guideline in developer notes (master...update-developer-notes-rpc-argument-and-field-naming-guideline) https://github.com/bitcoin/bitcoin/pull/24808
<bitcoin-git> [bitcoin] fanquake merged pull request #24806: RPC: Switch getblockfrompeer back to standard param name blockhash (master...use_bloch_hash) https://github.com/bitcoin/bitcoin/pull/24806
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c1059c9fef18...e0680bbce8b8
<bitcoin-git> bitcoin/master e0680bb fanquake: Merge bitcoin/bitcoin#24806: RPC: Switch getblockfrompeer back to standard...
<bitcoin-git> bitcoin/master 88917f9 Luke Dashjr: RPC: Switch getblockfrompeer back to standard param name blockhash
<bitcoin-git> [bitcoin] fanquake merged pull request #24770: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive (master...change-lock-logging-to-DEBUG_LOCKCONTENTION-one-commit) https://github.com/bitcoin/bitcoin/pull/24770
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/38d3d0bfc4ca...c1059c9fef18
<bitcoin-git> bitcoin/master 39a34b6 Jon Atack: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive
<bitcoin-git> bitcoin/master 4394733 Jon Atack: Add DEBUG_LOCKCONTENTION documentation to the developer notes
<bitcoin-git> bitcoin/master c1059c9 fanquake: Merge bitcoin/bitcoin#24770: Put lock logging behind DEBUG_LOCKCONTENTION ...
<bitcoin-git> [bitcoin] fanquake opened pull request #24807: [23.x] Final rc4 backports (23.x...final_rc4_backports) https://github.com/bitcoin/bitcoin/pull/24807
<_aj_> MarcoFalke: https://github.com/ajtowns/bitcoin/blob/201908-systime/src/util/time.h was what i was playing with last time; was digging through net/processing which made things complicated
<bitcoin-git> [bitcoin] fanquake opened pull request #24806: RPC: Switch getblockfrompeer back to standard param name blockhash (master...use_bloch_hash) https://github.com/bitcoin/bitcoin/pull/24806
<gribble> https://github.com/bitcoin/bitcoin/issues/24697 | refactor: Use type-safe time for address relay by MarcoFalke · Pull Request #24697 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24294: RPC: Switch getblockfrompeer back to standard param names blockhash and nodeid (master...getblockfrompeer_param_names) https://github.com/bitcoin/bitcoin/pull/24294
<gribble> https://github.com/bitcoin/bitcoin/issues/24294 | RPC: Switch getblockfrompeer back to standard param names blockhash and nodeid by luke-jr · Pull Request #24294 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24770 | Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive by jonatack · Pull Request #24770 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke reopened pull request #24697: refactor: Use type-safe time for address relay (master...2203-refactor-addr-relay-time-🌦) https://github.com/bitcoin/bitcoin/pull/24697
<gribble> https://github.com/bitcoin/bitcoin/issues/24792 | Update libsecp256k1 subtree to current master by fanquake · Pull Request #24792 · bitcoin/bitcoin · GitHub
<laanwj> as for VPSes and containers that don't allow setting the time, and have it drift, that's a really lousy VPS and it's probably a bad idea to run a bitcoin node on it, expecting user-space software to work around kernel level problems is pretty unreasonable
<gribble> https://github.com/bitcoin/bitcoin/issues/24805 | [meta] Collect time offset samples · Issue #24805 · bitcoin/bitcoin · GitHub
<_aj_> bitcoin-cli getpeerinfo | jq '.[] | select(.inbound) | select(.timeoffset | fabs > 30) | .timeoffset'
<MarcoFalke> It is also expected that the time offset is large for some peers. For example -reindex will set the time offest to the duration of the reindex: https://github.com/bitcoin/bitcoin/commit/0ac42c49f7bfc1e158a83c6d98bc465b06894e8a
<_aj_> bitcoin-cli getpeerinfo | jq '.[] | select(.inbound) | (.timeoffset | fabs)' | sort -n
<gribble> https://github.com/bitcoin/bitcoin/issues/23695 | p2p: Always serialize local timestamp for version msg by MarcoFalke · Pull Request #23695 · bitcoin/bitcoin · GitHub
<z3r0day> kanzure: biggest attack on bitcoin is gatekeepers like you
<bitcoin-git> [bitcoin] aureleoules opened pull request #24804: Sanity assert GetAncestor() != nullptr where appropriate (master...assert_get_ancestor_rebase) https://github.com/bitcoin/bitcoin/pull/24804

2022-04-07

<jonatack> ₿ ./src/bitcoin-cli getpeerinfo | jq '.[] | select(.inbound) | select(.timeoffset!=0) | .timeoffset' | wc
<bitcoin-git> [bitcoin] Eunoia1729 opened pull request #24803: linnt: convert submodule linter test to Python (master...lint-submodule-py) https://github.com/bitcoin/bitcoin/pull/24803
<sipa> $ ./src/bitcoin-cli getpeerinfo | jq '.[] | select(.inbound) | select(.timeoffset>0) | .timeoffset' | wc
<_aj_> sipa: could be fun? bitcoin-cli getpeerinfo | jq .[].timeoffset | sort -n -- for current connections?
<sipa> $ ./src/bitcoin-cli uptime
<laanwj> clearly the real solution is to make bitcoin consensus independent of clock time :p
<bitcoin-git> [bitcoin] hebasto closed pull request #24781: build, qt: Drop unneeded direct dependency on freetype (master...220406-freetype) https://github.com/bitcoin/bitcoin/pull/24781
<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
<laanwj> _aj_: which is the place where this should be solved, by people who study it and are specialized in it, fixing internet time sync is out of scope for bitcoin
<gribble> https://github.com/bitcoin/bitcoin/issues/23695 | p2p: Always serialize local timestamp for version msg by MarcoFalke · Pull Request #23695 · bitcoin/bitcoin · GitHub
<sipa> _aj_: That'd only tell us how many light clients are out of sync, which may be very different from how often bitcoin core nodes are.
<laanwj> i mean if bitcoin's time adjustment was a serious contender for protecting against ntp attacks things would be different, but it is effectively unmaintained, never reasoned about code, with known unfixed issues for years
<sipa> ntp being unauthenticated is a problem, probably a bigger one than the issues enabled by bitcoin's time adjustment... but nothing we can do about
<laanwj> pretty sure there are many things more time sensitive than bitcoin, e.g. 2fa tokens
<fanquake> they've probably got other non-bitcoin issues in that case too
<gribble> https://github.com/bitcoin/bitcoin/issues/24662 | addrman: Use system time instead of adjusted network time by MarcoFalke · Pull Request #24662 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24606 | Change -maxtimeadjustment default from 70 minutes to 0 by jonatack · Pull Request #24606 · bitcoin/bitcoin · GitHub
<jonatack> of any Bitcoin Core user studies on this topic (which doesn't seem surprising,
<jonatack> i checked in with a couple of well-known Bitcoin PMs today and they aren't aware
<jonatack> which has been been in bitcoin core since the first commit in the git log
<gribble> https://github.com/bitcoin/bitcoin/issues/21726 | Improve Indices on pruned nodes via prune blockers by fjahr · Pull Request #21726 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24545 | BIP324: Enable v2 P2P encrypted transport by dhruv · Pull Request #24545 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/22380 | build: add and use C_STANDARD and CXX_STANDARD in depends by fanquake · Pull Request #22380 · bitcoin/bitcoin · GitHub
<laanwj> https://github.com/bitcoin/bitcoin/projects/8 10 blockers, 1 chasing concept ACK
<laanwj> welcome to the weekly general bitcoin-core-dev meeting
<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 Apr 7 19:00:17 2022 UTC. The chair is laanwj. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] Eunoia1729 opened pull request #24802: lint: convert format strings linter test to python (master...lint-format-strings-py) https://github.com/bitcoin/bitcoin/pull/24802
<bitcoin-git> [bitcoin] KevinMusgrave opened pull request #24800: lint: convert lint-python-mutable-default-parameters.sh to Python (master...port-lint-script-to-python) https://github.com/bitcoin/bitcoin/pull/24800
<bitcoin-git> [bitcoin] sipa opened pull request #24799: Add test case mimicking issue 24765 (master...202204_try24765) https://github.com/bitcoin/bitcoin/pull/24799
<bitcoin-git> [bitcoin] hebasto opened pull request #24798: [POC] build: Hello Qt 6 (master...220406-qt6) https://github.com/bitcoin/bitcoin/pull/24798
<bitcoin-git> [bitcoin] brunoerg opened pull request #24797: test: compare `/chaininfo` response with `getblockchaininfo` RPC (master...2022-04-compare-blockchaininfo-rest-chaininfo) https://github.com/bitcoin/bitcoin/pull/24797
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24796: lint: misc updates & fixes (master...spelling) https://github.com/bitcoin/bitcoin/pull/24796
<bitcoin-git> [bitcoin] fanquake opened pull request #24796: lint: misc updates & fixes (master...spelling) https://github.com/bitcoin/bitcoin/pull/24796
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24697: refactor: Address relay time refactors (master...2203-refactor-addr-relay-time-🌦) https://github.com/bitcoin/bitcoin/pull/24697
<bitcoin-git> [bitcoin] fanquake closed pull request #24159: tests: commit-script-check.sh - use gsed if exists (master...1643135199-test-lint-comit-script) https://github.com/bitcoin/bitcoin/pull/24159
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24784: refactor: deduplicate integer serialization in RollingBloom benchmark (master...rebased_fixedd_24088) https://github.com/bitcoin/bitcoin/pull/24784
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c80d9b72d6b...323d4c09c090
<bitcoin-git> bitcoin/master 323d4c0 MarcoFalke: Merge bitcoin/bitcoin#24784: refactor: deduplicate integer serialization i...
<bitcoin-git> bitcoin/master fff9141 phyBrackets: refactor: Remove deduplication of data in rollingbloom bench
<ullbeking> join #bitcoin-market
<bitcoin-git> [bitcoin] fanquake merged pull request #24790: lint: remove qt SIGNAL/SLOT lint (master...remove_qt_lint) https://github.com/bitcoin/bitcoin/pull/24790
<bitcoin-git> bitcoin/master b72925e fanquake: lint: remove qt SIGNAL/SLOT lint
<bitcoin-git> bitcoin/master 5c80d9b fanquake: Merge bitcoin/bitcoin#24790: lint: remove qt SIGNAL/SLOT lint
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d844b5e79994...5c80d9b72d6b
<bitcoin-git> [bitcoin] fanquake merged pull request #24152: policy / validation: CPFP fee bumping within packages (master...package-cpfp) https://github.com/bitcoin/bitcoin/pull/24152
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/41720a1f540e...d844b5e79994
<bitcoin-git> bitcoin/master 17a8ffd glozow: [packages/policy] use package feerate in package validation
<bitcoin-git> bitcoin/master 09f32cf glozow: [docs] package feerate
<bitcoin-git> bitcoin/master 1b93748 glozow: [validation] try individual validation before package validation

2022-04-06

<bitcoin-git> [bitcoin] fjahr opened pull request #24794: lint: Convert Python linter to Python (master...202204-lint-py-py) https://github.com/bitcoin/bitcoin/pull/24794
<bitcoin-git> [gui] jonatack opened pull request #576: Add qt unit test runner summary (master...gui-test-runner-summary) https://github.com/bitcoin-core/gui/pull/576
<bitcoin-git> [bitcoin] jacobpfickes opened pull request #24793: test: changes color of skipped functional tests (master...change_skipped_test_color) https://github.com/bitcoin/bitcoin/pull/24793
<bitcoin-git> [bitcoin] fanquake closed 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 opened pull request #24792: Update libsecp256k1 subtree to current master (master...update_libsecp256k1) https://github.com/bitcoin/bitcoin/pull/24792
<gribble> https://github.com/bitcoin/bitcoin/issues/24791 | tests: change the color of skipped functional tests · Issue #24791 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake opened pull request #24790: lint: remove qt SIGNAL/SLOT lint (master...remove_qt_lint) https://github.com/bitcoin/bitcoin/pull/24790
<bitcoin-git> [gui] laanwj opened pull request #575: qt: Remove dbus notification code (master...2022-04-qt-implicit-dbus) https://github.com/bitcoin-core/gui/pull/575
<bitcoin-git> [gui] laanwj closed pull request #574: qt: Equalize notifySystray and notifyDBus interface (master...2022-04-notification-icon) https://github.com/bitcoin-core/gui/pull/574
<bitcoin-git> [bitcoin] mzumsande opened pull request #24789: init, index: disallow indexes when running reindex-chainstate (master...202204_reindex_corrupt) https://github.com/bitcoin/bitcoin/pull/24789
<bitcoin-git> [bitcoin] dscotese opened pull request #24788: doc: Add gpg key import instructions for Windows (master...dscotese-patch-1) https://github.com/bitcoin/bitcoin/pull/24788
<bitcoin-git> [bitcoin] dscotese closed pull request #23916: doc: Add gpg key import instructions for Windows (master...patch-1) https://github.com/bitcoin/bitcoin/pull/23916
<bitcoin-git> [bitcoin] hebasto opened pull request #24787: refactor: Get rid of `boost/algorithm/string.hpp` (master...220204-boost) https://github.com/bitcoin/bitcoin/pull/24787
<bitcoin-git> [bitcoin] fanquake merged pull request #24786: doc: Convert remaining comments to clang-tidy format (master...2204-tidy-😋) https://github.com/bitcoin/bitcoin/pull/24786
<bitcoin-git> bitcoin/master 41720a1 fanquake: Merge bitcoin/bitcoin#24786: doc: Convert remaining comments to clang-tidy...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ce33194ea0ca...41720a1f540e
<bitcoin-git> bitcoin/master ffffb7a MarcoFalke: doc: Convert remaining comments to clang-tidy format
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24786: doc: Convert remaining comments to clang-tidy format (master...2204-tidy-😋) https://github.com/bitcoin/bitcoin/pull/24786
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24785: lint: remove boost::bind lint (master...remove_boost_bind_lint) https://github.com/bitcoin/bitcoin/pull/24785
<bitcoin-git> bitcoin/master 4105a54 fanquake: lint: remove boost::bind linter
<bitcoin-git> bitcoin/master ce33194 MarcoFalke: Merge bitcoin/bitcoin#24785: lint: remove boost::bind lint
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c02a3dabe214...ce33194ea0ca
<bitcoin-git> [bitcoin] fanquake merged pull request #24779: ci: Build all optional dependencies in tidy task (master...2204-ci-tidy-🏀) https://github.com/bitcoin/bitcoin/pull/24779
<bitcoin-git> bitcoin/master c02a3da fanquake: Merge bitcoin/bitcoin#24779: ci: Build all optional dependencies in tidy t...
<bitcoin-git> bitcoin/master faa7ae8 MarcoFalke: ci: Build all optional tools in tidy task
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/10f629e64481...c02a3dabe214
<bitcoin-git> [bitcoin] fanquake opened pull request #24785: lint: remove boost::bind lint (master...remove_boost_bind_lint) https://github.com/bitcoin/bitcoin/pull/24785
<bitcoin-git> [bitcoin] fanquake closed pull request #24088: refactor: deduplicate integer serialization in RollingBloom benchmark (master...patch-1) https://github.com/bitcoin/bitcoin/pull/24088
<bitcoin-git> [bitcoin] fanquake opened pull request #24784: refactor: Remove deduplication of data in rollingbloom bench (master...rebased_fixedd_24088) https://github.com/bitcoin/bitcoin/pull/24784
<bitcoin-git> [bitcoin] fanquake closed pull request #24598: Add *.xip to .gitignore (master...gitignore-xip) https://github.com/bitcoin/bitcoin/pull/24598
<bitcoin-git> [bitcoin] fanquake merged pull request #24576: contrib: testgen: remove redundant base58 implementation (master...202203-contrib-various_testgen_improvements) https://github.com/bitcoin/bitcoin/pull/24576
<bitcoin-git> bitcoin/master 7d755bb Sebastian Falbesoner: contrib: testgen: avoid need for manually setting PYTHONPATH
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/d906329c28c2...10f629e64481
<bitcoin-git> bitcoin/master 605fecf Sebastian Falbesoner: scripted-diff: rename `chars` to `b58chars` in test_framework.address
<bitcoin-git> bitcoin/master 11c63e3 Sebastian Falbesoner: contrib: testgen: import OP_* constants from test framework
<bitcoin-git> [bitcoin] fanquake merged pull request #24681: build: Bump libevent minimum version up to 2.1.8 (master...220323-libevent) https://github.com/bitcoin/bitcoin/pull/24681
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bbb83f0b2b26...d906329c28c2
<bitcoin-git> bitcoin/master aaf72d6 Hennadii Stepanov: build: Bump libevent minimum version up to 2.1.8
<bitcoin-git> bitcoin/master 0598f36 fanquake: refactor: account for requiring libevent 2.1.8+
<bitcoin-git> bitcoin/master e40779a Fabian Jahr: refactor: Remove outdated libevent logging code
<bitcoin-git> [bitcoin] laanwj merged pull request #24145: mempool: Clear vTxHashes when mapTx is cleared (master...patch-8) https://github.com/bitcoin/bitcoin/pull/24145
<bitcoin-git> bitcoin/master bbb83f0 laanwj: Merge bitcoin/bitcoin#24145: mempool: Clear vTxHashes when mapTx is cleare...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6c9460edaeb6...bbb83f0b2b26
<bitcoin-git> bitcoin/master 9d65ad3 Peter Bushnell: Clear vTxHashes when mapTx is cleared
<bitcoin-git> [bitcoin] laanwj merged pull request #24358: test: USDT tracepoint interface tests (master...2022-02-tracepoint-tests-a) https://github.com/bitcoin/bitcoin/pull/24358
<bitcoin-git> [bitcoin] laanwj pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/b3072799248f...6c9460edaeb6
<bitcoin-git> bitcoin/master c934087 0xb10c: test: checks for tracepoint tests
<bitcoin-git> bitcoin/master 260e28e 0xb10c: test: utxocache:* tracepoint tests
<bitcoin-git> bitcoin/master 34b27ba 0xb10c: test: net:in/out_message tracepoint tests
<bitcoin-git> [bitcoin] laanwj merged pull request #24552: guix: make it possible to override gpg binary (master...guix-attest-override-gpg) https://github.com/bitcoin/bitcoin/pull/24552
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/696d39410fc3...b3072799248f
<bitcoin-git> bitcoin/master af74e06 Pavol Rusnak: guix: make it possible to override gpg binary
<bitcoin-git> bitcoin/master b307279 laanwj: Merge bitcoin/bitcoin#24552: guix: make it possible to override gpg binary...
<bitcoin-git> [bitcoin] hebasto opened pull request #24781: build, qt: Drop unneeded direct dependency on freetype (master...220406-freetype) https://github.com/bitcoin/bitcoin/pull/24781
<bitcoin-git> [bitcoin] laanwj merged pull request #24669: build: further consolidate macOS deployment (master...consolidate_macos_deployment) https://github.com/bitcoin/bitcoin/pull/24669
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c5c4fb318281...696d39410fc3
<bitcoin-git> bitcoin/master dac6936 fanquake: build: perform all .tiff copying in macdeployqtplus
<bitcoin-git> bitcoin/master 3d41521 fanquake: build: perform /Applications symlink generation in macdeployqtplus
<bitcoin-git> bitcoin/master 696d394 laanwj: Merge bitcoin/bitcoin#24669: build: further consolidate macOS deployment
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24780: doc: Merge release note snippets for 24.0 (master...2204-doc-rel-24-🍬) https://github.com/bitcoin/bitcoin/pull/24780
<bitcoin-git> [bitcoin] laanwj merged pull request #24758: Disable the syscall sandbox for bitcoin-qt and remove gui-related syscalls (master...2204-gui-box-🌊) https://github.com/bitcoin/bitcoin/pull/24758
<bitcoin-git> bitcoin/master fa0c2aa MarcoFalke: init: Disable syscall sandbox in the bitcoin-qt process
<bitcoin-git> bitcoin/master fabdf9f MarcoFalke: Remove gui-only syscalls
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f3e35633690c...c5c4fb318281
<bitcoin-git> bitcoin/master c5c4fb3 laanwj: Merge bitcoin/bitcoin#24758: Disable the syscall sandbox for bitcoin-qt an...
<gribble> https://github.com/bitcoin/bitcoin/issues/24545 | BIP324: Enable v2 P2P encrypted transport by dhruv · Pull Request #24545 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24780: doc: Merge release note snippets for 24.0 (master...2204-doc-rel-24-🍬) https://github.com/bitcoin/bitcoin/pull/24780
<bitcoin-git> [bitcoin] fanquake merged pull request #24652: doc: rewrite OpenBSD build docs for 7.0 (master...openbsd_wallet_doc_cleanupp) https://github.com/bitcoin/bitcoin/pull/24652
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/79bf1a0fa2c7...f3e35633690c
<bitcoin-git> bitcoin/master a2b56dc fanquake: doc: update OpenBSD build docs for 7.0
<bitcoin-git> bitcoin/master f3e3563 fanquake: Merge bitcoin/bitcoin#24652: doc: rewrite OpenBSD build docs for 7.0
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24779: ci: Build all optional dependencies in tidy task (master...2204-ci-tidy-🏀) https://github.com/bitcoin/bitcoin/pull/24779
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24732: Remove buggy and confusing IncrementExtraNonce (master...2204-remove-code-🌗) https://github.com/bitcoin/bitcoin/pull/24732
<bitcoin-git> bitcoin/master fa38b1c MarcoFalke: Remove buggy and confusing IncrementExtraNonce
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/372f1a3c2581...79bf1a0fa2c7
<bitcoin-git> bitcoin/master 79bf1a0 MarcoFalke: Merge bitcoin/bitcoin#24732: Remove buggy and confusing IncrementExtraNonc...
<bitcoin-git> bitcoin/master cccc4e8 MarcoFalke: Remove nHeightEnd and nHeight in generateBlocks helper
<bitcoin-git> [bitcoin] fanquake merged pull request #24753: ci: Add clang-tidy task (master...2204-ci-tidy-💻) https://github.com/bitcoin/bitcoin/pull/24753
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/27cfaeed1ea9...372f1a3c2581
<bitcoin-git> bitcoin/master fab24f8 MarcoFalke: ci: Add clang-tidy task
<bitcoin-git> bitcoin/master 372f1a3 fanquake: Merge bitcoin/bitcoin#24753: ci: Add clang-tidy task
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24098: rest: Use query parameters to control resource loading (master...rest/use-query-parameters) https://github.com/bitcoin/bitcoin/pull/24098
<bitcoin-git> bitcoin/master 9f1c547 stickies-v: Refactoring: move declarations to rest.h
<bitcoin-git> [bitcoin] MarcoFalke pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/70c522004fc0...27cfaeed1ea9
<bitcoin-git> bitcoin/master c1aad1b stickies-v: scripted-diff: rename RetFormat to RESTResponseFormat
<bitcoin-git> bitcoin/master fff771e stickies-v: Handle query string when parsing data format
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24766: lint: convert spellchecking lint test to python (master...pr24762-spelling) https://github.com/bitcoin/bitcoin/pull/24766
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d3ff02688a50...70c522004fc0
<bitcoin-git> bitcoin/master 4685463 Fabian Jahr: doc: Update lint test docs
<bitcoin-git> bitcoin/master 77f98df Fabian Jahr: lint: convert spell check lint test to python
<bitcoin-git> bitcoin/master 70c5220 MarcoFalke: Merge bitcoin/bitcoin#24766: lint: convert spellchecking lint test to pyth...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24778: lint: Convert Python dead code linter test to Python (master...202204-dead-py) https://github.com/bitcoin/bitcoin/pull/24778
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/15220ec9039a...d3ff02688a50
<bitcoin-git> bitcoin/master 076cd68 Fabian Jahr: lint: Convert Python dead code linter to Python
<bitcoin-git> bitcoin/master d3ff026 MarcoFalke: Merge bitcoin/bitcoin#24778: lint: Convert Python dead code linter test to...
<bitcoin-git> [bitcoin] fjahr closed pull request #24750: doc: Add bash dependency of lint tests (master...202203-mapfile-doc) https://github.com/bitcoin/bitcoin/pull/24750

2022-04-05

<bitcoin-git> [bitcoin] fjahr opened pull request #24778: lint: Convert Python dead code linter test to Python (master...202204-dead-py) https://github.com/bitcoin/bitcoin/pull/24778
<bitcoin-git> [bitcoin] sipa closed pull request #23995: Simplify test_runner.py a bit (master...202201_partestrun_fix) https://github.com/bitcoin/bitcoin/pull/23995
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24775: build: Do not modify `common.init.vcxproj` directly (master...220405-toolset) https://github.com/bitcoin/bitcoin/pull/24775
<bitcoin-git> bitcoin/master 2391fb7 Hennadii Stepanov: build, refactor: Add set_properties() to msvc-autogen.py
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9ce1c506a3a5...15220ec9039a
<bitcoin-git> bitcoin/master 15220ec MarcoFalke: Merge bitcoin/bitcoin#24775: build: Do not modify `common.init.vcxproj` di...
<bitcoin-git> bitcoin/master ba0bf79 Hennadii Stepanov: build: Do not modify `common.init.vcxproj` directly
<bitcoin-git> [bitcoin] brunoerg opened pull request #24776: docs: update `/rest/chaininfo` doc according to `getblockchaininfo` (master...2022-04-rest-doc-improv) https://github.com/bitcoin/bitcoin/pull/24776
<bitcoin-git> [bitcoin] hebasto opened pull request #24775: build: Do not modify `common.init.vcxproj` directly (master...220405-toolset) https://github.com/bitcoin/bitcoin/pull/24775
<bitcoin-git> [bitcoin] hebasto opened pull request #24774: build, refactor: Rely on `AC_DEFINE` macro (master...220405-config) https://github.com/bitcoin/bitcoin/pull/24774
<bitcoin-git> [bitcoin] hebasto opened pull request #24773: [POC] Enable AVX2 implementation of SHA256 for MSVC builds (master...220405-avx2) https://github.com/bitcoin/bitcoin/pull/24773
<bitcoin-git> [bitcoin] laanwj merged pull request #24216: validation: improve connect bench logging (master...2022/01/bench_log) https://github.com/bitcoin/bitcoin/pull/24216
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe66dad8a779...9ce1c506a3a5
<bitcoin-git> bitcoin/master 304ef73 Sjors Provoost: validation: improve connect bench logging
<bitcoin-git> bitcoin/master 9ce1c50 laanwj: Merge bitcoin/bitcoin#24216: validation: improve connect bench logging
<bitcoin-git> [bitcoin] laanwj merged pull request #24710: Add concrete steps in doc/cjdns.md to easily find a friend (master...doc-cjdns-how-to-find-a-friend) https://github.com/bitcoin/bitcoin/pull/24710
<bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f421de5be611...fe66dad8a779
<bitcoin-git> bitcoin/master 19538dd Jon Atack: Add concrete steps in doc/cjdns.md to easily find a friend
<bitcoin-git> bitcoin/master 6a02355 Jon Atack: Add and improve informational links in doc/cjdns.md
<bitcoin-git> bitcoin/master fe66dad laanwj: Merge bitcoin/bitcoin#24710: Add concrete steps in doc/cjdns.md to easily ...
<bitcoin-git> [bitcoin] laanwj merged pull request #24236: Remove utxo db upgrade code (master...2202-txdbNoUpgrade) https://github.com/bitcoin/bitcoin/pull/24236
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ee9af95f0954...f421de5be611
<bitcoin-git> bitcoin/master fa9112a MarcoFalke: Remove utxo db upgrade code
<bitcoin-git> bitcoin/master f421de5 laanwj: Merge bitcoin/bitcoin#24236: Remove utxo db upgrade code
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d492dc1cdaab...ee9af95f0954
<bitcoin-git> bitcoin/master d2ba43f Ayush Sharma: test: use MiniWallet for mempool_unbroadcast.py
<bitcoin-git> bitcoin/master ee9af95 MarcoFalke: Merge bitcoin/bitcoin#24749: test: use MiniWallet for mempool_unbroadcast....
<bitcoin-git> [bitcoin] ayush933 reopened pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] ayush933 closed pull request #24749: test: use MiniWallet for mempool_unbroadcast.py (master...miniwallet-mempool_unbroadcast) https://github.com/bitcoin/bitcoin/pull/24749
<bitcoin-git> [bitcoin] hebasto opened pull request #24772: refactor: Use [[maybe_unused]] attribute (master...220405-void) https://github.com/bitcoin/bitcoin/pull/24772
<bitcoin-git> [bitcoin] laanwj merged pull request #24147: Miniscript integration (master...updated_miniscript) https://github.com/bitcoin/bitcoin/pull/24147
<bitcoin-git> [bitcoin] laanwj pushed 8 commits to master: https://github.com/bitcoin/bitcoin/compare/0baf6aded5fa...d492dc1cdaab
<bitcoin-git> bitcoin/master 31ec6ae Antoine Poinsot: script: make IsPushdataOp non-static
<bitcoin-git> bitcoin/master f4e289f Antoine Poinsot: script: move CheckMinimalPush from interpreter to script.h
<bitcoin-git> bitcoin/master 4fe2936 Antoine Poinsot: script: expose getter for CScriptNum, add a BuildScript helper
<gribble> https://github.com/bitcoin/bitcoin/issues/24770 | Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive by jonatack · Pull Request #24770 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24757 | build, ci: add `DEBUG_LOCKCONTENTION` to --enable-debug and CI by jonatack · Pull Request #24757 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/24734 | Put lock contention logging behind `DEBUG_LOCKCONTENTION` preprocessor directive by jonatack · Pull Request #24734 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] jonatack opened pull request #24770: Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive (master...change-lock-logging-to-DEBUG_LOCKCONTENTION-one-commit) https://github.com/bitcoin/bitcoin/pull/24770
<gribble> https://github.com/bitcoin/bitcoin/issues/24734 | Put lock contention logging behind `DEBUG_LOCKCONTENTION` preprocessor directive by jonatack · Pull Request #24734 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] fanquake closed pull request #24769: Bitcoin vn (master...bitcoin-vn) https://github.com/bitcoin/bitcoin/pull/24769
<bitcoin-git> [bitcoin] uvhw opened pull request #24769: Bitcoin vn (master...bitcoin-vn) https://github.com/bitcoin/bitcoin/pull/24769
<fanquake> I've done that here, https://github.com/fanquake/bitcoin/tree/simplfied_24734, and things compile.
<gribble> https://github.com/bitcoin/bitcoin/issues/24734 | Put lock contention logging behind `DEBUG_LOCKCONTENTION` preprocessor directive by jonatack · Pull Request #24734 · bitcoin/bitcoin · GitHub
<laanwj> now we wouldn't have this issue if C++ had a borrow checker https://github.com/bitcoin/bitcoin/pull/24764#issuecomment-1088393028 :)
<bitcoin-git> [bitcoin] fanquake merged pull request #24391: build: stop overriding user autoconf flags (master...stop_overriding_user_flags) https://github.com/bitcoin/bitcoin/pull/24391
<bitcoin-git> bitcoin/master 35c3fd4 fanquake: build: stop overriding user CPPFLAGS
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/44e7d6d6ddad...0baf6aded5fa
<bitcoin-git> bitcoin/master bc7cc57 fanquake: doc: explain why we clear CXXFLAGS with enable-debug
<bitcoin-git> bitcoin/master 3e2ef23 fanquake: build: stop overriding user LDFLAGS
<bitcoin-git> [bitcoin] fanquake merged pull request #24754: build: specify cmake build dir for multiprocess depends build (master...libmultiprocess_cmake_dir) https://github.com/bitcoin/bitcoin/pull/24754
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/24c6b20c1430...44e7d6d6ddad
<bitcoin-git> bitcoin/master 7c218da fanquake: build: specify cmake build dir for multiprocess depends build
<bitcoin-git> bitcoin/master 44e7d6d fanquake: Merge bitcoin/bitcoin#24754: build: specify cmake build dir for multiproce...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24583: doc: Add template for empty release notes (master...2203-docRel-🌟) https://github.com/bitcoin/bitcoin/pull/24583
<bitcoin-git> bitcoin/master fa4943e MarcoFalke: doc: Add template for empty release notes
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4262100b8cff...24c6b20c1430
<bitcoin-git> bitcoin/master 24c6b20 MarcoFalke: Merge bitcoin/bitcoin#24583: doc: Add template for empty release notes
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24755: [23.x] Further build backports (23.x...rc4_backports) https://github.com/bitcoin/bitcoin/pull/24755
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #24751: refactor: Remove ParseHex(const char*) from public interface (master...2204-no-pointer-💴) https://github.com/bitcoin/bitcoin/pull/24751
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24762: lint: Start to use py lint scripts (master...2204-lint-with-py-🥂) https://github.com/bitcoin/bitcoin/pull/24762
<bitcoin-git> bitcoin/master fa82e89 MarcoFalke: Move lint script and data file to avoid lint- prefix
<bitcoin-git> bitcoin/master fae211c MarcoFalke: lint: Start to use py lint scripts
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/47bac475f044...4262100b8cff
<bitcoin-git> bitcoin/master 4262100 MarcoFalke: Merge bitcoin/bitcoin#24762: lint: Start to use py lint scripts
* kalle realizes belatedly that those links were both the same page. Meant https://github.com/bitcoin/bitcoin/pull/24058
<bitcoin-git> [bitcoin] fanquake closed pull request #24767: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24767
<bitcoin-git> [bitcoin] fanquake closed pull request #24768: thx's (master...master) https://github.com/bitcoin/bitcoin/pull/24768
<bitcoin-git> [bitcoin] wangalan0118 opened pull request #24768: thx's (master...master) https://github.com/bitcoin/bitcoin/pull/24768
<bitcoin-git> [bitcoin] uvhw opened pull request #24767: 23.x (master...23.x) https://github.com/bitcoin/bitcoin/pull/24767

2022-04-04

<bitcoin-git> [bitcoin] fjahr opened pull request #24766: lint: convert spellchecking lint test to python (master...pr24762-spelling) https://github.com/bitcoin/bitcoin/pull/24766
<bitcoin-git> [bitcoin] Crypt-iQ opened pull request #24763: configure.ac: disable FORTIFY_SOURCE for asan/msan/tsan (master...disable_fortify_san) https://github.com/bitcoin/bitcoin/pull/24763
<laanwj> re: https://github.com/bitcoin-core/gui/issues/573 did anyone check recently on MacOS and Qt whether the whole custom notification code is still needed? would be cool if we could get rid of all the platform specific notificator code
<bitcoin-git> [gui] laanwj opened pull request #574: qt: Equalize notifySystray and notifyDBus interface (master...2022-04-notification-icon) https://github.com/bitcoin-core/gui/pull/574
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24762: lint: Start to use py lint scripts (master...2204-lint-with-py-🥂) https://github.com/bitcoin/bitcoin/pull/24762
<bitcoin-git> [bitcoin] mxaddict opened pull request #24761: Updated funcs.mk to work with Windows Subsystem for Linux (master...temp-master) https://github.com/bitcoin/bitcoin/pull/24761
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/4faf7a1d86db...47bac475f044
<bitcoin-git> bitcoin/master 3b82608 Vasil Dimov: options: add a comment for -listenonion and dedup a long expression
<bitcoin-git> bitcoin/master 4d4dca4 Vasil Dimov: test: add regression test for bitcoin-core/gui/issues/567
<bitcoin-git> bitcoin/master 47bac47 Hennadii Stepanov: Merge bitcoin-core/gui#569: test: add regression test for #567
<bitcoin-git> [gui] hebasto merged pull request #569: test: add regression test for #567 (master...options_test) https://github.com/bitcoin-core/gui/pull/569
<gribble> https://github.com/bitcoin/bitcoin/issues/24710 | Add concrete steps in doc/cjdns.md to easily find a friend by jonatack · Pull Request #24710 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24758: Disable the syscall sandbox for bitcoin-qt and remove gui-related syscalls (master...2204-gui-box-🌊) https://github.com/bitcoin/bitcoin/pull/24758
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24729: util/check: avoid unused parameter warnings (master...202204-assume-gcc-fix) https://github.com/bitcoin/bitcoin/pull/24729
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6348bc61b533...4faf7a1d86db
<bitcoin-git> bitcoin/master 0add4db Anthony Towns: util/check: avoid unused parameter warnings
<bitcoin-git> bitcoin/master 4faf7a1 MarcoFalke: Merge bitcoin/bitcoin#24729: util/check: avoid unused parameter warnings
<bitcoin-git> [bitcoin] jonatack opened pull request #24757: build, ci: add `DEBUG_LOCKCONTENTION` to --enable-debug and CI (master...add-DEBUG_LOCKCONTENTION-to-enable-debug) https://github.com/bitcoin/bitcoin/pull/24757
<bitcoin-git> [bitcoin] laanwj merged pull request #24746: refactor: remove macOS MAP_ANONYMOUS work around (master...macOS_has_MAP_ANONYMOUS) https://github.com/bitcoin/bitcoin/pull/24746
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/67dc002aaeaa...6348bc61b533
<bitcoin-git> bitcoin/master 112a7ab fanquake: refactor: remove macOS MAP_ANONYMOUS work around
<bitcoin-git> bitcoin/master 6348bc6 laanwj: Merge bitcoin/bitcoin#24746: refactor: remove macOS MAP_ANONYMOUS work aro...
<bitcoin-git> [bitcoin] hebasto opened pull request #24756: build: Bump expat to the latest version (master...220404-expat) https://github.com/bitcoin/bitcoin/pull/24756
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #24735: ci: use DWARF-4 for Valgrind jobs (master...remove_boost_valgrind) https://github.com/bitcoin/bitcoin/pull/24735
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/83b26cb97cb4...67dc002aaeaa
<bitcoin-git> bitcoin/master 15893a0 fanquake: supp: remove Boost Valgrind suppression
<bitcoin-git> bitcoin/master b0740fd fanquake: ci: use DWARF-4 for Valgrind CI job
<bitcoin-git> bitcoin/master 67dc002 MarcoFalke: Merge bitcoin/bitcoin#24735: ci: use DWARF-4 for Valgrind jobs
<bitcoin-git> [bitcoin] fanquake opened pull request #24755: [23.x] Further build backports (23.x...rc4_backports) https://github.com/bitcoin/bitcoin/pull/24755
<bitcoin-git> [bitcoin] laanwj merged pull request #24736: guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64 (master...guix_mingw_w64_vmov_alignment) https://github.com/bitcoin/bitcoin/pull/24736
<bitcoin-git> bitcoin/master 83b26cb laanwj: Merge bitcoin/bitcoin#24736: guix: fix vmov alignment issues with gcc 10.3...
<bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/52f0f7a1bb5d...83b26cb97cb4
<bitcoin-git> bitcoin/master d6fae98 fanquake: guix: fix vmov alignment issues with gcc 10.3.0 & mingw-w64
<bitcoin-git> [bitcoin] fanquake opened pull request #24754: build: specify cmake build dir for multiprocess depends build (master...libmultiprocess_cmake_dir) https://github.com/bitcoin/bitcoin/pull/24754
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #24753: ci: Add clang-tidy task (master...2204-ci-tidy-💻) https://github.com/bitcoin/bitcoin/pull/24753
<bitcoin-git> [bitcoin] fanquake merged pull request #24668: build, qt: bump Qt5 version to 5.15.3 (master...qt5-5.15.3) https://github.com/bitcoin/bitcoin/pull/24668
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/0da559e02e44...52f0f7a1bb5d
<bitcoin-git> bitcoin/master 826cbc4 Hennadii Stepanov: build, qt: drop fix_no_printer.patch
<bitcoin-git> bitcoin/master ef20add Pavol Rusnak: build, qt: bump Qt5 version to 5.15.3
<bitcoin-git> bitcoin/master 7f60428 Pavol Rusnak: build, qt: use one patch per line in depends/packages/qt.mk