[28.x] Backports#32811
Merged
Merged
Conversation
Github-Pull: bitcoin#32765 Rebased-From: e285e69
Github-Pull: bitcoin#32777 Rebased-From: 53a996f
Github-Pull: bitcoin#32776 Rebased-From: 8ee8a95
Contributor
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code Coverage & BenchmarksFor details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32811. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. |
Current behaviour will by-default use SOURCE_DATE_EPOCH from the environment without warning. This breaks the default reproducibility from a guix build. Warn when and exit when this variable is set, and FORCE_SOURCE_DATE_EPOCH is unset. Github-Pull: bitcoin#32678 Rebased-From: 5c4a0f8
6a203f7 to
44b07b2
Compare
hebasto
approved these changes
Jul 3, 2025
This was referenced Jul 3, 2025
morozow
pushed a commit
to morozow/bitcoin_rd
that referenced
this pull request
May 8, 2026
38d20b2 doc: update release notes for 28.x (fanquake) 1ec159d guix: warn and abort when SOURCE_DATE_EPOCH is set (will) 428e9d2 doc: taproot became always active in v24.0 (Sjors Provoost) 01ff9f4 doc: fix transifex 404s (fanquake) 0d2c75c test: Fix list index out of range error in feature_bip68_sequence.py (zaidmstrr) Pull request description: Backports: * bitcoin#32678 * bitcoin#32765 * bitcoin#32776 * bitcoin#32777 ACKs for top commit: hebasto: ACK 38d20b2. Tree-SHA512: 01a3987e222622c16583dae91b1efe4428110ff2d852da13ca34ba3270d40e678dd41d3ec53b89bda260efda706e89f4ee2c1c8bb6cc0d157e5145de001f5526
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports: