Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes template re timestamps #1237

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Conversation

gijswijs
Copy link
Contributor

@gijswijs gijswijs commented Dec 4, 2024

The release notes template has been updated to improve the paragraph on
timestamps. It now correctly specifies both ots artifacts and how to use
them to verify the timestamps of the manifest and its signature.

Secondly, the template now explains how the timestamp of the git tag
can be verified by using the OpenTimestamps git wrapper.

The release notes template has been updated to improve the paragraph on
timestamps. It now correctly specifies both ots artifacts and how to use
them to verify the timestamps of the manifest and its signature.

Secondly, the template now explains how the timestamp of the _git tag_
can be verified by using the OpenTimestamps git wrapper.
@gijswijs gijswijs requested review from guggero and Roasbeef December 4, 2024 17:14
Copy link
Contributor Author

@gijswijs gijswijs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll create a similar PR for lnd once this one is approved.

@coveralls
Copy link

coveralls commented Dec 4, 2024

Pull Request Test Coverage Report for Build 12164840984

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 17 unchanged lines in 5 files lost coverage.
  • Overall coverage increased (+0.01%) to 40.827%

Files with Coverage Reduction New Missed Lines %
internal/test/helpers.go 2 86.95%
tapdb/addrs.go 2 79.14%
tapchannel/aux_leaf_signer.go 3 43.43%
asset/asset.go 4 81.13%
commitment/tap.go 6 83.91%
Totals Coverage Status
Change from base Build 12161911837: 0.01%
Covered Lines: 25784
Relevant Lines: 63155

💛 - Coveralls

Copy link
Member

@guggero guggero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@@ -87,14 +87,17 @@ jobs:

## Verifying the Release Timestamp

From this new version onwards, in addition time-stamping the _git tag_ with [OpenTimestamps](https://opentimestamps.org/), we'll also now timestamp the manifest file along with its signature. Two new files are now included along with the rest of our release artifacts: ` manifest-roasbeef-${{ env.RELEASE_VERSION }}.txt.asc.ots`.
In addition to time-stamping the _git tag_ with [OpenTimestamps](https://opentimestamps.org/), we also timestamp the manifest file along with its signature. Two files are included in our release artifacts: `manifest-roasbeef-${{ env.RELEASE_VERSION }}.sig.ots` and `manifest-${{ env.RELEASE_VERSION }}.txt.ots`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we actually do that today though? Or is the idea that we start doing it for future releases?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What I understood from @Roasbeef he actually does this, since he uses the wrapper and consequently tags created by him are timestamped automatically.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I always do this manually once I sign.

Copy link
Collaborator

@dstadulis dstadulis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gijswijs gijswijs added this pull request to the merge queue Dec 10, 2024
Merged via the queue into main with commit ec84760 Dec 10, 2024
18 checks passed
@guggero guggero deleted the release-timestamp branch December 10, 2024 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

5 participants