-
Notifications
You must be signed in to change notification settings - Fork 500
changed verify_checksums_file string #894
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
changed verify_checksums_file string #894
Conversation
Related to #878 |
Maybe: Verify that the checksums file is PGP signed by at least one trusted release signing key:? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Concept ACK, suggested to rephrase that trust is personal
Also, please update the original PR description to state "Closes #891" so GitHub can track this better and automatically close the original issue upon merging.
Are you still working on this? |
Co-authored-by: stickies-v <69010457+stickies-v@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 8837734 modulo the commits not being squashed
Sorry, it was by mistake |
cc @fanquake Can this be merged or does it need squash? (If yes, please squash your commits according to https://github.com/bitcoin/bitcoin/blob/master/CONTRIBUTING.md#squashing-commits) |
Thanks. I've cherry-picked & squashed your change, with an updated commit message, in #946. |
3c2a4e9 download: update verify_checksums_file string (Silas) Pull request description: Remove reference to "trusted release signing key". Squashed version of #894. ACKs for top commit: stickies-v: ACK 3c2a4e9 Tree-SHA512: 4c0b87333ce24ab67f48c46c11eb01854bb90878eb6b1e89239133463beee5a0523d3c13381089b6f3ba233e7e9943c18162089baad36bf22d6d5536f958a3fe
Improved the clarity on the number of release signing keys based on Issue Closes #891