feat(registry): add SN62 Ridges public data artifact via TaoMarketCap#4912
feat(registry): add SN62 Ridges public data artifact via TaoMarketCap#4912dhgoal wants to merge 1 commit into
Conversation
|
🚨 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 #4912 +/- ##
=======================================
Coverage 97.94% 97.94%
=======================================
Files 162 162
Lines 19425 19425
Branches 7349 7349
=======================================
Hits 19025 19025
Misses 53 53
Partials 347 347 🚀 New features to boost your workflow:
|
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - reject/close recommendedReview updated: 2026-07-11 17:54:38 UTC
🛑 Suggested Action - Reject/Close
Review summary Blockers
Nits — 5 non-blocking
Why this is blocked
Flagged checks (non-blocking)
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.
|
Appends exactly one data-artifact surface (sn-62-taomarketcap-data-artifact)
to registry/subnets/ridges.json (SN62, Ridges). Append-only — no reordering of
existing top-level fields or surfaces; the sole semantic diff is the new object.
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).
Closes JSONbored#4069
b410c24 to
07edc81
Compare
|
Gittensory is closing this pull request on the maintainer's behalf (AI reviewers agree on a likely critical defect: registry/subnets/ridges.json:99 classifies `https://api.taomarketcap.com/public/v1/subnets/62` as `kind: "data-artifact"`, but the same TaoMarketCap `/public/v1/subnets/{netuid}` REST feed is registered as `subnet-api` in the provided existing manifests, so this surface should use the API kind/id/name convention rather than misclassifying a callable endpoint as an artifact.; 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 exactly one
data-artifactsurface (sn-62-taomarketcap-data-artifact) toregistry/subnets/ridges.json(SN62, Ridges). Strictly append-only — no reordering of existing top-level fields or surfaces; the diff is+19 / -0, the new object only.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.Test plan
npm run validate:surface -- registry/subnets/ridges.json— passedgit diffis append-only (+19 / -0) — no existing content reorderedhttps://api.taomarketcap.com/public/v1/subnets/62returns HTTP 200 with valid JSON (netuid: 62)urluses this endpointCloses #4069