2023-03-27

<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/ad62bd5d6a7b...3e835ca95863
<bitcoin-git> bitcoin/master 87afcb0 Cory Fields: depends: fix osx build with clang 16
<bitcoin-git> bitcoin/master 3e835ca fanquake: Merge bitcoin/bitcoin#27328: depends: fix osx build with clang 16
<bitcoin-git> [bitcoin] fanquake closed pull request #25136: Torcontrol opt check (master...torcontrol_opt_check) https://github.com/bitcoin/bitcoin/pull/25136
<bitcoin-git> [bitcoin] fanquake merged pull request #27312: depends: qrencode 4.1.1 (master...qrencode_4_1_1) https://github.com/bitcoin/bitcoin/pull/27312
<bitcoin-git> bitcoin/master eb1c3ad fanquake: depends: qrencode 4.1.1
<bitcoin-git> bitcoin/master ad62bd5 fanquake: Merge bitcoin/bitcoin#27312: depends: qrencode 4.1.1
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e352f5ab6b60...ad62bd5d6a7b
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27340: ci: Use Cirrus CI dockerfile env (master...2303-ci-env-🏺) https://github.com/bitcoin/bitcoin/pull/27340
<bitcoin-git> [bitcoin] apoelstra opened pull request #27337: wallet: allow importing descriptors that have no xprivs, even in a privkey-enabled wallet (master...2023-03--wallet-error) https://github.com/bitcoin/bitcoin/pull/27337

2023-03-26

<andytoshi> achow101: https://github.com/bitcoin/bitcoin/blob/master/src/wallet/wallet.cpp#L3599-L3602 i think this code should check whether a spookyman already exists with this ID
<bitcoin-git> [bitcoin] EthanHeilman opened pull request #27335: Fixes compile errors in MSVC build #27332 (master...fixmsvc) https://github.com/bitcoin/bitcoin/pull/27335
<bitcoin-git> [bitcoin] martinus closed pull request #23169: fix initialization in FastRandomContext: removes undefined behavior & uninitialized read (master...2021-10-fix-Wmaybe-uninitialized-warnings) https://github.com/bitcoin/bitcoin/pull/23169
<bitcoin-git> [bitcoin] martinus opened pull request #27334: util: implement `noexcept` move assignment & move ctor for `prevector` (master...2023-03-prevector-move) https://github.com/bitcoin/bitcoin/pull/27334
<martinus> In prevector.h, the destructor calls "_union.indirect_contents.indirect = nullptr;". Any particular reason why this is done? It's done that ever since https://github.com/bitcoin/bitcoin/pull/6914/ was merged in 2015
<bitcoin-git> [bitcoin] vstoyanov opened pull request #27333: ci: cleanup of CI_EXEC & CI_EXEC_ROOT (refs #27321) (master...bitcoin#27321) https://github.com/bitcoin/bitcoin/pull/27333
<darosior> andytoshi: don't know if you seen it, but slightly related: https://github.com/bitcoin/bitcoin/issues/19151
<bitcoin-git> [bitcoin] aureleoules closed pull request #26858: wallet: Use defined purposes instead of inlining (master...2023-01-purpose-refactor) https://github.com/bitcoin/bitcoin/pull/26858

2023-03-25

<_aj_> andytoshi: char s[7] = "bitcoin"; errors with "initializer-string for char array is too long" in c++ apparently
<andytoshi> i suspect it's a bit more subtle ... if you do `unsigned char s[8s = "bitcoin";` it'll include the terminator. if you do `unsigned char s[7] = "bitcoin"` it'll silently chop it off .. if you do `unsigned char s[] = "bitcoin"` it'll include it, same as [8]
<andytoshi> i was searching for 'Bitcoin seed' but the code uses {'B','i','t','c','o','i','n',' ','s','e','e','d'}
<andytoshi> does bitcoin core do the "Master key generation" described in BIP 32 anywhere?
<bitcoin-git> [bitcoin] martinus opened pull request #27331: refactor: extract CCheckQueue's data handling into a separate container "Bag" (master...2023-03-bag) https://github.com/bitcoin/bitcoin/pull/27331
<vasild> Can I have https://github.com/hebasto/bitcoin/pull/10 added to "high prio for review"?

2023-03-24

