2023-02-19

<bitcoin-git> bitcoin/master 621cfb7 fanquake: random: consolidate WIN32 #ifdefs
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a245429d680e...4395b7f0845d
<bitcoin-git> bitcoin/master 4dc1281 fanquake: random: use int for MAX_TRIES
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27125: refactor, kernel: Decouple ArgsManager from blockstorage (master...removeBlockstorageArgs) https://github.com/bitcoin/bitcoin/pull/27125

2023-02-18

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27124: docs: add ramdisk guide for running tests on OSX (master...ramdisk-osx) https://github.com/bitcoin/bitcoin/pull/27124

2023-02-17

<bitcoin-git> [bitcoin] achow101 merged pull request #26940: test: create random and coins utils, add amount helper, dedupe add_coin (master...unit-tests-CAmount-generation) https://github.com/bitcoin/bitcoin/pull/26940
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/9321df448768...a245429d680e
<bitcoin-git> bitcoin/master 81f5ade Jon Atack: Move random test util code from setup_common to random
<bitcoin-git> bitcoin/master 9d92c3d Jon Atack: Create InsecureRandMoneyAmount() test util helper
<bitcoin-git> bitcoin/master 4275195 Jon Atack: De-duplicate add_coin methods to a test util helper
<bitcoin-git> [bitcoin] achow101 merged pull request #25862: refactor, kernel: Remove gArgs accesses from dbwrapper and txdb (master...pr/dbargs) https://github.com/bitcoin/bitcoin/pull/25862
<bitcoin-git> bitcoin/master c00fa1a Ryan Ofsky: refactor, txdb: Add CoinsViewOptions struct
<bitcoin-git> bitcoin/master 0352258 Ryan Ofsky: refactor, txdb: Use DBParams struct in CBlockTreeDB
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f722a9bd1322...9321df448768
<bitcoin-git> bitcoin/master 2eaeded Ryan Ofsky: refactor, dbwrapper: Add DBParams and DBOptions structs
<bitcoin-git> [bitcoin] sipa opened pull request #27122: BIP341 txdata cannot be precomputed without spent outputs (master...202302_tap_ready_needs_prevouts) https://github.com/bitcoin/bitcoin/pull/27122
<bitcoin-git> [bitcoin] achow101 merged pull request #20018: p2p: ProcessAddrFetch(-seednode) is unnecessary if -connect is specified (master...seednode-not-needed-with-connect) https://github.com/bitcoin/bitcoin/pull/20018
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/35fbc972082e...f722a9bd1322
<bitcoin-git> bitcoin/master 2555a39 Dhruv Mehta: p2p: ProcessAddrFetch(-seednode) is unnecessary if -connect is specified
<bitcoin-git> bitcoin/master f722a9b Andrew Chow: Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessa...
<bitcoin-git> [bitcoin] achow101 merged pull request #25619: net: avoid overriding non-virtual ToString() in CService and use better naming (master...CNetAddr_ToString) https://github.com/bitcoin/bitcoin/pull/25619
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/27772d80098b...35fbc972082e
<bitcoin-git> bitcoin/master 043b9de Vasil Dimov: scripted-diff: rename ToStringIP[Port]() to ToStringAddr[Port]()
<bitcoin-git> bitcoin/master 944a9de Vasil Dimov: net: remove CNetAddr::ToString() and use ToStringAddr() instead
<bitcoin-git> bitcoin/master 96c791d Vasil Dimov: net: remove CService::ToString() use ToStringAddrPort() instead
<theHeap> Bitcoin Core version v23.99.0-f4e5d704f24a
<bitcoin-git> [bitcoin] achow101 merged pull request #26889: refactor: wallet, remove global 'ArgsManager' dependency (master...2022_spkm_keypool_size) https://github.com/bitcoin/bitcoin/pull/26889
<bitcoin-git> bitcoin/master 6c9b342 furszy: refactor: wallet, remove global 'ArgsManager' access
<bitcoin-git> [bitcoin] achow101 pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/fe1b3256888b...27772d80098b
<bitcoin-git> bitcoin/master 3477a28 furszy: wallet: set keypool_size instead of access global args manager
<bitcoin-git> bitcoin/master d8f5fc4 furszy: wallet: set '-walletnotify' script instead of access global args manager
<sipa> I mean you're overloading Bitcoin Core with tons of slow RPCs, there isn't much that can be done.
<theHeap> The falling call mentioned in the issue is same.. https://github.com/bitcoin/bitcoin/issues/25724#issuecomment-1213554922
<willcl_ark> There seems to be a similar issue here: https://github.com/bitcoin/bitcoin/issues/25724
<hebasto> is there any reason for Bitcoin Core binaries to support files larger than 2 GiB on 32-bit systems?
<bitcoin-git> [bitcoin] fanquake closed pull request #27098: refactor: don't avoid sys/types.h when building for Windows (master...windows_can_use_sys_types) https://github.com/bitcoin/bitcoin/pull/27098
<bitcoin-git> [bitcoin] fanquake opened pull request #27118: depends: harden libevent (master...harden_libevent) https://github.com/bitcoin/bitcoin/pull/27118
<bitcoin-git> [bitcoin] hebasto closed pull request #23571: build: Propagate user-defined tools to native packages (master...211122-tools) https://github.com/bitcoin/bitcoin/pull/23571
<bitcoin-git> [bitcoin] darosior opened pull request #27117: fuzz: avoid redundant dup key checks when creating Miniscript nodes (master...more_efficient_miniscript_fuzzer) https://github.com/bitcoin/bitcoin/pull/27117
<bitcoin-git> [bitcoin] vasild opened pull request #27116: doc: clarify that LOCK() does AssertLockNotHeld() internally (master...doc_LOCK_AssertLockNotHeld) https://github.com/bitcoin/bitcoin/pull/27116
<bitcoin-git> [bitcoin] fanquake merged pull request #27029: guix: consolidate to glibc 2.27 for Linux builds (master...glibc_2_27) https://github.com/bitcoin/bitcoin/pull/27029
<bitcoin-git> bitcoin/master d5d4b75 fanquake: guix: combine glibc hardening options into hardened-glibc
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/bc35c4f58c50...fe1b3256888b
<bitcoin-git> bitcoin/master 74c9893 fanquake: guix: use glibc 2.27 for all Linux builds
<bitcoin-git> bitcoin/master c49f2b8 fanquake: guix: remove no-longer needed powerpc workaround
<bitcoin-git> [bitcoin] hebasto closed pull request #27060: build: Add CMake-based build system (1 of N) (master...230208-cmake-A) https://github.com/bitcoin/bitcoin/pull/27060
<bitcoin-git> [bitcoin] fanquake merged pull request #27106: net: remove orphaned CSubNet::SanityCheck() (master...2023-02-rm-CSubNet-SanityCheck-and-snprintf-todo) https://github.com/bitcoin/bitcoin/pull/27106
<bitcoin-git> bitcoin/master bc35c4f fanquake: Merge bitcoin/bitcoin#27106: net: remove orphaned CSubNet::SanityCheck()
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/73966f75f67f...bc35c4f58c50
<bitcoin-git> bitcoin/master 0e01514 Jon Atack: net: remove orphaned CSubNet::SanityCheck()
<bitcoin-git> bitcoin/master 30a3230 Jon Atack: script: remove out-of-date snprintf TODO

