2024-07-16

<bitcoin-git> bitcoin/master 3443943 TheCharlatan: refactor: De-globalize validation benchmark timekeeping
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/1db0be83535f...46878326808f
<gribble> https://github.com/bitcoin/bitcoin/issues/17487 | coins: allow write to disk without cache drop by jamesob · Pull Request #17487 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] maflcko opened pull request #30453: test: Non-Shy version sender (master...2407-test-ver) https://github.com/bitcoin/bitcoin/pull/30453
<bitcoin-git> [bitcoin] fanquake merged pull request #28263: Add fuzz test for FSChaCha20Poly1305, AEADChacha20Poly1305 (master...fuzz_chacha20poly1305) https://github.com/bitcoin/bitcoin/pull/28263
<bitcoin-git> bitcoin/master 1db0be8 merge-script: Merge bitcoin/bitcoin#28263: Add fuzz test for FSChaCha20Poly1305, AEADCha...
<bitcoin-git> bitcoin/master c807f33 stratospher: Add fuzz test for AEADChacha20Poly1305
<bitcoin-git> bitcoin/master 8607773 stratospher: Add fuzz test for FSChaCha20Poly1305
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/5f538f2a7caf...1db0be83535f
<bitcoin-git> [bitcoin] fanquake opened pull request #30452: guix: bump time-machine to 3c58b759a51072aabd7eaaca680674a0c2b36c23 (master...guix_mingw64_12_0_1) https://github.com/bitcoin/bitcoin/pull/30452
<vasild> I am working on a unit test that is failing in a weird way: just prints *** 1 failure is detected in the test module "Bitcoin Core Test Suite" and exists without printing any failures prior that. I lost some significant amount of time only to figure out that a BOOST_REQUIRE(n > 0) fails without printing anything (!), changing that to assert(n > 0) prints the expected Assertion failed: (n > 0),
<bitcoin-git> [bitcoin] fanquake merged pull request #30387: contrib: use c++ compiler rather than c compiler for binary checks (master...cxx-security-check) https://github.com/bitcoin/bitcoin/pull/30387
<bitcoin-git> bitcoin/master a38c960 Cory Fields: contrib: use c++ rather than c for binary tests
<bitcoin-git> bitcoin/master 9010b13 Cory Fields: contrib: c++ify test stubs after switching to c++ compilers
<bitcoin-git> bitcoin/master 261f770 Cory Fields: contrib: rename cc to cxx in binary checking scripts
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/35dddbccf1fb...5f538f2a7caf
<bitcoin-git> [bitcoin] glozow merged pull request #30394: net: fix race condition in self-connect detection (master...202407-p2p-fix_selfdetection_racecond) https://github.com/bitcoin/bitcoin/pull/30394
<bitcoin-git> bitcoin/master 0dbcd4c Sebastian Falbesoner: net: prevent sending messages in `NetEventsInterface::InitializeNode`
<bitcoin-git> bitcoin/master 16bd283 Sebastian Falbesoner: Reapply "test: p2p: check that connecting to ourself leads to disconnect"
<bitcoin-git> bitcoin/master 66673f1 Sebastian Falbesoner: net: fix race condition in self-connect detection
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/d41f4a69e7be...35dddbccf1fb
<bitcoin-git> [bitcoin] fanquake merged pull request #30420: test: Fix intermittent failure in p2p_v2_misbehaving.py (master...fix-race-earlykey) https://github.com/bitcoin/bitcoin/pull/30420
<bitcoin-git> bitcoin/master d41f4a6 merge-script: Merge bitcoin/bitcoin#30420: test: Fix intermittent failure in p2p_v2_misb...
<bitcoin-git> bitcoin/master c6d4336 stratospher: test: Fix intermittent failure in p2p_v2_misbehaving.py
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/8426e018bf22...d41f4a69e7be

2024-07-15

<bitcoin-git> [bitcoin] ryanofsky merged pull request #30428: log: LogError with FlatFilePos in UndoReadFromDisk (master...2407-log-err-undo) https://github.com/bitcoin/bitcoin/pull/30428
<bitcoin-git> [bitcoin] ryanofsky pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/ff827a8f46e5...8426e018bf22
<bitcoin-git> bitcoin/master fa14e1d MarcoFalke: log: Fix __func__ in LogError in blockstorage module
<bitcoin-git> bitcoin/master aaaa332 MarcoFalke: refactor: Mark IsBlockPruned const
<bitcoin-git> bitcoin/master fad59a2 MarcoFalke: log: LogError with FlatFilePos in UndoReadFromDisk
<bitcoin-git> [bitcoin] fanquake merged pull request #30407: test: [refactor] Pass TestOpts (master...2407-test-opts) https://github.com/bitcoin/bitcoin/pull/30407
<bitcoin-git> bitcoin/master ff827a8 merge-script: Merge bitcoin/bitcoin#30407: test: [refactor] Pass TestOpts
<bitcoin-git> bitcoin/master fa690c8 MarcoFalke: test: [refactor] Pass TestOpts
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/262260ce1e91...ff827a8f46e5
<bitcoin-git> [gui] hebasto closed pull request #792: Correct tooltip wording for watch-only wallets (master...change-spendable-wording-ui) https://github.com/bitcoin-core/gui/pull/792
<bitcoin-git> [bitcoin] fanquake merged pull request #30197: fuzz: bound some miniscript operations to avoid fuzz timeouts (master...2405_desc_fuzz_timeouts) https://github.com/bitcoin/bitcoin/pull/30197
<bitcoin-git> bitcoin/master bc34bc2 Antoine Poinsot: fuzz: limit the number of nested wrappers in descriptors
<bitcoin-git> bitcoin/master 262260c merge-script: Merge bitcoin/bitcoin#30197: fuzz: bound some miniscript operations to avo...
<bitcoin-git> bitcoin/master 8d73401 Antoine Poinsot: fuzz: limit the number of sub-fragments per fragment for descriptors
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/84063a4c4c0a...262260ce1e91
<bitcoin-git> [bitcoin] Sjors closed pull request #30441: [WIP] Add getCoinbaseMerklePath() to Mining interface (master...2024/07/coinbase-merkle-path) https://github.com/bitcoin/bitcoin/pull/30441
<bitcoin-git> [gui] hebasto merged pull request #827: OptionsDialog: Prefer to stretch actual options area rather than waste space (master...qt_opts_stretch) https://github.com/bitcoin-core/gui/pull/827
<bitcoin-git> bitcoin/master 84063a4 Hennadii Stepanov: Merge bitcoin-core/gui#827: OptionsDialog: Prefer to stretch actual option...
<bitcoin-git> bitcoin/master b71bfd9 Luke Dashjr: GUI/OptionsDialog: Prefer to stretch actual options area rather than waste...
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/35102d492830...84063a4c4c0a
<bitcoin-git> [bitcoin] fanquake opened pull request #30451: depends: remove Darwin ENV unsetting (master...darwin_rid_depends_env) https://github.com/bitcoin/bitcoin/pull/30451
<bitcoin-git> [bitcoin] fanquake merged pull request #30373: fuzz: fix key size in `crypter` (master...2024-06-fuzz-crypter) https://github.com/bitcoin/bitcoin/pull/30373
<bitcoin-git> bitcoin/master 4383dc9 brunoerg: fuzz: fix key size in crypter target
<bitcoin-git> bitcoin/master 35102d4 merge-script: Merge bitcoin/bitcoin#30373: fuzz: fix key size in `crypter`
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6ae903e24afa...35102d492830
<bitcoin-git> [gui] hebasto merged pull request #795: Keep focus on "Hide" while ModalOverlay is visible (master...gui-weird-focus-fix) https://github.com/bitcoin-core/gui/pull/795
<bitcoin-git> bitcoin/master 6ae903e Hennadii Stepanov: Merge bitcoin-core/gui#795: Keep focus on "Hide" while ModalOverlay is vis...
<bitcoin-git> bitcoin/master 992b1bb Jadi: qt: keep focus on "Hide" while ModalOverlay is visible
<bitcoin-git> [bitcoin] hebasto pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/01ed4927f09f...6ae903e24afa
<bitcoin-git> [bitcoin] fanquake merged pull request #30412: MiniMiner: use FeeFrac in AncestorFeerateComparator (master...2024-07-miniminer-feefrac) https://github.com/bitcoin/bitcoin/pull/30412
<bitcoin-git> bitcoin/master 01ed492 merge-script: Merge bitcoin/bitcoin#30412: MiniMiner: use FeeFrac in AncestorFeerateComp...
<bitcoin-git> bitcoin/master de273d5 glozow: MiniMiner: use FeeFrac in AncestorFeerateComparator
<bitcoin-git> bitcoin/master 0937052 glozow: fuzz: mini_miner_selection fixups.
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/ff100bb549f2...01ed4927f09f

2024-07-14

<tppellegrino> Bitcoin21x high potential vertical: similarities to Bitcoin itself will leverage free publicity mechanisms, self-driving consumer interest,profitability awareness, pre-existing eagerness to gain an early position, collector sentiment and the enormous pre-established Bitcoin mining network in order to build its own market momentum, which rapidly
<tppellegrino> Plan is to market Bitcoin21x to mining pools and news organizations and popularize Bitcoin21x through free publicity, by capitalizing bitcoin’s popularity with a similar name and statistical likelihood of rapid growth, increasing in scarcity at 21x the rate of Bitcoin, to reach Bitcoin's 2140 scarcity in only 6 years.
<tppellegrino> Sample Description: “Exactly like BitCoin but people don’t have to wait 21 years for it to increase in value: 21x the block release, halving and difficulty adjustment rates means hashing power will aggregate exponentially while limited supplies won’t deter collectors and mining pools.”
<tppellegrino> Bitcoin21x: For people who missed the Bitcoin Craze: New peer-to-peer based anonymous digital currency designed to go from $.0001 in 2024 to $2,000,000 in 2025- 21x the rate of bitcoin.
<bitcoin-git> [gui] hebasto merged pull request #825: Show maximum mempool size in information window (master...gui_show_maxmempoolsize) https://github.com/bitcoin-core/gui/pull/825
<bitcoin-git> bitcoin/master bbde6ff Sebastian Falbesoner: add node interface method for getting maximum mempool size
<bitcoin-git> bitcoin/master ff100bb Hennadii Stepanov: Merge bitcoin-core/gui#825: Show maximum mempool size in information window
<bitcoin-git> bitcoin/master 4a028cf Sebastian Falbesoner: gui: show maximum mempool size in information window
<bitcoin-git> [bitcoin] hebasto pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c4d45b695ef2...ff100bb549f2
<tppellegrino> definitely fail without integrity, decentralization, authority, integration, 3rd part developer involvement and support in the Bitcoin community. Would anyone like to join me and guide or even lead this project to fruition in return for the opportunity to pre-mine?
<tppellegrino> It has illustrious advantages for Bitcoin. It can be dual-mined, as a benefit to the mining community, and offers rapid value appreciation, drawing a new generation of investors to the crypto economy. It could be used as leverage to the benefit of Bitcoin, strengthening the Bitcoin Blockchain and digital currency ecosystem. There’s a lot of
<tppellegrino> My plan is to mine it for a few months, secretly, then go to the public and say hey, missed out on bitcoin at $7? Well, heres' 30 million coins for the world. Enjoy. The world is going to swarm, the hash rate is going through the roof, securing the network. Mining pools love it. And the world loves the low price and everybody wins.
<tppellegrino> coins/block, web wallet and website. By rapidly increasing in scarcity at 21x the rate, the idea is it can go from $7 to $70K in less than a year…. I think the average consumer is locked out of profiting from a dramatic increase in Bitcoin price, but would otherwise heavily invest if the price was low enough. Bitcoin21x capitalizes on this
<tppellegrino> I commissioned a blockchain company to make a new coin, just like Bitcoin, called Bitcoin21x, exactly like Bitcoin but people don’t have to wait 21 years for it to increase in value: 21x the block release rate, halving rate, difficulty adjustment rate, with 51 million supply (to give mining companies more coins to mine) and rewards start at ~121
<tppellegrino> craze? The Bitcoin suicides? What if we had a chance to do it all over again?
<tppellegrino> I researched Bitcoin mining companies and found they operate at a loss, and every one of their stocks’ 52-week lows are down at least 75% off their peaks. RIOT is 99.97% off its all-time high. Don’t these companies want to recapture lost glory, and actually generate Net Gains?
<tppellegrino> I immediately researched the Bitcoin white paper and realized Satoshi Nakamoto was a genius, someone like the 1995 movie “Hackers.” I realized, if I had known about it, I would’ve mined it since 2009 and been one of bitcoin’s greatest proponents. I know you all are. But I thought to myself, what about everyone else who missed the Bitcoin
<tppellegrino> I… missed the Bitcoin craze. In 2009 I was running BOINC on my computer dreaming about “renting hard drive space” like real estate. For years I had no idea what bitcoin really was. I invested in a bitcoin mining stock in 2015, HSHS, it went bankrupt. I never even checked the price. I like to go to the park and I’m a musician. But in March
<tppellegrino> 2024 I randomly googled bitcoin and noticed the price. $70K. I researched and found it started at $.00099. And investing gurus predicting a price of $1M in 2030. I once heard someone say something about “the exchange rate”….. I always wanted to be a trillionaire and cure diseases. I have big “crazy” ideas about solar panels that don’t

