From 29082aca651255ee614a7d5145d5e5fddfaed9d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20M=C3=A9hat?= Date: Tue, 9 Jun 2026 11:07:23 -0400 Subject: [PATCH] Fix stale URL, pin CI deps, show protocol count on map - 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 --- .github/workflows/update-gpx.yml | 2 +- README.md | 2 +- docs/index.html | 8 +++++++- requirements.txt | 4 ++++ 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 requirements.txt diff --git a/.github/workflows/update-gpx.yml b/.github/workflows/update-gpx.yml index 1747461..e3c55db 100644 --- a/.github/workflows/update-gpx.yml +++ b/.github/workflows/update-gpx.yml @@ -23,7 +23,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y libgeos-dev libproj-dev - name: Install dependencies - run: pip install requests beautifulsoup4 cartopy matplotlib + run: pip install -r requirements.txt - name: Run update script run: python scripts/update_gpx.py --url "${{ vars.NAMING_URL }}" diff --git a/README.md b/README.md index ce3347d..ecb68d8 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ Mapping Tezos protocol names on the globe * => no clear list for those AFAIK. * *cities* for protocols testnets and protocols applied on mainnet - * => cf. https://tezos.gitlab.io/protocols/naming.html + * => cf. https://octez.tezos.com/docs/protocols/naming.html * can be mapped :-) diff --git a/docs/index.html b/docs/index.html index 4380e66..c05476a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,13 +10,16 @@ integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""> +
Tezos Protocol Cities