2023-02-16

<bitcoin-git> [bitcoin] brunoerg opened pull request #27114: p2p: Allow whitelisting outgoing connections (master...2023-02-outgoing-whitelist) https://github.com/bitcoin/bitcoin/pull/27114
<gribble> https://github.com/bitcoin/bitcoin/issues/25725 | consensus: Remove mainnet checkpoints by sdaftuar · Pull Request #25725 · bitcoin/bitcoin · GitHub
<jonatack> _aj_: congrats on bitcoin inquisition 24 and its op_vault and annex datacarrier PRs
<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/27100 | ci: Add copyright header check by MarcoFalke · Pull Request #27100 · bitcoin/bitcoin · GitHub
<kanzure> "This code was written by some bitcoin developers in 2023. They still did that in 2023, even if you are in 2024!"
<gribble> https://github.com/bitcoin/bitcoin/issues/26817 | doc: Remove copyright years (headers only) by MarcoFalke · Pull Request #26817 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27011 | Add simulation-based `CCoinsViewCache` fuzzer by sipa · Pull Request #27011 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25325 | Add pool based memory resource by martinus · Pull Request #25325 · bitcoin/bitcoin · GitHub
<pinheadmz> guess im chasing concept ack on https://github.com/bitcoin/bitcoin/pull/27101
<achow101> #bitcoin-core-dev Meeting: achow101 aj amiti ariard b10c BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
<core-meetingbot> Meeting started Thu Feb 16 19:00:42 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] achow101 merged pull request #25344: New `outputs` argument for `bumpfee`/`psbtbumpfee` (master...bumpfee-extra-outputs) https://github.com/bitcoin/bitcoin/pull/25344
<bitcoin-git> bitcoin/master c0ebb98 Seibart Nedor: wallet: add `outputs` arguments to `bumpfee` and `psbtbumpfee`
<bitcoin-git> bitcoin/master 4c8eccc Seibart Nedor: test: add tests for `outputs` argument to `bumpfee`/`psbtbumpfee`
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/75f0e0b607cd...73966f75f67f
<bitcoin-git> bitcoin/master a804f3c Seibart Nedor: wallet: extract and reuse RPC argument format definition for outputs
<bitcoin-git> [bitcoin] achow101 opened pull request #27113: rpc: Use a FlatSigningProvider in decodescript to allow inferring descriptors for scripts larger than 520 bytes (master...decodescript-flatsigningprovider) https://github.com/bitcoin/bitcoin/pull/27113
<bitcoin-git> [bitcoin] fanquake merged pull request #26921: [23.x] Backports (23.x...23_2_backports) https://github.com/bitcoin/bitcoin/pull/26921
<bitcoin-git> bitcoin/23.x fd94bef Martin Zumsande: hash: add HashedSourceWriter
<bitcoin-git> bitcoin/23.x 412cd1a Martin Zumsande: addrdb: Only call Serialize() once
<bitcoin-git> bitcoin/23.x 3987687 MarcoFalke: Add missing includes to fix gcc-13 compile error
<bitcoin-git> [bitcoin] fanquake pushed 6 commits to 23.x: https://github.com/bitcoin/bitcoin/compare/dd04f2dda5fa...0567787f5ef9
<bitcoin-git> [bitcoin] fanquake merged pull request #26927: [22.x] Backports (22.x...22_2_backports) https://github.com/bitcoin/bitcoin/pull/26927
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to 22.x: https://github.com/bitcoin/bitcoin/compare/6fd35e2cb18d...a896f61290fb
<bitcoin-git> bitcoin/22.x c21e6a9 MarcoFalke: Add missing includes to fix gcc-13 compile error
<bitcoin-git> bitcoin/22.x ea584a6 fanquake: 23.x Add missing includes to fix gcc-13 compile error
<bitcoin-git> bitcoin/22.x a896f61 fanquake: Merge bitcoin/bitcoin#26927: [22.x] Backports
<bitcoin-git> [bitcoin] fanquake merged pull request #26773: doc: FreeBSD build doc updates to reflect removal of install_db4.sh (master...use_db4_on_freebsd) https://github.com/bitcoin/bitcoin/pull/26773
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/437dfe1c26e7...75f0e0b607cd
<bitcoin-git> bitcoin/master c572eae Murray Nesbitt: update the freebsd build doc to reflect recent changes to DB4 install proc...
<bitcoin-git> bitcoin/master 75f0e0b fanquake: Merge bitcoin/bitcoin#26773: doc: FreeBSD build doc updates to reflect rem...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26714: test: add coverage for unparsable `-maxuploadtarget` (master...2022-12-maxuploadtarget-parse-test) https://github.com/bitcoin/bitcoin/pull/26714
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/98042a045693...437dfe1c26e7
<bitcoin-git> bitcoin/master 7a83aa0 brunoerg: test: add coverage for unparsable `-maxuploadtarget`
<bitcoin-git> bitcoin/master 437dfe1 merge-script: Merge bitcoin/bitcoin#26714: test: add coverage for unparsable `-maxupload...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27107: doc: remove mention of "proper signing key" (master...remove_signing_key) https://github.com/bitcoin/bitcoin/pull/27107
<bitcoin-git> bitcoin/master 98042a0 merge-script: Merge bitcoin/bitcoin#27107: doc: remove mention of "proper signing key"
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3a68e194f5e9...98042a045693
<bitcoin-git> bitcoin/master 304ae6d fanquake: doc: remove mention of "proper signing key"
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3995c88e43a7...3a68e194f5e9
<bitcoin-git> bitcoin/master 3a68e19 merge-script: Merge bitcoin/bitcoin#26586: test: previous releases: add v24.0.1
<bitcoin-git> bitcoin/master 741908a Sebastian Falbesoner: test: previous releases: add v24.0.1
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26586: test: previous releases: add v24.0.1 (master...add_prevreleases_v24) https://github.com/bitcoin/bitcoin/pull/26586
<bitcoin-git> [bitcoin] Hyunhum opened pull request #27109: Script explained (master...script-explained) https://github.com/bitcoin/bitcoin/pull/27109
<bitcoin-git> [bitcoin] fanquake closed pull request #25523: build: Fail early and show actionable messages if autogen deps are missing (master...autogen-assert-deps) https://github.com/bitcoin/bitcoin/pull/25523
<bitcoin-git> [bitcoin] fanquake merged pull request #25898: util: remove WSL 1 workaround in fs (master...master) https://github.com/bitcoin/bitcoin/pull/25898
<bitcoin-git> bitcoin/master 3995c88 fanquake: Merge bitcoin/bitcoin#25898: util: remove WSL 1 workaround in fs
<bitcoin-git> bitcoin/master 5669afb sinetek: fs: drop old WSL1 hack.
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb82d91a9c34...3995c88e43a7
<bitcoin-git> [bitcoin] fanquake closed pull request #26985: explicit `-d/--delete` argument for verifybinaries/verify.py (master...explicit_delete_arg_verifybinaries) https://github.com/bitcoin/bitcoin/pull/26985
<bitcoin-git> [bitcoin] fanquake opened pull request #27107: doc: remove mention of "proper signing key" (master...remove_signing_key) https://github.com/bitcoin/bitcoin/pull/27107
<bitcoin-git> [bitcoin] fanquake merged pull request #24149: Signing support for Miniscript Descriptors (master...miniscript_wallet_signing) https://github.com/bitcoin/bitcoin/pull/24149
<bitcoin-git> bitcoin/master 4242c1c Pieter Wuille: Align 'e' property of or_d and andor with website spec
<bitcoin-git> [bitcoin] fanquake pushed 13 commits to master: https://github.com/bitcoin/bitcoin/compare/cbf511b3f4dc...fb82d91a9c34
<bitcoin-git> bitcoin/master 22c5b00 Antoine Poinsot: miniscript: satisfaction support
<bitcoin-git> bitcoin/master f5deb41 Pieter Wuille: Various additional explanations of the satisfaction logic from Pieter
<bitcoin-git> [bitcoin] fanquake closed pull request #26731: test: add coverage for invalid parameter in `keypoolrefill` (master...2022-12-keypool-invalid-parameter) https://github.com/bitcoin/bitcoin/pull/26731
<bitcoin-git> [bitcoin] fanquake merged pull request #27054: Remove laanwj from trusted-keys (master...remove-laanwj-key) https://github.com/bitcoin/bitcoin/pull/27054
<bitcoin-git> bitcoin/master aafa5e9 laanwj: Remove laanwj from trusted-keys
<bitcoin-git> bitcoin/master cbf511b fanquake: Merge bitcoin/bitcoin#27054: Remove laanwj from trusted-keys
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/424fc603d86a...cbf511b3f4dc
<bitcoin-git> [bitcoin] fanquake merged pull request #26997: psbt: s/transcation/transaction/ (master...transcation) https://github.com/bitcoin/bitcoin/pull/26997
<bitcoin-git> bitcoin/master 9066314 Greg Sanders: s/transcation/transaction/
<bitcoin-git> bitcoin/master 424fc60 fanquake: Merge bitcoin/bitcoin#26997: psbt: s/transcation/transaction/
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/54742532ce34...424fc603d86a

2023-02-15

<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5ecd14a31cad...54742532ce34
<bitcoin-git> bitcoin/master 9fa43b5 Hennadii Stepanov: refactor: Disable unused special members functions in `UnlockContext`
<bitcoin-git> bitcoin/master 5474253 Andrew Chow: Merge bitcoin-core/gui#711: refactor: Disable unused special members funct...
<bitcoin-git> [gui] achow101 merged pull request #711: refactor: Disable unused special members functions in `UnlockContext` (master...230214-unlock) https://github.com/bitcoin-core/gui/pull/711
<bitcoin-git> [bitcoin] jonatack opened pull request #27106: net: remove orphaned CSubNet::SanityCheck() (master...2023-02-rm-CSubNet-SanityCheck-and-snprintf-todo) https://github.com/bitcoin/bitcoin/pull/27106
<bitcoin-git> [bitcoin] achow101 closed pull request #27102: Fix minor typo (master...fix-minor-typo) https://github.com/bitcoin/bitcoin/pull/27102
<vasild> hebasto: wrt https://github.com/bitcoin/bitcoin/pull/27060#issuecomment-1431519355 "... adding more commits after reviewing and ACKing of previous ones ..." - what usually happens with big PRs that are split is that a different set of reviewers review the sub-PRs. How would that work if everything is kept in one unmerged PR and new commits are appended to it?
<bitcoin-git> [bitcoin] fanquake merged pull request #26844: Net: Pass `MSG_MORE` flag when sending non-final network messages (round 2) (master...MSG_MORE) https://github.com/bitcoin/bitcoin/pull/26844
<bitcoin-git> bitcoin/master 691eaf8 Matt Whitlock: Pass MSG_MORE flag when sending non-final network messages
<bitcoin-git> bitcoin/master 5ecd14a fanquake: Merge bitcoin/bitcoin#26844: Net: Pass `MSG_MORE` flag when sending non-fi...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a65d2259f15b...5ecd14a31cad
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27035: test: simplify and speedup mempool_updatefromblock.py by using MiniWallet (master...202302-test-use_MiniWallet_for_mempool_updatefromblock) https://github.com/bitcoin/bitcoin/pull/27035
<bitcoin-git> bitcoin/master a65d225 merge-script: Merge bitcoin/bitcoin#27035: test: simplify and speedup mempool_updatefrom...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1e0198b6c1db...a65d2259f15b
<bitcoin-git> bitcoin/master dee8549 Sebastian Falbesoner: test: simplify and speedup mempool_updatefromblock.py by using MiniWallet
<bitcoin-git> [bitcoin] fanquake merged pull request #26153: Reduce wasted pseudorandom bytes in ChaCha20 + various improvements (master...202209_chacha20) https://github.com/bitcoin/bitcoin/pull/26153
<bitcoin-git> bitcoin/master e37bcaa Pieter Wuille: Split ChaCha20 into aligned/unaligned variants
<bitcoin-git> bitcoin/master 6babf40 Pieter Wuille: Rename ChaCha20::Seek -> Seek64 to clarify multiple of 64
<bitcoin-git> bitcoin/master 12ff724 Pieter Wuille: Make unrestricted ChaCha20 cipher not waste keystream bytes
<bitcoin-git> [bitcoin] fanquake pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/2b0cd7679f82...1e0198b6c1db
<bitcoin-git> [bitcoin] fanquake merged pull request #27076: verify-commits: Bump trusted git root to after most recent laanwj merge (master...2023-02-vc-bump-trusted-root) https://github.com/bitcoin/bitcoin/pull/27076
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e43ff4eab2fe...2b0cd7679f82
<bitcoin-git> bitcoin/master 6ada37d Andrew Chow: verify-commits: Bump trusted git root to after most recent laanwj merge
<bitcoin-git> bitcoin/master 2b0cd76 fanquake: Merge bitcoin/bitcoin#27076: verify-commits: Bump trusted git root to afte...
<bitcoin-git> bitcoin/master 9d3127b Ryan Ofsky: Add settings.json prune-prev, proxy-prev, onion-prev settings
<bitcoin-git> bitcoin/master e43ff4e Hennadii Stepanov: Merge bitcoin-core/gui#603: Add settings.json prune-prev, proxy-prev, onio...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/68e484afbbc2...e43ff4eab2fe
<bitcoin-git> [gui] hebasto merged pull request #603: Add settings.json prune-prev, proxy-prev, onion-prev settings (master...pr/qtkeep) https://github.com/bitcoin-core/gui/pull/603
<bitcoin-git> [bitcoin] TheCharlatan closed pull request #27103: Blockstorage: Dont access gArgs to get blocks_dir (master...blockstorageArgs) https://github.com/bitcoin/bitcoin/pull/27103
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27103: Blockstorage: Dont access gArgs to get blocks_dir (master...blockstorageArgs) https://github.com/bitcoin/bitcoin/pull/27103
<bitcoin-git> [bitcoin] ebarakos opened pull request #27102: Fix minor typo (master...fix-minor-typo) https://github.com/bitcoin/bitcoin/pull/27102
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26584: cli: include local ("unroutable") peers in -netinfo table (master...netinfo-local) https://github.com/bitcoin/bitcoin/pull/26584
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/576e16e7026f...68e484afbbc2
<bitcoin-git> bitcoin/master 77192c9 Matthew Zipkin: cli: include local ("unreachable") peers in -netinfo table
<bitcoin-git> bitcoin/master 68e484a merge-script: Merge bitcoin/bitcoin#26584: cli: include local ("unroutable") peers in -n...

