-
Notifications
You must be signed in to change notification settings - Fork 5
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
Hosted snapshots should include their respective hashes #370
Comments
@LesnyRumcajs, my proposed solution is to write a one off script will download or regenerate the current snapshots (both lite and diff), create a shasum file for them, and upload everything to R2. After that, we can update this when @sudo-shashank is done to include the SHA sum in the process of generating and uploading archival snapshots. For the latest snapshot, we can update the snapshot service to also generate shasums and upload. Question: should we update the Cf code to also download the |
No. The vast majority of people won't use them. |
Forest snapshot service discontinued in favour of the infra snapshot service. |
Should still be implemented for diff and lite snapshots once the automation is there. |
Migrated to Infrastructure repo. |
Issue summary
This is an umbrella issue for all snapshots hosted in Cloudflare. If someone downloads 20 TiB worth of snapshots, they should be able to verify successful and correct download via digests.
This includes:
For both mainnet and calibration network.
The standard approach is to use
sha256sum
. Unless something has changed, Forest can generate the checksum file independently when exporting a snapshot. I'm not sure what the status of this feature outside of the export command is.Other information and links
The text was updated successfully, but these errors were encountered: