feat(registry): add SN62 Ridges TaoMarketCap candle-chart data-artifact (#4069)#4994
feat(registry): add SN62 Ridges TaoMarketCap candle-chart data-artifact (#4069)#4994ultrahighsuper wants to merge 1 commit into
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4994 +/- ##
=======================================
Coverage 97.94% 97.94%
=======================================
Files 163 163
Lines 19440 19440
Branches 7385 7385
=======================================
Hits 19040 19040
Misses 53 53
Partials 347 347 🚀 New features to boost your workflow:
|
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - reject/close recommendedReview updated: 2026-07-12 22:50:18 UTC
🛑 Suggested Action - Reject/Close Review summary Nits — 5 non-blocking
Why this is blocked
📋 Copy for AI agents — paste into your coding agent
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (Registry surface review). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Summary
Registers SN62 Ridges's public OHLCV candle-chart dataset as a
data-artifactsurface — a no-auth JSON time-series of Ridges's alpha-token price/volume, a dataset the registry did not yet capture.Surface
data-artifacthttps://api.taomarketcap.com/public/v1/subnets/62/candle-chart/taomarketcap(existing)auth_required: false,public_safe: true,authority: community,review.state: community-submittedProof of ownership / authority
source_urls: the TaoMarketCap developer API docs andtensorplex-labs/subnet-docs/data/62/subnet.json(confirms SN62 Ridges's identity).api.taomarketcap.comis a provider-claimed on-chain indexer; the endpoint is listed in its public OpenAPI with an optional API key (no-auth access supported).Verified live + public + safe
GET https://api.taomarketcap.com/public/v1/subnets/62/candle-chart/→ HTTP 200,application/json, ~224 KB, no auth.subnet_id: 62, withperiod_name,timestamp,block_number,open/high/low/close,volume,start_volume,tao_price_usd/eur.Non-duplication
Distinct from Ridges's existing surfaces —
source-repo, the first-partysubnet-api(/retrieval/top-agents) andopenapionagent-upload.ridges.ai. This is a different host and a different dataset: an on-chain price/volume time-series, which the first-party agent API does not provide. No open PR targets SN62.Scope note (relative to #4069)
#4069 asks for SN62 Ridges's public data artifact. This standalone, machine-readable OHLCV price/volume dataset is exactly that, on a reliably-reachable indexer host.
Validation (local)
npm run validate:surface -- registry/subnets/ridges.json→ passes (4 surfaces)npm run scan:public-safety→ passesnpm run validate:schemas→ passesnpx prettier --check registry/subnets/ridges.json→ cleangit diff --stat→ single file, 19-line pure append (no top-level metadata or other surfaces touched)Template Used
Closes #4069