From 014a50f10e4964793928a01b8f3101c1a08b3efa Mon Sep 17 00:00:00 2001 From: djstrong Date: Thu, 4 Jun 2026 21:12:40 +0200 Subject: [PATCH 1/2] docs(ensrainbow): add tip aside for ENSRainbow landing page --- .../src/content/docs/docs/services/ensrainbow/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx b/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx index 1b7529362..32019f54d 100644 --- a/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx +++ b/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx @@ -6,12 +6,16 @@ sidebar: order: 1 --- -import { LinkCard } from "@astrojs/starlight/components"; +import { LinkCard, Aside } from "@astrojs/starlight/components"; ENSRainbow is an open-source public good designed to make the "unknown, known" by healing millions of unknown ENS (Ethereum Name Service) names. It functions as a sidecar service for ENSNode, the full-stack development platform for ENSv2. ENSRainbow builds upon work from The Graph Protocol (original ENS rainbow tables) and ENS Labs (ENS Subgraph development and maintenance). It is part of the NameHash Labs suite of tools dedicated to supporting the growth of the ENS Protocol. + + ## The Problem: Unknown Labels The ENS Registry allows subnames to be created onchain without revealing onchain what those subnames are. As a result, when querying indexed ENS names, some names include labels represented as encoded labelhashes (e.g., `[428...b0b]`). These represent unknown labels and are an unfortunate user experience issue in the ENS ecosystem. From 5b3152792fb886b920a5673e703e46c536215f4a Mon Sep 17 00:00:00 2001 From: djstrong Date: Thu, 4 Jun 2026 21:50:49 +0200 Subject: [PATCH 2/2] docs(ensrainbow): update tip aside for clearer introduction to ENSRainbow --- .../src/content/docs/docs/services/ensrainbow/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx b/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx index 32019f54d..f5eb4e3ce 100644 --- a/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx +++ b/docs/ensnode.io/src/content/docs/docs/services/ensrainbow/index.mdx @@ -12,8 +12,8 @@ ENSRainbow is an open-source public good designed to make the "unknown, known" b ENSRainbow builds upon work from The Graph Protocol (original ENS rainbow tables) and ENS Labs (ENS Subgraph development and maintenance). It is part of the NameHash Labs suite of tools dedicated to supporting the growth of the ENS Protocol. -