feat(registry): add SN31 Recall TaoMarketCap candle-chart data-artifact (#4034)#4993
feat(registry): add SN31 Recall TaoMarketCap candle-chart data-artifact (#4034)#4993ultrahighsuper 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 #4993 +/- ##
=======================================
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 - fixes requiredReview updated: 2026-07-12 22:43:46 UTC
🛑 Suggested Action - Fix Blockers Review summary Nits — 5 non-blocking
CI checks failing
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 (CI is failing (test)). 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 SN31 Recall's public OHLCV candle-chart dataset as a
data-artifactsurface — a no-auth JSON time-series of Recall's alpha-token price/volume, and Recall's first registered public data surface.Surface
data-artifacthttps://api.taomarketcap.com/public/v1/subnets/31/candle-chart/taomarketcap(existing)auth_required: false,public_safe: true,authority: community,review.state: community-submittedProof of ownership / authority
source_repo/website_url/docs_urlare all null), so this indexed on-chain feed fromapi.taomarketcap.com— a provider-claimed on-chain indexer — is the concrete public data surface, the same authority basis accepted for other subnets that lack a first-party host (e.g. the merged SN73 MetaHash candle-chart).source_urls: the TaoMarketCap developer API docs andtensorplex-labs/subnet-docs/data/31/subnet.json(confirms SN31 Recall's identity). The endpoint is listed in TaoMarketCap's public OpenAPI with an optional API key (no-auth access supported).Verified live + public + safe
GET https://api.taomarketcap.com/public/v1/subnets/31/candle-chart/→ HTTP 200,application/json, ~223 KB, no auth.subnet_id: 31, withperiod_name,timestamp,block_number,open/high/low/close,volume,start_volume,tao_price_usd/eur.Non-duplication
Recall's manifest currently has no surfaces; this is its first, and no open PR targets SN31.
Scope note (relative to #4034)
#4034 asks for SN31 Recall's public data artifact. This standalone, machine-readable OHLCV price/volume dataset is exactly that.
Validation (local)
npm run validate:surface -- registry/subnets/recall.json→ passes (1 surface)npm run scan:public-safety→ passesnpm run validate:schemas→ passesnpx prettier --check registry/subnets/recall.json→ cleangit diff --stat→ single file, appends one community surface (no top-level metadata touched)Template Used
Closes #4034