2024-07-08

<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 021d388 TheCharlatan: kernel: De-globalize script execution cache hasher
<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] 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 9999dbc MarcoFalke: fuzz: Clarify Apple-Clang-16 workaround
<bitcoin-git> bitcoin/master fa8f532 MarcoFalke: refactor: Remove no longer needed clang-15 workaround for std::span
<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 46819f5 Anthony Towns: wallet: use LogTrace for walletdb log messages at trace level
<bitcoin-git> bitcoin/master e53a3fb Ryan Ofsky: Merge bitcoin/bitcoin#30355: wallet: use LogTrace for walletdb log message...
<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
<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/28574 | wallet: optimize migration process, batch db transactions by furszy · Pull Request #28574 · 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/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/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30289 | Cluster mempool tracking issue · Issue #30289 · bitcoin/bitcoin · GitHub
<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/30110 | refactor: TxDownloadManager by glozow · Pull Request #30110 · 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
<gribble> https://github.com/bitcoin/bitcoin/issues/30295 | #28984 package rbf followups by instagibbs · Pull Request #30295 · 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] fanquake merged pull request #29835: depends: build libevent with CMake (master...libevent_master_cmake) https://github.com/bitcoin/bitcoin/pull/29835
<bitcoin-git> bitcoin/master f59e905 Cory Fields: depends: switch libevent to CMake
<bitcoin-git> bitcoin/master bd5d168 merge-script: Merge bitcoin/bitcoin#29835: depends: build libevent with CMake
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/aa61d4feb041...bd5d1688b431
<bitcoin-git> [bitcoin] glozow merged pull request #30388: validation: Check if mempool exists before size check in ActivateSnapshot (master...assumeUtxoMempool) https://github.com/bitcoin/bitcoin/pull/30388
<bitcoin-git> bitcoin/master aa61d4f glozow: Merge bitcoin/bitcoin#30388: validation: Check if mempool exists before si...
<bitcoin-git> bitcoin/master 33c48c1 TheCharlatan: validation: Check if mempool exists before asserting in ActivateSnapshot
<bitcoin-git> [bitcoin] glozow pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/5c0cd205a1ab...aa61d4feb041
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1045: 27.1: fix formatting in release notes (master...fix_formatting) https://github.com/bitcoin-core/bitcoincore.org/pull/1045
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/958404ba65b9...569541616e85
<bitcoin-git> bitcoincore.org/master 5695416 merge-script: Merge bitcoin-core/bitcoincore.org#1045: 27.1: fix formatting in release n...
<bitcoin-git> bitcoincore.org/master 0ddea14 fanquake: 27.1: fix formatting in release notes
<bitcoin-git> [bitcoin] maflcko opened pull request #30393: net_processing: use existing RNG object in ProcessGetBlockData (master...2407-rand-fixups) https://github.com/bitcoin/bitcoin/pull/30393
<bitcoin-git> [bitcoin] ismaelsadeeq opened pull request #30391: BlockAssembler: return selected packages vsize and feerate (master...07-2024-miner-return-package-sizes-and-fees) https://github.com/bitcoin/bitcoin/pull/30391
<bitcoin-git> bitcoin/master 27cefc7 Pieter Wuille: random: add a few noexcepts to FastRandomContext
<bitcoin-git> [bitcoin] fanquake merged pull request #29625: Several randomness improvements (master...202403_rand_rework) https://github.com/bitcoin/bitcoin/pull/29625
<bitcoin-git> bitcoin/master 493a2e0 Pieter Wuille: random: write rand256() in function of fillrand()
<bitcoin-git> bitcoin/master b3b382d Pieter Wuille: random: move rand256() and randbytes() to .h file
<bitcoin-git> [bitcoin] fanquake pushed 24 commits to master: https://github.com/bitcoin/bitcoin/compare/3714692644f4...5c0cd205a1ab
<bitcoin-git> [bitcoin] TheCharlatan opened pull request #30388: bugfix: Check if mempool exists before asserting in ActivateSnapshot (master...assumeUtxoMempool) https://github.com/bitcoin/bitcoin/pull/30388
<bitcoin-git> [bitcoin] theuni opened 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

2024-07-03

<bitcoin-git> [bitcoin] ajtowns closed pull request #30384: logging: Simplify edge cases in logging configuration (master...202407-log-none) https://github.com/bitcoin/bitcoin/pull/30384
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1045: 27.1: fix formatting in release notes (master...fix_formatting) https://github.com/bitcoin-core/bitcoincore.org/pull/1045
<bitcoin-git> [bitcoincore.org] murchandamus opened pull request #1044: Update censorship advisory for versions to match (master...fix-censoring-version) https://github.com/bitcoin-core/bitcoincore.org/pull/1044
<bitcoin-git> [bitcoin] ajtowns opened pull request #30386: Early logging improvements (master...202407-early-log) https://github.com/bitcoin/bitcoin/pull/30386
<bitcoin-git> bitcoincore.org/master 4b564d3 Antoine Poinsot: posts: disclose historical DoS vulnerability (BIP70)
<bitcoin-git> bitcoincore.org/master 9718761 Antoine Poinsot: posts: disclose historical RCE vulnerability (miniupnpc)
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1042: Security advisories for bugs fixed as of Bitcoin Core 0.21.0 (master...2406_historical_disclosures) https://github.com/bitcoin-core/bitcoincore.org/pull/1042
<bitcoin-git> [bitcoincore.org] fanquake pushed 12 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/5964aff46c80...958404ba65b9
<bitcoin-git> bitcoincore.org/master 39a9a30 Antoine Poinsot: posts: disclose historical DoS vulnerability (receive buffer)
<bitcoin-git> [bitcoin] glozow pushed tag v26.2: https://github.com/bitcoin/bitcoin/compare/v26.2
<bitcoin-git> [bitcoin] glozow merged pull request #30376: 26.2 final changes (26.x...2024-07-26.2-final) https://github.com/bitcoin/bitcoin/pull/30376
<bitcoin-git> bitcoin/26.x fe8dee8 glozow: [build] bump version to 26.2
<bitcoin-git> bitcoin/26.x 00f0267 glozow: [doc] update manpages 26.2
<bitcoin-git> bitcoin/26.x 29cbec4 glozow: [build] bump copyright year
<bitcoin-git> [bitcoin] glozow pushed 5 commits to 26.x: https://github.com/bitcoin/bitcoin/compare/6bbfdcfb6d6a...7b7041019ba5
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1043: build: add --strict_front_matter to build invocation (master...warnings_into_errors) https://github.com/bitcoin-core/bitcoincore.org/pull/1043
<bitcoin-git> bitcoincore.org/master 5964aff merge-script: Merge bitcoin-core/bitcoincore.org#1043: build: add --strict_front_matter ...
<bitcoin-git> bitcoincore.org/master f703571 fanquake: build: add --strict_front_matter to build invocation
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/6b3582506320...5964aff46c80
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1043: build: add --strict_front_matter to build invocation (master...warnings_into_errors) https://github.com/bitcoin-core/bitcoincore.org/pull/1043
<bitcoin-git> [bitcoin] furszy opened pull request #30385: p2p: send not_found msgs for unknown, pruned or unwilling to share blocks (master...2024_p2p_notfound_block_v2) https://github.com/bitcoin/bitcoin/pull/30385
<bitcoin-git> [bitcoincore.org] darosior opened pull request #1042: Security advisories for bugs fixed as of Bitcoin Core 0.21.0 (master...2406_historical_disclosures) https://github.com/bitcoin-core/bitcoincore.org/pull/1042
<bitcoin-git> [bitcoin] ajtowns opened pull request #30384: logging: Simplify edge cases in logging configuration (master...202407-log-none) https://github.com/bitcoin/bitcoin/pull/30384
<bitcoin-git> [bitcoin] maflcko opened pull request #30383: util: Catch translation string errors at compile time (master...2407-trans) https://github.com/bitcoin/bitcoin/pull/30383
<bitcoin-git> [bitcoin] fanquake merged pull request #30380: lint: Ignore files ignored by git in the Markdown Link Checker (master...mlc-gitignore) https://github.com/bitcoin/bitcoin/pull/30380
<bitcoin-git> bitcoin/master dea7afd willcl-ark: lint: remove unneeded trailing line fix
<bitcoin-git> bitcoin/master 4d94254 willcl-ark: lint: ignore files ignored by git in mlc
<bitcoin-git> bitcoin/master 3714692 merge-script: Merge bitcoin/bitcoin#30380: lint: Ignore files ignored by git in the Mark...
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/173ab0ccf216...3714692644f4
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30381: [WIP] net: return result from addnode RPC (master...addnode-failure) https://github.com/bitcoin/bitcoin/pull/30381
<vasild> Sjors[m]1: wrt https://github.com/bitcoin/bitcoin/pull/30205#pullrequestreview-2151386338, is the desire to avoid involving Sv2Transport at all in this test?
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30380: Ignore files ignored by git in the Markdown Link Checker lint (master...mlc-gitignore) https://github.com/bitcoin/bitcoin/pull/30380
<bitcoin-git> [bitcoin] achow101 merged pull request #29720: rpc: Avoid getchaintxstats invalid results (master...2403-rpc-int-wrap-) https://github.com/bitcoin/bitcoin/pull/29720
<bitcoin-git> [bitcoin] achow101 merged pull request #29720: rpc: Avoid getchaintxstats invalid results (master...2403-rpc-int-wrap-) https://github.com/bitcoin/bitcoin/pull/29720
<laanwj> @achow101: yes, bitcoin-git is dead for now, the server all that stuff was running on had a fatal crash, trying to restore get everything back to work from a daily backup but it may take a while

2024-07-02

<pinheadmz> theres always #bitcoin-core-github
<achow101> laanwj: bitcoin-git seems to be dead
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1040: Security advisory followups (master...security_advisory_fixups) https://github.com/bitcoin-core/bitcoincore.org/pull/1040
<bitcoin-git> [bitcoin] paplorinc closed pull request #30317: WIP: Simplify SipHash (master...paplorinc/siphash) https://github.com/bitcoin/bitcoin/pull/30317
<bitcoin-git> [bitcoin] hodlinator opened pull request #30377: refactor: Make uint256S(const char*) consteval (master...2024-07_uint256S_consteval) https://github.com/bitcoin/bitcoin/pull/30377
<bitcoin-git> [bitcoin] glozow merged pull request #30344: kernel: remove mempool_persist (master...kernel-no-mempool-persist) https://github.com/bitcoin/bitcoin/pull/30344
<bitcoin-git> bitcoin/master f1478c0 Cory Fields: mempool: move LoadMempool/DumpMempool to node
<bitcoin-git> bitcoin/master 6d242ff Cory Fields: kernel: remove mempool_persist.cpp
<bitcoin-git> bitcoin/master d2c8d16 glozow: Merge bitcoin/bitcoin#30344: kernel: remove mempool_persist
<bitcoin-git> [bitcoin] glozow pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/04d63fb8c393...d2c8d161b46b
<bitcoin-git> [bitcoin] glozow opened pull request #30376: 26.2 final changes (26.x...2024-07-26.2-final) https://github.com/bitcoin/bitcoin/pull/30376
<bitcoin-git> [bitcoin] fanquake merged pull request #30374: Revert "test: p2p: check that connecting to ourself leads to disconnect" (master...revert-pr30362) https://github.com/bitcoin/bitcoin/pull/30374
<bitcoin-git> bitcoin/master 9ec2c53 Sebastian Falbesoner: Revert "test: p2p: check that connecting to ourself leads to disconnect"
<bitcoin-git> bitcoin/master 04d63fb merge-script: Merge bitcoin/bitcoin#30374: Revert "test: p2p: check that connecting to o...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fe70be537783...04d63fb8c393
<bitcoin-git> [bitcoincore.org] glozow opened pull request #1039: Bitcoin Core 26.2 (master...2024-07-26.2) https://github.com/bitcoin-core/bitcoincore.org/pull/1039

2024-07-01

<bitcoin-git> [bitcoin] achow101 closed pull request #30375: QRWit Implementation Proposal (master...qrwit-nonbc) https://github.com/bitcoin/bitcoin/pull/30375
<bitcoin-git> [bitcoin] crypto-perry opened pull request #30375: Qrwit nonbc (master...qrwit-nonbc) https://github.com/bitcoin/bitcoin/pull/30375
<bitcoin-git> [bitcoin] ceffikhan closed pull request #30345: test: fix debug log assertion in p2p_i2p_ports test (master...master) https://github.com/bitcoin/bitcoin/pull/30345
<bitcoin-git> [bitcoin] theStack opened pull request #30374: Revert "test: p2p: check that connecting to ourself leads to disconnect" (master...revert-pr30362) https://github.com/bitcoin/bitcoin/pull/30374
<bitcoin-git> [bitcoin] brunoerg opened pull request #30373: fuzz: fix ciphertext size in `crypter` (master...2024-06-fuzz-crypter) https://github.com/bitcoin/bitcoin/pull/30373
<bitcoin-git> [bitcoin] fanquake merged pull request #30369: ci: Clear unused /msan/llvm-project (master...2407-msan-storage) https://github.com/bitcoin/bitcoin/pull/30369
<bitcoin-git> bitcoin/master fe70be5 merge-script: Merge bitcoin/bitcoin#30369: ci: Clear unused /msan/llvm-project
<bitcoin-git> bitcoin/master fa6beb8 MarcoFalke: ci: Clear unused /msan/llvm-project
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0bd2bd1efb4b...fe70be537783
<bitcoin-git> [bitcoin] maflcko opened pull request #30372: util: Use SteadyClock in RandAddSeedPerfmon (master...2407-rand-steady) https://github.com/bitcoin/bitcoin/pull/30372
<bitcoin-git> [bitcoin] maflcko opened pull request #30371: fuzz: Mutate -max_len= during generation phase (master...2407-fuzz-maxlen) https://github.com/bitcoin/bitcoin/pull/30371
<bitcoin-git> [bitcoin] fjahr opened pull request #30370: sync: improve CCoinsViewCache ReallocateCache - 2nd try (master...2024-07-pr28945) https://github.com/bitcoin/bitcoin/pull/30370
<bitcoin-git> [bitcoin] maflcko opened pull request #30369: ci: Clear unused /msan/llvm-project (master...2407-msan-storage) https://github.com/bitcoin/bitcoin/pull/30369
<bitcoin-git> [bitcoin] glozow merged pull request #30237: test: Add Compact Block Encoding test `ReceiveWithExtraTransactions` covering non-empty `extra_txn` (master...2024-06-cmpctblk-extra-txn-test) https://github.com/bitcoin/bitcoin/pull/30237
<bitcoin-git> bitcoin/master 55eea00 AngusP: test: Make blockencodings_tests deterministic
<bitcoin-git> bitcoin/master 4c99301 AngusP: test: Add ReceiveWithExtraTransactions Compact Block receive test.
<bitcoin-git> bitcoin/master 4621e7c AngusP: test: refactor: Rename extra_txn to const empty_extra_txn as it is empty i...
<bitcoin-git> [bitcoin] glozow pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/4c573e571843...0bd2bd1efb4b
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1033: pages: add Security Advisories (master...add_disclosures_page) https://github.com/bitcoin-core/bitcoincore.org/pull/1033
<bitcoin-git> bitcoincore.org/master 593e740 fanquake: pages: add Security Advisories
<bitcoin-git> bitcoincore.org/master c4add50 merge-script: Merge bitcoin-core/bitcoincore.org#1033: pages: add Security Advisories
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/26adfd6d323b...c4add50c8fe1
<bitcoin-git> [bitcoin] fanquake merged pull request #30306: fuzz: Improve stability for txorphan and mini_miner harnesses (master...2024-06-itercomp-stab) https://github.com/bitcoin/bitcoin/pull/30306
<bitcoin-git> bitcoin/master 4c573e5 merge-script: Merge bitcoin/bitcoin#30306: fuzz: Improve stability for txorphan and mini...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c3b446a494dc...4c573e571843
<bitcoin-git> bitcoin/master e009bf6 dergoegge: Don't use iterator addresses in IteratorComparator
<bitcoin-git> [bitcoin] fanquake merged pull request #30273: fuzz: FuzzedSock::Recv() don't lose bytes from MSG_PEEK read (master...fuzzedsock_unbreak_recv_peek) https://github.com/bitcoin/bitcoin/pull/30273
<bitcoin-git> bitcoin/master c3b446a merge-script: Merge bitcoin/bitcoin#30273: fuzz: FuzzedSock::Recv() don't lose bytes fro...
<bitcoin-git> bitcoin/master 4d81b4d Vasil Dimov: fuzz: FuzzedSock::Recv() don't lose bytes from MSG_PEEK read
<bitcoin-git> bitcoin/master b51d75e Vasil Dimov: fuzz: simplify FuzzedSock::m_peek_data
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/2f813154ef9e...c3b446a494dc
<bitcoin-git> [bitcoin] fanquake merged pull request #30358: scripted-diff: Log parameter interaction not thrice (master...2406-log-init) https://github.com/bitcoin/bitcoin/pull/30358
<bitcoin-git> bitcoin/master 2f81315 merge-script: Merge bitcoin/bitcoin#30358: scripted-diff: Log parameter interaction not ...
<bitcoin-git> bitcoin/master fafb787 MarcoFalke: doc: Fix outdated dev comment about logging
<bitcoin-git> [bitcoin] fanquake pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b3c22e0c7246...2f813154ef9e
<bitcoin-git> bitcoin/master fa1bc7c MarcoFalke: scripted-diff: Log parameter interaction not thrice
<bitcoin-git> [bitcoin] fanquake merged pull request #30362: test: p2p: check that connecting to ourself leads to disconnect (master...202406-test-add_check_for_self_connect) https://github.com/bitcoin/bitcoin/pull/30362
<bitcoin-git> bitcoin/master 5d2fb14 Sebastian Falbesoner: test: p2p: check that connecting to ourself leads to disconnect
<bitcoin-git> bitcoin/master b3c22e0 merge-script: Merge bitcoin/bitcoin#30362: test: p2p: check that connecting to ourself l...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2f6dca4d1c01...b3c22e0c7246
<bitcoin-git> [bitcoin] fanquake closed pull request #30366: Update README: Enhance Formatting and Clarity (master...master) https://github.com/bitcoin/bitcoin/pull/30366
<bitcoin-git> [bitcoin] anonployed opened pull request #30366: Update README: Enhance Formatting and Clarity (master...master) https://github.com/bitcoin/bitcoin/pull/30366
<bitcoin-git> [bitcoin] paplorinc closed pull request #30325: optimization: Switch CTxMemPool::CalculateDescendants from set to vector to reduce transaction hash calculations (master...paplorinc/CalculateDescendants) https://github.com/bitcoin/bitcoin/pull/30325
<bitcoin-git> [bitcoin] maflcko closed pull request #30359: Correct Error Code in OP_IF/OP_NOTIF Empty Stack Check (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30359
<bitcoin-git> [bitcoin] maflcko closed pull request #26426: WIP: Fix coinstatsindex overflow issue (master...202210-coinstatsindex-overflow) https://github.com/bitcoin/bitcoin/pull/26426

2024-06-30

<bitcoin-git> [bitcoin] ishaanam opened pull request #30365: #27307 follow-up: update mempool conflict tests + docs (master...mempool_conflicts_follow_up) https://github.com/bitcoin/bitcoin/pull/30365
<bitcoin-git> [bitcoin] ryanofsky closed pull request #30347: logging: Use LogFatal instead LogError for fatal errors (master...pr/logfat) https://github.com/bitcoin/bitcoin/pull/30347
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30364: logging: Replace LogError and LogWarning with LogAlert (master...pr/alert) https://github.com/bitcoin/bitcoin/pull/30364

