assets-ext-regression

Compare yaci-store assets-ext CIP-26 and CIP-68 API responses against the Cardano Foundation registry.

49|18|Updated Nov 21, 2022
One-click install
npx skills add https://github.com/bloxbean/yaci-store --skill assets-ext-regression
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assets-ext-regression
Source: https://github.com/bloxbean/yaci-store/tree/main/.claude/skills/assets-ext-regression
Command: npx skills add https://github.com/bloxbean/yaci-store --skill assets-ext-regression

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps detect regressions in yaci-store's assets-ext metadata APIs by comparing CIP-26 and CIP-68 responses against the Cardano Foundation token metadata registry.

Core Features & Use Cases

  • Wire-Shape Regression Testing: Compares yaci-store token metadata API output against CF V2 API responses byte-for-byte to identify unexpected divergences.
  • End-to-End Verification Workflow: Guides users through service checks, regression sweeps, result interpretation, and targeted metadata troubleshooting.
  • Use Case: Validate an assets-ext code change before release or investigate why a token's metadata differs between yaci-store and tokens.cardano.org.

Quick Start

Run the assets-ext regression skill to verify CIP-26 and CIP-68 API responses against the configured Cardano Foundation registry source.

Frequently Asked Questions about assets-ext-regression

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify yaci-store asset metadata API responses against the Cardano Foundation registry?

To verify yaci-store asset metadata API responses, run regression checks that compare CIP-26 and CIP-68 outputs byte-for-byte against the Cardano Foundation token metadata registry to detect wire-format divergences.

Why does my token metadata differ between yaci-store and tokens.cardano.org?

Token metadata differs between yaci-store and tokens.cardano.org due to wire-format regressions in CIP-26 or CIP-68 responses; byte-level comparison against the CF V2 API identifies the exact data divergences causing the mismatch.

What do I need to run CIP-26 and CIP-68 metadata regression tests?

Running CIP-26 and CIP-68 metadata regression tests requires reachable yaci-store endpoints, configured comparison sources from the Cardano Foundation registry, and regression scripts to execute the byte-level compatibility checks.

What is wire-shape regression testing for Cardano token metadata APIs?

Wire-shape regression testing for Cardano token metadata APIs compares yaci-store output against CF V2 API responses byte-for-byte to identify unexpected structural or data divergences before a release.

Can I validate an assets-ext code change before a yaci-store release?

You can validate an assets-ext code change before a yaci-store release by running regression sweeps that compare CIP-26 and CIP-68 API responses against the Cardano Foundation registry to ensure byte-level compatibility.

What should I do if yaci-store assets-ext metadata regression tests fail?

If yaci-store assets-ext metadata regression tests fail, use the end-to-end verification workflow to interpret results and perform targeted troubleshooting on the specific CIP-26 or CIP-68 metadata divergences detected.