2024-07-13

<tppellegrino> Few questions about a bitcoin project. Was referred to IRC. Who should I ask
<bitcoin-git> [bitcoin] knst closed pull request #30446: fix: rendering an amp characters in the wallet name for QMenu (master...fix-qt-wallet-underscore) https://github.com/bitcoin/bitcoin/pull/30446
<bitcoin-git> [gui] knst opened pull request #828: fix: rendering an amp characters in the wallet name for QMenu (master...fix-qt-wallet-underscore) https://github.com/bitcoin-core/gui/pull/828
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #30447: fuzz: Deglobalize signature cache in sigcache test (master...fuzzScriptCache) https://github.com/bitcoin/bitcoin/pull/30447
<tppellegrino44> Hi all. I represent a team of developers involved in a project to reissue Bitcoin, who want to work closely with bitcoin core developers to integrate with the bitcoin community and decentralize their network. Please advise. Thank you.
<tppellegrino44> Hi all. I represent a team of developers involved in a project to reissue Bitcoin, who want to work closely with bitcoin core developers to integrate with the bitcoin community and decentralize their network. Please advise. Thank you.
<bitcoin-git> [bitcoin] knst opened pull request #30446: fix: correct replacement of amp character in the wallet name for QMenu (master...fix-qt-wallet-underscore) https://github.com/bitcoin/bitcoin/pull/30446

2024-07-12