2024-06-29

<bitcoin-git> [bitcoincore.org] joetor5 opened pull request #1038: Fix default twitter/og meta tag image (fixes #1037) (master...fix-1037) https://github.com/bitcoin-core/bitcoincore.org/pull/1038
<bitcoin-git> [bitcoin] achow101 closed pull request #30363: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/30363
<bitcoin-git> [bitcoin] Balcoin-BLC opened pull request #30363: Update README.md (master...master) https://github.com/bitcoin/bitcoin/pull/30363
<bitcoin-git> [bitcoincore.org] joetor5 closed pull request #1035: ES translation: Releases page title (fixes #1034) (master...es-trans) https://github.com/bitcoin-core/bitcoincore.org/pull/1035

2024-06-28

<bitcoin-git> [bitcoin] theStack opened pull request #30362: test: p2p: check that connecting to ourself leads to disconnect (master...202406-test-add_check_for_self_connect) https://github.com/bitcoin/bitcoin/pull/30362
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30361: doc: Drop description of LogError messages as fatal (master...pr/nofat) https://github.com/bitcoin/bitcoin/pull/30361
<bitcoin-git> [bitcoin] Jianru-Lin opened pull request #30359: Correct Error Code in OP_IF/OP_NOTIF Empty Stack Check (master...patch-1) https://github.com/bitcoin/bitcoin/pull/30359
<bitcoin-git> [bitcoin] maflcko opened pull request #30358: scripted-diff: Log parameter interaction not thrice (master...2406-log-init) https://github.com/bitcoin/bitcoin/pull/30358
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30357: Permit opt-out of finalization during `walletprocesspsbt` (master...walletprocesspsbt-no-finalize) https://github.com/bitcoin/bitcoin/pull/30357
<bitcoin-git> [bitcoin] Sjors opened pull request #30356: refactor: add coinbase constraints to BlockAssembler::Options (master...2024/06/coinbase-constraints) https://github.com/bitcoin/bitcoin/pull/30356
<bitcoin-git> [bitcoin] ajtowns opened 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] cobratbq opened pull request #30354: doc: external-signer, example 'createwallet' RPC call requires eight argument (master...fix-external-signer-doc) https://github.com/bitcoin/bitcoin/pull/30354

2024-06-27

<bitcoin-git> [bitcoin] ryanofsky merged pull request #30335: Mining interface followups, reduce cs_main locking, test rpc bug fix (master...2024/06/mining-interface-followups) https://github.com/bitcoin/bitcoin/pull/30335
<bitcoin-git> bitcoin/master 5fb2b70 Sjors Provoost: Drop unneeded lock from createNewBlock
<bitcoin-git> bitcoin/master 75ce763 Sjors Provoost: refactor: testBlockValidity make out argument last
<bitcoin-git> bitcoin/master 83a9bef Sjors Provoost: Add missing include for mining interface
<bitcoin-git> [bitcoin] ryanofsky pushed 6 commits to master: https://github.com/bitcoin/bitcoin/compare/d38dbaad98c4...2f6dca4d1c01
<bitcoin-git> [bitcoin] ryanofsky merged pull request #28167: init: Add option for rpccookie permissions (replace 26088) (master...2023-07-rpccookie-perms) https://github.com/bitcoin/bitcoin/pull/28167
<bitcoin-git> bitcoin/master 7df03f1 willcl-ark: util: add perm string helper functions
<bitcoin-git> bitcoin/master d2afa26 willcl-ark: test: add rpccookieperms test
<bitcoin-git> bitcoin/master f467aed willcl-ark: init: add option for rpccookie permissions
<bitcoin-git> [bitcoin] ryanofsky pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f0745d028e42...d38dbaad98c4
<bitcoin-git> [bitcoin] furszy opened 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] instagibbs opened pull request #30352: policy: Add `OP_TRUE 0x4e73` as a standard output script (master...2024-06-op_true_outputs) https://github.com/bitcoin/bitcoin/pull/30352
<bitcoin-git> [btcdeb] RandyMcMillan closed pull request #153: build matrix (master...2023/849697/563383/95762f8/e519eaa) https://github.com/bitcoin-core/btcdeb/pull/153
<bitcoin-git> [bitcoincore.org] murchandamus opened pull request #1036: Backfill lifecycle table (master...2024-06-improve-version-overview) https://github.com/bitcoin-core/bitcoincore.org/pull/1036
<bitcoin-git> [bitcoin] achow101 merged pull request #30050: refactor, wallet: get serialized size of `CRecipient`s directly (master...serialize-size-for-crecipient) https://github.com/bitcoin/bitcoin/pull/30050
<bitcoin-git> bitcoin/master f0745d0 Ava Chow: Merge bitcoin/bitcoin#30050: refactor, wallet: get serialized size of `CRe...
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/b27afb7fb774...f0745d028e42
<bitcoin-git> bitcoin/master a9c7300 josibake: move-only: refactor CreateTransactionInternal
<bitcoin-git> bitcoin/master adc6ab2 josibake: wallet: use CRecipient instead of CTxOut
<bitcoin-git> [bitcoin] maflcko closed pull request #30351: Fixed grammar in the README (master...master) https://github.com/bitcoin/bitcoin/pull/30351
<bitcoin-git> [bitcoin] ternera opened pull request #30351: Fixed grammar in the README (master...master) https://github.com/bitcoin/bitcoin/pull/30351
<darosior> dergoegge: finally got around to look into https://gnusha.org/bitcoin-core-dev/2024-06-03.log . I can't reproduce: i get 95% stability for `coins_db`, 92% stability for `coins_view` and 99% stability for `block_index`. But maybe it's me, i'm not super familiar with AFL++.
<bitcoin-git> [bitcoin] Sjors closed pull request #30350: [WIP] libbitcoin_net (master...2024/07/libbitcoin-net) https://github.com/bitcoin/bitcoin/pull/30350
<bitcoin-git> [bitcoin] Sjors opened pull request #30350: [WIP] libbitcoin_net (master...2024/07/libbitcoin-net) https://github.com/bitcoin/bitcoin/pull/30350
<bitcoin-git> [btcdeb] RandyMcMillan opened pull request #153: .github/workflows/c-cpp.yml:build matrix (master...2023/849697/563383/95762f8/e519eaa) https://github.com/bitcoin-core/btcdeb/pull/153
<core-meetingbot> topic: Bitcoin Core development discussion and commit log | Feel free to watch, but please take commentary and usage questions to #bitcoin | Channel logs: http://www.erisian.com.au/bitcoin-core-dev/, http://gnusha.org/bitcoin-core-dev/ | Weekly Meeting Thursday @ 14:00 UTC | Meeting topics http://gnusha.org/bitcoin-core-dev/proposedmeetingtopics.txt
<gribble> https://github.com/bitcoin/bitcoin/issues/29720 | rpc: Avoid getchaintxstats invalid results by maflcko · Pull Request #29720 · 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/30328 | wallet: Remove IsMine from migration code by achow101 · Pull Request #30328 · 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
<bitcoin-git> [bitcoin] paplorinc opened pull request #30349: benchmark: Refactor SipHash_32b to improve accuracy and potential avoid optimization issues (master...paplorinc/remove_siphash_benchmark_recursion) https://github.com/bitcoin/bitcoin/pull/30349
<gribble> https://github.com/bitcoin/bitcoin/issues/28676 | [WIP] Cluster mempool implementation by sdaftuar · Pull Request #28676 · bitcoin/bitcoin · GitHub
<gribble> https://github.com/bitcoin/bitcoin/issues/30272 | doc: use TRUC instead of v3 and add release note by glozow · Pull Request #30272 · 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
<core-meetingbot> Meeting started Thu Jun 27 14:00:02 2024 UTC. The chair is achow101. Information about MeetBot at https://bitcoin.jonasschnelli.ch/ircmeetings.
<bitcoin-git> [btcdeb] RandyMcMillan closed pull request #152: 2023/849687/578280/f7362f0/79997f4 macos building (master...2023/849687/578280/f7362f0/79997f4-macos-building) https://github.com/bitcoin-core/btcdeb/pull/152
<bitcoin-git> [btcdeb] RandyMcMillan opened pull request #152: 2023/849687/578280/f7362f0/79997f4 macos building (master...2023/849687/578280/f7362f0/79997f4-macos-building) https://github.com/bitcoin-core/btcdeb/pull/152
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30347: logging: Use LogFatal instead LogError for fatal errors (master...pr/logfat) https://github.com/bitcoin/bitcoin/pull/30347
<bitcoin-git> [bitcoincore.org] joetor5 opened pull request #1035: ES translation: Releases page title (fixes #1034) (master...es-trans) https://github.com/bitcoin-core/bitcoincore.org/pull/1035
<bitcoin-git> [bitcoin] ceffikhan opened pull request #30345: test: fix debug log assertion in p2p_i2p_ports test (master...master) https://github.com/bitcoin/bitcoin/pull/30345

2024-06-26