<bitcoin-git> [bitcoin] mxaddict closed pull request #27329: Added clangd .cache and compile_commands.json to .gitignore (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27329
<bitcoin-git> [bitcoin] mxaddict opened pull request #27329: Added clangd .cache and compile_commands.json to .gitignore (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27329
<bitcoin-git> [bitcoin] theuni opened pull request #27328: depends: fix osx build with clang 16 (master...fix-depends-clang-16) https://github.com/bitcoin/bitcoin/pull/27328
<bitcoin-git> [gui] pinheadmz opened pull request #723: Flag addresses as "active" (or not) (master...used-addr-ui-gui) https://github.com/bitcoin-core/gui/pull/723
<bitcoin-git> [bitcoin] pinheadmz closed pull request #27327: I want more bitcoins! Haven't had time to buy at $0.2 😒 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27327
<bitcoin-git> [bitcoin] SValentyn opened pull request #27327: I want more bitcoins! Haven't had time to buy at $0.2 😒 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/27327
<bitcoin-git> [bitcoin] fanquake opened pull request #27326: guix: combine and document `enable_werror` (master...guix_glibc_simplify_werror) https://github.com/bitcoin/bitcoin/pull/27326
<bitcoin-git> [bitcoin] theStack opened pull request #27325: test: various `converttopsbt` check cleanups in rpc_psbt.py (master...test_psbt_cleanups) https://github.com/bitcoin/bitcoin/pull/27325
<bitcoin-git> [bitcoin] dergoegge opened pull request #27324: net: #27257 follow-ups (master...2023-03-27257-followup) https://github.com/bitcoin/bitcoin/pull/27324
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27323: ci: Add missing libclang-rt-dev package (master...2303-ci-missing-pkg-💜) https://github.com/bitcoin/bitcoin/pull/27323
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27323: ci: Add missing libclang-rt-dev package (master...2303-ci-missing-pkg-💜) https://github.com/bitcoin/bitcoin/pull/27323
<bitcoin-git> [bitcoin] jonatack opened pull request #27322: move-only: IsDeprecatedRPCEnabled to rpc/util to fix CI builds when called from wallet (master...2023-03-fix-IsDeprecatedRPCEnabled-build-errors) https://github.com/bitcoin/bitcoin/pull/27322
<bitcoin-git> [bitcoin] fanquake merged pull request #27028: ci: Cache more stuff in the ci images: msan, iwyu, pip, sdks (master...2301-ci-cache-apt-🚴) https://github.com/bitcoin/bitcoin/pull/27028
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/873a5062db0a...e352f5ab6b60
<bitcoin-git> bitcoin/master faa0839 MarcoFalke: ci: Cache more stuff in the ci images: msan, iwyu, pip, sdks
<bitcoin-git> bitcoin/master e352f5a fanquake: Merge bitcoin/bitcoin#27028: ci: Cache more stuff in the ci images: msan, ...
<bitcoin-git> [bitcoin] fanquake merged pull request #27269: test: Support decoding segwit address in address_to_scriptpubkey() (master...add-bech32-testnet-address-to-scriptpubkey) https://github.com/bitcoin/bitcoin/pull/27269
<bitcoin-git> bitcoin/master d178082 ismaelsadeeq: test: add bech32 decoding support to address_to_scriptpubkey()
<bitcoin-git> bitcoin/master 873a506 fanquake: Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in addr...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/630756cac073...873a5062db0a
<bitcoin-git> bitcoin/master aac8793 ismaelsadeeq: test: test_bech32_decode in address.py

2023-03-23

<gribble> https://github.com/bitcoin/bitcoin/issues/26715 | Introduce `MockableDatabase` for wallet unit tests by achow101 · Pull Request #26715 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26644 | wallet: bugfix, wallet_load_ckey unit test fails with bdb by furszy · Pull Request #26644 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #26957: bench: update logging benchmarks (master...2023-01-update-logging-benchmarks) https://github.com/bitcoin/bitcoin/pull/26957
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/23056436461a...630756cac073
<bitcoin-git> bitcoin/master 4684aa8 Larry Ruane: bench: allow logging benchmarks to be order-independent
<bitcoin-git> bitcoin/master 4b3fdbf Jon Atack: bench: update logging benchmark naming for clarity
<bitcoin-git> bitcoin/master 102b203 Jon Atack: bench: order the logging benchmark code by output
<bitcoin-git> [bitcoin] brunoerg closed pull request #23475: wallet: add config to prioritize a solution that doesn't create change in coin selection (master...2021-11-coinselection-option) https://github.com/bitcoin/bitcoin/pull/23475
<bitcoin-git> [bitcoin] brunoerg opened pull request #27319: addrman, refactor: improve stochastic test in `AddSingle` (master...2023-03-addrman-improv) https://github.com/bitcoin/bitcoin/pull/27319
<bitcoin-git> [bitcoin] furszy opened pull request #27318: test: wallet_create_tx.py fix race (master...2022_walletcreatetx_fix_race) https://github.com/bitcoin/bitcoin/pull/27318
<bitcoin-git> [bitcoin] MarcoFalke closed pull request #27237: test: getblock on header throws (master...2303-test-block-header-throw-📞) https://github.com/bitcoin/bitcoin/pull/27237
<bitcoin-git> [bitcoin] john-moffett opened pull request #27317: log: Check that the timestamp string is non-empty to avoid undefined behavior (master...2023_04_FixTimestampPotentialUB) https://github.com/bitcoin/bitcoin/pull/27317
<stickies-v> could https://github.com/bitcoin/bitcoin/pull/27253 be added to the 25.0 milestone? I think it's quite important this makes it in.
<jon_atack> https://github.com/bitcoin/bitcoin/pull/26957 might be rfm, would help ensure no perf regressions while moving forward on severity-based logging
<gribble> https://github.com/bitcoin/bitcoin/issues/27039 | blockstorage: do not flush block to disk if it is already there by pinheadmz · Pull Request #27039 · bitcoin/bitcoin · GitHub
<achow101> https://github.com/orgs/bitcoin/projects/1 anything to add, remove, or merge?
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<bitcoin-git> [bitcoin] fanquake merged pull request #27257: refactor, net: End friendship of CNode, CConnman and ConnmanTestMsg (master...2023-03-cnode-friends) https://github.com/bitcoin/bitcoin/pull/27257
<bitcoin-git> bitcoin/master 897e342 dergoegge: [net] Encapsulate CNode message polling
<bitcoin-git> [bitcoin] fanquake pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/381593c906fb...23056436461a
<bitcoin-git> bitcoin/master ad44aa5 dergoegge: [net] Add connection type getter to CNode
<bitcoin-git> bitcoin/master cc5cdf8 dergoegge: [net] Deduplicate marking received message for processing
<bitcoin-git> [gui] rebroad closed pull request #720: Correct poor grammar in wallet synchronization warning. (master...UpdateSyncWarningText) https://github.com/bitcoin-core/gui/pull/720
<bitcoin-git> [bitcoin] glozow merged pull request #24845: wallet: return error msg for "too-long-mempool-chain" (master...2022_wallet_operationresult) https://github.com/bitcoin/bitcoin/pull/24845
<bitcoin-git> bitcoin/master 381593c glozow: Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempo...
<bitcoin-git> bitcoin/master acf0119 furszy: wallet: return error msg for too-long-mempool-chain failure
<bitcoin-git> bitcoin/master f3221d3 furszy: test: add wallet too-long-mempool-chain error coverage
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/483fb8d2165b...381593c906fb
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8acfb1f8e045...483fb8d2165b
<bitcoin-git> bitcoin/master fa0696e MarcoFalke: test: Replace threading with concurrent.futures
<bitcoin-git> bitcoin/master 483fb8d fanquake: Merge bitcoin/bitcoin#27287: test: Replace threading with concurrent.futur...
<bitcoin-git> [bitcoin] fanquake merged pull request #27287: test: Replace threading with concurrent.futures (master...2303-test-check-return-value-😝) https://github.com/bitcoin/bitcoin/pull/27287
<bitcoin-git> [bitcoin] fanquake closed pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] fanquake closed pull request #26296: [DEMO] Integrate `bitcoin-tidy` clang-tidy plugin - warn on uninitialized members of aggregate types (master...integrate_cory_tidy) https://github.com/bitcoin/bitcoin/pull/26296
<bitcoin-git> [bitcoin] hebasto opened pull request #27314: build, qt: Fix handling of `CXX=clang++` when building `qt` package (master...230323-qt-clang) https://github.com/bitcoin/bitcoin/pull/27314
<bitcoin-git> [bitcoin] hebasto reopened pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] hebasto closed pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] fanquake merged pull request #18933: rpc: Add submit option to generateblock (master...2004-rpcBlock) https://github.com/bitcoin/bitcoin/pull/18933
<bitcoin-git> bitcoin/master 8acfb1f fanquake: Merge bitcoin/bitcoin#18933: rpc: Add submit option to generateblock
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f380bb93e854...8acfb1f8e045
<bitcoin-git> bitcoin/master fab9a08 MarcoFalke: refactor: Replace block_hash with block_out
<bitcoin-git> bitcoin/master fa18504 MarcoFalke: rpc: Add submit option to generateblock
<bitcoin-git> [bitcoin] fanquake merged pull request #27311: ci: Use clang-15 in "tidy" task (master...230322-clang15) https://github.com/bitcoin/bitcoin/pull/27311
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2fadb261b6b6...f380bb93e854
<bitcoin-git> bitcoin/master 8fe27fb Hennadii Stepanov: ci: Use clang-15 in "tidy" task
<bitcoin-git> bitcoin/master f380bb9 fanquake: Merge bitcoin/bitcoin#27311: ci: Use clang-15 in "tidy" task
<bitcoin-git> [bitcoin] fanquake opened pull request #27312: depends: qrencode 4.1.1 (master...qrencode_4_1_1) https://github.com/bitcoin/bitcoin/pull/27312
<bitcoin-git> [bitcoin] fanquake merged pull request #27233: refactor: Replace GetTimeMicros by SystemClock (master...2303-time-🎁) https://github.com/bitcoin/bitcoin/pull/27233
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/4c6b7d330a4e...2fadb261b6b6
<bitcoin-git> bitcoin/master faf3f12 MarcoFalke: refactor: Replace GetTimeMicros by SystemClock
<bitcoin-git> bitcoin/master 2fadb26 fanquake: Merge bitcoin/bitcoin#27233: refactor: Replace GetTimeMicros by SystemClock
<bitcoin-git> [bitcoin] hebasto opened pull request #27311: ci: Use clang-15 in "tidy" task (master...230322-clang15) https://github.com/bitcoin/bitcoin/pull/27311
<ezero> Is this the right channel to get some help with compiler errors when attempting to build bitcoin-core or should I use bitcoin-core-builds for that?