2023-02-14

<bitcoin-git> [bitcoin] achow101 merged pull request #26184: test: p2p: check that headers message with invalid proof-of-work disconnects peer (master...202209-test-check_for_invalid_pow_headers_msg) https://github.com/bitcoin/bitcoin/pull/26184
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fb2f0934799a...576e16e7026f
<bitcoin-git> bitcoin/master 7726712 Sebastian Falbesoner: test: p2p: check that headers message with invalid proof-of-work disconnec...
<bitcoin-git> bitcoin/master 576e16e Andrew Chow: Merge bitcoin/bitcoin#26184: test: p2p: check that headers message with in...
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27101: Support JSON-RPC 2.0 when requested by client (master...jsonrpc-2.0) https://github.com/bitcoin/bitcoin/pull/27101
<bitcoin-git> [gui] hebasto opened pull request #711: refactor: Disable unused special members functions in `UnlockContext` (master...230214-unlock) https://github.com/bitcoin-core/gui/pull/711
<bitcoin-git> [bitcoin] fanquake merged pull request #27097: descriptors: fix docstring (param [in] vs [out]) (master...20230214_desc_docstring) https://github.com/bitcoin/bitcoin/pull/27097
<bitcoin-git> bitcoin/master fb2f093 fanquake: Merge bitcoin/bitcoin#27097: descriptors: fix docstring (param [in] vs [ou...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af49d86dd740...fb2f0934799a
<bitcoin-git> bitcoin/master 588fad8 SomberNight: descriptors: fix docstring (param [in] vs [out])
<bitcoin-git> [bitcoin] fanquake merged pull request #27093: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-sync-int-🥈) https://github.com/bitcoin/bitcoin/pull/27093
<bitcoin-git> bitcoin/master fa9ec7b MarcoFalke: test: Fix intermittent sync issue in wallet_pruning
<bitcoin-git> bitcoin/master af49d86 fanquake: Merge bitcoin/bitcoin#27093: test: Fix intermittent sync issue in wallet_p...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d6ef44cccbdf...af49d86dd740
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27100: ci: Add CLA bot (master...2302-cla-bot-📈) https://github.com/bitcoin/bitcoin/pull/27100
<bitcoin-git> [bitcoin] fanquake opened pull request #27099: build: produce a .zip for macOS distribution (master...macdeploy_use_zip) https://github.com/bitcoin/bitcoin/pull/27099
<jonatack> pinheadmz: regarding your python quotes style question at https://www.erisian.com.au/bitcoin-core-dev/log-2023-02-13.html#l-180, there is https://black.readthedocs.io, an (opinionated) python linter that i run on my changes to see what it suggests, even though we don't follow all of it.
<sipa> Possibly. It's worth e.g. trying a few and benchmarking on varied hardware (e.g. including raspberry pis and similar hardware, which seem popular for bitcoin nodes)
<andrewtoth_> If we are going to touch the blk.dat format, could we also add crcs to them? See https://github.com/bitcoin/bitcoin/pull/13151#issuecomment-386037456
<bitcoin-git> [bitcoin] fanquake opened pull request #27098: refactor: don't avoid sys/types.h on when building for Windows (master...windows_can_use_sys_types) https://github.com/bitcoin/bitcoin/pull/27098
<bitcoin-git> [bitcoin] SomberNight opened pull request #27097: descriptors: fix docstring (param [in] vs [out]) (master...20230214_desc_docstring) https://github.com/bitcoin/bitcoin/pull/27097
<darosior> josie: maybe that blk files are large enough they aren't scanned? https://github.com/bitcoin/bitcoin/issues/4069#issuecomment-40898303 Dunno if that still holds
<josie> I'm reading through some old discussions regarding obfuscating bitcoin data and while it was done for chainstate, it was never implemented for blocks. I haven't seen any objections to doing it on blocks in the discussions (aside from general objections to obfuscating the any data to begin with), but perhaps I'm missing something. Was there a reason it was never done for blocks?
<bitcoin-git> [bitcoin] fanquake merged pull request #27081: Modernize rpcauth.py (master...202302_modernize_rpcauth_py) https://github.com/bitcoin/bitcoin/pull/27081
<bitcoin-git> bitcoin/master d6ef44c fanquake: Merge bitcoin/bitcoin#27081: Modernize rpcauth.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2c1fe27bf3c1...d6ef44cccbdf
<bitcoin-git> bitcoin/master e4e1790 Pieter Wuille: Modernize rpcauth.py and its tests
<gribble> https://github.com/bitcoin/bitcoin/issues/26878 | [24.x] Backports by fanquake · Pull Request #26878 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] theStack opened pull request #27096: script: remove unused bitwise `CScriptNum` operators (master...202202-remove_unused_bitwise_ops_in_cscriptnum) https://github.com/bitcoin/bitcoin/pull/27096
<bitcoin-git> [bitcoin] fanquake closed pull request #27095: Check for the awk script before executing it (master...check-awk) https://github.com/bitcoin/bitcoin/pull/27095
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #26154: refactor: Move coin_control variable to test setup section (master...move-coin-control-setup) https://github.com/bitcoin/bitcoin/pull/26154

2023-02-13

<bitcoin-git> [bitcoin] Harshil-Jani opened pull request #27095: Check for the awk script before executing it (master...check-awk) https://github.com/bitcoin/bitcoin/pull/27095
<bitcoin-git> [bitcoin] achow101 merged pull request #27080: Wallet: Zero out wallet master key upon locking so it doesn't persist in memory (master...2023_02_WipeMasterKeyOnLock) https://github.com/bitcoin/bitcoin/pull/27080
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1ad0711d7c10...2c1fe27bf3c1
<bitcoin-git> bitcoin/master 2c1fe27 Andrew Chow: Merge bitcoin/bitcoin#27080: Wallet: Zero out wallet master key upon locki...
<bitcoin-git> bitcoin/master 3a11adc John Moffett: Zero out wallet master key upon lock
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27093: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-sync-int-🥈) https://github.com/bitcoin/bitcoin/pull/27093
<bitcoin-git> [bitcoin] fanquake merged pull request #27016: mapport: require miniupnpc API version 17 or later (master...mostly_non_broken_upnp_verions) https://github.com/bitcoin/bitcoin/pull/27016
<bitcoin-git> bitcoin/master 1ad0711 fanquake: Merge bitcoin/bitcoin#27016: mapport: require miniupnpc API version 17 or ...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8126551d54ff...1ad0711d7c10
<bitcoin-git> bitcoin/master b3b673f fanquake: mapport: require miniupnpc API version 17 or later
<bitcoin-git> [bitcoin] hebasto closed pull request #27087: refactor, wallet: Avoid variable shadowing (master...230212-shadow) https://github.com/bitcoin/bitcoin/pull/27087
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27011: Add simulation-based `CCoinsViewCache` fuzzer (master...202301_coinscache_fuzz) https://github.com/bitcoin/bitcoin/pull/27011
<bitcoin-git> bitcoin/master b0ff310 Pieter Wuille: Add CCoinsViewCache::SanityCheck() and use it in fuzz test
<bitcoin-git> bitcoin/master 59e6828 Pieter Wuille: Add deterministic mode to CCoinsViewCache
<bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/141115a06040...8126551d54ff
<bitcoin-git> bitcoin/master 3c9cea1 Pieter Wuille: Add simulation-based CCoinsViewCache fuzzer
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27082: Minor edits - punctuation, spelling to make the contributing instructions more readable for all. (master...master) https://github.com/bitcoin/bitcoin/pull/27082
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27090: ci: Use dedicated root path for ci (master...2302-ci-no-nonroot-👫) https://github.com/bitcoin/bitcoin/pull/27090
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27033: ci: Cache stuff in volumes, not host folders (master...2302-ci-depends-vol-🏆) https://github.com/bitcoin/bitcoin/pull/27033
<bitcoin-git> bitcoin/master 5fffff5 MarcoFalke: ci: Cache stuff in volumes, not host folders
<bitcoin-git> bitcoin/master fa8e92c 721217.xyz: doc: Update ci docs
<bitcoin-git> bitcoin/master 141115a merge-script: Merge bitcoin/bitcoin#27033: ci: Cache stuff in volumes, not host folders
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/a6316590d5bc...141115a06040
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26970: test: fix immediate tx relay in wallet_groups.py (master...202301-test-fix_wallet_groups_immediate_tx_relay) https://github.com/bitcoin/bitcoin/pull/26970
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b92d609fb256...a6316590d5bc
<bitcoin-git> bitcoin/master ab4efad Sebastian Falbesoner: test: fix immediate tx relay in wallet_groups.py
<bitcoin-git> bitcoin/master a631659 merge-script: Merge bitcoin/bitcoin#26970: test: fix immediate tx relay in wallet_groups...
<montxero> I am trying to run a bitcoin node and the download process has been stuck for over a week at ~56% verification progress. I am on a 12 core computer with 64 G ram. What can I do to make it work?