<bitcoin-git> [bitcoin] brunoerg opened pull request #30445: test: addrman: tried 3 times and never a success so `isTerrible=true` (master...2024-07-test-addrman-isterrible) https://github.com/bitcoin/bitcoin/pull/30445
<bitcoin-git> [bitcoin] fanquake closed pull request #30256: Allow to configure custom libzmq prefix (master...custom_zmq) https://github.com/bitcoin/bitcoin/pull/30256
<bitcoin-git> [bitcoin] fanquake merged pull request #30295: #28984 package rbf followups (master...2024-06-package-rbf-followups) https://github.com/bitcoin/bitcoin/pull/30295
<bitcoin-git> bitcoin/master ad7f1f6 Greg Sanders: test package rbf boundary conditions more closely
<bitcoin-git> bitcoin/master de669a8 Greg Sanders: doc: replace mention of V3 with TRUC
<bitcoin-git> bitcoin/master ff4558d Greg Sanders: doc: reword package RBF documentation
<bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/4d6af61d8799...c4d45b695ef2
<bitcoin-git> [bitcoin] maflcko opened pull request #30444: rest: Reject negative outpoint index early in getutxos parsing (master...2407-rest-index) https://github.com/bitcoin/bitcoin/pull/30444
<bitcoin-git> [bitcoin] Sjors opened pull request #30443: Introduce waitFeesChanged() mining interface (master...2024/07/mining-fees-changed) https://github.com/bitcoin/bitcoin/pull/30443
<darosior> Alright so i just discussed with a random Bitcoin Core user who was struggling to update his Bitcoin Core version following the recent vulnerability disclosures. As a usage data point he's using the GUI locally to then connect his Sparrow wallet, to which he connects his Coldcard to sign transactions. For people working on the user interface: he'd
<bitcoin-git> [bitcoin] paplorinc opened pull request #30442: Precalculate SipHash constant XOR with k0 and k1 in SaltedOutpointHasher (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30442
<bitcoin-git> [bitcoin] Sjors opened pull request #30441: [WIP] Add getCoinbaseMerklePath() to Mining interface (master...2024/07/coinbase-merkle-path) https://github.com/bitcoin/bitcoin/pull/30441
<bitcoin-git> [bitcoin] Sjors opened pull request #30440: Have createNewBlock() return a BlockTemplate interface (master...2024/07/newblock-iface) https://github.com/bitcoin/bitcoin/pull/30440
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1046: Add japanese translations for security advisories (master...ja-translate-security-advisories) https://github.com/bitcoin-core/bitcoincore.org/pull/1046
<bitcoin-git> bitcoincore.org/master 71fce22 azuchi: Apply #1047 changes
<bitcoin-git> bitcoincore.org/master 8b7485d merge-script: Merge bitcoin-core/bitcoincore.org#1046: Add japanese translations for sec...
<bitcoin-git> bitcoincore.org/master 92bcb38 azuchi: Add japanese translations for security advisories
<bitcoin-git> [bitcoincore.org] fanquake pushed 3 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/a3d6f1410b17...8b7485d60313
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1048: Add japanese translation for 26.2 (master...ja-translate-26.2) https://github.com/bitcoin-core/bitcoincore.org/pull/1048
<bitcoin-git> bitcoincore.org/master a3d6f14 merge-script: Merge bitcoin-core/bitcoincore.org#1048: Add japanese translation for 26.2
<bitcoin-git> bitcoincore.org/master d2df5a1 azuchi: Add japanese translation for 26.2
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/2d6c136f195e...a3d6f1410b17
<bitcoin-git> [qa-assets] fanquake closed pull request #169: Initial corpus for sv2_noise_cipher_roundtrip (main...2024/02/noise) https://github.com/bitcoin-core/qa-assets/pull/169
<bitcoin-git> qa-assets/main 60d69a6 Niklas Gögge: Merge pull request #192 from maflcko/main
<bitcoin-git> qa-assets/main 246d1fa MarcoFalke: Add utxo_snapshot fuzz inputs
<bitcoin-git> [qa-assets] dergoegge pushed 2 commits to main: https://github.com/bitcoin-core/qa-assets/compare/f76936c497ac...60d69a6b6376
<bitcoin-git> [qa-assets] dergoegge merged pull request #192: Add utxo_snapshot fuzz inputs (main...main) https://github.com/bitcoin-core/qa-assets/pull/192
<bitcoin-git> [bitcoin] fanquake opened pull request #30438: guix: (explicitly) build Linux GCC with `--enable-cet` (master...enable_cet) https://github.com/bitcoin/bitcoin/pull/30438
<bitcoin-git> [bitcoin] willcl-ark closed pull request #28132: policy: Enable full-rbf by default (master...2023-07-enable-full-rbf) https://github.com/bitcoin/bitcoin/pull/28132
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30437: multiprocess: add bitcoin-mine test program  (master...pr/mine) https://github.com/bitcoin/bitcoin/pull/30437
<bitcoin-git> [bitcoin] fanquake merged pull request #30372: util: Use SteadyClock in RandAddSeedPerfmon (master...2407-rand-steady) https://github.com/bitcoin/bitcoin/pull/30372
<bitcoin-git> bitcoin/master fa360b0 MarcoFalke: util: Use SteadyClock in RandAddSeedPerfmon
<bitcoin-git> bitcoin/master 4d6af61 merge-script: Merge bitcoin/bitcoin#30372: util: Use SteadyClock in RandAddSeedPerfmon
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/66114cd45bcf...4d6af61d8799
<bitcoin-git> [bitcoin] hodlinator opened pull request #30436: fix: Make TxidFromString() respect string_view length (master...2024-07_fix_TxidFromString) https://github.com/bitcoin/bitcoin/pull/30436
<bitcoin-git> [bitcoin] fanquake merged pull request #30336: depends: update doc in Qt pwd patch (master...qt_pwd_patch_upstream) https://github.com/bitcoin/bitcoin/pull/30336
<bitcoin-git> bitcoin/master 66114cd merge-script: Merge bitcoin/bitcoin#30336: depends: update doc in Qt pwd patch
<bitcoin-git> bitcoin/master f170fe0 fanquake: depends: update doc in Qt pwd patch
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/33af14e31b9f...66114cd45bcf
<bitcoin-git> [bitcoin] mzumsande opened pull request #30435: init: change shutdown order of load block thread and scheduler (master...202407_shutdown_order) https://github.com/bitcoin/bitcoin/pull/30435

2024-07-11