2023-03-22

<bitcoin-git> [bitcoin] achow101 opened pull request #27308: bumpfee: avoid making bumped transactions with too low fee when replacing outputs (master...fix-bumpfee-replaced-outputs-fee-calc) https://github.com/bitcoin/bitcoin/pull/27308
<bitcoin-git> [bitcoin] ishaanam opened pull request #27307: wallet: track mempool conflicts with wallet transactions (master...track_mempool_wallet_conflicts) https://github.com/bitcoin/bitcoin/pull/27307
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27303: system: cache config file path before potentially updating datadir (master...cache-conf-file) https://github.com/bitcoin/bitcoin/pull/27303
<bitcoin-git> [bitcoin] fanquake merged pull request #27297: test: Remove unused Check* default constructors (master...2303-test-remove-dead-code-😼) https://github.com/bitcoin/bitcoin/pull/27297
<bitcoin-git> bitcoin/master 4c6b7d3 fanquake: Merge bitcoin/bitcoin#27297: test: Remove unused Check* default constructo...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fc7c21f664fd...4c6b7d330a4e
<bitcoin-git> bitcoin/master fae3490 MarcoFalke: test: Remove unused Check* default constructors
<bitcoin-git> [bitcoin] ryanofsky opened pull request #27302: init: Error if ignored bitcoin.conf file is found (master...pr/ignoredconf) https://github.com/bitcoin/bitcoin/pull/27302
<bitcoin-git> [bitcoin] achow101 merged pull request #27271: RPC: Fix fund transaction crash when at 0-value, 0-fee (master...empty_value_crash) https://github.com/bitcoin/bitcoin/pull/27271
<bitcoin-git> bitcoin/master fc7c21f Andrew Chow: Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-val...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a70911492fcd...fc7c21f664fd
<bitcoin-git> bitcoin/master d7cc503 Greg Sanders: Fix fund transaction case at 0-value, 0-fee
<gribble> https://github.com/bitcoin/bitcoin/issues/24912 | refactor: update CBlockIndex::nChainTx to be uint64_t by mruddy · Pull Request #24912 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] instagibbs closed pull request #27019: bench: Expand mempool eviction benchmarking (master...bench_eviction) https://github.com/bitcoin/bitcoin/pull/27019
<bitcoin-git> [bitcoin] fanquake opened pull request #27301: depends: fontconfig 2.14.2 (master...fontconfig_2_14_2) https://github.com/bitcoin/bitcoin/pull/27301
<bitcoin-git> [bitcoin] willcl-ark opened pull request #27300: build: debug enable addrman consistency checks (master...enable-addrman-consist) https://github.com/bitcoin/bitcoin/pull/27300
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27298: ci: Use TSan v2 (llvm-16, take 3) (master...2303-ci-tsan-v2-llvm-16-take-3-🌡) https://github.com/bitcoin/bitcoin/pull/27298
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27297: test: Remove unused Check* default constructors (master...2303-test-remove-dead-code-😼) https://github.com/bitcoin/bitcoin/pull/27297
<bitcoin-git> [bitcoin] fanquake merged pull request #26749: refactor: Use move semantics instead of custom swap functions (master...221224-move) https://github.com/bitcoin/bitcoin/pull/26749
<bitcoin-git> bitcoin/master 15209d9 Hennadii Stepanov: consensus, refactor: Avoid `CScriptCheck::swap` in `CheckInputScripts`
<bitcoin-git> bitcoin/master 0682003 Hennadii Stepanov: test, refactor: Avoid `CScriptCheck::swap` in `transaction_tests`
<bitcoin-git> bitcoin/master 6c2d597 Hennadii Stepanov: refactor: Use move semantics in `CCheckQueue::Add`
<bitcoin-git> [bitcoin] fanquake pushed 11 commits to master: https://github.com/bitcoin/bitcoin/compare/6e69fead2baf...a70911492fcd
<bitcoin-git> [bitcoin] fanquake opened pull request #27296: guix: import/sync python-lief (0.12.3) package definition from upstream (master...import_lief_curr_upstream) https://github.com/bitcoin/bitcoin/pull/27296
<bitcoin-git> [bitcoin] fanquake merged pull request #27280: test: Fix TypeError (expected str instance, bytes found) in wait_for_debug_log (master...2303-test-type-error-bytes-🤓) https://github.com/bitcoin/bitcoin/pull/27280
<bitcoin-git> bitcoin/master 6e69fea fanquake: Merge bitcoin/bitcoin#27280: test: Fix TypeError (expected str instance, b...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/34551cb97aff...6e69fead2baf
<bitcoin-git> bitcoin/master 33337eb MarcoFalke: test: Fix TypeError in wait_for_debug_log
<bitcoin-git> [bitcoin] fanquake merged pull request #27289: Refactor: Remove unused FlatFilePos::SetNull (master...2303-no-flatfile-setnull-🚗) https://github.com/bitcoin/bitcoin/pull/27289
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/664500fc71a3...34551cb97aff
<bitcoin-git> bitcoin/master fa67b81 MarcoFalke: Refactor: Remove unused FlatFilePos::SetNull
<bitcoin-git> bitcoin/master 34551cb fanquake: Merge bitcoin/bitcoin#27289: Refactor: Remove unused FlatFilePos::SetNull