2023-02-12

<bitcoin-git> [bitcoin] fanquake closed pull request #27089: correct and error on the read (master...master) https://github.com/bitcoin/bitcoin/pull/27089
<bitcoin-git> [bitcoin] martcpp opened pull request #27089: correct and error on the read (master...master) https://github.com/bitcoin/bitcoin/pull/27089
<bitcoin-git> [bitcoin] hebasto opened pull request #27087: refactor: Rename variable to avoid shadowing (master...230212-shadow) https://github.com/bitcoin/bitcoin/pull/27087

2023-02-11

<bitcoin-git> [bitcoin] davidgumberg opened pull request #27086: [WIP] p2p: Add random txn's from mempool to GETBLOCKTXN (master...wip-rndtxinclude) https://github.com/bitcoin/bitcoin/pull/27086
<bitcoin-git> [bitcoin] 1440000bytes closed pull request #27079: mempool: Increase mempool default size (master...mempool-limit) https://github.com/bitcoin/bitcoin/pull/27079
<bitcoin-git> [bitcoin] hebasto closed pull request #27083: ci: Improve `ccache` cache hit rates (master...230211-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27083
<bitcoin-git> [bitcoin] hebasto closed pull request #27077: ci: Make `ccache` hashing content of compiler binary (master...230210-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27077
<bitcoin-git> [bitcoin] hebasto opened pull request #27084: ci: A few fixes of `ccache` issues (master...230211-cccc) https://github.com/bitcoin/bitcoin/pull/27084
<provoostenator> flower99: bitcoin.stackexchange.com is a better place for such questions
<flower99> I got some questions about how bitcoin txns work, is this the right place to ask?
<bitcoin-git> [bitcoin] hebasto opened pull request #27083: ci: Improve `ccache` cache hit rates (master...230211-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27083
<bitcoin-git> [bitcoin] TysonsTech opened pull request #27082: Minor edits - punctuation, spelling to make the contributing instructions more readable for all. (master...master) https://github.com/bitcoin/bitcoin/pull/27082

2023-02-10

<bitcoin-git> [bitcoin] sipa opened pull request #27081: Modernize rpcauth.py (master...202302_modernize_rpcauth_py) https://github.com/bitcoin/bitcoin/pull/27081
<bitcoin-git> [bitcoin] john-moffett opened pull request #27080: Wallet: Zero out wallet master key upon locking so it doesn't persist in memory (master...2023_02_WipeMasterKeyOnLock) https://github.com/bitcoin/bitcoin/pull/27080
<bitcoin-git> [bitcoin] 1440000bytes opened pull request #27079: mempool: Increase mempool default size (master...mempool-limit) https://github.com/bitcoin/bitcoin/pull/27079
<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/25634 | wallet, tests: Expand and test when the blank wallet flag should be un/set by achow101 · Pull Request #25634 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Wallet Meeting: achow101 _aj_ amiti ariard BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr furszy gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack josibake jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos Murch nehan NicolasDorier
<core-meetingbot> Meeting started Fri Feb 10 19:00:35 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] hebasto opened pull request #27077: ci: Make `ccache` hashing content of compiler binary (master...230210-ci-ccache) https://github.com/bitcoin/bitcoin/pull/27077
<bitcoin-git> [bitcoin] achow101 opened pull request #27076: verify-commits: Bump trusted git root to after most recent laanwj merge (master...2023-02-vc-bump-trusted-root) https://github.com/bitcoin/bitcoin/pull/27076
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27072: doc: Remove unused REVIEWERS file (master...2302-doc-rem-rev-🌊) https://github.com/bitcoin/bitcoin/pull/27072
<bitcoin-git> bitcoin/master b92d609 merge-script: Merge bitcoin/bitcoin#27072: doc: Remove unused REVIEWERS file
<bitcoin-git> bitcoin/master fa8e3aa 721217.xyz: doc: Remove unused REVIEWERS file
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e0d8378f2d72...b92d609fb256
<bitcoin-git> [bitcoin] fanquake closed pull request #27074: Create Cyborg helping first-party developers (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27074
<bitcoin-git> [bitcoin] iwoskerlonne opened pull request #27074: Create Cyborg helping first-party developers (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27074
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27069: net: add `Ensure{any}Banman` (master...2023-02-ensureanybanman) https://github.com/bitcoin/bitcoin/pull/27069
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4f841cbb81ec...e0d8378f2d72
<bitcoin-git> bitcoin/master 2d955ff brunoerg: net: add `Ensure{any}Banman`
<bitcoin-git> bitcoin/master e0d8378 merge-script: Merge bitcoin/bitcoin#27069: net: add `Ensure{any}Banman`
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27073: Convert ArgsManager::GetDataDir to a read-only function (master...2022-02-cli-datadir) https://github.com/bitcoin/bitcoin/pull/27073
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27072: doc: Remove unused REVIEWERS file (master...2302-doc-rem-rev-🌊) https://github.com/bitcoin/bitcoin/pull/27072
<bitcoin-git> [bitcoin] vasild opened pull request #27071: Handle CJDNS from LookupSubNet() (master...lookup_subnet_cjdns) https://github.com/bitcoin/bitcoin/pull/27071
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27070: ci: Fix `fingerprint_script` for `depends` subdir caches (master...230209-ci-deps) https://github.com/bitcoin/bitcoin/pull/27070
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ffdf6307905b...4f841cbb81ec
<bitcoin-git> bitcoin/master 4f841cb merge-script: Merge bitcoin/bitcoin#27070: ci: Fix `fingerprint_script` for `depends` su...
<bitcoin-git> bitcoin/master d66efa3 Hennadii Stepanov: ci: Fix `fingerprint_script` for `depends` subdir caches
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27066: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-fix-🍾) https://github.com/bitcoin/bitcoin/pull/27066
<bitcoin-git> bitcoin/master fa6f678 721217.xyz: test: Fix intermittent sync issue in wallet_pruning
<bitcoin-git> bitcoin/master ffdf630 merge-script: Merge bitcoin/bitcoin#27066: test: Fix intermittent sync issue in wallet_p...
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1313b9073574...ffdf6307905b

2023-02-09