<bitcoin-git> [bitcoin] achow101 merged pull request #30353: test: fix inconsistency in fundrawtransaction weight limits test (master...2024_test_fix_max_weight_test) https://github.com/bitcoin/bitcoin/pull/30353
<bitcoin-git> bitcoin/master 33af14e Ava Chow: Merge bitcoin/bitcoin#30353: test: fix inconsistency in fundrawtransaction...
<bitcoin-git> bitcoin/master 00b8e26 furszy: test: fix inconsistency in fundrawtransaction weight limits test
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/00feabf6c59c...33af14e31b9f
<bitcoin-git> [bitcoin] fanquake merged pull request #30234: Enable clang-tidy checks for self-assignment (master...clang-tidy-self-assign) https://github.com/bitcoin/bitcoin/pull/30234
<bitcoin-git> bitcoin/master 32b1d13 Cory Fields: refactor: add self-assign checks to classes which violate the clang-tidy c...
<bitcoin-git> bitcoin/master 26a7f70 Cory Fields: ci: enable self-assignment clang-tidy check
<bitcoin-git> bitcoin/master 00feabf merge-script: Merge bitcoin/bitcoin#30234: Enable clang-tidy checks for self-assignment
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/01dc38bd01b0...00feabf6c59c
<bitcoin-git> [bitcoin] theuni opened pull request #30434: depends: bump boost to 1.85.0 and use new CMake buildsystem (master...cmake-boost-depends) https://github.com/bitcoin/bitcoin/pull/30434
<bitcoin-git> [bitcoin] fanquake merged pull request #30406: refactor: modernize-use-equals-default (master...2407-modernize-use-equals-default) https://github.com/bitcoin/bitcoin/pull/30406
<bitcoin-git> bitcoin/master 01dc38b merge-script: Merge bitcoin/bitcoin#30406: refactor: modernize-use-equals-default
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c2c0b4f00299...01dc38bd01b0
<bitcoin-git> bitcoin/master 3333bae MarcoFalke: tidy: modernize-use-equals-default
<bitcoin-git> [bitcoin] fanquake merged pull request #30146: Add clang-tidy check for thread_local vars (master...clang-tidy-thread_local) https://github.com/bitcoin/bitcoin/pull/30146
<bitcoin-git> bitcoin/master c2c0b4f merge-script: Merge bitcoin/bitcoin#30146: Add clang-tidy check for thread_local vars
<bitcoin-git> bitcoin/master 34c9cee Cory Fields: clang-tidy: add check for non-trivial thread_local vars
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/a231cfe96420...c2c0b4f00299
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1047: Make titles/excerpts of disclosures more uniform (master...202407_uniform_cve) https://github.com/bitcoin-core/bitcoincore.org/pull/1047
<bitcoin-git> bitcoincore.org/master 2d6c136 merge-script: Merge bitcoin-core/bitcoincore.org#1047: Make titles/excerpts of disclosur...
<bitcoin-git> bitcoincore.org/master 3cc3c05 Pieter Wuille: Make titles/excerpts of disclosures more uniform
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/b004e179048f...2d6c136f195e
<bitcoin-git> [bitcoin] fanquake merged pull request #30383: util: Catch translation string errors at compile time (master...2407-trans) https://github.com/bitcoin/bitcoin/pull/30383
<bitcoin-git> bitcoin/master a231cfe merge-script: Merge bitcoin/bitcoin#30383: util: Catch translation string errors at comp...
<bitcoin-git> bitcoin/master fa601ab MarcoFalke: util: Catch translation string errors at compile time
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e51653985cc8...a231cfe96420
<bitcoin-git> [bitcoin] fanquake merged pull request #30397: refactor: Use designated initializer in test/util/net.cpp (master...2024-07_net_designated_initializer) https://github.com/bitcoin/bitcoin/pull/30397
<bitcoin-git> bitcoin/master e233ec0 Hodlinator: refactor: Use designated initializer
<bitcoin-git> bitcoin/master e516539 merge-script: Merge bitcoin/bitcoin#30397: refactor: Use designated initializer in test/...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e5a5497d9815...e51653985cc8
<bitcoin-git> [bitcoin] fanquake opened pull request #30433: build: add `standard branch-protection` to hardening flags for aarch64-linux (master...standard_branch_fedora) https://github.com/bitcoin/bitcoin/pull/30433
<bitcoin-git> [bitcoin] fanquake merged pull request #30427: remove truc_policy from libbitcoin_common_a_SOURCES (master...2024-07-truc-common) https://github.com/bitcoin/bitcoin/pull/30427
<bitcoin-git> bitcoin/master e5a5497 merge-script: Merge bitcoin/bitcoin#30427: remove truc_policy from libbitcoin_common_a_S...
<bitcoin-git> bitcoin/master e8c3b71 glozow: remove truc_policy.cpp from libbitcoin_common_a_SOURCES
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d9aa7b23e438...e5a5497d9815
<bitcoin-git> [bitcoin] glozow merged pull request #26596: wallet: Migrate legacy wallets to descriptor wallets without requiring BDB (master...indep-desc-migrate2) https://github.com/bitcoin/bitcoin/pull/26596
<bitcoin-git> bitcoin/master b231f4d Ava Chow: wallet: Move LegacyScriptPubKeyMan::IsMine to LegacyDataSPKM
<bitcoin-git> bitcoin/master 7461d0c Ava Chow: wallet: Move LegacySPKM data storage and handling to LegacyDataSPKM
<bitcoin-git> [bitcoin] glozow pushed 7 commits to master: https://github.com/bitcoin/bitcoin/compare/9b480f7a25a7...d9aa7b23e438
<bitcoin-git> bitcoin/master 517e204 Ava Chow: Change MigrateLegacyToDescriptor to reopen wallet as BERKELEY_RO
<bitcoin-git> [bitcoin] maflcko opened pull request #30429: rpc: Use CHECK_NONFATAL over Assert (master...2407-rpc-no-assert) https://github.com/bitcoin/bitcoin/pull/30429
<bitcoin-git> [bitcoin] maflcko opened pull request #30428: log: LogError with FlatFilePos in UndoReadFromDisk (master...2407-log-err-undo) https://github.com/bitcoin/bitcoin/pull/30428
<gribble> https://github.com/bitcoin/bitcoin/issues/30126 | cluster mempool: cluster linearization algorithm by sipa · Pull Request #30126 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30116 | p2p: Fill reconciliation sets (Erlay) attempt 2 by sr-gi · Pull Request #30116 · bitcoin/bitcoin · GitHub
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4
<gribble> https://github.com/bitcoin/bitcoin/issues/824 | Use of read_some in bitcoinrpc.cpp · Issue #824 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30265 | wallet: Fix listwalletdir listing of migrated default wallets and generated backup files by achow101 · Pull Request #30265 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/28574 | wallet: optimize migration process, batch db transactions by furszy · Pull Request #28574 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/26596 | wallet: Migrate legacy wallets to descriptor wallets without requiring BDB by achow101 · Pull Request #26596 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30295 | #28984 package rbf followups by instagibbs · Pull Request #30295 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30111 | locks: introduce mutex for tx download, flush rejection filters on UpdatedBlockTip by glozow · Pull Request #30111 · bitcoin/bitcoin · GitHub
<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 sr_gi theStack TheCharlatan vasild
<bitcoin-git> [bitcoin] glozow opened pull request #30427: remove truc_policy from libbitcoin_common_a_SOURCES (master...2024-07-truc-common) https://github.com/bitcoin/bitcoin/pull/30427
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1048: Add japanese translation for 26.2 (master...ja-translate-26.2) https://github.com/bitcoin-core/bitcoincore.org/pull/1048

2024-07-10

<bitcoin-git> [bitcoin] achow101 merged pull request #30414: [doc] archive v26.2 release notes (master...2024-07-release-notes-26.2) https://github.com/bitcoin/bitcoin/pull/30414
<bitcoin-git> bitcoin/master 9b480f7 Ava Chow: Merge bitcoin/bitcoin#30414: [doc] archive v26.2 release notes
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/f4849f692270...9b480f7a25a7
<bitcoin-git> bitcoin/master 3c61cf3 glozow: [doc] archive v26.2 release notes
<bitcoin-git> [bitcoincore.org] achow101 merged pull request #1039: Bitcoin Core 26.2 (master...2024-07-26.2) https://github.com/bitcoin-core/bitcoincore.org/pull/1039
<bitcoin-git> bitcoincore.org/master b004e17 Ava Chow: Merge bitcoin-core/bitcoincore.org#1039: Bitcoin Core 26.2
<bitcoin-git> [bitcoincore.org] achow101 pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/569541616e85...b004e179048f
<bitcoin-git> bitcoincore.org/master a95e4a6 glozow: Bitcoin Core 26.2
<bitcoin-git> [bitcoin] achow101 merged pull request #29668: prune, rpc: Check undo data when finding pruneheight (master...2024-03-first-stored-undo) https://github.com/bitcoin/bitcoin/pull/29668
<bitcoin-git> bitcoin/master 8789dc8 Fabian Jahr: doc: Add note to getblockfrompeer on missing undo data
<bitcoin-git> bitcoin/master 4a19750 Fabian Jahr: rpc: Make pruneheight also reflect undo data presence
<bitcoin-git> bitcoin/master 96b4fac Fabian Jahr: refactor, blockstorage: Generalize GetFirstStoredBlock
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/394651ff10ff...f4849f692270
<bitcoin-git> [bitcoin] achow101 merged pull request #29996: Assumeutxo: bugfix on loadtxoutset with a divergent chain + test (master...assumeutxo_tests) https://github.com/bitcoin/bitcoin/pull/29996
<bitcoin-git> bitcoin/master 394651f Ava Chow: Merge bitcoin/bitcoin#29996: Assumeutxo: bugfix on loadtxoutset with a div...
<bitcoin-git> bitcoin/master 5b7f70b Alfonso Roman Zubeldia: test: loadtxoutset in divergent chain with less work
<bitcoin-git> bitcoin/master d35efe1 Martin Zumsande: p2p: Start downloading historical blocks from common ancestor
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/45f757c72672...394651ff10ff
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #30425: kernel: De-globalize static validation variables (master...kernelRmGlobals) https://github.com/bitcoin/bitcoin/pull/30425
<bitcoin-git> [bitcoin] ryanofsky merged pull request #29274: Fix issues with CI on forks (master...2023/01/ci-fork) https://github.com/bitcoin/bitcoin/pull/29274
<bitcoin-git> bitcoin/master e9bfbb5 Sjors Provoost: ci: forks can opt-out of CI branch push (Cirrus only)
<bitcoin-git> bitcoin/master 45f757c Ryan Ofsky: Merge bitcoin/bitcoin#29274: Fix issues with CI on forks
<bitcoin-git> bitcoin/master 576828e Sjors Provoost: ci: test-each-commit merge base optional
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9adebe145557...45f757c72672
<bitcoin-git> [bitcoin] fanquake opened pull request #30423: contrib: simplify `test-security-check` (master...test_test_cleanups) https://github.com/bitcoin/bitcoin/pull/30423
<bitcoin-git> [qa-assets] maflcko opened pull request #192: Add utxo_snapshot fuzz inputs (main...main) https://github.com/bitcoin-core/qa-assets/pull/192
<bitcoin-git> [bitcoin] stratospher opened pull request #30420: test: Fix intermittent failure in p2p_v2_misbehaving.py (master...fix-race-earlykey) https://github.com/bitcoin/bitcoin/pull/30420
<bitcoin-git> [bitcoin] achow101 merged pull request #29154: tests: improve wallet multisig descriptor test and docs (master...multisig_descriptor_improvement) https://github.com/bitcoin/bitcoin/pull/29154
<bitcoin-git> bitcoin/master 9adebe1 Ava Chow: Merge bitcoin/bitcoin#29154: tests: improve wallet multisig descriptor tes...
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/10677713ca32...9adebe145557
<bitcoin-git> bitcoin/master d93b794 Michael Dietz: tests: improve wallet multisig descriptor test and docs

2024-07-09