2023-03-21

<bitcoin-git> [bitcoin] brunoerg opened pull request #27295: test: add support for all networks in `deserialize_v2` (master...2023-03-improv-deserialize-v2) https://github.com/bitcoin/bitcoin/pull/27295
<ariard> Thanks for the confirmation than Chaincode has issued the letter. And what is the proper use of the bitcoin-core-dev it should be evaluated in the light of ~10y of chan existence - In the past it has been used to chat about blurring of private/public issues. E.g bip editorship during taproot drama.
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27294: refactor: Move chain names to the kernel namespace (master...kernelChainName) https://github.com/bitcoin/bitcoin/pull/27294
<michaelfolkson> ajonas: So it *is* a legal firm representing Chaincode I'm assuming from that. Is there another IRC channel that you'd prefer to discuss it on? #bitcoin-dev?
<ajonas> We don't believe this is a proper use of the bitcoin-core-dev channel, and nothing is preventing ariard from engaging with Chaincode employees in an appropriate and professional manner.
<bitcoin-git> [bitcoin] hebasto closed pull request #26615: test: Make `mempool_tests/MempoolSizeLimitTest` allocation-neutral (master...221130-neutral) https://github.com/bitcoin/bitcoin/pull/26615
<bitcoin-git> [bitcoin] achow101 merged pull request #27278: Log new headers (master...2023-03-log-new-headers) https://github.com/bitcoin/bitcoin/pull/27278
<bitcoin-git> bitcoin/master e5ce857 James O'Beirne: log: net: new header over cmpctblock
<bitcoin-git> bitcoin/master 2c3a90f James O'Beirne: log: on new valid header
<bitcoin-git> bitcoin/master 664500f Andrew Chow: Merge bitcoin/bitcoin#27278: Log new headers
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f4e42a78c757...664500fc71a3
<bitcoin-git> [bitcoin] hebasto closed pull request #26614: Accurately account for mempool index memory (master...221130-account) https://github.com/bitcoin/bitcoin/pull/26614
<bitcoin-git> [bitcoin] jamesob closed pull request #26857: OP_VAULT draft (master...2023-01-opvault) https://github.com/bitcoin/bitcoin/pull/26857
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27289: Refactor: Remove unused FlatFilePos::SetNull (master...2303-no-flatfile-setnull-🚗) https://github.com/bitcoin/bitcoin/pull/27289
<b10c> ryanofsky: TheCharlatan: do you have a link to a script for these archival-branch-for-each-force-push-comments like https://github.com/bitcoin/bitcoin/pull/27254#issuecomment-1469699591
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27287: test: Replace threading with concurrent.futures (master...2303-test-check-return-value-😝) https://github.com/bitcoin/bitcoin/pull/27287
<ariard> hey all - received last week a legal statement assigned to other bitcoin devs, as i don't know if it's an authentic or not making it available under MIT license to seek community feedbacks: https://antoine-riard.medium.com/a-legal-communication-received-march-14th-2023-f82fa749d604 - thanks!
<bitcoin-git> [bitcoin] instagibbs closed pull request #26398: Replace MIN_STANDARD_TX_NONWITNESS_SIZE to preclude 64 non-witness bytes only (master...relax_too_small_tx_equality) https://github.com/bitcoin/bitcoin/pull/26398

2023-03-20