<bitcoin-git> [bitcoin] maflcko closed pull request #30084: lint/contrib/doc updates (master...2024-05-lief-update) https://github.com/bitcoin/bitcoin/pull/30084
<gribble> https://github.com/bitcoin/bitcoin/issues/30342 | kernel, logging: Pass Logger instances to kernel objects by ryanofsky · Pull Request #30342 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] achow101 merged pull request #29833: i2p: fix and improve logs (master...2024-04-i2p-log) https://github.com/bitcoin/bitcoin/pull/29833
<bitcoin-git> bitcoin/master b27afb7 Ava Chow: Merge bitcoin/bitcoin#29833: i2p: fix and improve logs
<bitcoin-git> bitcoin/master 3d3a83f brunoerg: i2p: log errors properly according to their severity
<bitcoin-git> bitcoin/master 7d3662f brunoerg: i2p: fix log when an interruption happens during `Accept`
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/9ac4f69ec24b...b27afb7fb774
<bitcoin-git> [bitcoin] theuni opened pull request #30344: kernel: remove mempool_persist (master...kernel-no-mempool-persist) https://github.com/bitcoin/bitcoin/pull/30344
<cfields> ryanofsky: I had been working on the same thing locally, but it was just hacking so I hadn't pushed it anywhere. Just pushed for comparison: https://github.com/theuni/bitcoin/commits/instance-log/
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30343: wallet, logging: Replace WalletLogPrintf() with LogInfo() (master...pr/gwlog) https://github.com/bitcoin/bitcoin/pull/30343
<bitcoin-git> [bitcoin] ryanofsky opened pull request #30342: kernel, logging: Pass Logger instances to kernel objects (master...pr/gklog) https://github.com/bitcoin/bitcoin/pull/30342
<bitcoin-git> [bitcoin] achow101 merged pull request #30334: Update libsecp256k1 subtree to latest master (master...update_secp256k1_subtree) https://github.com/bitcoin/bitcoin/pull/30334
<bitcoin-git> bitcoin/master 9ac4f69 Ava Chow: Merge bitcoin/bitcoin#30334: Update libsecp256k1 subtree to latest master
<bitcoin-git> bitcoin/master 1408944 fanquake: Squashed 'src/secp256k1/' changes from 06bff6dec8..4af241b320
<bitcoin-git> bitcoin/master cc58e95 fanquake: Update secp256k1 subtree to latest master
<bitcoin-git> [bitcoin] achow101 pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/1d00601b9b55...9ac4f69ec24b
<bitcoin-git> [bitcoin] achow101 merged pull request #30309: wallet: notify when preset + automatic inputs exceed max weight (master...2024_wallet_max_weight) https://github.com/bitcoin/bitcoin/pull/30309
<bitcoin-git> bitcoin/master 1d00601 Ava Chow: Merge bitcoin/bitcoin#30309: wallet: notify when preset + automatic inputs...
<bitcoin-git> bitcoin/master 72b2268 furszy: wallet: notify when preset + automatic inputs exceed max weight
<bitcoin-git> [bitcoin] achow101 pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/d3d2bbf576d0...1d00601b9b55
<bitcoin-git> [bitcoin] fanquake merged pull request #30327: build: Drop redundant `sys/sysctl.h` header check (master...240624-sysctl) https://github.com/bitcoin/bitcoin/pull/30327
<bitcoin-git> bitcoin/master d3d2bbf merge-script: Merge bitcoin/bitcoin#30327: build: Drop redundant `sys/sysctl.h` header c...
<bitcoin-git> bitcoin/master c0b5ea5 Hennadii Stepanov: build: Drop redundant `sys/sysctl.h` header check
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/0c57a798b50b...d3d2bbf576d0
<bitcoin-git> [bitcoin] fanquake merged pull request #29987: guix: build with glibc 2.31 (master...build_with_glibc_2_31) https://github.com/bitcoin/bitcoin/pull/29987
<bitcoin-git> bitcoin/master b5fc6d4 fanquake: guix: use glibc 2.31
<bitcoin-git> bitcoin/master 0c57a79 merge-script: Merge bitcoin/bitcoin#29987: guix: build with glibc 2.31
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/3f0ee7655b5c...0c57a798b50b
<bitcoin-git> [bitcoincore.org] fanquake opened pull request #1033: pages: add Disclosures (master...add_disclosures_page) https://github.com/bitcoin-core/bitcoincore.org/pull/1033
<bitcoin-git> [bitcoin] maflcko closed pull request #30337: Docs improvements (master...docs-improvements) https://github.com/bitcoin/bitcoin/pull/30337
<bitcoin-git> [bitcoin] willcl-ark opened pull request #30341: WIP: Permit Combiner to strip bip32_deriv information (master...psbt-strip-derivs-combine) https://github.com/bitcoin/bitcoin/pull/30341
<bitcoin-git> [bitcoin] fanquake merged pull request #30007: chainparams: Add achow101 DNS seeder (master...my-dns-seed) https://github.com/bitcoin/bitcoin/pull/30007
<bitcoin-git> bitcoin/master 3f0ee76 merge-script: Merge bitcoin/bitcoin#30007: chainparams: Add achow101 DNS seeder
<bitcoin-git> bitcoin/master 2721d64 Ava Chow: chainparams: Add achow101 DNS seeder
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b4b98543945e...3f0ee7655b5c
<bitcoin-git> [bitcoin] fanquake merged pull request #30321: rest: don't copy data when sending binary response (master...http-string-view) https://github.com/bitcoin/bitcoin/pull/30321
<bitcoin-git> bitcoin/master b4b9854 merge-script: Merge bitcoin/bitcoin#30321: rest: don't copy data when sending binary res...
<bitcoin-git> bitcoin/master 1556d21 Roman Zeyde: rest: don't copy data when sending binary response
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2cd7c6bd939e...b4b98543945e
<bitcoin-git> [bitcoincore.org] fanquake merged pull request #1032: release: Update 27.1 magnet url (master...27.1-fixed-torrent) https://github.com/bitcoin-core/bitcoincore.org/pull/1032
<bitcoin-git> bitcoincore.org/master 26adfd6 merge-script: Merge bitcoin-core/bitcoincore.org#1032: release: Update 27.1 magnet url
<bitcoin-git> bitcoincore.org/master fe698a1 Ava Chow: release: Update 27.1 magnet url
<bitcoin-git> [bitcoincore.org] fanquake pushed 2 commits to master: https://github.com/bitcoin-core/bitcoincore.org/compare/df7c05c66fc1...26adfd6d323b
<bitcoin-git> [bitcoin] fanquake merged pull request #30147: contrib: Fixup verify-binaries OS platform parsing (master...30145-parse-os-version-correctly) https://github.com/bitcoin/bitcoin/pull/30147
<bitcoin-git> bitcoin/master 2cd7c6b merge-script: Merge bitcoin/bitcoin#30147: contrib: Fixup verify-binaries OS platform pa...
<bitcoin-git> bitcoin/master 3ab2520 Ben Westgate: contrib: Fixup verify-binaries OS platform parsing
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/be4df59696a4...2cd7c6bd939e
<bitcoin-git> [bitcoin] fanquake merged pull request #30312: contrib: add R(UN)PATH check to ELF symbol-check (master...add_runpath_check) https://github.com/bitcoin/bitcoin/pull/30312
<bitcoin-git> bitcoin/master 4289dd0 fanquake: contrib: add R(UN)PATH check to ELF symbol-check
<bitcoin-git> bitcoin/master be4df59 merge-script: Merge bitcoin/bitcoin#30312: contrib: add R(UN)PATH check to ELF symbol-ch...
<bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/323b0acfcb93...be4df59696a4
<laanwj> can anyone tell me what is going wrong in this CI run? https://github.com/bitcoin/bitcoin/actions/runs/9659726764/job/26666104563?pr=30043. to me it looks like it succesfully builds everything then suddenly goes "false" and fails, no clear error message
<bitcoin-git> [bitcoin] kevkevinpal opened pull request #30340: test: Added coverage to Block not found error using gettxoutsetinfo (master...testBlockNotFoundUsingGetTxOutSetInfo) https://github.com/bitcoin/bitcoin/pull/30340