<bitcoin-git> [bitcoin] hebasto opened pull request #27070: ci: Fix `fingerprint_script` for `depends` subdir caches (master...230209-ci-deps) https://github.com/bitcoin/bitcoin/pull/27070
<bitcoin-git> [bitcoin] brunoerg opened pull request #27069: net: add `Ensure{any}Banman` (master...2023-02-ensureanybanman) https://github.com/bitcoin/bitcoin/pull/27069
<bitcoin-git> [gui] hebasto merged pull request #701: Persist Mask Values option (master...persist-mask-value) https://github.com/bitcoin-core/gui/pull/701
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/af2bd07587b6...1313b9073574
<bitcoin-git> bitcoin/master 4de02de Andrew Chow: qt: Persist Mask Values option
<bitcoin-git> bitcoin/master 1313b90 Hennadii Stepanov: Merge bitcoin-core/gui#701: Persist Mask Values option
<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/27060 | build: Add CMake-based build system (1 of N) by hebasto · Pull Request #27060 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/25797 | build: Add CMake-based build system by hebasto · Pull Request #25797 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/27033 | ci: Cache stuff in volumes, not host folders by MarcoFalke · Pull Request #27033 · bitcoin/bitcoin · GitHub
<achow101> #bitcoin-core-dev Meeting: achow101 aj amiti ariard b10c BlueMatt cfields Chris_Stewart_5 darosior digi_james dongcarl elichai2 emilengler fanquake fjahr gleb glozow gmaxwell gwillen hebasto instagibbs jamesob jarolrod jb55 jeremyrubin jl2012 jnewbery jonasschnelli jonatack jtimon kallewoof kanzure kvaciral laanwj larryruane lightlike luke-jr maaku marcofalke meshcollider michagogo moneyball morcos nehan NicolasDorier paveljanik petertodd
<core-meetingbot> Meeting started Thu Feb 9 19:00:29 2023 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [bitcoin] john-moffett opened pull request #27068: wallet: SecureString to allow null characters (master...2023_02_SecurerSecureString) https://github.com/bitcoin/bitcoin/pull/27068
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27062: ci: Re-introduce `depends_built` cache back in macOS and Android tasks (master...230208-ci-macos) https://github.com/bitcoin/bitcoin/pull/27062
<bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/dc905f6c2a60...af2bd07587b6
<bitcoin-git> bitcoin/master 8a61527 Hennadii Stepanov: ci: Re-introduce `depends_built` cache back in macOS and Android tasks
<bitcoin-git> bitcoin/master 73a3b16 Hennadii Stepanov: ci: Inline `MACOS_NATIVE_TASK_TEMPLATE`
<bitcoin-git> bitcoin/master af2bd07 merge-script: Merge bitcoin/bitcoin#27062: ci: Re-introduce `depends_built` cache back i...
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27066: test: Fix intermittent sync issue in wallet_pruning (master...2302-test-fix-🍾) https://github.com/bitcoin/bitcoin/pull/27066
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/835af48e0377...dc905f6c2a60
<bitcoin-git> bitcoin/master 887bb53 Hennadii Stepanov: ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task
<bitcoin-git> bitcoin/master dc905f6 merge-script: Merge bitcoin/bitcoin#27063: ci: Use the latest Ubuntu LTS for "ARM64 Andr...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #27063: ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task (master...230208-ci-apk) https://github.com/bitcoin/bitcoin/pull/27063

2023-02-08

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27064: system: use %LOCALAPPDATA% as default datadir on windows (master...windows-local-datadir) https://github.com/bitcoin/bitcoin/pull/27064
<bitcoin-git> [bitcoin] achow101 closed pull request #26890: Introduce a Code of Conduct (master...add-code-of-conduct) https://github.com/bitcoin/bitcoin/pull/26890
<bitcoin-git> [bitcoin] fanquake merged pull request #27057: build: set boost cppflags with --enable-fuzz (master...still_set_boost_cppflags_when_enable_fuzz) https://github.com/bitcoin/bitcoin/pull/27057
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/07a23b494688...835af48e0377
<bitcoin-git> bitcoin/master b03a982 fanquake: build: set boost cppflags with --enable-fuzz
<bitcoin-git> bitcoin/master 835af48 fanquake: Merge bitcoin/bitcoin#27057: build: set boost cppflags with --enable-fuzz
<bitcoin-git> bitcoin/master 07a23b4 merge-script: Merge bitcoin/bitcoin#26994: depends: define `__BSD_VISIBLE` for FreeBSD b...
<bitcoin-git> [bitcoin] MarcoFalke merged pull request #26994: depends: define `__BSD_VISIBLE` for FreeBSD bdb build (master...freebsd_bsd_visible_bdb) https://github.com/bitcoin/bitcoin/pull/26994
<bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7b850bc2a1cd...07a23b494688
<bitcoin-git> bitcoin/master 0e02f72 fanquake: depends: define `__BSD_VISIBLE` for FreeBSD bdb build
<bitcoin-git> [bitcoin] fanquake merged pull request #27061: doc: Document affected gcc versions for -fstack-reuse=none workaround (master...2302-doc-gcc-bug-🎶) https://github.com/bitcoin/bitcoin/pull/27061
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/de1d1895346e...7b850bc2a1cd
<bitcoin-git> bitcoin/master fa83005 MarcoFalke: doc: Document affected gcc versions for -fstack-reuse=none workaround
<bitcoin-git> bitcoin/master 7b850bc fanquake: Merge bitcoin/bitcoin#27061: doc: Document affected gcc versions for -fsta...