<bitcoin-git> [bitcoin] achow101 opened pull request #27286: wallet: Keep track of the wallet's own transaction outputs in memory (master...wallet-txos) https://github.com/bitcoin/bitcoin/pull/27286
<bitcoin-git> [bitcoin] hebasto closed pull request #27285: build: Link `libbitcoinkernel` to `libbitcoin_util` (master...230320-util) https://github.com/bitcoin/bitcoin/pull/27285
<bitcoin-git> [bitcoin] achow101 merged pull request #27179: guix: use osslsigncode 2.5 (master...osslsigncode_2_4) https://github.com/bitcoin/bitcoin/pull/27179
<bitcoin-git> bitcoin/master f4e42a7 Andrew Chow: Merge bitcoin/bitcoin#27179: guix: use osslsigncode 2.5
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b7edd55c2204...f4e42a78c757
<bitcoin-git> bitcoin/master 285edfa fanquake: guix: use osslsigncode 2.5
<bitcoin-git> [bitcoin] achow101 merged pull request #26899: p2p: set `-dnsseed` and `-listen` false if `maxconnections=0` (master...2023-01-maxconnections-0) https://github.com/bitcoin/bitcoin/pull/26899
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/60f142e39517...b7edd55c2204
<bitcoin-git> bitcoin/master c84c5f6 brunoerg: p2p: set `-dnsseed` and `-listen` false if `maxconnections=0`
<bitcoin-git> bitcoin/master fabb95e brunoerg: doc: add release note for 26899
<bitcoin-git> bitcoin/master b7edd55 Andrew Chow: Merge bitcoin/bitcoin#26899: p2p: set `-dnsseed` and `-listen` false if `m...
<bitcoin-git> [bitcoin] achow101 merged pull request #26531: mempool: Add mempool tracepoints (master...add_mempool_tracepoints) https://github.com/bitcoin/bitcoin/pull/26531
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/40e1c4d4024b...60f142e39517
<bitcoin-git> bitcoin/master 4b7aec2 virtu: Add mempool tracepoints
<bitcoin-git> bitcoin/master 60f142e Andrew Chow: Merge bitcoin/bitcoin#26531: mempool: Add mempool tracepoints
<bitcoin-git> [bitcoin] hebasto opened pull request #27285: build: Link `libbitcoinkernel` to `libbitcoin_util` (master...230320-util) https://github.com/bitcoin/bitcoin/pull/27285
<achow101> I saw in #bitcoin that you said you saw only one inactivehdseed when you did dumpwallet, so the wallet definitely is detecting it
<bitcoin-git> [bitcoin] jessebarton reopened pull request #26741: doc: FreeBSD DataDirectoryGroupReadable Setting (master...tor-freebsd-DataDirectoryGroupReadable) https://github.com/bitcoin/bitcoin/pull/26741
<bitcoin-git> [bitcoin] jessebarton closed pull request #26741: doc: FreeBSD DataDirectoryGroupReadable Setting (master...tor-freebsd-DataDirectoryGroupReadable) https://github.com/bitcoin/bitcoin/pull/26741
<bitcoin-git> [bitcoin] kiminuo closed pull request #21422: Add feerate histogram to getmempoolinfo (master...feature/2021-03-Feerate-histogram) https://github.com/bitcoin/bitcoin/pull/21422
<bitcoin-git> [bitcoin] fanquake closed pull request #26356: test: Use consistent assert functions (master...issue/23119/part-1) https://github.com/bitcoin/bitcoin/pull/26356
<bitcoin-git> [bitcoin] fanquake closed pull request #26619: log: expand BCLog::LogFlags (categories) to 64 bits (master...2022-11-log-categories-64) https://github.com/bitcoin/bitcoin/pull/26619
<bitcoin-git> [bitcoin] fanquake closed pull request #27276: Log successful AcceptBlockHeader() (master...2022/03/log-accept-header) https://github.com/bitcoin/bitcoin/pull/27276
<bitcoin-git> [bitcoin] MarcoFalke opened pull request #27280: test: Fix TypeError (expected str instance, bytes found) in wait_for_debug_log (master...2303-test-type-error-bytes-🤓) https://github.com/bitcoin/bitcoin/pull/27280
<bitcoin-git> [bitcoin] jonatack opened pull request #27279: Add "warnings"/deprecate warning {create,load,unload,restore}wallet, deprecate "warning" (master...2023-03-migrate-wallet-warning-fields-to-warnings) https://github.com/bitcoin/bitcoin/pull/27279

2023-03-19

<bitcoin-git> [bitcoin] jamesob opened pull request #27278: Log new headers (master...2023-03-log-new-headers) https://github.com/bitcoin/bitcoin/pull/27278
<bitcoin-git> [bitcoin] Sjors opened pull request #27277: Move tx enqueue messages to mempool log (master...2022/03/log-tx-validation) https://github.com/bitcoin/bitcoin/pull/27277
<bitcoin-git> [bitcoin] fanquake merged pull request #25666: refactor: wallet, do not translate init options names (master...2022_refactor_do_not_translate_init_flags) https://github.com/bitcoin/bitcoin/pull/25666
<bitcoin-git> bitcoin/master e43a547 furszy: refactor: wallet, do not translate init arguments names
<bitcoin-git> bitcoin/master 40e1c4d fanquake: Merge bitcoin/bitcoin#25666: refactor: wallet, do not translate init optio...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0973018067eb...40e1c4d4024b
<bitcoin-git> [bitcoin] Sjors opened pull request #27276: Log successful AcceptBlockHeader() (master...2022/03/log-accept-header) https://github.com/bitcoin/bitcoin/pull/27276
<bitcoin-git> [bitcoin] fanquake merged pull request #27265: test: check that sigop limit also affects ancestor/descendant size (27171 follow-up) (master...202303-test-check_sigops_for_ancestordescendant_sizes) https://github.com/bitcoin/bitcoin/pull/27265
<bitcoin-git> bitcoin/master 6d24d1e Sebastian Falbesoner: test: check that sigop limit also affects ancestor/descendant size
<bitcoin-git> bitcoin/master 0973018 fanquake: Merge bitcoin/bitcoin#27265: test: check that sigop limit also affects anc...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/053b2d337721...0973018067eb
<bitcoin-git> [bitcoin] fanquake merged pull request #27264: p2p: Improve diversification of new connections (master...p2p-diverse-new-conn) https://github.com/bitcoin/bitcoin/pull/27264
<bitcoin-git> bitcoin/master 3faae99 Gleb Naumenko: p2p: Diversify connections only w.r.t *persistent* outbound peers
<bitcoin-git> bitcoin/master 72e8ffd Gleb Naumenko: p2p: Account for MANUAL conns when diversifying persistent outbound conns
<bitcoin-git> bitcoin/master 053b2d3 fanquake: Merge bitcoin/bitcoin#27264: p2p: Improve diversification of new connectio...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/50171df26c71...053b2d337721

2023-03-18

<bitcoin-git> [bitcoin] russeree closed pull request #26469: rpc: getblock: implement with block height as input parameter. (master...merge_getblock_getblock_hash) https://github.com/bitcoin/bitcoin/pull/26469
<bitcoin-git> [bitcoin] mxaddict closed pull request #27268: doc: fix typo in interface_usdt_utxocache.py (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27268

2023-03-17

<bitcoin-git> [bitcoin] fanquake merged pull request #27212: test: Make the unlikely race in p2p_invalid_messages impossible (master...2303-test-race-less-👾) https://github.com/bitcoin/bitcoin/pull/27212
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/db03248070f3...50171df26c71
<bitcoin-git> bitcoin/master fa1eb0e MarcoFalke: test: Make the unlikely race in p2p_invalid_messages impossible
<bitcoin-git> bitcoin/master 50171df fanquake: Merge bitcoin/bitcoin#27212: test: Make the unlikely race in p2p_invalid_m...
<bitcoin-git> [bitcoin] fanquake closed pull request #27275: build: ignore common editor files (master...gitignore-add-ides) https://github.com/bitcoin/bitcoin/pull/27275
<gribble> https://github.com/bitcoin/bitcoin/issues/27255 | MiniTapscript: port Miniscript to Tapscript by darosior · Pull Request #27255 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] Bushstar opened pull request #27275: build: ignore common editor files (master...gitignore-add-ides) https://github.com/bitcoin/bitcoin/pull/27275

2023-03-16

<bitcoin-git> [bitcoin] pinheadmz opened pull request #27273: system: allow GUI to initialize default data dir (master...conf-file) https://github.com/bitcoin/bitcoin/pull/27273
<bitcoin-git> [bitcoin] achow101 merged pull request #27199: test: fix race condition in encrypted wallet rescan tests (master...rescanblockchain_test_fix) https://github.com/bitcoin/bitcoin/pull/27199
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/09e86d7a1a69...db03248070f3
<bitcoin-git> bitcoin/master dbeca79 ishaanam: test: fix race condition in encrypted wallet rescan tests
<bitcoin-git> bitcoin/master db03248 Andrew Chow: Merge bitcoin/bitcoin#27199: test: fix race condition in encrypted wallet ...
<gribble> https://github.com/bitcoin/bitcoin/issues/27021 | Implement Mini version of BlockAssembler to calculate mining scores by Xekyo · Pull Request #27021 · bitcoin/bitcoin · GitHub
<ajonas> Here is the write-up from this year's survey: https://adamjonas.com/bitcoin/coredev/retro/coredev-2022-retro/. Lots of great feedback in there thanks to those that participated. I'm happy to answer any questions.
<achow101> #topic annual bitcoin core dev survey (ajonas)
<achow101> https://github.com/orgs/bitcoin/projects/1 anything to add/remove/merge?
<achow101> #bitcoin-core-dev Meeting: achow101 _aj_ amiti ariard aureleoules b10c BlueMatt brunoerg cfields darosior dergoegge dongcarl fanquake fjahr furszy gleb glozow hebasto instagibbs jamesob jarolrod jonatack josibake kallewoof kanzure kouloumos kvaciral laanwj LarryRuane lightlike luke-jr MacroFake Murch phantomcircuit pinheadmz promag provoostenator ryanofsky sdaftuar S3RK stickies-v sipa theStack vasild
<bitcoin-git> [bitcoin] instagibbs opened pull request #27271: Fix fund transaction case at 0-value, 0-fee (master...empty_value_crash) https://github.com/bitcoin/bitcoin/pull/27271
<bitcoin-git> [bitcoin] achow101 merged pull request #27200: test: psbt: check non-witness UTXO removal for segwit v1 input (master...202303-test-psbt_non_witness_utxo_drop) https://github.com/bitcoin/bitcoin/pull/27200
<bitcoin-git> bitcoin/master 3dd2f64 Sebastian Falbesoner: test: psbt: check non-witness UTXO removal for segwit v1 input
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/e695d8536e53...09e86d7a1a69
<bitcoin-git> bitcoin/master e194e3e Sebastian Falbesoner: test: PSBT: eliminate magic numbers for global unsigned tx key (0)
<bitcoin-git> bitcoin/master dd78e3f Sebastian Falbesoner: test: speedup rpc_psbt.py by whitelisting peers (immediate tx relay)
<sipa> Also yes bitcoin.conf can override it, and the GUI settings perhaps too (unsure about this).
<bugs_> unless there is an entry in bitcoin.conf for dbcache
<ajonas> #proposedmeetingtopic annual bitcoin core dev survey
<bitcoin-git> [gui] hernanmarino opened pull request #722: Wallet : Allow user to navigate options while encrypting at creation (master...wallet-encryption-navigation) https://github.com/bitcoin-core/gui/pull/722
<bitcoin-git> [bitcoin] dergoegge opened pull request #27270: refactor, net processing: Avoid CNode::m_relays_txs usage (master...2023-03-no-cnode-txrelays) https://github.com/bitcoin/bitcoin/pull/27270
<gribble> https://github.com/bitcoin/bitcoin/issues/27255 | MiniTapscript: port Miniscript to Tapscript by darosior · Pull Request #27255 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #27269: test: Support decoding segwit address in address_to_scriptpubkey() (master...add-bech32-testnet-address-to-scriptpubkey) https://github.com/bitcoin/bitcoin/pull/27269
<bitcoin-git> [bitcoin] mxaddict opened pull request #27268: Fixed a warning from python linter (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27268
<bitcoin-git> [bitcoin] fanquake merged pull request #26177: refactor / kernel: Move non-gArgs chainparams functionality to kernel (master...tc/2022-09-libbitcoinkernel-chainparams-args) https://github.com/bitcoin/bitcoin/pull/26177
<bitcoin-git> [bitcoin] fanquake pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/ebb15ea75ad1...e695d8536e53
<bitcoin-git> bitcoin/master 76cd4e7 Carl Dong: Decouple SigNetChainParams from ArgsManager
<bitcoin-git> bitcoin/master 84b8578 Carl Dong: Decouple RegTestChainParams from ArgsManager
<bitcoin-git> bitcoin/master d938098 Carl Dong: Remove UpdateVersionBitsParameters
<bitcoin-git> [bitcoin] fanquake closed pull request #27267: Updated copyright years (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27267
<bitcoin-git> [bitcoin] mxaddict opened pull request #27267: Updated copyright years (master...bitcoin-master) https://github.com/bitcoin/bitcoin/pull/27267

2023-03-15

<bitcoin-git> [bitcoin] achow101 merged pull request #26207: rest: add verbose and mempool_sequence query params for mempool/contents (master...rest-verbose-mempool) https://github.com/bitcoin/bitcoin/pull/26207
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/609c95d4a817...ebb15ea75ad1
<bitcoin-git> bitcoin/master a518fff Andrew Toth: rest: add verbose and mempool_sequence query params for mempool/contents
<bitcoin-git> bitcoin/master 52a31dc Andrew Toth: tests: mempool/contents verbose and mempool_sequence query params tests
<bitcoin-git> bitcoin/master 1ff5d61 Andrew Toth: doc: add mempool/contents rest verbose and mempool_sequence args
<bitcoin-git> [bitcoin] achow101 merged pull request #27227: wallet: 25806 follow-up (master...2022_wallet_single_outputs_grouping_process_follow_ups_2) https://github.com/bitcoin/bitcoin/pull/27227
<bitcoin-git> [bitcoin] achow101 pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/cbfbf46e57eb...609c95d4a817
<bitcoin-git> bitcoin/master 805f399 furszy: wallet: do not make two COutputs, use shared_ptr
<bitcoin-git> bitcoin/master 99034b2 furszy: wallet: APS, don't create empty groups
<bitcoin-git> bitcoin/master a9aa041 furszy: wallet: OutputGroup, remove unused effective_feerate member
<bitcoin-git> [bitcoin] achow101 merged pull request #25781: Remove almost all blockstorage globals (master...2208-block-globals-🙅) https://github.com/bitcoin/bitcoin/pull/25781
<bitcoin-git> [bitcoin] achow101 pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/8c4958bd4c06...cbfbf46e57eb
<bitcoin-git> bitcoin/master fa721f1 MarcoFalke: Move ::nPruneTarget into BlockManager
<bitcoin-git> bitcoin/master fa177d7 MarcoFalke: Move ::fPruneMode into BlockManager
<bitcoin-git> bitcoin/master fa442b1 MarcoFalke: Pass fImporting to ImportingNow helper class
<bitcoin-git> [bitcoin] theStack opened pull request #27265: test: check that sigop limit also affects ancestor/descendant size (27171 follow-up) (master...202303-test-check_sigops_for_ancestordescendant_sizes) https://github.com/bitcoin/bitcoin/pull/27265
<bitcoin-git> [bitcoin] achow101 closed pull request #27215: wallet: Turn `destdata` entries into `CAddressBookData` fields (master...rm-destdata) https://github.com/bitcoin/bitcoin/pull/27215
<bitcoin-git> [bitcoin] stratospher opened pull request #27264: p2p: Improve diversification of new connections (master...p2p-diverse-new-conn) https://github.com/bitcoin/bitcoin/pull/27264
<bitcoin-git> [bitcoin] pinheadmz closed pull request #27263: logging: accept "none" as argument for rpc logging (master...logging-none) https://github.com/bitcoin/bitcoin/pull/27263
<bitcoin-git> [bitcoin] pinheadmz opened pull request #27263: logging: accept "none" as argument for rpc logging (master...logging-none) https://github.com/bitcoin/bitcoin/pull/27263
<bitcoin-git> [gui] rebroad opened pull request #720: Correct poor grammar in wallet synchronization warning. (master...UpdateSyncWarningText) https://github.com/bitcoin-core/gui/pull/720
<bitcoin-git> [bitcoin] rebroad closed pull request #27262: Refine wallet synchronization warning for enhanced clarity (master...UpdateSyncWarningText) https://github.com/bitcoin/bitcoin/pull/27262
<bitcoin-git> [bitcoin] rebroad opened pull request #27262: Refine wallet synchronization warning for enhanced clarity (master...UpdateSyncWarningText) https://github.com/bitcoin/bitcoin/pull/27262
<bitcoin-git> [bitcoin] petertodd opened pull request #27261: Ignore datacarrier limits for dataless OP_RETURN outputs (master...2023-03-allow-empty-op-return) https://github.com/bitcoin/bitcoin/pull/27261
<bitcoin-git> [bitcoin] russeree opened pull request #27260: rpc: enhanced error message for invalid network prefix during address parsing. (master...26290) https://github.com/bitcoin/bitcoin/pull/27260
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/460e394625fa...8c4958bd4c06
<bitcoin-git> bitcoin/master 127c637 fanquake: guix: pass --enable-initfini-array to release GCC
<bitcoin-git> bitcoin/master 8c4958b fanquake: Merge bitcoin/bitcoin#27153: guix: pass `--enable-initfini-array` to relea...
<bitcoin-git> [bitcoin] fanquake merged pull request #27153: guix: pass `--enable-initfini-array` to release GCC (master...guix_gcc_init_fini_array) https://github.com/bitcoin/bitcoin/pull/27153