2024-06-25

<gribble> https://github.com/bitcoin/bitcoin/issues/29480 | Drop log category in `SeedStartup` by hebasto · Pull Request #29480 · bitcoin/bitcoin · GitHub
<bitcoin-git> [bitcoin] brunoerg opened pull request #30339: test: add coverage for `node` field of `getaddednodeinfo` RPC (master...2024-06-test-getaddednodeinfo-peer-) https://github.com/bitcoin/bitcoin/pull/30339
<bitcoin-git> [bitcoincore.org] achow101 opened pull request #1032: release: Update 27.1 magnet url (master...27.1-fixed-torrent) https://github.com/bitcoin-core/bitcoincore.org/pull/1032
<bitcoin-git> [bitcoin] theuni opened pull request #30338: RFC: Instanced logs (master...instance-log3) https://github.com/bitcoin/bitcoin/pull/30338
<bitcoin-git> [bitcoin] nnsW3 opened pull request #30337: Docs improvements (master...docs-improvements) https://github.com/bitcoin/bitcoin/pull/30337
<bitcoin-git> [bitcoin] fanquake opened 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] fanquake closed pull request #29604: doc: Add link to ccache docs for more description (master...patch-3) https://github.com/bitcoin/bitcoin/pull/29604
<bitcoin-git> [bitcoin] fanquake closed pull request #22417: util/system: Close non-std fds when execing slave processes (master...bpchild_closefds) https://github.com/bitcoin/bitcoin/pull/22417
<bitcoin-git> [bitcoin] Sjors opened pull request #30335: Mining interface followups (master...2024/06/mining-interface-followups) https://github.com/bitcoin/bitcoin/pull/30335
<bitcoin-git> [bitcoin] hebasto closed pull request #30333: Update libsecp256k1 subtree to current master (master...240625-secp-update) https://github.com/bitcoin/bitcoin/pull/30333
<bitcoin-git> [bitcoin] fanquake opened pull request #30334: Update libsecp256k1 subtree to latest master (master...update_secp256k1_subtree) https://github.com/bitcoin/bitcoin/pull/30334
<bitcoin-git> [bitcoin] hebasto opened pull request #30333: Update libsecp256k1 subtree to current master (master...240625-secp-update) https://github.com/bitcoin/bitcoin/pull/30333
<bitcoin-git> [bitcoin] Sjors opened pull request #30332: Stratum v2 connectivity (master...2024/06/sv2_connection) https://github.com/bitcoin/bitcoin/pull/30332

2024-06-24

<bitcoin-git> [bitcoin] ryanofsky merged pull request #30200: Introduce Mining interface (master...2024/05/miner-interface) https://github.com/bitcoin/bitcoin/pull/30200