From 65f8e9aa342d1bf321ef44badb6387cb6d606bc7 Mon Sep 17 00:00:00 2001 From: Florent Tapponnier Date: Sun, 19 Jul 2026 17:34:21 +0200 Subject: [PATCH] solana: display name 'Solana' (not 'Solana Labs' / 'Solana Foundation') MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #1302 — the slug rename to 'solana' worked but the spec's 'name' field was left as 'Solana Labs' / 'Solana Foundation', so the ledger still displayed the old branding. - solana-rpc.yml: name Solana Labs -> Solana - ws-head-latency-solana.yml: name Solana Foundation -> Solana Site display consolidates with the /chains/solana brand. --- benchmarks/solana-rpc.yml | 2 +- benchmarks/ws-head-latency-solana.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/solana-rpc.yml b/benchmarks/solana-rpc.yml index bce3f755..72cf7d9a 100644 --- a/benchmarks/solana-rpc.yml +++ b/benchmarks/solana-rpc.yml @@ -75,7 +75,7 @@ dimensions: providers: - slug: solana - name: Solana Labs + name: Solana tag: Chain-official api.mainnet-beta.solana.com, 100 req per 10s documented formula: "50th percentile over 24h of client-side round-trip latency (ms) for a single `getSlot` POST sent every 60s from 3 regions (us-east + eu-west + sgp) to api.mainnet-beta.solana.com." queries: diff --git a/benchmarks/ws-head-latency-solana.yml b/benchmarks/ws-head-latency-solana.yml index d2576b05..26ff4d07 100644 --- a/benchmarks/ws-head-latency-solana.yml +++ b/benchmarks/ws-head-latency-solana.yml @@ -112,7 +112,7 @@ providers: series: histogram_quantile(0.50, sum by (le) (rate(ws_head_lag_milliseconds_bucket{provider="publicnode", chain="solana", region="sgp"}[1h]))) - slug: solana - name: Solana Foundation + name: Solana tag: Keyless WS, wss://api.mainnet-beta.solana.com formula: "Median ms behind the earliest provider to push each Solana slotSubscribe notification, from one persistent WebSocket per provider on the same eu-west host, histogram_quantile over 24h. Lag is relative to the per-slot winner." queries: