Snapshot file link is invalid
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 36.5k
- Forks
- 643
- PR merge metrics
- No merged PRs in 30d
Description
Snapshot file link in scripts/init-bedrock.sh :
SNAPSHOT_FILENAME=$(curl -s https://storage.googleapis.com/raas-op-geth-snapshots-e2025/datadir-archive/latest)
BEDROCK_TAR_DOWNLOAD="https://storage.googleapis.com/raas-op-geth-snapshots-e2025/datadir-archive/$SNAPSHOT_FILENAME"
is invalid.
It shows error: Resource not found.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in scripts/init-bedrock.sh and inspect how SNAPSHOT_FILENAME is fetched and used to build the Google Cloud Storage URL. Check the current snapshot endpoint and verify that the resulting archive URL resolves instead of returning “Resource not found”; done means the initialization script can retrieve the snapshot successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100