2023-03-14

<gribble> https://github.com/bitcoin/bitcoin/issues/26715 | Introduce `MockableDatabase` for wallet unit tests by achow101 · Pull Request #26715 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] dergoegge opened pull request #27257: refactor, net: End friendship of CNode, CConnman and ConnmanTestMsg (master...2023-03-cnode-friends) https://github.com/bitcoin/bitcoin/pull/27257
<bitcoin-git> [bitcoin] stickies-v opened pull request #27256: refactor: rpc: remove ParseNonRFCJSONValue() (master...2023-03/remove-ParseNonRFCJSONValue) https://github.com/bitcoin/bitcoin/pull/27256
<bitcoin-git> [bitcoin] darosior opened pull request #27255: MiniTapscript: port Miniscript to Tapscript (master...tapminiscript) https://github.com/bitcoin/bitcoin/pull/27255
<bitcoin-git> [bitcoin] willcl-ark closed pull request #26365: wallet: GetEffectiveBalance (master...effective_balance) https://github.com/bitcoin/bitcoin/pull/26365
<bitcoin-git> [bitcoin] fanquake closed pull request #25152: refactor: Split util/system into exception, shell, and fs-specific files (master...2022-05-split-system) https://github.com/bitcoin/bitcoin/pull/25152
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #27254: refactor: Extract util/fs from util/system (master...splitSystemFs) https://github.com/bitcoin/bitcoin/pull/27254
<bitcoin-git> bitcoin/master 4492de1 pablomartin4btc: qt: mask values on transactions view
<bitcoin-git> bitcoin/master 460e394 Hennadii Stepanov: Merge bitcoin-core/gui#708: Mask values on Transactions View
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b175bdb9b25c...460e394625fa
<bitcoin-git> [gui] hebasto merged pull request #708: Mask values on Transactions View (master...mask-values-on-transaction-table) https://github.com/bitcoin-core/gui/pull/708
<bitcoin-git> [bitcoin] fanquake merged pull request #27238: refactor: Split logging utilities from system.h (master...splitSystemLogging) https://github.com/bitcoin/bitcoin/pull/27238
<bitcoin-git> bitcoin/master b175bdb fanquake: Merge bitcoin/bitcoin#27238: refactor: Split logging utilities from system...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/f50fb178c30e...b175bdb9b25c
<bitcoin-git> bitcoin/master e7333b4 Ben Woosley: refactor: Extract util/exception from util/system
<bitcoin-git> bitcoin/master aaced56 Ben Woosley: refactor: Move error() from util/system.h to logging.h
<bitcoin-git> [bitcoin] pablomartin4btc opened pull request #27253: httpserver, rest: fix segmentation fault on evhttp_uri_get_query (master...http-rest-fix-segfault) https://github.com/bitcoin/bitcoin/pull/27253

2023-03-13

<bitcoin-git> [gui] theStack opened pull request #719: qt: remove confusing "Dust" label from coincontrol dialog (master...gui-nuke_cc_dust_label) https://github.com/bitcoin-core/gui/pull/719
<bitcoin-git> [bitcoin] glozow merged pull request #27235: Avoid integer overflow in CheckDiskSpace (master...2023-03-system-ub) https://github.com/bitcoin/bitcoin/pull/27235
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/73a9892bce41...f50fb178c30e
<bitcoin-git> bitcoin/master 4517419 dergoegge: [util] Avoid integer overflow in CheckDiskSpace
<bitcoin-git> bitcoin/master 05eeba2 dergoegge: [test] Add manual prune startup test case
<bitcoin-git> bitcoin/master f50fb17 glozow: Merge bitcoin/bitcoin#27235: Avoid integer overflow in CheckDiskSpace
<bitcoin-git> [bitcoin] glozow merged pull request #26514: Improve address decoding errors (master...2022-11-improve-address-decode-errors) https://github.com/bitcoin/bitcoin/pull/26514
<bitcoin-git> bitcoin/master 73a9892 glozow: Merge bitcoin/bitcoin#26514: Improve address decoding errors
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f088949fcfe6...73a9892bce41
<bitcoin-git> bitcoin/master 962a093 Aurèle Oulès: Improve address decoding errors
<bitcoin-git> [bitcoin] fanquake merged pull request #27221: test: Default timeout factor to 4 under --valgrind (master...2303-test-valgrind-avoid-timeout-🎛) https://github.com/bitcoin/bitcoin/pull/27221
<bitcoin-git> bitcoin/master f088949 fanquake: Merge bitcoin/bitcoin#27221: test: Default timeout factor to 4 under --val...
<bitcoin-git> bitcoin/master fa27cf4 MarcoFalke: test: Default timeout factor to 4 under --valgrind
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1884b71b1dc1...f088949fcfe6
<bitcoin-git> [bitcoin] fanquake pushed tag v24.1rc1: https://github.com/bitcoin/bitcoin/compare/v24.1rc1
<bitcoin-git> [bitcoin] fanquake merged pull request #27247: [24.x] Bump version to v24.1rc1 (24.x...24_1_rc1) https://github.com/bitcoin/bitcoin/pull/27247
<bitcoin-git> bitcoin/24.x cc4e315 fanquake: doc: update manual pages for v24.1rc1
<bitcoin-git> bitcoin/24.x 787affb fanquake: doc: update version in bips.md to v24.1
<bitcoin-git> bitcoin/24.x 5077e02 fanquake: build: bump version to v24.1rc1