This repository was archived by the owner on Jun 16, 2026. It is now read-only.
Fix stale URL, pin CI deps, show protocol count on map#9
Merged
Conversation
- Update README naming URL to octez.tezos.com (old gitlab.io is stale) - Add requirements.txt with compatible-range pins, use it in CI workflow - Add title bar to interactive map showing dynamic protocol count
There was a problem hiding this comment.
Pull request overview
This pull request updates project documentation and CI dependency management, and adds a small UI enhancement to the interactive map to display the current protocol count.
Changes:
- Update README protocol naming convention link to
octez.tezos.com. - Add
requirements.txtand update the scheduled workflow to install dependencies from it. - Add a title bar to
docs/index.htmlthat displays the dynamic protocol count fromprotocols.json.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| requirements.txt | Introduces compatible-range dependency pins for scripts/CI. |
| README.md | Fixes stale naming-convention URL. |
| docs/index.html | Adds a title bar and dynamically renders the protocol count. |
| .github/workflows/update-gpx.yml | Switches CI dependency install to pip install -r requirements.txt. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+58
to
+59
| document.getElementById("title").innerHTML = | ||
| "Tezos Protocol Cities" + "<span>\u2014 " + entries.length + " protocols</span>"; |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
tezos.gitlab.iotooctez.tezos.com(matchesDEFAULT_NAMING_URLin the script)requirements.txtwith compatible-range pins (>=min,<next-major) and use it in the workflowTest plan
pip install -r requirements.txtinstalls successfullypython3 scripts/update_gpx.pystill runs (no script changes)python3 scripts/generate_map.pystill runs (no script changes)docs/index.htmllocally — title bar shows count, map renders below itoctez.tezos.com