fix: logo-manifest — vague-1 paths were in ALIASES map instead of RAW - #1531
Merged
Conversation
… client-default tag
…lla-caveat evm-block-builders: vanilla caveat (extraData self-labeling)
Publishes OpenChainBench to registry.modelcontextprotocol.io as a remote MCP server (Streamable HTTP transport, no auth). Registry metadata only; the server itself already lives at https://openchainbench.com/api/mcp/mcp. Name namespaced under io.github.chainbench/openchainbench to satisfy GitHub-based ownership verification during publish. Publish flow (interactive, run locally): brew install mcp-publisher # or download binary from GH releases mcp-publisher login github # opens browser, OAuth to ChainBench org mcp-publisher publish # reads ./server.json, submits to registry
…1526) token-quote-coverage flipped draft->live in b268ea1 / d7bfc3f but the bench-unfiltered / all-benchmarks caches weren't bumped, so cached snapshots still hold editorialStatus=draft. /api/stat/token-quote-coverage returns unknown_slug (route filters editorialStatus !== live), and the bench page renders 'data warming up' despite Jupiter/Mobula p50 being live in /api/citable. Bench SET unchanged; the bump is purely to invalidate the stale editorialStatus flag.
Previous file was a 32x32 733-byte placeholder that rendered as a speck on the products page + compare pages (Ahrefs flagged /logos/leorpc.png as a broken-image regression on 8 pages: /products, /badges, /products/leorpc, /products/solanavibestation, and 4 /compare/leorpc-vs-* pairs). Real logo now the actual LeoRPC brand PNG shipped by the provider.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR #1523 registered the paths in the wrong map. ALIASES only accepts slug→alias, so
sei: '/logos/sei.svg'in ALIASES made logoPath('sei') return '/logos/sei.svg' as an alias key, then RAW lookup returned null → chip fallback. Paths now correctly in RAW, chain-official aliases stay in ALIASES.