<bitcoin-git> [bitcoin] furszy opened pull request #30418: assumeUTXO: snapshot load, update VERSION msg height (master...2024_assumeUTXO_update_starting_height) https://github.com/bitcoin/bitcoin/pull/30418
<bitcoin-git> [bitcoin] achow101 merged pull request #30396: random: add benchmarks and drop unnecessary Shuffle function (master...202407_rng_opt) https://github.com/bitcoin/bitcoin/pull/30396
<bitcoin-git> bitcoin/master 6ecda04 Pieter Wuille: random: drop ad-hoc Shuffle in favor of std::shuffle
<bitcoin-git> bitcoin/master da28a26 Pieter Wuille: bench random: benchmark more functions, and add InsecureRandomContext
<bitcoin-git> bitcoin/master 0a9bbc6 Pieter Wuille: random bench refactor: move to new bench/random.cpp
<bitcoin-git> [bitcoin] achow101 pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/c51c694ede08...10677713ca32
<bitcoin-git> [bitcoin] achow101 merged pull request #29431: test/BIP324: disconnection scenarios during v2 handshake (master...more-v2-tests) https://github.com/bitcoin/bitcoin/pull/29431
<bitcoin-git> bitcoin/master c642b08 stratospher: test: Log when the garbage is actually sent to transport layer
<bitcoin-git> bitcoin/master 86cca2c stratospher: test: Support disconnect waiting for add_p2p_connection
<bitcoin-git> bitcoin/master bf9669a stratospher: test: Rename early key response test and move random_bitflip to util
<bitcoin-git> [bitcoin] achow101 pushed 12 commits to master: https://github.com/bitcoin/bitcoin/compare/5239e935cf00...c51c694ede08
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30329: fuzz: improve utxo_snapshot target (master...202406_fuzz_assumeutxo) https://github.com/bitcoin/bitcoin/pull/30329
<bitcoin-git> bitcoin/master de71d4d Martin Zumsande: fuzz: improve utxo_snapshot target
<bitcoin-git> bitcoin/master 5239e93 Ryan Ofsky: Merge bitcoin/bitcoin#30329: fuzz: improve utxo_snapshot target
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c06b3764fe38...5239e935cf00
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30395: rpc: Use untranslated error strings in loadtxoutset (master...2407-rpc-loadtxoutset-msgs) https://github.com/bitcoin/bitcoin/pull/30395
<bitcoin-git> bitcoin/master c06b376 Ryan Ofsky: Merge bitcoin/bitcoin#30395: rpc: Use untranslated error strings in loadtx...
<bitcoin-git> bitcoin/master fa45865 MarcoFalke: refactor: Use named arguments to get path arg in loadtxoutset
<bitcoin-git> bitcoin/master fa5b892 MarcoFalke: rpc: Use untranslated error strings in loadtxoutset
<bitcoin-git> [bitcoin] ryanofsky pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/79b84720409f...c06b3764fe38
<bitcoin-git> [bitcoin] ryanofsky closed pull request #30417: assumeutxo: Remove translated strings added in 30267 (master...pr/nota) https://github.com/bitcoin/bitcoin/pull/30417
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30417: assumeutxo: Remove translated strings added in 30267 (master...pr/nota) https://github.com/bitcoin/bitcoin/pull/30417
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30415: contrib: fix check-deps.sh to check for weak symbols (master...pr/weakcheck) https://github.com/bitcoin/bitcoin/pull/30415
<bitcoin-git> [bitcoin] glozow opened pull request #30414: [doc] archive v26.2 release notes (master...2024-07-release-notes-26.2) https://github.com/bitcoin/bitcoin/pull/30414
<bitcoin-git> [bitcoin] dergoegge opened pull request #30413: fuzz: Version handshake (master...2024-07-fuzz-handshake) https://github.com/bitcoin/bitcoin/pull/30413
<bitcoin-git> [bitcoin] glozow merged pull request #30393: refactor: use existing RNG object in ProcessGetBlockData (master...2407-rand-fixups) https://github.com/bitcoin/bitcoin/pull/30393
<bitcoin-git> bitcoin/master 79b8472 glozow: Merge bitcoin/bitcoin#30393: refactor: use existing RNG object in ProcessG...
<bitcoin-git> bitcoin/master fa2e748 MarcoFalke: net_processing: use existing RNG object in ProcessGetBlockData
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/1f9d30744d32...79b84720409f
<bitcoin-git> [bitcoin] glozow opened pull request #30412: MiniMiner: use FeeFrac in AncestorFeerateComparator (master...2024-07-miniminer-feefrac) https://github.com/bitcoin/bitcoin/pull/30412
<bitcoin-git> [bitcoin] sidhujag closed pull request #30411: Governanceupdate (master...governanceupdate) https://github.com/bitcoin/bitcoin/pull/30411
<bitcoin-git> [bitcoin] sidhujag opened pull request #30411: Governanceupdate (master...governanceupdate) https://github.com/bitcoin/bitcoin/pull/30411
<bitcoin-git> [bitcoin] mzumsande opened pull request #30410: rpc, rest: Improve getblock error when only header is available (master...202407_getblock_error) https://github.com/bitcoin/bitcoin/pull/30410

2024-07-08

<Juliu> It's not a waste of energy to break bitcoin, I'd say
<Juliu> I don't even know what Bitcoin Core is
<Murch[m]> Juliu: This channel is the workplace of Bitcoin Core contributors. If you have questions about using Bitcoin Core, please write a question for example on Bitcoin.stackexchange.com
<bitcoin-git> [bitcoin] ryanofsky merged pull request #29855: psbt: Check non witness utxo outpoint early (master...psbt-check-outpoint) https://github.com/bitcoin/bitcoin/pull/29855
<bitcoin-git> bitcoin/master 1f9d307 Ryan Ofsky: Merge bitcoin/bitcoin#29855: psbt: Check non witness utxo outpoint early
<bitcoin-git> bitcoin/master 9e13ccc Ava Chow: psbt: Check non witness utxo outpoint early
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/94d56b9def44...1f9d30744d32
<bitcoin-git> [bitcoin] Sjors opened pull request #30409: Introduce waitTipChanged() mining interface and replace RPCNotifyBlockChange (master...2024/07/wait-tip-changed) https://github.com/bitcoin/bitcoin/pull/30409
<bitcoin-git> [bitcoin] BrandonOdiwuor closed pull request #29681: test: loading assumeutxo snapshot start states (master...test_assumeutxo_snapshot_height) https://github.com/bitcoin/bitcoin/pull/29681
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30141: kernel: De-globalize validation caches (master...noGlobalScriptCache) https://github.com/bitcoin/bitcoin/pull/30141
<bitcoin-git> bitcoin/master 13a3661 TheCharlatan: kernel: De-globalize script execution cache
<bitcoin-git> bitcoin/master ab14d1d TheCharlatan: validation: Don't error if maxsigcachesize exceeds uint32::max
<bitcoin-git> bitcoin/master 021d388 TheCharlatan: kernel: De-globalize script execution cache hasher
<bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/1c11089c7f11...94d56b9def44
<bitcoin-git> [bitcoin] theStack opened pull request #30408: rpc: doc: use "output script" terminology consistently in "asm"/"hex" results (master...202407-rpc-doc_improve_hex_asm_result_scriptPubKey_naming) https://github.com/bitcoin/bitcoin/pull/30408
<bitcoin-git> [bitcoin] fanquake merged pull request #30263: build: Bump clang minimum supported version to 16 (master...2406-clang-16) https://github.com/bitcoin/bitcoin/pull/30263
<bitcoin-git> bitcoin/master fa8f532 MarcoFalke: refactor: Remove no longer needed clang-15 workaround for std::span
<bitcoin-git> bitcoin/master 9999dbc MarcoFalke: fuzz: Clarify Apple-Clang-16 workaround
<bitcoin-git> bitcoin/master fa7462c MarcoFalke: build: Bump clang minimum supported version to 16
<bitcoin-git> [bitcoin] fanquake pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/a83f050dbe13...1c11089c7f11
<bitcoin-git> [bitcoin] glozow merged pull request #30404: Use `WITH_LOCK` in `Warnings::Set` (master...warnings-min-lock) https://github.com/bitcoin/bitcoin/pull/30404
<bitcoin-git> bitcoin/master 6af51e8 Ava Chow: Use WITH_LOCK in Warnings::Set
<bitcoin-git> bitcoin/master a83f050 glozow: Merge bitcoin/bitcoin#30404: Use `WITH_LOCK` in `Warnings::Set`
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/e53a3fb9b152...a83f050dbe13
<bitcoin-git> [bitcoin] ryanofsky merged pull request #30355: wallet: use LogTrace for walletdb log messages at trace level (master...202406-walletlogtrace) https://github.com/bitcoin/bitcoin/pull/30355
<bitcoin-git> bitcoin/master e53a3fb Ryan Ofsky: Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log message...
<bitcoin-git> bitcoin/master 46819f5 Anthony Towns: wallet: use LogTrace for walletdb log messages at trace level
<bitcoin-git> [bitcoin] ryanofsky pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/bd5d1688b431...e53a3fb9b152
<bitcoin-git> [bitcoin] maflcko opened pull request #30407: test: [refactor] Pass TestOpts (master...2407-test-opts) https://github.com/bitcoin/bitcoin/pull/30407
<bitcoin-git> [bitcoin] maflcko opened pull request #30406: tidy: modernize-use-equals-default (master...2407-modernize-use-equals-default) https://github.com/bitcoin/bitcoin/pull/30406

2024-07-07

<bitcoin-git> [bitcoin] zxramozx closed pull request #30405: Patch 4 (master...patch-4) https://github.com/bitcoin/bitcoin/pull/30405
<bitcoin-git> [bitcoin] zxramozx opened pull request #30405: Patch 4 (master...patch-4) https://github.com/bitcoin/bitcoin/pull/30405

2024-07-06

<bitcoin-git> [bitcoin] achow101 opened pull request #30404: Use `WITH_LOCK` in `Warnings::Set` (master...warnings-min-lock) https://github.com/bitcoin/bitcoin/pull/30404
<bitcoin-git> [bitcoin] fjahr opened pull request #30403: test: Remove already resolved assumeutxo todo comment (master...2024-07-au-todo) https://github.com/bitcoin/bitcoin/pull/30403
<bitcoin-git> [gui] luke-jr opened pull request #827: GUI/OptionsDialog: Prefer to stretch actual options area rather than waste space (master...qt_opts_stretch) https://github.com/bitcoin-core/gui/pull/827
<bitcoin-git> [gui] luke-jr opened pull request #826: GUI/OptionsDialog: Allow Maximize of window (master...qt_opts_maximizewindow) https://github.com/bitcoin-core/gui/pull/826
<bitcoin-git> [bitcoincore.org] sipa opened pull request #1047: Make titles/excerpts of disclosures more uniform (master...202407_uniform_cve) https://github.com/bitcoin-core/bitcoincore.org/pull/1047
<bitcoin-git> [bitcoin] fanquake closed pull request #29141: Bugfix: RPC: Check for blank rpcauth on a per-param basis (master...fix_rpcauth_blank) https://github.com/bitcoin/bitcoin/pull/29141
<bitcoin-git> [bitcoin] tdb3 opened pull request #30401: fix: increase consistency of rpcauth parsing (master...rpcauth_blank_parsing) https://github.com/bitcoin/bitcoin/pull/30401

2024-07-05

<bitcoin-git> [bitcoin] hebasto closed pull request #30398: Rename doc/release-notes/release-notes-0.9.0.md to doc/release-notes/… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30398
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #30399: test: Add arguments for creating a slimmer TestingSetup (master...noNetChainTest) https://github.com/bitcoin/bitcoin/pull/30399
<bitcoin-git> [bitcoin] Deuces9ers opened pull request #30398: Rename doc/release-notes/release-notes-0.9.0.md to doc/release-notes/… (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30398
<bitcoin-git> [bitcoin] hodlinator opened pull request #30397: refactor: Use designated initializer in test/util/net.cpp (master...2024-07_net_designated_initializer) https://github.com/bitcoin/bitcoin/pull/30397
<bitcoin-git> [bitcoin-detached-sigs] glozow pushed tag v26.2: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/v26.2
<bitcoin-git> [bitcoin] sipa opened pull request #30396: random: add benchmarks and drop unnecessary Shuffle function (master...202407_rng_opt) https://github.com/bitcoin/bitcoin/pull/30396
<bitcoin-git> [bitcoin] maflcko opened pull request #30395: rpc: Use untranslated error strings in loadtxoutset (master...2407-rpc-loadtxoutset-msgs) https://github.com/bitcoin/bitcoin/pull/30395
<bitcoin-git> [bitcoincore.org] azuchi opened pull request #1046: Add japanese translations for security advisories (master...ja-translate-security-advisories) https://github.com/bitcoin-core/bitcoincore.org/pull/1046

2024-07-04

<bitcoin-git> [bitcoin] theStack opened pull request #30394: net: fix race condition in self-connect detection (master...202407-p2p-fix_selfdetection_racecond) https://github.com/bitcoin/bitcoin/pull/30394
<bitcoin-git> bitcoin-detached-sigs/26.x f97d367 fanquake: 26.2: macOS sig for final
<bitcoin-git> [bitcoin-detached-sigs] fanquake pushed 1 commit to 26.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/6f0226fd43b2...f97d367780cd
<bitcoin-git> bitcoin-detached-sigs/26.x 6f0226f Ava Chow: 26.2: win sig for final
<bitcoin-git> [bitcoin-detached-sigs] achow101 pushed 1 commit to 26.x: https://github.com/bitcoin-core/bitcoin-detached-sigs/compare/788ff1c415b0...6f0226fd43b2
<sipa> disclosures of ancient bitcoin core versions were published: https://bitcoincore.org/en/security-advisories/
<achow101> bips are separate from bitcoin core
<gribble> https://github.com/bitcoin/bitcoin/issues/29523 | Wallet: Add `max_tx_weight` to transaction funding options (take 2) by ismaelsadeeq · Pull Request #29523 · bitcoin/bitcoin · GitHub
<achow101> Anything to add or remove from https://github.com/orgs/bitcoin/projects/1/views/4