BitcoinMerged 34 mins ago BitcoinCore: PR 36223 from fanquake merged by fanquake GitHub[29.x] More Backports by fanquake · Pull Request #36223 · bitcoin/bitcoinBackports: build: avoid pipe2 on Darwin (for now) #36218
BitcoinMerged 35 mins ago BitcoinCore: PR 36221 from fanquake merged by fanquake GitHub[31.x] More Backports by fanquake · Pull Request #36221 · bitcoin/bitcoinBackports: build: avoid pipe2 on Darwin (for now) #36218
BitcoinMerged 35 mins ago BitcoinCore: PR 36222 from fanquake merged by fanquake GitHub[30.x] More Backports by fanquake · Pull Request #36222 · bitcoin/bitcoinBackports: build: avoid pipe2 on Darwin (for now) #36218
BitcoinMerged 36 mins ago BitcoinCore: PR 36213 from hebasto merged by fanquake GitHubRelease: 32.0 translations update by hebasto · Pull Request #36213 · bitcoin/bitcoinThis PR follows our Release Process and concludes the translation-related work for this release cycle. It is one of the steps required before branc...
BitcoinMerged 36 mins ago BitcoinCore: PR 36196 from achow101 merged by fanquake GitHubcontrib, kernel: fixed seeds, chainparams, headerssync params, and assumeutxo updates pre-32.0 by achow101 · Pull Request #36196 · bitcoin/bitcoinAll the updates per the release process, except asmap. Assumeutxo snapshots are available at https://achow101.com/files/utxo-snapshots/
BitcoinMerged 36 mins ago BitcoinCore: PR 34914 from Sjors merged by fanquake GitHubcontrib: replace deprecated --deep codesign flag, fix accidental --verify skip on ci by Sjors · Pull Request #34914 · bitcoin/bitcoinReplace the deprecated codesign --deep with explicit, and minimal, per-component signing of Frameworks, Plugins and the top-level bundle. The CI si...
BitcoinMerged 2 hours ago CLN: PR 9474 from nepet merged by daywalker90 GitHubdoc: document error 313 where it can actually be returned by nepet · Pull Request #9474 · ElementsProject/lightningFUND_CANNOT_AFFORD_WITH_EMERGENCY is only raised in two places, json_fundpsbt and json_utxopsbt in wallet/reservation.c. It fires when the node has...
BitcoinMerged 2 hours ago BitcoinCore: PR 36209 from willcl-ark merged by sedited GitHubguix: cache GUI depends separately by willcl-ark · Pull Request #36209 · bitcoin/bitcoinAlternative to #35929 The GUI and non-GUI Guix profiles produce different depends build IDs. However, depends deletes the existing per-package cach...
BitcoinMerged 2 hours ago BitcoinCore: PR 36150 from andrewtoth merged by sedited GitHubindexes: set prune lock to genesis before first block by andrewtoth · Pull Request #36150 · bitcoin/bitcoinWhen setting both a new index and prune size and restarting an unpruned node, the node will prune the block store first and then the index will fai...
BitcoinMerged 17 hours ago BitcoinCore: PR 36218 from fanquake merged by fanquake GitHubbuild: avoid `pipe2` on Darwin (for now) by fanquake · Pull Request #36218 · bitcoin/bitcoinmacOS 27 will support pipe2 at runtime, and Xcode 27 (and Command Line Tools) support it at compile time. This means a macOS < 27 system will de...
BitcoinMerged 17 hours ago BitcoinCore: PR 36215 from hodlinator merged by sedited GitHubasmap: Make version match externally computed hashes by hodlinator · Pull Request #36215 · bitcoin/bitcoinProblem Running CLI utilities such as sha256sum on the encoded asmap blob, and then grepping for the outputted hash in the bitcoind debug.log was u...
BitcoinMerged 18 hours ago LND: PR 11163 from Roasbeef merged by ziggie1984 GitHubhtlcswitch: reconcile resumed forward replays by Roasbeef · Pull Request #11163 · lightningnetwork/lndChange Description In this PR, we make resumed forward-interceptor HTLCs idempotent across incoming-link replays. Once an interceptor resumes a for...
BitcoinMerged 20 hours ago BitcoinCore: PR 35969 from fanquake merged by sedited GitHub[31.x] More Backports by fanquake · Pull Request #35969 · bitcoin/bitcoinBackports: doc: Update NetBSD Build Guide #35908 (partial) test, fuzz: Remove unused variables #35914 doc: mention -DWITH_ZMQ=ON in macOS build ...
BitcoinMerged 22 hours ago BitcoinCore: PR 36174 from pinheadmz merged by sedited GitHubhttp: throttle send buffer when client stops draining by pinheadmz · Pull Request #36174 · bitcoin/bitcoinThis is a follow-up to #36123 and applies a second throttle mechanism to the send-side. If a misbehaving client refuses to read data from the socke...
BitcoinMerged 23 hours ago BitcoinCore: PR 36211 from LittleYier merged by fanquake GitHubdoc: Fix PR reference in productivity guide by LittleYier · Pull Request #36211 · bitcoin/bitcoinNotice that the refspec in doc/productivity.md maps to upstream-pull/NUMBER, but the doc mentions upstream-pull/NUMBER/head right below it. Droppin...
BitcoinMerged 23 hours ago BitcoinCore: PR 36195 from davidgumberg merged by fanquake GitHubtest: `get_previous_releases.py` use `PREVIOUS_RELEASES_DIR` by davidgumberg · Pull Request #36195 · bitcoin/bitcointest_framework.py already uses PREVIOUS_RELEASES_DIR to set a default directory to find previous releases, so should get_previous_releases.py when ...
BitcoinMerged yesterday WasabiWallet: PR 15030 from Carti-it merged by lontivero GitHubWabiSabiController: Show recently finished rounds as well by Carti-it · Pull Request #15030 · WalletWasabi/WalletWasabiReland of #14929 (see #15028 (comment)) Original PR description close #14927 The output of http://localhost:62276/wabisabi/human-monitor is not per...
BitcoinMerged yesterday WasabiWallet: PR 15026 from xrviv merged by lontivero GitHubdocs: rewrite the deterministic build guide around Contrib/release.sh by xrviv · Pull Request #15026 · WalletWasabi/WalletWasabiFixes #13889. WalletWasabi.Documentation/Guides/DeterministicBuildGuide.md still instructs cd WalletWasabi/WalletWasabi.Packager (which does not ex...
BitcoinMerged yesterday BitcoinCore: PR 36202 from fanquake merged by achow101 GitHubdoc: add rel note about potential CJDNS removal by fanquake · Pull Request #36202 · bitcoin/bitcoinRelated to discussion in #36041.
BitcoinMerged yesterday BitcoinCore: PR 35513 from RuslanProgrammer merged by sedited GitHubrpc: help metadata fixes by RuslanProgrammer · Pull Request #35513 · bitcoin/bitcoinAlign RPC help documentation with actual implementation.