Skip to content

fix(hl-frontends): drop dead hex YAML entries replaced by named ones in #772#775

Merged
Flotapponnier merged 1 commit into
mainfrom
fix/hl-frontends-yml-dedup-hex
Jun 28, 2026
Merged

fix(hl-frontends): drop dead hex YAML entries replaced by named ones in #772#775
Flotapponnier merged 1 commit into
mainfrom
fix/hl-frontends-yml-dedup-hex

Conversation

@Flotapponnier

Copy link
Copy Markdown
Collaborator

Drops the 6 YAML slug: "0x..." provider entries whose harness labels were renamed to friendly names in builders.json (invo, bitget-wallet, defi-saver, unitywallet, marsgo, metamask-alt). After the harness restart their Prom labels became e.g. builder="invo" and the old hex-prefixed queries returned null, which made the materialize worker drop the named entries and continue to surface stale hex rows. Removing the dead duplicates clears the path.

The 6 builders identified in #772 (invo, bitget-wallet, defi-saver,
unitywallet, marsgo, metamask-alt) have their builders.json entry on
the HL node, which means the harness now emits the friendly name as
the Prom label (e.g. builder="invo") instead of the 8-char hex prefix
(builder="0x557edb25").

The old hex-prefixed YAML providers were still querying the dead Prom
labels, so they collapsed to null and the materialize worker dropped
them. That's why /products/invo etc. 404'd after the deploy — the
named entries existed in the YAML but the bench snapshot only carried
the dead hex ranks beside them.

Remove the 6 dead hex entries. The 9 still-anonymous hex addresses
stay as-is since the harness still emits their hex prefix.
@Flotapponnier
Flotapponnier merged commit 23e93ce into main Jun 28, 2026
1 check passed
@Flotapponnier
Flotapponnier deleted the fix/hl-frontends-yml-dedup-hex branch July 17, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant