feat(registry): add SN62 Ridges public data artifact via TaoMarketCap#4911
feat(registry): add SN62 Ridges public data artifact via TaoMarketCap#4911dhgoal wants to merge 1 commit into
Conversation
Appends one data-artifact surface to registry/subnets/ridges.json (SN62,
Ridges). Append-only — existing surfaces and top-level fields unchanged.
The TaoMarketCap developer API exposes a public no-auth GET
/public/v1/subnets/{netuid} snapshot returning machine-readable JSON for
on-chain subnet state, SubnetIdentitiesV3 metadata, economics, and dTAO market
fields — verified live for netuid 62 (HTTP 200). Registered as a standing
subnet-state data artifact for SN62.
Closes JSONbored#4069
|
🚨 Contributor flagged. Click here for more info: Superagent Dashboard |
|
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 #4911 +/- ##
=======================================
Coverage 97.70% 97.70%
=======================================
Files 161 161
Lines 18553 18553
Branches 6921 6921
=======================================
Hits 18127 18127
Misses 59 59
Partials 367 367 🚀 New features to boost your workflow:
|
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - reject/close recommendedReview updated: 2026-07-11 17:43:09 UTC
🛑 Suggested Action - Reject/Close
Review summary Blockers
Nits — 6 non-blocking
Why this is blocked
Flagged checks (non-blocking)
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 (AI reviewers agree on a likely critical defect: registry/subnets/ridges.json:1 rewrites the existing manifest ordering instead of appending only the new surface to `surfaces[]`; for an existing-manifest data PR, restore the original top-level and existing-surface ordering and leave only the new `sn-62-taomarketcap-data-artifact` object as the semantic diff.; 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
Appends one
data-artifactsurface toregistry/subnets/ridges.json(SN62, Ridges). Append-only — existing surfaces and top-level fields are unchanged.Surface
data-artifacttaomarketcapThe TaoMarketCap developer API exposes a public no-auth
GET /public/v1/subnets/{netuid}snapshot returning machine-readable JSON for on-chain subnet state, SubnetIdentitiesV3 metadata, economics, and dTAO market fields — verified live for netuid 62. Registered as a standing subnet-state data artifact for SN62 (the same universal TaoMarketCap subnet feed already registered for other subnets).Test plan
npm run surface:add— OK reachable + public-safenpm run validate:surface -- registry/subnets/ridges.json— passednpm run scan:public-safety -- registry/subnets/ridges.json— passedhttps://api.taomarketcap.com/public/v1/subnets/62returns HTTP 200 with valid JSON (netuid: 62)urluses this endpoint (avoids duplicate-surface rejection)Closes #4069